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
d9ba5980
Commit
d9ba5980
authored
Aug 03, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 导出标签值按钮添加权限
parent
a30c777b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
30 deletions
+15
-30
manual-tag-value-edit.vue
src/view/manualTag/manual-tag-value-edit.vue
+1
-1
group-list.vue
src/view/memberGroup/group-list.vue
+14
-29
No files found.
src/view/manualTag/manual-tag-value-edit.vue
View file @
d9ba5980
...
...
@@ -12,7 +12,7 @@
<i
class=
"iconfont icon-shangc"
/>
导入多标签值会员
</el-button>
<el-button
type=
"primary"
class=
"ghost-btn"
@
click=
"importTagValue"
>
<el-button
type=
"primary"
class=
"ghost-btn"
@
click=
"importTagValue"
:limit-code=
"$buttonCode.importTagValueBtnCode"
v-if=
"$getButtonLimit($buttonCode.importTagValueBtnCode)"
>
<i
class=
"iconfont icon-xiazai"
/>
导出标签值
</el-button>
...
...
src/view/memberGroup/group-list.vue
View file @
d9ba5980
...
...
@@ -277,10 +277,19 @@ export default {
justify-content
:
space-between
;
align-items
:
center
;
.icon
{
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
padding
:
1px
;
border-radius
:
2px
;
margin
:
0
4px
;
}
&
:hover
{
color
:
#2F54EB
;
background
:
#F2F3F5
;
.
icon
:
hover
{
background
:
RGBA
(
229
,
230
,
235
,
1
);
}
}
.name-txt
{
display
:
inline-block
;
...
...
@@ -297,45 +306,21 @@ export default {
.active-li
{
color
:
#2F54EB
;
background-color
:
#ebeffe
;
.icon
{
width
:
16px
;
height
:
16px
;
padding
:
1px
;
border-radius
:
2px
;
color
:
#2f54eb
;
&:hover
{
background
:
RGBA
(
216
,
222
,
252
,
1
);
}
}
.wrap
span{
padding-left
:
6px
;
color
:
#2f54eb
;
}
}
.icon
:hover
{
background
:
#d8defc
;
}
}
.wrap
span
{
padding-left
:
6px
;
color
:
#303133
;
}
li
:hover
{
background-color
:
#F2F3F5
;
.icon
{
padding
:
1px
;
border-radius
:
2px
;
background
:
RGBA
(
229
,
230
,
235
,
1
);
color
:
#303133
;
}
}
}
li
:active
{
background-color
:
#EBEFFE
;
.wrap
span{
color
:
#2f54eb
;
}
.icon
{
color
:
#2f54eb
;
}
}
.more
{
line-height
:
26px
;
text-align
:
center
;
...
...
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