From fbc074229fd4736f1ae2793c9daebf04726188b2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 22 五月 2026 18:27:27 +0800
Subject: [PATCH] 提交

---
 small-program/pages/storage-point/storage-point.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/small-program/pages/storage-point/storage-point.vue b/small-program/pages/storage-point/storage-point.vue
index ff80462..69d56ce 100644
--- a/small-program/pages/storage-point/storage-point.vue
+++ b/small-program/pages/storage-point/storage-point.vue
@@ -858,7 +858,7 @@
 		align-items: center;
 		margin-top: 12rpx;
 		.point-tips-item {
-			width: 116rpx;
+			width: 130rpx;
 			height: 36rpx;
 			line-height: 36rpx;
 			text-align: center;
@@ -868,6 +868,9 @@
 			color: #10B2FA;
 			margin-right: 12rpx;
 			border: 1rpx solid #10B2FA;
+			white-space: nowrap;
+			overflow: hidden;
+			text-overflow: ellipsis;
 		}
 	}
 

--
Gitblit v1.9.3