Commit dae6f713 by caoyanzhi

update: 弹窗推广菜单调整

parent 9e555e0b
......@@ -145,9 +145,9 @@
</div>
</el-form>
</div>
<div class="bottomBtn">
<dm-form-bottom>
<el-button @click="$router.go(-1)">取消</el-button> <el-button type="primary" @click="submit">{{ group.id ? '保存' : '确认新建' }}</el-button>
</div>
</dm-form-bottom>
</section>
</template>
<script>
......@@ -989,18 +989,6 @@ export default {
.select-page {
width: 45%;
}
.bottomBtn {
position: fixed;
bottom: 0;
right: 0;
display: flex;
z-index: 99;
justify-content: center;
align-items: center;
height: 60px;
width: 100%;
background: #ffffff;
}
.delete_btn {
background: #f0f5ff;
color: #909399;
......
......@@ -152,11 +152,6 @@ export default {
}
},
created() {
this.$store.commit('mutations_breadcrumb', [
{ name: '营销管理', path: '' },
{ name: '弹窗推广', path: '' },
{ name: '计划列表', path: '' }
]);
this.getTableList();
},
methods: {
......
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