perf: 样式调整
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user