You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
210 B

.y-input-container{
display: flex;
padding: 25rpx 0;
.y-label{
flex:3;
margin: 0 20rpx 0 0;
line-height: 50rpx;
min-width: fit-content;
}
.y-input{
flex:7;
height: 50rpx;
}
}