shish 7 сар өмнө
parent
commit
ed00e701e9

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -495,7 +495,7 @@
           <view style="margin:60upx auto 40upx auto;font-weight:bold;font-size:36upx;text-align: center;">暂无供货商</view>
         </block>
 
-        <view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:28upx;">
+        <view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:30upx;">
           <text style="margin-right:20upx;">中花汇提供技术支持</text>
           <text style="margin-right:20upx;">|</text>
           <text @click="toPhone()">联系软件公司</text>

+ 3 - 1
hdApp/src/pagesPurchase/contact.vue

@@ -27,7 +27,9 @@
     <view style="font-size:40upx;margin-top:40upx;font-weight:bold;color:green;margin-bottom:10upx;">
     城市批发店,如需要申请使用商城和系统,请电话联系我们:15280215347
     </view>
-    <view @click="suggest" style="color:green;text-align:center;font-size:40upx;margin-bottom:60upx;margin-top:20upx;font-weight:bold;text-decoration: underline;">拨打电话</view>
+    <view style="display:flex;justify-content:center;margin-top:40upx;margin-bottom:60upx;">
+      <button class="admin-button-com big green" style="width:300upx;" @click="suggest">拨打电话</button>
+    </view>
   </view>
 </template>
 <script>

+ 1 - 1
hdApp/src/pagesPurchase/order.vue

@@ -115,7 +115,7 @@
 
         <view v-else style="margin:60upx auto 40upx auto;font-weight:bold;font-size:36upx;text-align: center;">暂无供货商</view>
 
-        <view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:28upx;">
+        <view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:30upx;">
           <text style="margin-right:20upx;">中花汇提供技术</text>
           <text style="margin-right:20upx;">|</text>
           <text @click="toPhone()">联系软件公司</text>