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.
|
.y-input-container{
|
|
display: flex;
|
|
padding: 25rpx 0;
|
|
.y-label{
|
|
margin: 0 20rpx;
|
|
line-height: 70rpx;
|
|
min-width: fit-content;
|
|
color: var(--el-color-info-light-1);
|
|
}
|
|
.y-input{
|
|
height: 70rpx;
|
|
width: 100%;
|
|
}
|
|
} |