natasha 3 mesi fa
parent
commit
c0b48a9595
1 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 10 1
      src/components/inputModules/common/TreeView.vue

+ 10 - 1
src/components/inputModules/common/TreeView.vue

@@ -397,8 +397,17 @@ export default {
     }
   }
   .el-tree-node__content {
-    height: 44px;
+    width: 100%;
+    padding-left: 4px;
+    color: #2c2c2c;
+    height: 100%;
+    align-items: center;
     line-height: 44px;
+    padding-right: 30px;
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    font-weight: bold;
   }
 }
 .el-tree {