UNPKG

wui-print

Version:

前端打印插件,包含打印设计器、打印表单、打印API

36 lines (35 loc) 906 B
@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) !important ; border-left: 0px !important ; border-right: 0px !important ; border-bottom: 0px !important ; & tr:last-child td { border-bottom: 0px !important ; } } } .print-continue-blank.print-continue-blank--after { &.print-complex-table { border-left: 0px !important ; border-right: 0px !important ; border-top: 0px !important ; & tr:first-child td { border-top: 0px !important ; } } }