Browse Source

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

huangbin 4 years ago
parent
commit
05b3c5daef

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

@@ -70,7 +70,8 @@
               <a-row>
                 <a-col :span="12"
                        v-for="(item, index) in accountList"
-                       :key="index">
+                       :key="index"
+                       :class="[index > 1 ? 'mt10' : '']">
                   <a-checkbox :value="item.accountid">{{item.accountname}}/{{item.accountid}}</a-checkbox>
                 </a-col>
               </a-row>