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;