flat:合并

This commit is contained in:
史典卓
2025-09-24 12:56:09 +08:00
15 changed files with 2602 additions and 631 deletions

View File

@@ -21,6 +21,22 @@ body,
left: unset;
}
.ant-table-row {
&-level-1 .ant-table-cell:first-child {
padding-left: 24px !important;
}
&-level-2 .ant-table-cell:first-child {
padding-left: 48px !important;
}
// 可根据需要添加更多层级
}
.ant-table-row-level-2 .ant-table-row-expand-icon {
display: none;
}
canvas {
display: block;
}
@@ -54,3 +70,4 @@ ol {
}
}
}