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
c3362d96
Commit
c3362d96
authored
Apr 09, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改剔除按钮的样式
parent
9133b67c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
2 deletions
+34
-2
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+34
-2
No files found.
src/view/memberGroup/memberGroupEdit.vue
View file @
c3362d96
...
...
@@ -28,7 +28,9 @@
</div>
</div>
</div>
<el-button
v-show=
"(tagsGroupIndex === 0 && selectedTagData.length >= 2) || (tagsGroupIndex === 1 && selectedTagData.length >= 3)"
type=
"text"
@
click=
"changeTagsRelation"
>
剔除
</el-button>
<div
class=
"memberGroupEdit-wrap__tags-relation"
v-show=
"(tagsGroupIndex === 0 && selectedTagData.length >= 2) || (tagsGroupIndex === 1 && selectedTagData.length >= 3)"
>
<el-button
type=
"btn btn-default memberGroupEdit-wrap__btn"
@
click=
"changeTagsRelation"
>
剔除
</el-button>
</div>
</div>
<el-button
class=
"m-t-10 w-548 el-icon-plus color-blue"
v-show=
"selectedTagData.length
<
3
"
@
click=
"addTgsGroup"
>
添加
</el-button>
</el-form-item>
...
...
@@ -749,8 +751,8 @@ export default {
.memberGroupEdit-wrap__tags
{
position
:
relative
;
padding
:
12px
0
;
transform
:
translate
(
60px
,
0
);
border
:
1px
solid
#dcdfe6
;
border-left
:
10px
solid
#1890ff
;
border-radius
:
4px
;
.memberGroupEdit-wrap__tags-box
{
...
...
@@ -813,6 +815,36 @@ export default {
}
}
}
.memberGroupEdit-wrap__tags-relation
{
position
:
relative
;
.memberGroupEdit-wrap__btn
{
padding
:
0
;
width
:
40px
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
border-radius
:
40px
;
}
&
::before
,
&
::after
{
content
:
''
;
display
:
block
;
position
:
absolute
;
left
:
20px
;
z-index
:
1
;
width
:
40px
;
height
:
80px
;
border-left
:
1px
solid
#dcdfe6
;
}
&
::before
{
top
:
-80px
;
border-top
:
1px
solid
#dcdfe6
;
}
&
::after
{
bottom
:
-80px
;
border-bottom
:
1px
solid
#dcdfe6
;
}
}
.memberGroupEdit-wrap__body
{
width
:
100%
;
...
...
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