BUG 30927

This commit is contained in:
aixianling
2022-08-18 16:25:06 +08:00
parent 044f0e32ff
commit 09871bc5bd

View File

@@ -96,6 +96,7 @@
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFF; color: #FFF;
div { div {
text-align: center; text-align: center;
} }
@@ -127,6 +128,10 @@
font-size: 28px; font-size: 28px;
background: #F3F4F7; background: #F3F4F7;
border-radius: 4px; border-radius: 4px;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
&.active { &.active {
color: #fff; color: #fff;