qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
1aa107a728

+ 0 - 3
src/views/ToConfigure/components/MemberDetails.vue

@@ -173,9 +173,6 @@ export default {
   font-weight: 500;
   color: #444444;
 }
-// .team_main {
-//   min-height: calc(100vh - 356px);
-// }
 .el-dropdown-link {
     cursor: pointer;
   }

+ 1 - 1
src/views/ToConfigure/components/memberConfiguration.vue

@@ -140,7 +140,7 @@ export default {
   margin-bottom: 32px;
 }
 .member_main {
-  min-height: calc(100vh - 296px);
+  min-height: calc(100vh - 203px);
   padding: 20px 0 20px 20px;
 }
 .member_footer {

+ 1 - 0
src/views/ToConfigure/components/memberSetup.vue

@@ -64,6 +64,7 @@ export default {
   watch: {
     data: {
       handler(newV) {
+        console.log(newV, '从不一定是')
         if (newV) {
           this.type = newV
           this.teamModifyTeam()

+ 2 - 3
src/views/ToConfigure/index.vue

@@ -17,7 +17,7 @@
             <div class="member_left">
               <member-configuration @details="detailslist" />
             </div>
-            <div style="width: -webkit-fill-available; overflow-x: hidden;">
+            <div style="width: -webkit-fill-available; overflow: hidden;">
               <Member-details :data="childName" />
             </div>
           </div>
@@ -104,7 +104,7 @@ export default {
     background: #FFF;
     padding: 0px;
     border-radius: 4px;
-    min-height: calc(100vh - 236px);
+    min-height: calc(100vh - 143px);
   }
   .configure_title {
     width: 100vw;
@@ -114,7 +114,6 @@ export default {
     padding: 14px 0;
     display: table-cell;
     vertical-align: middle;
-    /* line-height: 39px; */
     border-bottom: 1px solid #F2F3F6;
   }
   .member_demo {