ソースを参照

优化团队设置

qinzhipeng_v@didiglobal.com 4 年 前
コミット
b05be6b9b7

+ 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;
     }