diff --git a/src/views/components_web/distWork/distWork.vue b/src/views/components_web/distWork/distWork.vue
index c950f141..0ffef278 100644
--- a/src/views/components_web/distWork/distWork.vue
+++ b/src/views/components_web/distWork/distWork.vue
@@ -105,10 +105,15 @@
+
+
+
-
@@ -1748,7 +1753,8 @@ function mergeFolderList(plainFolderList, userHash) {
margin-right: 30px;
}
.notclick{
- pointer-events: none;
+ cursor:not-allowed !important;
+ filter: grayscale(80%);
}
diff --git a/src/views/components_web/distWork/folder-list.vue b/src/views/components_web/distWork/folder-list.vue
index cd9e5710..2e3e913f 100644
--- a/src/views/components_web/distWork/folder-list.vue
+++ b/src/views/components_web/distWork/folder-list.vue
@@ -39,7 +39,14 @@
-
+
+
+
+
+
+
+
@@ -47,14 +54,19 @@
-
-
+
+
+
+
![]()
+
{{ user.cnName }}
@@ -62,12 +74,18 @@
+
+
+
@@ -162,6 +180,7 @@ export default {
padding-left: 30px;
}
.notclick{
- pointer-events: none;
+ cursor:not-allowed !important;
+ filter: grayscale(80%);
}
\ No newline at end of file