perf: 样式调整

This commit is contained in:
rd
2025-08-04 11:42:24 +08:00
parent 653e8869d0
commit 8740a652a7
7 changed files with 30 additions and 33 deletions

View File

@ -52,7 +52,7 @@
}
.card-title {
:deep(.card-title) {
color: var(--Text-1, #211f24);
font-size: 16px;
font-family: $font-family-medium;
@ -61,7 +61,7 @@
word-wrap: break-word;
}
.card-description {
:deep(.card-description) {
color: var(--Text-3, #737478);
font-size: 14px;
font-family: $font-family-regular;
@ -93,7 +93,7 @@
display: flex;
justify-content: flex-start;
align-items: center;
gap: 4px;
// gap: 4px;
.status-text {