perf: 优化@人名换行的情况

This commit is contained in:
kuaifan 2023-12-07 18:11:14 +08:00
parent af46fc501b
commit 96a2b250a3

View File

@ -720,11 +720,16 @@
color: #436FF6 !important; color: #436FF6 !important;
} }
&.user {
white-space: nowrap;
}
&.me { &.me {
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
padding: 3px 4px; padding: 3px 4px;
color: #ffffff; color: #ffffff;
white-space: nowrap;
background-color: $primary-color; background-color: $primary-color;
} }
} }