mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
perf: 优化@人名换行的情况
This commit is contained in:
parent
af46fc501b
commit
96a2b250a3
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user