From ea3eeac57b1746d70ee65e716369e21869cf513c Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Wed, 1 Apr 2026 15:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/sj-info-change.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/shop/sj-info-change.vue b/pages/shop/sj-info-change.vue index 10322e0..053886b 100644 --- a/pages/shop/sj-info-change.vue +++ b/pages/shop/sj-info-change.vue @@ -1330,16 +1330,16 @@ flex: 1; display: flex; align-items: center; - justify-content: center; + /* justify-content: center; */ gap: 16rpx; word-break: break-all; } - .picker-value { - flex: 1; - text-align: right; + .picker-value, + .placeholder { + flex: 1; /* 占据剩余宽度 */ + text-align: right; /* 文字右对齐 */ font-size: 28rpx; - color: #333333; word-break: break-all; white-space: normal; line-height: 1.4;