@@ -485,12 +485,12 @@ const formatNumber = (number: number, no00 = false) => {
<style lang="scss" scoped>
$subColor: #777;
.pdf-wrap {
- // position: fixed;
- top: 0;
- left: 0;
+ position: fixed;
+ // top: 0;
+ // left: 0;
// z-index: 9999;
- // top: -9999px;
- // right: -9999px;
+ top: -9999px;
+ right: -9999px;
box-sizing: border-box;
width: 21cm;
margin: 0 auto 12px;