Browse Source

调整组织架构可以自由拖动

Lijy 2 years ago
parent
commit
e2eeb2f66a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -615,7 +615,7 @@ export default {
         },
         },
         otherInfo: {
         otherInfo: {
           // 限制左边栏最低宽度
           // 限制左边栏最低宽度
-          leftWidth: 180,
+          leftWidth: 100,
         },
         },
       },
       },
       {
       {
@@ -632,7 +632,7 @@ export default {
         },
         },
         otherInfo: {
         otherInfo: {
           // 限制左边栏最低宽度
           // 限制左边栏最低宽度
-          leftWidth: 180,
+          leftWidth: 100,
         },
         },
       },
       },
     ]);
     ]);