Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2026-04-24 17:20:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
41a8bf43d27cb1ae721c6fde5d96a49162c9ddec
41a8bf43
1 parent
f0174e85
输入限制去除
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/FormTextareaInput/index.vue
src/components/FormTextareaInput/index.vue
View file @
41a8bf4
...
...
@@ -15,7 +15,7 @@
class="inputShadow textareaPopover"
v-model="formData[dataKey]"
resize="none"
maxlength="1
3
000"
maxlength="1
000
000"
placeholder=""
@blur="textareaBlur"
@input="input"
...
...
Please
register
or
login
to post a comment