From ae9bf2f60c293633fcb08fcc9b373a7af5f6700b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 04 Jan 2022 15:55:36 +0800
Subject: [PATCH] +改变默认维度

---
 src/components/mobileCortrol/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/mobileCortrol/index.vue b/src/components/mobileCortrol/index.vue
index ff8a6f1..5eef09c 100644
--- a/src/components/mobileCortrol/index.vue
+++ b/src/components/mobileCortrol/index.vue
@@ -59,7 +59,7 @@
 };
 </script>
 
-<style scoped lang='scss'>
+<style scoped lang="scss">
 .m-left-control {
   position: fixed;
   left: 20px;
@@ -82,7 +82,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