wui-print
Version:
前端打印插件,包含打印设计器、打印表单、打印API
38 lines (37 loc) • 1.04 kB
text/less
.print-complex-table.print-complex-table--fixed-continue {
border-top: 1px solid #000;
border-left: 1px solid #000;
tr > td {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
word-break: break-all;
overflow: hidden;
}
}
.print-complex-table--fixed-continue {
&.print-complex-table--fixed-continue_continue-content {
border-top: 1px solid transparent ;
border-left: 1px solid transparent ;
tr > td {
border-bottom: 1px solid transparent ;
border-right: 1px solid transparent ;
word-break: break-all;
overflow: hidden;
}
tr.complex-table-header-tr {
td {
position: relative;
border-bottom: 1px solid transparent ;
&::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: var(--wui-printing-background);
}
}
}
}
}