From 4348ae0a502e10371ad92e63bf50432f5a8e8014 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 18:53:26 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |    5 ++++-
 1 files changed, 4 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..551a799 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;

--
Gitblit v1.9.3