Browse Source

fix:机构管理部门管理样式调整

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 year ago
parent
commit
4473698a1c
1 changed files with 14 additions and 13 deletions
  1. 14 13
      entbase-pc/src/views/ent/components/depart.vue

+ 14 - 13
entbase-pc/src/views/ent/components/depart.vue

@@ -475,14 +475,14 @@ export default {
                         flex: 1;
                     }
                     &:nth-child(2) {
-                      width: 340px;
+                      width: 200px;
                     }
                     &:nth-child(3){
-                        width: 120px;
+                        width: 200px;
                         // flex: 1;
                     }
                     &:nth-child(4),&:nth-child(5){
-                        width: 80px;
+                        width: 120px;
                     }
                 }
             }
@@ -502,17 +502,17 @@ export default {
                             flex: 1;
                         }
                         &:nth-child(2){
-                          width: 340px;
+                          width: 200px;
                         }
                         &:nth-child(3){
-                            width: 120px;
+                            width: 200px;
                         }
                         &:nth-child(4){
-                            width: 80px;
+                            width: 120px;
+                            color: $light_color;
                         }
                         &:nth-child(5){
                             width: 80px;
-                            color: $light_color;
                         }
                     }
                 }
@@ -571,19 +571,20 @@ export default {
                             flex: 1;
                         }
                         &:nth-child(2){
-                          width: 340px;
+                          width: 200px;
                         }
                         &:nth-child(3){
-                            width: 120px;
+                            width: 200px;
                         }
                         &:nth-child(4){
-                            width: 80px;
-                        }
-                        &:nth-child(5){
-                            width: 80px;
+                            width: 120px;
                             color: $light_color;
                             cursor: pointer;
                         }
+                        // &:nth-child(5){
+                        //     width: 80px;
+                            
+                        // }
                     }
                 }
             }