style(account-table): 添加状态框标签样式

This commit is contained in:
rd
2025-09-23 10:59:43 +08:00
parent 467e3a88ee
commit 20508a109c

View File

@ -10,6 +10,15 @@
display: flex;
align-items: flex-start;
}
:deep(.status-box) {
.label {
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
}
.card-item {
border-radius: 8px;
border: 1px solid transparent;