Files
shopxo-uniapp/pages/plugins/invoice/order/order.css
2021-11-16 20:40:41 +08:00

18 lines
294 B
CSS

/*
* 列表
*/
.data-list .item .select-icon {
width: 35rpx;
height: 35rpx !important;
}
/*
* 合并按钮
*/
.invoice-merge-submit {
width: 220rpx;
height: 70rpx !important;
line-height: 74rpx !important;
left: calc(50% - 110rpx);
bottom: 50rpx;
}