optimize: 首页 `Git.exe代理:` 字样显示不完整的问题修复。

pull/333/head
王良 2024-08-14 16:03:25 +08:00
parent 7a8f84126c
commit 5b4bcdda92
1 changed files with 2 additions and 3 deletions

View File

@ -57,10 +57,9 @@
</div>
</div>
<div :span="12">
<a-form style="margin-top:20px" :label-col="{ span: 12 }" :wrapper-col="{ span: 12 }">
<a-form style="margin-top:20px" :label-col="{ span: 15 }" :wrapper-col="{ span: 9 }">
<a-form-item v-for=" (item, key) in switchBtns" :key="key" :label="item.label">
<a-tooltip placement="topLeft" :title="item.tip">
<a-tooltip placement="topLeft">
<a-switch style="margin-left:10px" :loading="item.loading" :checked="item.status()" default-checked
@change="item.doClick">
<a-icon slot="checkedChildren" type="check"/>