chenjun vor 2 Jahren
Ursprung
Commit
10c4dc81a6
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 0 1
      src/styles/index.css
  2. 4 3
      src/styles/index.scss

+ 0 - 1
src/styles/index.css

@@ -356,4 +356,3 @@ li {
 .app-container {
   padding: 20px;
 }
-

+ 4 - 3
src/styles/index.scss

@@ -278,7 +278,7 @@ li {
     font-weight: bold;
     color: #303133;
   }
-  
+
 
   .cl-hui {
     font-size: 14px;
@@ -311,7 +311,7 @@ li {
   .t24 {
     margin-top: 24px;
   }
-  
+
 
   .mb {
     font-size: 14px;
@@ -407,6 +407,7 @@ li {
 
 .el-tree-node__label {
   margin-left: 10px;
+  width: 110px;
 }
 
 /*修改radio选中样式*/
@@ -593,4 +594,4 @@ input[type='number'] {
 
 .el-input__inner,.el-button,.el-textarea__inner{
   border-radius: 2px;
-}
+}