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.
IOReportMgt/IOReportSysMP/miniprogram/components/yinput/yinput.scss

14 lines
240 B

4 years ago
.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%;
}
}