DESKTOP-SVI9JE1\muzen 1 rok temu
rodzic
commit
9f9799ac26
1 zmienionych plików z 6 dodań i 4 usunięć
  1. 6 4
      src/views/mobile/service.vue

+ 6 - 4
src/views/mobile/service.vue

@@ -3,9 +3,9 @@
     <div class="repair" @click="getRouter('./repair')">
     <div class="repair" @click="getRouter('./repair')">
       <span>维修申请</span>
       <span>维修申请</span>
     </div>
     </div>
-    <div class="change" @click="getRouter('./replace')">
+    <!-- <div class="change" @click="getRouter('./replace')">
       <span>换新申请</span>
       <span>换新申请</span>
-    </div>
+    </div> -->
     <div class="order" @click="getRouter('./order')">
     <div class="order" @click="getRouter('./order')">
       <span>申请查询</span>
       <span>申请查询</span>
     </div>
     </div>
@@ -70,8 +70,10 @@ const getDialog = () => {
 .repair,
 .repair,
 .change {
 .change {
   display: inline-block;
   display: inline-block;
-  width: calc(50% - 10px);
-  height: 250px;
+  // width: calc(50% - 10px);
+  width: 100%;
+  // height: 250px;
+  height: 180px;
   margin-bottom: 20px;
   margin-bottom: 20px;
 }
 }