enpTable中hover状态背景色
This commit is contained in:
parent
27ed58bf5c
commit
dd4529bd3b
|
@ -167,9 +167,9 @@ export default {
|
|||
}
|
||||
|
||||
#enpElDrawer {
|
||||
height: 92%;
|
||||
height: 91vh;
|
||||
bottom: 0;
|
||||
top: 8%;
|
||||
top: 9vh;
|
||||
background: #00322d;
|
||||
// background-image: url('/public/img/enp_blue/bg_enp_half.png');
|
||||
background-size: cover;
|
||||
|
@ -196,6 +196,11 @@ export default {
|
|||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
#enpTable .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
|
||||
background-color: rgba(0, 50, 45, .5) !important;
|
||||
// background: none !important;
|
||||
}
|
||||
|
||||
#enpTable .el-table th.el-table__cell,
|
||||
#enpTable .el-table tr,
|
||||
#enpTable .el-scrollbar {
|
||||
|
|
Loading…
Reference in New Issue