From bcfb05f5e7782ef23e4deb1b38a1ca4b4085181a Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期六, 11 十月 2025 17:09:47 +0800
Subject: [PATCH] test

---
 pages/map/task.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pages/map/task.vue b/pages/map/task.vue
index 6a4ee73..a5bcc03 100644
--- a/pages/map/task.vue
+++ b/pages/map/task.vue
@@ -1,7 +1,7 @@
 <template>
 	<view class="pages-map-task">
 		<view class="no-content" v-if="unlinked">
-			<image class="img" src="/images/image 25.png" alt=" 鍥剧墖" mode="aspectFit" />
+			<image class="img" src="/images/image_25.png" alt=" 鍥剧墖" mode="aspectFit" />
 			<view class="title">杞﹁締杩炴帴澶辫触</view>
 			<view class="space">璇锋鏌ヤ綘鐨勭綉缁滆缃垨閲嶆柊鍔犺浇</view>
 		</view>
@@ -320,6 +320,8 @@
 			margin-top: 75px;
 			margin-left: 120px;
 			width: 150px;
+			max-height: 50vh;
+			overflow: auto;
 			align-items: center;
 			justify-content: center;
 			flex-direction: column;

--
Gitblit v1.9.1