zs
2025-06-04 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6
1
2
3
4
5
6
.truncated {
  // 超出显示省略号
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}