From a6a629b45081758139232360f9d4b733fab09138 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 2 Jul 2024 14:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E5=83=8F=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/Portraitedit/index.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/views/manage/Portraitedit/index.vue b/src/views/manage/Portraitedit/index.vue index 0e32d34..da7a1e8 100644 --- a/src/views/manage/Portraitedit/index.vue +++ b/src/views/manage/Portraitedit/index.vue @@ -349,16 +349,13 @@ export default { } .timelist { width: 25%; + overflow: hidden; + .left { + width: 100%; background-color: #fff; padding: 17px 20px; - height: calc(100% - 56px); - // height: 680px; - // height: calc(100vh - 294px); - overflow-y: scroll; - - .left { height: calc(100vh - 119px); - overflow: hidden; + overflow-y: auto; .name { font-weight: 700; margin-bottom: 10px;