el-checkBox 文本字体超出换行

css代码

.text {
      display: inline-grid;
      white-space: pre-line;
      word-wrap: break-word;
      overflow: hidden;
      line-height: 20px;
    }

猜你喜欢

转载自blog.csdn.net/weixin_43453621/article/details/130765940