From 18d20045c6ea1f6e817422ecff42a2b97c477cd5 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Wed, 19 Jan 2022 10:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E7=BC=A9=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index ecebb59..efda958 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -2946,14 +2946,14 @@ export default { margin-top: -5vh; max-height: 30vh; min-height: 30vh; - //overflow: auto; + overflow: auto; display: flex; justify-content: space-around; flex-wrap: wrap; .box{ border: 2px solid #e6e6e6; width: 45%; - min-height: 300px; + min-height: 280px; border-radius: 10px; padding: 10px; } @@ -2961,6 +2961,9 @@ export default { display: flex; width: 50%; flex-wrap: wrap; + max-height: 30vh; + min-height: 30vh; + overflow: auto; .file { position: relative; width: 140px; @@ -3099,7 +3102,7 @@ export default { border: 2px solid #e6e6e6; height: 2vh; width: 45%; - min-height: 300px; + min-height: 280px; border-radius: 10px; padding: 10px; }