shish пре 4 месеци
родитељ
комит
d887861913
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      hdApp/src/admin/home/workbench.vue

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

@@ -36,13 +36,13 @@
   
             <view class="function-grid function-grid--overlay" style="padding: 25upx 0upx 30upx 0upx; display: flex; justify-content: space-around; gap: 12upx;">
               <view class="function-item function-item--overlay" style="flex: 1; text-align: center; border: 1upx solid rgba(255,255,255,0.5); border-radius: 16upx; padding: 15upx 0;" @click="pageTo({url:'/admin/shop/add?id='+loginInfo.shopId})">
-                <text class="function-text function-text--overlay" style="font-size: 22upx;">我的地址</text>
+                <text class="function-text function-text--overlay" style="font-size: 26upx;">我的地址</text>
               </view>
               <view class="function-item function-item--overlay" style="flex: 1; text-align: center; border: 1upx solid rgba(255,255,255,0.5); border-radius: 16upx; padding: 15upx 0;" @click="pageTo({url:'/admin/stat/cgItem'})">
-                <text class="function-text function-text--overlay" style="font-size: 22upx;">采购统计</text>
+                <text class="function-text function-text--overlay" style="font-size: 26upx;">采购统计</text>
               </view>
               <view class="function-item function-item--overlay" style="flex: 1; text-align: center; border: 1upx solid rgba(255,255,255,0.5); border-radius: 16upx; padding: 15upx 0;" @click="goMore()">
-                <text class="function-text function-text--overlay" style="font-size: 22upx;">更多</text>
+                <text class="function-text function-text--overlay" style="font-size: 26upx;">更多</text>
               </view>
             </view>