From 0fe6ac07b829cc6da6a7d262ac0d0ed75c75a216 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Fri, 31 Dec 2021 17:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=88=91=E7=9A=84=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/adminCenter/workBench/myApplication.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue b/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue index a553c57..1f2cee9 100644 --- a/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue +++ b/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue @@ -3,7 +3,7 @@
- +
@@ -19,7 +19,7 @@
- +
@@ -166,10 +166,10 @@ } .content-style{ width: 100%; - height: 180px; - overflow: hidden; display: flex; justify-content: flex-start; + overflow-y: auto; + .app-div-style{ width: 100%; display: flex; @@ -201,6 +201,11 @@ } } } + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* IE 10+ */ + ::-webkit-scrollbar { + display: none; /* Chrome Safari */ + } .next-icon-style{ display: none; position: absolute;