From 78526a4bab6d71127d9a50bc5c4bb0088d8aec06 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sun, 23 Apr 2023 16:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E7=BF=BB=E9=A1=B5/=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=B7=AF=E7=94=B1=E6=BB=9A=E5=8A=A8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IconSelect/index.vue | 30 +++++++------------ src/layout/components/AppMain.vue | 24 +++++++++++++++ src/layout/components/TagsView/ScrollPane.vue | 2 +- src/layout/index.vue | 26 ++++------------ 4 files changed, 42 insertions(+), 40 deletions(-) diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index dbfd048..26172fc 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -11,16 +11,14 @@
- -
-
-
- - {{ item }} -
+
+
+
+ + {{ item }}
- +
@@ -61,7 +59,7 @@ defineExpose({ + + + diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index ff058ba..8c8be44 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -99,7 +99,7 @@ defineExpose({ bottom: 0px; } :deep(.el-scrollbar__wrap) { - height: 49px; + height: 39px; } } \ No newline at end of file diff --git a/src/layout/index.vue b/src/layout/index.vue index b81b4b3..4d04ea0 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -3,14 +3,12 @@
- -
- - -
- - -
+
+ + +
+ +
@@ -74,18 +72,6 @@ function setLayout() { height: 100%; width: 100%; - .el-scrollbar { - height: 100%; - } - - :deep(.el-scrollbar__bar).is-vertical { - z-index: 10; - } - - :deep(.el-scrollbar__wrap) { - overflow-x: hidden; - } - &.mobile.openSidebar { position: fixed; top: 0;