Skip to content

Commit

Permalink
fix: 解决英文状态下表单宽度不一致的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhao1999 committed Jun 17, 2022
1 parent 74cddbd commit 54e304a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/design/components/ArticleEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defineExpose({
}}</el-button>
</span>
</template>
<c-form ref="ruleFormRef" v-model:value="model" :options="options" />
<c-form ref="ruleFormRef" v-model:value="model" label-width="80px" :options="options" />
</el-dialog>
</template>

Expand Down

0 comments on commit 54e304a

Please sign in to comment.