From 0b9095227438cb35f5a8759aee8f3b32a732151c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 21 Dec 2021 16:42:40 +0800
Subject: [PATCH] 校内机构等模块中弹框封装,及部分接口对接,及部分样式更改

---
 src/components/campusNav/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/campusNav/index.vue b/src/components/campusNav/index.vue
index 1008df4..f9ab156 100644
--- a/src/components/campusNav/index.vue
+++ b/src/components/campusNav/index.vue
@@ -5,7 +5,7 @@
              @mousedown="move"
              :class="{'move': moveFlag}">
             <div class="title">
-                <img class="icon"
+                <img class="icon deblurring"
                      src="/img/icon/jg.png"
                      alt="">
                 <span>
@@ -264,8 +264,8 @@
             padding-left: 10px;
 
             img {
-                width: 18px;
-                height: 18px;
+                width: 20px;
+                height: 20px;
                 vertical-align: middle;
             }
 

--
Gitblit v1.9.3