qinzhipeng_v@didiglobal.com 4 lat temu
rodzic
commit
14a60c0c26

+ 1 - 1
src/views/workbench/components/listView.vue

@@ -355,7 +355,7 @@ export default {
 
 <style lang="scss" scoped>
 .person {
-  min-height: calc(100vh - 378px);
+  min-height: calc(100vh - 358px);
 }
 .team {
   min-height: calc(100vh - 196px);

+ 1 - 1
src/views/workbench/team/components/ganntViews.vue

@@ -307,7 +307,7 @@ export default {
 .table-top {
   margin: 0 30px 20px;
   width: 95%;
-  min-height: calc(100vh - 251px);
+  min-height: calc(100vh - 208px);
   .range-time {
     margin: 5px 30px 20px;
   }