This commit is contained in:
2025-03-11 09:46:52 +08:00
parent 31a2667f8b
commit 9ffe64dd44
7 changed files with 192 additions and 8 deletions

View File

@@ -24,3 +24,17 @@ body {
.arco-btn-text {
color: var(--color-text-2) !important;
}
#Item-View {
.arco-card {
@apply h-full;
.arco-card-body {
@apply h-full flex flex-col;
.arco-table-container {
@apply h-full;
.arco-table-element {
@apply h-full;
}
}
}
}
}