Browse Source

目录样式

natasha 3 tháng trước cách đây
mục cha
commit
c0b48a9595
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  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 {