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-single-picker-container {
|
|
display: flex;
|
|
padding: 20rpx 0;
|
|
border-bottom: var(--el-border-color) solid 3rpx;
|
|
background-color: var(--el-bg-color);
|
|
|
|
.y-label {
|
|
margin: 0 20rpx;
|
|
line-height: 54rpx;
|
|
}
|
|
|
|
.y-single-picker {
|
|
flex: 1 1 0;
|
|
line-height: 54rpx;
|
|
}
|
|
} |