diff --git a/src/App.vue b/src/App.vue index 1a535366..9583dfb6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 {