ソースを参照

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 年 前
コミット
5067cfe32f

+ 9 - 1
src/views/information/account_info/compoments/add-child-traders/index.vue

@@ -72,7 +72,7 @@
                        v-for="(item, index) in accountList"
                        :key="index"
                        :class="[index > 1 ? 'mt10' : '']">
-                  <a-checkbox :value="item.accountid">{{item.accountname}}/{{item.accountid}}</a-checkbox>
+                  <a-checkbox :value="item.accountid" >{{item.accountname}}/{{item.accountid}}</a-checkbox>
                 </a-col>
               </a-row>
             </a-checkbox-group>
@@ -150,6 +150,14 @@ export default defineComponent({
 
 <style lang="less">
 .add-traders {
+  .checkboxGroupItem {
+    .ant-row {
+      .ant-col.ant-col-12 {
+        white-space: nowrap;
+        min-width: 356px;
+      }
+    }
+  }
 }
 </style
 >;