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;