table表头sortable排序样式导致换行

130 阅读1分钟

image.png

通过deep修改整个表格的sortable宽度来防止换行

  :deep{//排序图标宽度
    .el-table .caret-wrapper{
      width: 0px!important;
  }