From b806c4ad52a661a1e5f0695650ec1a7e42f01633 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:48 +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