Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
4f532f34
Commit
4f532f34
authored
Mar 11, 2025
by
lijin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决文案管理页面的 bug
parent
99de595a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/copywritingLibrary/index.vue
+1
-1
TextInputList.vue
src/views/createDelivery/childComponents/TextInputList.vue
+1
-1
No files found.
src/views/copywritingLibrary/index.vue
View file @
4f532f34
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
v-if=
"!form.id"
v-if=
"!form.id"
v-model=
"form.text"
v-model=
"form.text"
placeholder=
"请输入文案内容"
placeholder=
"请输入文案内容"
:maxLength=
"form.type ===
1
? 30 : 90"
:maxLength=
"form.type ===
'1'
? 30 : 90"
></text-input-list>
></text-input-list>
<el-input
<el-input
...
...
src/views/createDelivery/childComponents/TextInputList.vue
View file @
4f532f34
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
'is-error': isOverLength(text),
'is-error': isOverLength(text),
'is-focused': focusedIndex === index
'is-focused': focusedIndex === index
}"
}"
show-word-limit="true"
:
show-word-limit="true"
@input="handleInput(index)"
@input="handleInput(index)"
@focus="focusedIndex = index"
@focus="focusedIndex = index"
@blur="focusedIndex = -1"
@blur="focusedIndex = -1"
...
...
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