no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 14:36:04 +08:00
parent 49f4db90af
commit a9e2330a43
2 changed files with 11 additions and 7 deletions

View File

@ -252,10 +252,12 @@
font-style: normal;
font-size: 16px;
}
.body .item .thead .ranking-box .text {
.body .item .thead .ranking-box .majort {
margin-top: 5px;
color: #7f7f7f;
font-size: 13px;
}
.body .item .thead .ranking-box .majort .text {
max-width: 200px;
word-break: keep-all;
white-space: nowrap;

View File

@ -293,15 +293,17 @@
font-size: 16px;
}
.text {
.majort {
margin-top: 5px;
color: #7f7f7f;
font-size: 13px;
max-width: 200px;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
.text {
max-width: 200px;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}