赞
踩
-
- <style>
- /* 用来设置当前页面element全局table 选中某行时的背景色*/
- .el-table__body tr.current-row>td{
- background-color: #92cbf1!important;
- color: #fff;
- }
-
- /*鼠标移入某行时的背景色*/
- .el-table--enable-row-hover .el-table__body tr:hover > td {
- background-color: #add4e4 !important;
- /* color: #fff; */
- }
- </style>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。