美文网首页
Element Ui 相关Bug解决方案

Element Ui 相关Bug解决方案

作者: 金鱼叔叔 | 来源:发表于2020-05-17 17:40 被阅读0次
    1. element-ui的table表格控件表头与内容列不对齐
    • 解决方法:
      将以下样式代码添加到index.html、或app.vue中(必须是入口文件,起全局作用!) 原文链接

      body .el-table th.gutter{
        display: table-cell!important;
      }
      

    相关文章

      网友评论

          本文标题:Element Ui 相关Bug解决方案

          本文链接:https://www.haomeiwen.com/subject/qamsohtx.html