From a987eccb27891bbfaae334b7fa0e892ee2640271 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 20 四月 2026 17:20:13 +0800
Subject: [PATCH] 调接口加页面

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 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 5df4bea..35053d7 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
@@ -258,11 +258,24 @@
   flex-direction: column;
   justify-content: center;
 }
-.store-cell-copy-addr.data-v-c13e4c60 {
+.store-cell-copy-addr1.data-v-c13e4c60 {
   display: flex;
   align-items: baseline;
 }
-.store-cell-copy-addr image.data-v-c13e4c60 {
+.store-cell-copy-addr1 image.data-v-c13e4c60 {
+  width: 24rpx;
+  height: 24rpx;
+  margin-right: 4rpx;
+}
+.store-cell-copy-addr.data-v-c13e4c60 {
+  display: flex;
+  flex-direction: column;
+}
+.store-cell-copy-addr .store-cell-subtitle-container.data-v-c13e4c60 {
+  display: flex;
+  align-items: center;
+}
+.store-cell-copy-addr .store-cell-subtitle-container image.data-v-c13e4c60 {
   width: 24rpx;
   height: 24rpx;
   margin-right: 4rpx;

--
Gitblit v1.9.3