Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
5636a7da
Commit
5636a7da
authored
May 30, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改标签样式
parent
fec54924
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
tags-group.vue
src/view/memberGroup/tags-group.vue
+6
-12
No files found.
src/view/memberGroup/tags-group.vue
View file @
5636a7da
...
...
@@ -20,10 +20,9 @@
<div
class=
"tags-group__show"
>
<draggable
v-model=
"tagsData"
group=
"article"
style=
"height: 100%"
@
end=
"dragTag"
:move=
"checkMove"
:sort=
"false"
:data-index=
"tagsGroupIndex"
>
<div
class=
"tags-group__tag"
v-for=
"(item, index) in tagsData"
:key=
"item.tagId"
>
<span>
{{
item
.
tagName
}}
</span>
<el-tooltip>
<span
class=
"tags-group__tag-name"
>
【选择:
{{
item
.
newTagVal
}}
】
</span>
<div
style=
"
max-width: 350px; font-size: 14px;"
slot=
"content"
>
【选择:
{{
item
.
newTagVal
}}
】
</div>
<span
>
{{
item
.
tagName
}}
【选择:
{{
item
.
newTagVal
}}
】
</span>
<div
style=
"
width: 400px;font-size: 14px"
slot=
"content"
>
{{
item
.
tagName
}}
【选择:
{{
item
.
newTagVal
}}
】
</div>
</el-tooltip>
<i
class=
"iconfont icon-bianji1 edit"
@
click=
"editTags(index)"
></i>
<i
class=
"iconfont icon-guanbi"
@
click=
"delTags(index)"
></i>
...
...
@@ -208,10 +207,12 @@ export default {
&
:last-child
{
margin-bottom
:
0
;
}
span
{
display
:
inline-block
;
vertical-align
:
middle
;
max-width
:
100%
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
i
{
...
...
@@ -238,13 +239,6 @@ export default {
color
:
#f56c6c
;
}
}
.tags-group__tag-name
{
max-width
:
180px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
}
}
...
...
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