|
@@ -72,7 +72,7 @@
|
|
|
v-for="(item, index) in accountList"
|
|
v-for="(item, index) in accountList"
|
|
|
:key="index"
|
|
:key="index"
|
|
|
:class="[index > 1 ? 'mt10' : '']">
|
|
: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-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
</a-checkbox-group>
|
|
</a-checkbox-group>
|
|
@@ -154,6 +154,7 @@ export default defineComponent({
|
|
|
.ant-row {
|
|
.ant-row {
|
|
|
.ant-col.ant-col-12 {
|
|
.ant-col.ant-col-12 {
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+ min-width: 356px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|