From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss
index d63878e..9f34467 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss
@@ -62,6 +62,27 @@
   padding: 24rpx 24rpx 0;
   gap: 18rpx;
 }
+.point-tips.data-v-f870f9f4 {
+  width: 100%;
+  display: flex;
+  align-items: center;
+  margin-top: 12rpx;
+}
+.point-tips .point-tips-item.data-v-f870f9f4 {
+  width: 130rpx;
+  height: 36rpx;
+  line-height: 36rpx;
+  text-align: center;
+  border-radius: 8rpx;
+  font-weight: 400;
+  font-size: 20rpx;
+  color: #10B2FA;
+  margin-right: 12rpx;
+  border: 1rpx solid #10B2FA;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 .search-box.data-v-f870f9f4 {
   flex: 1;
   height: 72rpx;

--
Gitblit v1.9.3