样式统一

This commit is contained in:
2026-08-24 14:48:08 +08:00
parent 215a48446d
commit 1a1b1ce66b
25 changed files with 479 additions and 395 deletions
@@ -455,13 +455,7 @@ export default {
// ==================== 1. 查询条件区域 ====================
.search-card {
margin-bottom: 16px;
.search-form {
.w-full {
width: 100%;
}
.search-actions {
display: flex;
justify-content: flex-end;
@@ -473,8 +467,6 @@ export default {
// ==================== 2. 操作区域 ====================
.upload-card {
margin-bottom: 16px;
.upload-row {
display: flex;
align-items: center;
@@ -501,24 +493,12 @@ export default {
// ==================== 3. 数据表格 ====================
.table-card {
margin-bottom: 16px;
.table-title {
font-size: 14px;
font-weight: 600;
color: #303133;
margin-bottom: 12px;
}
.pagination {
display: flex;
justify-content: flex-end;
margin-top: 12px;
}
.text-danger {
color: #f56c6c;
}
}
// ==================== 4. 新增/修改表单 ====================