|
@@ -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-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})">
|
|
<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>
|
|
|
<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'})">
|
|
<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>
|
|
|
<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()">
|
|
<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>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|