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

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