客户需求
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user