Skip to content

Commit

Permalink
optimize: 首页 Git.exe代理: 字样显示不完整的问题修复。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Aug 14, 2024
1 parent 7a8f841 commit 5b4bcdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/gui/src/view/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 5b4bcdd

Please sign in to comment.