From 626cabe8772d16c02584c8b324dd7c45e23002a6 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期四, 14 四月 2022 17:36:12 +0800 Subject: [PATCH] 登录接口 --- src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue index 4292095..676fa35 100644 --- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue +++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue @@ -286,6 +286,9 @@ @import "../../../../assets/css/base"; .OtherB-PeopleJunShouRu__table { + .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{ + background:transparent; + } width: 100%; height: calc(100% - 0.078125rem /* 20/256 */ ); -- Gitblit v1.9.1