智能方案管理页面

This commit is contained in:
林志军
2025-06-27 09:34:21 +08:00
parent 645816c1f5
commit 7975c7bdd7
2 changed files with 9 additions and 1 deletions

View File

@ -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;
}
}

View File

@ -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"