Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
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
office
haoban-4
Commits
7c3390cd
Commit
7c3390cd
authored
Sep 04, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改编辑标签限制
parent
1e863422
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
edit-tag-dialog.vue
src/components/app/my-customer/edit-tag-dialog.vue
+6
-5
No files found.
src/components/app/my-customer/edit-tag-dialog.vue
View file @
7c3390cd
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 17:16:25
* @LastEditors: 无尘
* @LastEditTime: 2020-09-04 1
3:58:02
* @LastEditTime: 2020-09-04 1
4:39:25
-->
<!--
...
...
@@ -43,7 +43,7 @@
@
close=
"handleDel(index)"
>
{{
item
.
tagValue
}}
</el-tag>
<div
class=
"m-t-5 input-tag-div"
>
<div
v-if=
"form.childList
<
20
"
class=
"m-t-5 input-tag-div"
>
<el-input
class=
"input-new-tag"
v-model=
"inputValue"
...
...
@@ -53,7 +53,7 @@
placeholder=
"请输入标签值并回车添加多个"
@
keyup
.
enter
.
native=
"handleInputConfirm"
>
</el-input>
<span
class=
"input-cell-tip
top-40"
>
{{
inputValue
.
length
}}
/100
</span>
<span
class=
"input-cell-tip
"
>
{{
inputValue
.
length
}}
/15
</span>
</div>
</el-form-item>
</el-form>
...
...
@@ -243,12 +243,13 @@ export default {
width
:
440px
;
}
.input-tag-div
{
position
:
relative
;
.input-cell-tip
{
position
:
absolute
;
top
:
2px
;
right
:
3
0px
;
right
:
2
0px
;
display
:
inline-block
;
line-height
:
3
2
px
;
line-height
:
3
0
px
;
text-align
:
right
;
font-size
:
12px
;
color
:
#c0c4cc
;
...
...
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