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/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