wui-print
Version:
前端打印插件,包含打印设计器、打印表单、打印API
36 lines (35 loc) • 906 B
text/less
@import url(print-complex-table/index.less);
.print-continue-blank {
position: relative;
&::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: var(--wui-printing-background);
//background: rgba(255, 0, 0, 0.4);
}
}
.print-continue-blank.print-continue-blank--before {
&.print-complex-table {
border-top-color: var(--wui-printing-background) ;
border-left: 0px ;
border-right: 0px ;
border-bottom: 0px ;
& tr:last-child td {
border-bottom: 0px ;
}
}
}
.print-continue-blank.print-continue-blank--after {
&.print-complex-table {
border-left: 0px ;
border-right: 0px ;
border-top: 0px ;
& tr:first-child td {
border-top: 0px ;
}
}
}