فهرست منبع

优化团队设置

qinzhipeng_v@didiglobal.com 4 سال پیش
والد
کامیت
b05be6b9b7
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/views/monthlyReport/childrenPage/setReport/components/teamSet.vue

+ 3 - 2
src/views/monthlyReport/childrenPage/setReport/components/teamSet.vue

@@ -162,6 +162,8 @@ export default {
     .team-rightText {
       width: 350px;
       padding-left: 60px;
+      height: calc(100vh - 189px);
+      overflow: hidden;
     }
 
     .team-person {
@@ -183,8 +185,7 @@ export default {
 
     .team-member {
       color: #666666;
-      height: calc(100vh - 775px);
-      // max-height: calc(100vh - 468px);
+      height: calc(100vh - 362px);
       overflow: auto;
       margin: 20px 0;
     }