فهرست منبع

小地图装饰 移动端 样式优化

任一存 2 سال پیش
والد
کامیت
0fde7eb238
3فایلهای تغییر یافته به همراه10 افزوده شده و 11 حذف شده
  1. 5 5
      src/App.vue
  2. BIN
      src/assets/images/mini-map-pc.png
  3. 5 6
      src/views/gui/MiniMapDecorator.vue

+ 5 - 5
src/App.vue

@@ -107,11 +107,11 @@ export default {
 
 .mobile {
   .cad {
-    top: 12px !important;
-    right: 13px !important;
-    width: 111px !important;
-    height: 111px !important;
-    border-radius: 5px;
+    top: 31px !important;
+    right: 15px !important;
+    width: 124px !important;
+    height: 85px !important;
+    border-radius: 2px;
   }
 }
 

BIN
src/assets/images/mini-map-pc.png


+ 5 - 6
src/views/gui/MiniMapDecorator.vue

@@ -45,11 +45,10 @@ export default {
 }
 
 .mobile.mini-map-dec {
-  width: 159px !important;
-  height: 142px !important;
-  .roof {
-    width: 170px;
-    height: 12px;
-  }
+  top: 4px;
+  width: 143px;
+  height: 23px;
+  font-size: 12px;
+  padding-top: 5px;
 }
 </style>