Commit 8f461992 authored by tyyin lan's avatar tyyin lan

chore(个人设置): 账号昵称字数限制

parent d720a7dd
......@@ -175,13 +175,15 @@ function handleUserInfoFormItemEditUpdate(key: keyof typeof userInfoFormItemEdit
</h4>
<div v-if="userInfoFormItemEdit.nickName" class="flex">
<div class="flex w-[220px] items-center">
<div class="flex w-[330px] items-center">
<n-input
ref="inputRefs"
v-model:value="userInfoForm.nickName"
:placeholder="t('personal_settings_module.please_enter_the_account_nickname')"
type="text"
size="small"
maxlength="20"
show-count
/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment