}.el-table >>> th:nth-of-type(1){border-left:1px solid #c0c4cc; } 3、最左边有表格固定加边框线 加了fixed属性之后 可以通过header-cell-style来设置,注意边框线要大一点,比如1.5px,要不然会被隐藏掉 <el-table:data="items"ref="Table"id="zqqlmxbzd":max-height="maxHeight"@selection-change=...
2、可以通过style修改样式,需要注意的是表头的下边框线要⽤0.5px才能显⽰如border-bottom: 0.5px solid #c0c4cc;我试过1px是不可以的。>>>穿透挺好⽤的。有时候内容和表头会歪掉,.el-table >>> th.gutter { display: table-cell !important;} ⽤上⾯样式可以调好。也可以把表格设成⾏内元素...