From f407a40f1705e30c53d1d4a024e84fc91ea96c9d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 17 Jan 2022 17:09:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/mobileCloseRouterMany/index.vue | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/components/mobileCloseRouterMany/index.vue b/src/components/mobileCloseRouterMany/index.vue
index 47186ad..437269a 100644
--- a/src/components/mobileCloseRouterMany/index.vue
+++ b/src/components/mobileCloseRouterMany/index.vue
@@ -4,6 +4,15 @@
<div
:class="[
'mobileCloseRouterMany',
+ 'mobileCloseRouterManyupTitle',
+ isOpenDrawALineMany ? 'mobileCloseActiveMany' : '',
+ ]"
+ >
+ {{ isOpenDrawALineMany }}
+ </div>
+ <div
+ :class="[
+ 'mobileCloseRouterMany',
isOpenDrawALineMany ? 'mobileCloseActiveMany' : '',
]"
@click="mobileRouterCloseMany"
@@ -34,9 +43,10 @@
...mapGetters(["isOpenDrawALineMany"]),
},
// data() {
- // return {
+ // return {
+ // title: "",
// lengthS: 0,
- // };
+ // };
// },
// watch: {
// isOpenDrawALine() {
@@ -73,6 +83,13 @@
width: 0;
height: 0;
}
+.mobileCloseRouterManyupTitle {
+ bottom: 353px !important;
+ background-color: #fff !important;
+ color: #000 !important;
+ width: auto !important;
+ padding: 0 10px;
+}
.mobileCloseRouterMany {
position: fixed;
width: 105px;
--
Gitblit v1.9.3