Commit f28539c3 by chenyu

update: update

parent d7f5d378
...@@ -238,6 +238,9 @@ export default { ...@@ -238,6 +238,9 @@ export default {
display: none; display: none;
} }
} }
.member-grade-card-table+.member-grade-card-table{
margin-top: 40px;
}
.sort-btn-wrap { .sort-btn-wrap {
display: flex; display: flex;
justify-content: center; justify-content: center;
......
...@@ -275,7 +275,6 @@ ...@@ -275,7 +275,6 @@
<el-switch disabled v-model="cliqueForm.gradeUpModelSyncchange" @change="changeSwitch($event, 10)"> </el-switch> <el-switch disabled v-model="cliqueForm.gradeUpModelSyncchange" @change="changeSwitch($event, 10)"> </el-switch>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="add-level"><el-button type="primary" @click="changeRoute('/addGroupGrade')">新增等级</el-button></div>
<!-- type 1 常规卡 2 特殊卡 3 付费卡(集团不展示) --> <!-- type 1 常规卡 2 特殊卡 3 付费卡(集团不展示) -->
<member-card-table :tableData="generalCardList" type="1" :logoImg="logoImg"/> <member-card-table :tableData="generalCardList" type="1" :logoImg="logoImg"/>
<member-card-table :tableData="specialCardList" type="2" :logoImg="logoImg"/> <member-card-table :tableData="specialCardList" type="2" :logoImg="logoImg"/>
......
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