chore(admin-ui): refine list-card table borders and rounding

This commit is contained in:
萝卜
2026-03-16 01:34:25 +08:00
parent cda69f4716
commit 61153ddae1
2 changed files with 47 additions and 0 deletions

View File

@@ -152,10 +152,17 @@
.list-card-body{
border-top:1px solid var(--adm-border-color, #e5e7eb);
padding:0;
overflow:hidden;
}
.list-card-table{
margin:0;
border-collapse:separate;
border-spacing:0;
}
.list-card-table tbody tr:last-child td{
border-bottom:none;
}
.list-card-table th,