@@ -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>