wui-print
Version:
前端打印插件,包含打印设计器、打印表单、打印API
62 lines (61 loc) • 1.47 kB
text/less
.print-complex-table.print-complex-table--auto-continue-not-span {
border-top: 1px solid #000;
border-left: 1px solid #000;
overflow: hidden;
tr {
& > td {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}
}
.complex-table-header-tr > td {
> div {
word-break: break-all;
}
}
.complex-table-content-tr > td {
position: relative;
> div {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
word-break: break-all;
}
.excess-td-container {
overflow: hidden;
}
}
.complex-table-blank-tr > td {
position: relative;
> div {
position: absolute;
}
}
}
.print-complex-table--auto-continue-not-span {
&.print-complex-table--auto-continue-not-span_continue-content {
border-top: 1px solid transparent ;
border-left: 1px solid transparent ;
tr > td {
border-bottom: 1px solid transparent ;
border-right: 1px solid transparent ;
}
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);
}
}
}
}
}