feat(web): table ui

This commit is contained in:
zhaoying
2026-03-25 17:13:54 +08:00
parent 0380c13a3b
commit 56fd5680cf
12 changed files with 91 additions and 53 deletions

View File

@@ -15,6 +15,9 @@
.properties :global(.ant-select-multiple.ant-select-sm .ant-select-selector) {
min-height: 28px;
}
.properties :global(.ant-select-multiple.ant-select-sm .ant-select-selection-item) {
height: 18px;
}
.properties :global(:not(.select).ant-select-single.ant-select-sm.ant-select-borderless) {
height: 22px;
}