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 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
index b194087..676fa35 100644
--- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
+++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue
@@ -216,7 +216,7 @@
             itemStyle: {
               normal: {
                 lineStyle: {
-                  width: 2, //鎶樼嚎瀹藉害
+                  width: 3, //鎶樼嚎瀹藉害
                 }
               }
             },
@@ -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