13 lines
161 B
SCSS
13 lines
161 B
SCSS
![]() |
.cl-select-date {
|
||
|
&__picker {
|
||
|
height: 500rpx;
|
||
|
|
||
|
&-item {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|