Files
crmchat/uniapp/static/globalLess/variable.less
T
2026-08-11 22:22:10 +08:00

8 lines
172 B
Plaintext

@primaryColor: #3875EA;
@primaryBgColor: linear-gradient(90deg, #3875EA 0%, #1890FC 100%);
.overText {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}