Jelajahi Sumber

修复移动端漫游按钮

wdq 1 tahun lalu
induk
melakukan
aba0516f9d
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      src/components/LTool.vue

+ 6 - 6
src/components/LTool.vue

@@ -129,8 +129,8 @@ export default {
   z-index: 0;
   left: 5px;
   top: 50px;
-  width: 70px;
-  height: 120px;
+  width: 140px;
+  height: 240px;
   font-size: 20px;
   padding-left: 16px;
   padding-right: 12px;
@@ -162,13 +162,13 @@ export default {
       // }
       height: 100%;
       div {
-        width: 62px;
-        height: 32px;
-        line-height: 32px;
+        width: 124px;
+        height: 64px;
+        line-height: 64px;
         color: #000000;
         text-align: center;
         font-weight: bold;
-        font-size: 14px;
+        font-size: 28px;
         background: url(~@/assets/img/tool/floor.png) center center/100% 100%
           no-repeat;
         &.active {