摘要: 一、不开启固定列(fixed) 1 ::v-deep { 2 .el-table { 3 tbody tr:hover > td { 4 background-color: #ffffff; 5 } 6 } 7 } 二、开启固定列(fixed) 1 ::v-deep { 2 .el-table { 阅读全文
posted @ 2022-01-18 13:52 宝码哥 阅读(940) 评论(0) 推荐(0)