From 75ca0722b86e7751202e7aec2e8d8ef96d68ce98 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 22 Dec 2021 16:22:40 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/campusNav/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/components/campusNav/index.vue b/src/components/campusNav/index.vue
index f9ab156..4c0342e 100644
--- a/src/components/campusNav/index.vue
+++ b/src/components/campusNav/index.vue
@@ -6,7 +6,7 @@
:class="{'move': moveFlag}">
<div class="title">
<img class="icon deblurring"
- src="/img/icon/jg.png"
+ src="/img/icon/xndh.png"
alt="">
<span>
校内导航
@@ -51,7 +51,7 @@
</div>
<div>
<el-button @click="startNavigation"
- type="danger">导航</el-button>
+ type="primary">导航</el-button>
</div>
</div>
</div>
@@ -258,7 +258,7 @@
width: 100%;
height: 36px;
line-height: 36px;
- background-color: #020c17;
+ background-color: #2196f3;
.title {
padding-left: 10px;
@@ -286,6 +286,7 @@
margin: auto;
width: 14px;
height: 14px;
+ cursor: pointer;
}
}
--
Gitblit v1.9.3