需求:打印pdf时候默认加上左右边框,css代码如下。 @media print { .contract { border: 2px solid #333; border-bottom: none; border-top: none; } ...
確定! 回上一頁