perf: moved all labels in form item to the top for adjust long text

This commit is contained in:
tiny-craft
2023-08-23 12:00:02 +08:00
parent fa9d1850c7
commit bb3316a67a
13 changed files with 32 additions and 82 deletions

View File

@@ -70,9 +70,9 @@ const onClose = () => {
<n-form
:model="renameForm"
:show-require-mark="false"
:show-label="false"
label-align="left"
label-placement="left"
label-width="auto"
label-placement="top"
>
<n-form-item :label="$t('new_key_name')" required>
<n-input v-model:value="renameForm.newKey" />