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
cdcaa23e
Commit
cdcaa23e
authored
Apr 19, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui
parent
712849d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
group-list.vue
src/view/memberGroup/group-list.vue
+4
-1
No files found.
src/view/memberGroup/group-list.vue
View file @
cdcaa23e
...
...
@@ -9,7 +9,7 @@
<!--
<el-collapseTransition>
-->
<!--我的会员分组-->
<ul
class=
"lists"
v-show=
"activeType == '1'"
>
<li
@
click=
"addGroupDialog = true"
:limit-code=
"$buttonCode.memberTagAddCateGory"
v-if=
"$getButtonLimit($buttonCode.memberTagAddCateGory)"
style=
"margin-bottom: 10px
"
>
<li
@
click=
"addGroupDialog = true"
:limit-code=
"$buttonCode.memberTagAddCateGory"
v-if=
"$getButtonLimit($buttonCode.memberTagAddCateGory)"
class=
"add-category
"
>
<el-button
type=
"primary"
class=
"ghost-btn add-group"
>
新增分类
</el-button>
</li>
<li
v-for=
"(list, i) in lists"
:key=
"i"
:class=
"['member-list',
{ 'active-li': i == currentIndex }]" @click="handleChangeIndex(i, list)">
...
...
@@ -398,6 +398,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.add-category
{
margin
:
0
15px
10px
;
}
.group-list
{
.recommend-list
{
margin-top
:
10px
;
...
...
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