Commit cdcaa23e by liuchenxi

update: ui

parent 712849d8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment