From dae1088f4e9db3e79520f8a5be3fc75136cf4858 Mon Sep 17 00:00:00 2001
From: wf <2547096351@qq.com>
Date: Thu, 5 Sep 2024 12:18:06 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E5=B8=83=E5=B1=80=E7=9A=84mai?=
=?UTF-8?q?n=E7=AA=97=E5=8F=A3=E6=BB=9A=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/components/Main/index copy.vue | 63 -------------------
src/layout/components/Main/index.vue | 6 ++
.../document-library/components/file-tree.vue | 4 --
3 files changed, 6 insertions(+), 67 deletions(-)
delete mode 100644 src/layout/components/Main/index copy.vue
diff --git a/src/layout/components/Main/index copy.vue b/src/layout/components/Main/index copy.vue
deleted file mode 100644
index 243c912..0000000
--- a/src/layout/components/Main/index copy.vue
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/layout/components/Main/index.vue b/src/layout/components/Main/index.vue
index 3e36c1d..79ff5fe 100644
--- a/src/layout/components/Main/index.vue
+++ b/src/layout/components/Main/index.vue
@@ -43,4 +43,10 @@ watch(watermarkConfig, newv => {
display: flex;
flex-direction: column;
}
+
+// 修改左侧滚动条宽度-主要针对main窗口内的滚动条
+:deep(.arco-scrollbar-thumb-direction-vertical .arco-scrollbar-thumb-bar) {
+ width: 4px;
+ margin-left: 8px;
+}
diff --git a/src/views/file-management/document-library/components/file-tree.vue b/src/views/file-management/document-library/components/file-tree.vue
index a3c86d3..4c12899 100644
--- a/src/views/file-management/document-library/components/file-tree.vue
+++ b/src/views/file-management/document-library/components/file-tree.vue
@@ -90,8 +90,4 @@ const sourceTree = ref(fileTreeData.tree);
}
}
}
-
-:deep(.arco-scrollbar-thumb-bar) {
- width: 4px;
-}