From 3f55b2b3c83f41a961529f2843b6e988500ce738 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期五, 20 十二月 2024 11:06:18 +0800 Subject: [PATCH] 1.动态刷新菜单 --- pages/home/home.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index ed3974e..5f48b92 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -17,7 +17,7 @@ <view> {{ current_address }} </view> - <uni-icons class="icon" type="left" style="transform: rotate(-90deg);margin-left: 10rpx;" size="22"></uni-icons> + <uni-icons class="icon" type="left" style="transform: rotate(-90deg);margin-left: 10rpx;" size="20"></uni-icons> </view> <view class="m-l-a m-r-0" style="position: relative;" @click="goto('/sub_pages/supplier/customer_service/customer_service',false)"> -- Gitblit v1.9.3