chore(admin-ui): refine list-card table borders and rounding
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user