From 9b44fc99f9ff65e024e03b6bd5b4bb6dd89a9c19 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期四, 22 五月 2025 18:04:51 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide --- H5/pages/problemReporting/problemReporting.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/H5/pages/problemReporting/problemReporting.vue b/H5/pages/problemReporting/problemReporting.vue index e8afc1e..8dc5e2d 100644 --- a/H5/pages/problemReporting/problemReporting.vue +++ b/H5/pages/problemReporting/problemReporting.vue @@ -25,7 +25,7 @@ </view> </view> <view class="person-item flex1">{{detail.name}}</view> - <view class="flex a-center"> + <view class="flex a-center"> <view class="phone-item flex1">{{detail.contactNumber}}</view> <image @click.stop="callPhone(detail.contactNumber)" src="../../static/tell.png" class="w-58 h-58 shrink0 " /> -- Gitblit v1.7.1