From b099e758396f61b39d24cf5fa6be7bb0d10c2b4d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 18 五月 2026 19:16:26 +0800
Subject: [PATCH] 提交

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss
index 4a80f05..6f70f97 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss
@@ -468,7 +468,7 @@
 }
 .luggage-item.data-v-c13e4c60 {
   display: flex;
-  align-items: baseline;
+  align-items: flex-end;
   justify-content: space-between;
   padding: 24rpx;
   box-sizing: border-box;
@@ -491,6 +491,9 @@
   height: 100rpx;
   border-radius: 8rpx;
   margin-right: 18rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
   background: #f0f1f4;
   overflow: hidden;
   margin-right: 24rpx;
@@ -702,6 +705,12 @@
   font-weight: 500;
   color: #333333;
   border: 2rpx solid transparent;
+  white-space: nowrap;
+  /* 闃叉鏂囨湰鎹㈣ */
+  overflow: hidden;
+  /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
+  text-overflow: ellipsis;
+  /* 鏄剧ず鐪佺暐鍙锋潵浠h〃琚慨鍓殑鏂囨湰 */
   box-sizing: border-box;
 }
 .goods-tag.active.data-v-c13e4c60 {

--
Gitblit v1.9.3