赞
踩
- //选中
- ::v-deep .el-table__body tr.current-row > td.el-table__cell {
- background-color: skyblue;
- }
- //移入
- ::v-deep .el-table tbody tr:hover > td.el-table__cell {
- background-color: skyblue !important; //修改成自己想要的颜色即可
- }
- <el-table
- :data="tableData"
- highlight-current-row
- style="
- width: 100%;
- background: #052954;
- color: rgba(255, 255, 255, 0.9);
- "
- >
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。