客户需求

This commit is contained in:
‘huanghaiixia’
2026-01-21 17:56:35 +08:00
parent b0e03cecc0
commit bdbffe4c30
18 changed files with 886 additions and 157 deletions

View File

@ -76,4 +76,24 @@ span {
.ant-form-item-label > label {
color: rgba(0, 0, 0, 0.65) !important;
}
}
.ant-table-container {
.ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
padding: 0px 8px;
height: 40px;
}
.ant-table-thead {
background: #F6F8FA;
height: 46px;
}
.ant-table-column-title {
font-weight: bold;
color: rgba(0, 0, 0, 0.85) !important;
}
.ant-table-column-sorters {
justify-content: flex-start;
display: inline-flex;
}
}