From 1e4b7107d1eb58c0c209ae838930c15f6619c119 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 22 四月 2026 09:24:36 +0800
Subject: [PATCH] 代码提交
---
small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss | 18 ++++++++++++++++--
1 files changed, 16 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..e19003f 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,25 @@
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 {
+ flex-shrink: 0;
width: 24rpx;
height: 24rpx;
margin-right: 4rpx;
--
Gitblit v1.9.3