refactor(account-detail): 更新标题和字段,优化表格样式

This commit is contained in:
rd
2025-09-22 14:38:44 +08:00
parent 0080669427
commit 2bed87744a
5 changed files with 13 additions and 6 deletions

View File

@ -50,6 +50,12 @@
padding: 11px 16px;
@include table-cell-text;
}
&-selected {
> td {
background-color: #fff;
}
}
}
}
}