shish 10 сар өмнө
parent
commit
505cb154ad

+ 3 - 3
ghsApp/src/admin/home/workbench.vue

@@ -35,12 +35,12 @@
 		<!-- #ifdef MP-WEIXIN -->
 		<view style="margin-top:50upx;">
 			<view style="font-size:34upx;margin-bottom:30upx;">花店买花</view>
-			<button class="admin-button-com big blue" style="width:260upx;" @click="buyItem()">去买花</button>
+			<button class="admin-button-com big blue" style="width:245upx;" @click="buyItem()">去买花</button>
 		</view>
 		<!-- #endif -->
 		<view style="margin-top:100upx;">
-			<view style="font-size:34upx;margin-bottom:30upx;">门店管理登录</view>
-			<button class="admin-button-com big blue" style="width:260upx;" @click="pageTo({url:'/admin/home/login'})">门店登录</button>
+			<view style="font-size:34upx;margin-bottom:30upx;">管理登录</view>
+			<button class="admin-button-com big blue" style="width:245upx;" @click="pageTo({url:'/admin/home/login'})">去登录</button>
 		</view>
 		<view style="margin-top:50upx;"><text style="color:green;font-size:42upx;text-decoration: underline;" @click="pageTo({url:'/pagesClient/official/apply'})">我要注册</text></view>
 		<view style="margin-top:50upx;"><text style="color:green;font-size:42upx;text-decoration: underline;" @click.stop="toPhone()">联系官方</text></view>

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

@@ -4,11 +4,11 @@
     <view style="width:100vw;text-align: center;">
       <!-- #ifdef MP-WEIXIN -->
       <view style="margin-top:50upx;font-size:34upx;margin-bottom:30upx;">个人买花</view>
-      <view><button class="admin-button-com big blue" @click="buyItem">去买花</button></view>
+      <view><button class="admin-button-com big blue" style="width:240upx;" @click="buyItem">去买花</button></view>
 	    <!-- #endif -->
       <view style="margin-top:100upx;font-size:34upx;margin-bottom:30upx;">花店管理登录</view>
-      <view><button class="admin-button-com big blue" @click="pageTo({url:'/admin/home/login'})">门店登录</button></view>
-      <view style="font-size:36upx;color:green;text-decoration: underline;margin-top:40upx;" @click="pageTo({url:'/pagesClient/official/apply'})">花店注册</view>
+      <view><button class="admin-button-com big blue" style="width:240upx;" @click="pageTo({url:'/admin/home/login'})">去登录</button></view>
+      <view style="font-size:38upx;color:green;text-decoration: underline;margin-top:40upx;" @click="pageTo({url:'/pagesClient/official/apply'})">花店注册</view>
     </view>
   </block>
   <block v-else>