11 lines
154 B
CSS
11 lines
154 B
CSS
/*
|
|
* 列表
|
|
*/
|
|
.select-scroll-box {
|
|
height: calc(100vh - 186rpx);
|
|
}
|
|
|
|
.data-list .item .select-icon {
|
|
width: 35rpx;
|
|
height: 35rpx !important;
|
|
} |