样式优化。

pull/355/head
王良 2024-09-12 23:53:55 +08:00
parent 60635d199b
commit 3629cc37d4
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
<a-button style="margin-left:10px" type="primary" icon="plus" @click="addSpeedHostname()"/>
</a-col>
</a-row>
<a-row :gutter="10" style="margin-top: 10px" v-for="(item,index) of getSpeedTestConfig().hostnameList"
<a-row :gutter="10" style="margin-top: 5px" v-for="(item,index) of getSpeedTestConfig().hostnameList"
:key='index'>
<a-col :span="21">
<a-input v-model="getSpeedTestConfig().hostnameList[index]"/>