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