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; -}