// Tooltip 文字提示
.el-tooltip__popper {
  &:not(.is-default) {
    max-width: 60%;
    word-break: break-all; // 允许在单词内换行
  }
}
