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.

15 lines
294 B

4 years ago
.y-input-container{
display: flex;
padding: 20rpx 0;
border-bottom: var(--el-border-color) solid 3rpx;
background-color: var(--el-bg-color);
.y-label{
// display: inline;
margin: 0 20rpx;
line-height: 54rpx;
}
.y-input{
// display: inline;
height: 50rpx;
}
}