style(account-table): 添加状态框标签样式
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user