25 lines
467 B
CSS
25 lines
467 B
CSS
/*
|
|
* 列表
|
|
*/
|
|
.data-list .item .select-icon {
|
|
width: 35rpx;
|
|
height: 35rpx !important;
|
|
}
|
|
.data-list .item .operation button:not(:first-child) {
|
|
margin-left: 20rpx;
|
|
}
|
|
.data-list .item .operation button {
|
|
padding: 0 35rpx;
|
|
display: inline-flex;
|
|
}
|
|
|
|
/*
|
|
* 合并按钮
|
|
*/
|
|
.invoice-merge-submit {
|
|
width: 220rpx;
|
|
height: 70rpx !important;
|
|
line-height: 74rpx !important;
|
|
left: calc(50% - 110rpx);
|
|
bottom: 50rpx;
|
|
} |