From da25434b85fc5b4321c429bf95e719d00ec395bb Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 11 Jan 2024 16:21:16 +0800 Subject: [PATCH] 定位优化 --- pages/actionChange/agencyPage/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/actionChange/agencyPage/index.vue b/pages/actionChange/agencyPage/index.vue index 46d84cb..a4694dc 100644 --- a/pages/actionChange/agencyPage/index.vue +++ b/pages/actionChange/agencyPage/index.vue @@ -117,7 +117,7 @@ <p class="rowTip"> <view class="wholeLine"> <text class="rowTipContenetLabel">������������:</text> - <text class="rowTipContenetAll">{{ item.pollutePosition }}</text> + <u--text class="rowTipContenetAll" :lines="1" :text="item.pollutePosition"></u--text> </view> </p> </view> -- Gitblit v1.8.0