feat:更新账单类别UI

This commit is contained in:
2026-08-03 21:35:20 +08:00
parent 8ecc38befd
commit 0a71bef851

View File

@@ -244,11 +244,12 @@ const deleteClick = () => {
} }
.bill-category-group { .bill-category-group {
display: flex; display: grid;
gap: 2px; grid-template-columns: repeat(4, 1fr);
.el-radio-button { .el-radio-button {
.el-radio-button__inner { .el-radio-button__inner {
padding: 8px 10px;
border: none; border: none;
} }
} }