赞
踩
- //1、点击高亮当前行(需要搭配el-table属性highlight-current-row使用)
- :deep().el-table__body tr.current-row > td {
- background-color: #f5f5f6 !important;
- }
- //2、hover高亮当前行(不需要搭配el-table属性highlight-current-row使用!!)
- :deep().el-table tbody tr:hover>td {
- background-color: #f5f5f6 !important;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。