style: model list buttons

This commit is contained in:
jialin
2025-03-12 10:43:59 +08:00
parent a7cfa05504
commit 5edbc1a7b5
24 changed files with 460 additions and 157 deletions
+9 -1
View File
@@ -16,7 +16,7 @@
}
tr:last-child td {
border-bottom: none;
// border-bottom: none;
}
}
@@ -25,9 +25,17 @@
font-weight: 600;
}
td {
color: var(--color-white-quaternary);
}
.cell-span {
display: flex;
padding: 4px 6px;
min-height: 32px;
}
.cell-header {
font-weight: var(--font-weight-bold);
}
}