mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-11-02 11:24:06 +08:00
perf: moved all labels in form item to the top for adjust long text
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user