vue elementui table


::v-deep .el-table tbody tr:hover > td {
background-color: transparent;//去掉hover高亮
}
::v-deep .el-table::before {
height: 0;//去掉表格下边框
}
::v-deep .el-table__header-wrapper{
margin-bottom: 5px;//修改样式
}

相关