style: table split

This commit is contained in:
jialin
2026-06-02 15:18:00 +08:00
committed by jialin
parent dd9d359bb0
commit c01f4d3ce8
3 changed files with 8 additions and 11 deletions
+6 -10
View File
@@ -171,8 +171,6 @@ body {
}
.ant-table .ant-table-container table {
// border-spacing: 0 20px;
.ant-table-thead th.ant-table-column-sort {
background-color: transparent;
@@ -286,15 +284,13 @@ body {
}
}
.ant-table-content table {
.ant-table-tbody {
.ant-table-row {
border-radius: var(--table-td-radius);
.ant-table .ant-table-tbody {
.ant-table-row {
border-radius: var(--table-td-radius);
> td {
background-color: unset;
border-bottom: 1px solid var(--ant-color-split);
}
> td {
background-color: unset !important;
border-bottom: 1px solid var(--ant-color-split);
}
}
}