feat: custom table with row children

This commit is contained in:
jialin
2024-06-12 09:26:17 +08:00
parent f491b5dfb1
commit 405d95c81f
19 changed files with 611 additions and 12 deletions
+7
View File
@@ -15,6 +15,13 @@ html {
--ant-color-fill-secondary: rgba(0, 0, 0, 0.06);
--table-td-radius: 24px;
--checkbox-border-radius: 4px;
--ant-table-cell-padding-inline: 16px;
--ant-table-cell-padding-block: 16px;
--ant-table-header-border-radius: 16px;
--ant-table-header-split-color: #f0f0f0;
--ant-table-row-selected-bg: #f0fff6;
--ant-table-row-selected-hover-bg: #d8f2e4;
--ant-table-row-hover-bg: #e6e6e6;
// --color-text-1: #000;
--seal-transition-func: cubic-bezier(0, 0, 1, 1);