Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
8f461992
Commit
8f461992
authored
Nov 28, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(个人设置): 账号昵称字数限制
parent
d720a7dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
personal-settings.vue
src/views/personal-settings/personal-settings.vue
+3
-1
No files found.
src/views/personal-settings/personal-settings.vue
View file @
8f461992
...
@@ -175,13 +175,15 @@ function handleUserInfoFormItemEditUpdate(key: keyof typeof userInfoFormItemEdit
...
@@ -175,13 +175,15 @@ function handleUserInfoFormItemEditUpdate(key: keyof typeof userInfoFormItemEdit
</h4>
</h4>
<div
v-if=
"userInfoFormItemEdit.nickName"
class=
"flex"
>
<div
v-if=
"userInfoFormItemEdit.nickName"
class=
"flex"
>
<div
class=
"flex w-[
22
0px] items-center"
>
<div
class=
"flex w-[
33
0px] items-center"
>
<n-input
<n-input
ref=
"inputRefs"
ref=
"inputRefs"
v-model:value=
"userInfoForm.nickName"
v-model:value=
"userInfoForm.nickName"
:placeholder=
"t('personal_settings_module.please_enter_the_account_nickname')"
:placeholder=
"t('personal_settings_module.please_enter_the_account_nickname')"
type=
"text"
type=
"text"
size=
"small"
size=
"small"
maxlength=
"20"
show-count
/>
/>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment