From 552238172036acf08ccf36134282a06b5e21b936 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 22 五月 2026 18:07:49 +0800
Subject: [PATCH] 代码生成

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

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

--
Gitblit v1.9.3