样式修复
This commit is contained in:
parent
230e32c934
commit
3772269122
|
|
@ -1649,10 +1649,18 @@ export default {
|
||||||
|
|
||||||
.form-item-two {
|
.form-item-two {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
|
||||||
padding: 24rpx;
|
padding: 24rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 左侧标签:固定宽度,不换行 */
|
||||||
|
.form-item-two > text.label {
|
||||||
|
flex-shrink: 0;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #333333;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
@ -1670,15 +1678,21 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.picker-value {
|
.picker-value,
|
||||||
|
.placeholder {
|
||||||
|
flex: 1; /* 占据剩余宽度 */
|
||||||
|
text-align: right; /* 文字右对齐 */
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #333333;
|
word-break: break-all;
|
||||||
}
|
white-space: normal;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
.arrow-right {
|
.arrow-right {
|
||||||
width: 14rpx;
|
width: 14rpx;
|
||||||
height: 26rpx;
|
height: 26rpx;
|
||||||
margin-left: 16rpx;
|
margin-left: 16rpx;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 邀请码相关样式 */
|
/* 邀请码相关样式 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue