You should use the media types @media print { body {transform: scale(.7);} table {page-break-inside: avoid;} } So, this styles will by applying only in ...
確定! 回上一頁