From 3fb39294edcd16fb9a7c07e5dddb452c64c9cecd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 16:29:00 +0800
Subject: [PATCH] +活动加标题
---
src/components/mobileCloseRouter/index.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/components/mobileCloseRouter/index.vue b/src/components/mobileCloseRouter/index.vue
index 0538cef..a068e0b 100644
--- a/src/components/mobileCloseRouter/index.vue
+++ b/src/components/mobileCloseRouter/index.vue
@@ -60,7 +60,7 @@
return;
}
this.$store.commit("set_choiceRouterS", index);
- this.$store.dispatch("MSET_DRAWALINELAYER", Str);
+ this.$store.dispatch("MSET_DRAWALINELAYER", [Str]);
},
},
};
@@ -91,7 +91,7 @@
.mobileCloseRouterOpen {
position: fixed;
// width: 127px;
- width: 80px;
+ width: 50px;
height: 32px;
background-color: #fff;
z-index: 600;
@@ -104,6 +104,9 @@
justify-content: center;
border-radius: 8px 0 0 8px;
color: #000;
+ border-left: 1px solid #a4d1ff;
+ border-top: 1px solid #a4d1ff;
+ border-bottom: 1px solid #a4d1ff;
transition: all 0.5s;
}
.mobileCloseActive {
@@ -111,6 +114,8 @@
opacity: 1;
}
.mobileCloseActiveOpen {
+ width: 80px;
+ border: 1px solid #409eff;
background-color: #409eff;
color: #fff;
}
--
Gitblit v1.9.3