mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-05 21:32:26 +08:00
19 lines
270 B
CSS
19 lines
270 B
CSS
/*
|
|
* 列表
|
|
*/
|
|
.select-scroll-box {
|
|
height: calc(100vh - 186rpx);
|
|
}
|
|
|
|
.data-list .item .select-icon {
|
|
width: 35rpx;
|
|
height: 35rpx !important;
|
|
}
|
|
|
|
/*
|
|
* 合并按钮
|
|
*/
|
|
.invoice-merge-submit button {
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
} |