From dd16a1237f53697f0df291b5af1ad39062ce6039 Mon Sep 17 00:00:00 2001
From: unknown <280848880@qq.com>
Date: 星期四, 28 九月 2023 11:12:14 +0800
Subject: [PATCH] web:1 风险分级管控-危险源告知,区域包保页面提交 2 table组件,权限自定义指令功能提交

---
 web/src/style/layout-main.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/src/style/layout-main.scss b/web/src/style/layout-main.scss
index 5ebc614..3eb82ea 100644
--- a/web/src/style/layout-main.scss
+++ b/web/src/style/layout-main.scss
@@ -81,7 +81,7 @@
     }
   }
 
-  .search_btn {
+  ::v-deep .search_btn {
     border: 0 none;
     color: #fff;
     background: url('~@/assets/search_bg.png') no-repeat;
@@ -91,7 +91,7 @@
     }
   }
 
-  .table_btn {
+  ::v-deep .table_btn {
     border: 0 none;
     color: #39B5FE;
     background: url('~@/assets/table_btn.png') no-repeat;
@@ -101,7 +101,7 @@
     }
   }
 
-  .delete_btn {
+  ::v-deep .delete_btn {
     border: 0 none;
     color: #F94550;
     background: url('~@/assets/error_btn.png') no-repeat;

--
Gitblit v1.9.3