+
+
+
-
-
+
+
{{ node.label }}
@@ -209,4 +189,22 @@ onMounted(async () => {
:deep(.el-divider) {
margin: 0;
}
+
+:deep(.el-tree) {
+ height: 100%;
+}
+
+::-webkit-scrollbar {
+ width: 6px;
+ height: 6px;
+}
+
+::-webkit-scrollbar-thumb {
+ background-color: rgba(144, 147, 153, 0.3);
+ border-radius: 3px;
+}
+
+::-webkit-scrollbar-thumb:hover {
+ background-color: rgba(144, 147, 153, 0.5);
+}