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