refactor: resource table columns

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 84859d1b7c
commit 949eded4ee
44 changed files with 1390 additions and 1544 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
border-radius: var(--border-radius-small);
background-color: var(--color-white-1);
box-shadow: none;
padding: 10px;
padding: 10px 16px;
border: 1px solid var(--ant-color-border);
}