From 6f120e8fb6e3de02ce3ddf19bde3ecf41ad621b3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 20 Aug 2021 08:50:41 +0800
Subject: [PATCH] 表格显影背景样式     点击南昌市公安局  全查保安员

---
 vue.config.js              |    4 ++--
 src/styles/element-ui.scss |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index a62a7a0..4b1f49f 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -587,3 +587,8 @@
 .el-range-editor--mini .el-range-input {
   background-color: transparent !important;
 }
+
+// 右侧弹窗  表格显影功能  背景
+.el-drawer__open .el-drawer.rtl {
+  background-color: $mainB !important;
+}
diff --git a/vue.config.js b/vue.config.js
index 0e750f0..c82e3eb 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -30,10 +30,10 @@
         // target: 'http://192.168.0.109:1',
         //远程演示服务地址,可用于直接启动项目
         // target: 'http://2h3f861221.wicp.vip:58646',
-        target: 'http://s16s652780.51mypc.cn/api',
+        // target: 'http://s16s652780.51mypc.cn/api',
         // target: 'http://192.168.0.114:82',
         // target: 'http://192.168.0.109:82',
-        // target: 'http://s16s652780.51mypc.cn/api',
+        target: 'http://s16s652780.51mypc.cn/api',
         // 服务器使用
         // target: 'http://localhost:82',
         ws: true,

--
Gitblit v1.9.3