feat: table组件替换

This commit is contained in:
rd
2025-09-04 18:05:16 +08:00
parent aaa8a320c8
commit 3f5249c731
42 changed files with 1816 additions and 1833 deletions

View File

@ -13,39 +13,37 @@
.ant-table-container {
border: none !important;
height: 100%;
.ant-table-content {
.ant-table-thead {
> tr {
.ant-table-cell {
padding: 13px 16px;
background: var(--BG-100, #f7f8fa);
border-start-start-radius: 0 !important;
border-start-end-radius: 0 !important;
@include table-cell-text;
font-family: 'PingFangSC-Medium';
.ant-table-column-sorters {
justify-content: normal;
.ant-table-column-title {
flex: none;
}
.ant-table-column-sorter {
margin-left: 8px;
color: #939499;
line-height: normal;
.anticon.active {
color: $color-primary;
}
.ant-table-thead {
> tr {
.ant-table-cell {
padding: 13px 16px;
background: var(--BG-100, #f7f8fa);
border-start-start-radius: 0 !important;
border-start-end-radius: 0 !important;
@include table-cell-text;
font-family: 'PingFangSC-Medium';
.ant-table-column-sorters {
justify-content: normal;
.ant-table-column-title {
flex: none;
}
.ant-table-column-sorter {
margin-left: 8px;
color: #939499;
line-height: normal;
.anticon.active {
color: $color-primary;
}
}
}
}
}
.ant-table-tbody {
.ant-table-row {
.ant-table-cell {
padding: 11px 16px;
@include table-cell-text;
}
}
.ant-table-tbody {
.ant-table-row {
.ant-table-cell {
padding: 11px 16px;
@include table-cell-text;
}
}
}