样式修改

This commit is contained in:
BAKEYi 2026-04-01 15:45:46 +08:00
parent 5d10a155c0
commit ea3eeac57b
1 changed files with 5 additions and 5 deletions

View File

@ -1330,16 +1330,16 @@
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; /* justify-content: center; */
gap: 16rpx; gap: 16rpx;
word-break: break-all; word-break: break-all;
} }
.picker-value { .picker-value,
flex: 1; .placeholder {
text-align: right; flex: 1; /* 占据剩余宽度 */
text-align: right; /* 文字右对齐 */
font-size: 28rpx; font-size: 28rpx;
color: #333333;
word-break: break-all; word-break: break-all;
white-space: normal; white-space: normal;
line-height: 1.4; line-height: 1.4;