From 4ed0702e4abb5af61f1aaf657a580fe6bee884d9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Mar 2021 09:31:30 +0800
Subject: [PATCH] 接口更改,部分图片修改

---
 src/styles/real.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/styles/real.scss b/src/styles/real.scss
index ed7c488..74ac371 100644
--- a/src/styles/real.scss
+++ b/src/styles/real.scss
@@ -18,3 +18,13 @@
   
 }
 
+// 警情追踪图片放大中的关闭按钮的样式调整
+.el-icon-circle-close {
+    width: 40px;
+    height: 40px;
+    background: url(/img/big-img-close.png) no-repeat;
+    background-size: 100% 100%;
+}
+.el-icon-circle-close:before {
+    content: '';
+}
\ No newline at end of file

--
Gitblit v1.9.3