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