index.less 375 Bytes
.client-index td {
  font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
    'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC',
    'WenQuanYi Micro Hei', sans-serif;
  font-size: 13px;
  word-wrap: break-word; /* 优先使用 */
  word-break: break-word; /* 强制断行,适用于长单词 */
  white-space: normal; /* 允许内容换行 */
}