Skip to content

Commit

Permalink
feat: #319 PicGO图形化配置界面-优化PicGo表单样式
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 16, 2023
1 parent 3a3d100 commit b3fc594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/picgo/common/ConfigForm.vue
Expand Up @@ -41,7 +41,7 @@
</div>

<div class="config-form">
<el-form ref="$configForm" label-width="180px" :model="configRuleForm">
<el-form ref="$configForm" label-width="250px" :model="configRuleForm">
<el-form-item
:label="$t('setting.picgo.picbed.uploader.config.name')"
required
Expand Down

0 comments on commit b3fc594

Please sign in to comment.