智能方案管理页面
This commit is contained in:
@ -56,12 +56,14 @@
|
|||||||
margin: 20px 20px;
|
margin: 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//添加按钮
|
||||||
.add-btn {
|
.add-btn {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//分页
|
||||||
.materials-page {
|
.materials-page {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@ -179,4 +181,10 @@
|
|||||||
.a-modal .a-modal-footer {
|
.a-modal .a-modal-footer {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//弹窗样式
|
||||||
|
.a-modal-title {
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -87,7 +87,7 @@
|
|||||||
@cancel="handleModalCancel"
|
@cancel="handleModalCancel"
|
||||||
>
|
>
|
||||||
<template #title>
|
<template #title>
|
||||||
<span title="测试">{{ form.id > 0 ? '编辑品牌' : '新增品牌' }}</span>
|
<span class="a-modal-title">{{ form.id > 0 ? '编辑品牌' : '新增品牌' }}</span>
|
||||||
</template>
|
</template>
|
||||||
<a-form
|
<a-form
|
||||||
:model="form"
|
:model="form"
|
||||||
|
|||||||
Reference in New Issue
Block a user