修改样式
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user