style(audit): simplify asset list interactions

This commit is contained in:
caoxiaozhu
2026-05-11 06:33:46 +00:00
parent 83286712e5
commit 0b63be2d39
3 changed files with 12 additions and 10 deletions

View File

@@ -407,7 +407,7 @@ th,
td {
padding: 14px 12px;
border-bottom: 1px solid #edf2f7;
text-align: left;
text-align: center;
vertical-align: middle;
color: #334155;
font-size: 12px;
@@ -425,6 +425,11 @@ tbody tr {
transition: background 180ms ease;
}
th:first-child,
td:first-child {
text-align: left;
}
tbody tr:hover {
background: #f8fbff;
}