From 3f9032e92fdd383bfefc87a0bec9b242e1223851 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 09 六月 2026 17:08:44 +0800
Subject: [PATCH] 改bug
---
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