elementui吧 关注:48贴子:252
  • 14回复贴,共1

table表头与内容发生错位不对齐,有什么解决办法??

只看楼主收藏回复



IP属地:山东1楼2018-07-06 08:54回复
    body .el-table th.gutter{
    display: table-cell!important;
    }
    样式里加入这个就可以解决错位问题!


    IP属地:山东2楼2018-07-12 09:06
    收起回复


      IP属地:山东3楼2018-12-28 10:37
      回复
        这种呢


        4楼2020-01-17 11:37
        收起回复

          /* 设置滚动条的样式 */
          /deep/::-webkit-scrollbar {
          width: 10px !important;
          height:10px !important;
          background-color: #8487879e;
          }
          /deep/ .el-table__fixed::before, .el-table__fixed-right::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: unset;
          z-index: 4;
          }


          IP属地:上海5楼2020-02-18 16:26
          收起回复


            IP属地:上海6楼2020-02-18 16:26
            回复

              请问我这种情况怎么解决啊?


              IP属地:湖北7楼2020-03-20 11:13
              收起回复
                有没有遇到过这种情况的大佬,只是在首次加载的时候会出现


                IP属地:河北8楼2020-06-18 09:19
                回复