From e77d7e22204728c7474db3767a4735e0a121641a Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期六, 09 十一月 2024 21:49:21 +0800 Subject: [PATCH] update 计数精度问题 --- 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