feat: 样式修改

This commit is contained in:
ZhuRui
2026-07-25 11:50:43 +08:00
parent 3b4dd72b11
commit 352f52006f
5 changed files with 27 additions and 15 deletions
+11
View File
@@ -73,6 +73,9 @@ a {
column-gap: 16px;
row-gap: 12px;
flex-shrink: 0;
padding: 16px;
background-color: #fff;
border-radius: 10px;
}
// 筛选区域操作按钮组:横向 flex
@@ -90,12 +93,20 @@ a {
display: flex;
flex-direction: column;
flex: 1;
background-color: #fff;
min-height: 0;
min-width: 0;
margin-top: 16px;
overflow: hidden;
border-radius: 10px;
}
.page-pagination {
flex-shrink: 0;
display: flex;
justify-content: flex-end;
padding: 14px;
}
// ===== antd 组件覆盖 =====
// Tag 默认 margin-right: 8px,会挤开表格列或卡片内间距,统一去掉