From 128a3d4df3754e428cdb2c46bc1e10f074229256 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 04 Jan 2022 18:22:04 +0800
Subject: [PATCH] +
---
src/components/mobileCortrol/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/mobileCortrol/index.vue b/src/components/mobileCortrol/index.vue
index ff8a6f1..d585fa5 100644
--- a/src/components/mobileCortrol/index.vue
+++ b/src/components/mobileCortrol/index.vue
@@ -59,11 +59,12 @@
};
</script>
-<style scoped lang='scss'>
+<style scoped lang="scss">
.m-left-control {
position: fixed;
left: 20px;
top: 93px;
+ height: 10px;
z-index: 20 !important;
.m-l-inbut {
width: 35px;
@@ -82,7 +83,7 @@
.m-l-inbut-2d {
position: relative;
top: 60px;
- font-size: 14px;
+ font-size: 12px;
// &:hover {
// background-color: rgb(21, 136, 230);
// box-shadow: -2px -2px 3px rgb(3, 74, 136) inset;
--
Gitblit v1.9.3