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
+1
View File
@@ -3,6 +3,7 @@
.ant-layout-sider-children {
border-inline: none;
border-radius: 0;
padding-inline-end: 0;
padding-block-end: 8px;
}
+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);
}
}
}
+1 -1
View File
@@ -240,7 +240,7 @@ export default (props: any) => {
<div className="collapse-wrap" onClick={handleToggleCollapse}>
<Button
style={{
marginRight: collapsed ? 0 : -14,
marginRight: collapsed ? 0 : -6,
border: 'none',
cursor: 'w-resize'
}}