From dd4529bd3b13d3e4e1952ea08d85b6d752ad3a7c Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 30 Jan 2024 15:29:05 +0800 Subject: [PATCH] =?UTF-8?q?enpTable=E4=B8=ADhover=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 {