修改样式

This commit is contained in:
linxd
2025-07-16 15:10:42 +08:00
parent 38304c5f5b
commit 0fcd597275
11 changed files with 49 additions and 22 deletions

View File

@ -11,6 +11,9 @@
:global(.ant-card-head) {
background-color: #fafafa;
}
:global(.ant-card-body) {
padding: 0;
}
}
.formActions {
@ -48,13 +51,15 @@
.detail-card {
margin-bottom: 16px;
:global(.ant-card-body) {
padding: 0;
}
}
.indicator-table {
margin-top: 16px;
// margin-top: 16px;
}
.status-tag {
margin-right: 0;
}