datastake-daf 0.6.445 → 0.6.446

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14609,7 +14609,7 @@ function PdfView(_ref2) {
14609
14609
 
14610
14610
  // ADD THIS CONDITION HERE - before the page break logic
14611
14611
  if (i === keys.length - 1) {
14612
- ref.current.style.paddingBottom = '80px';
14612
+ ref.current.style.marginBottom = '180px';
14613
14613
  }
14614
14614
  if (newHeight > PAGE_HEIGHT - 30 - FOOTER_HEIGHT - HEADER_HEIGHT) {
14615
14615
  const dif = Math.abs(PAGE_HEIGHT - incrHeight);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.445",
3
+ "version": "0.6.446",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -76,7 +76,7 @@ export default function PdfView({
76
76
 
77
77
  // ADD THIS CONDITION HERE - before the page break logic
78
78
  if (i === keys.length - 1) {
79
- ref.current.style.paddingBottom = '80px';
79
+ ref.current.style.marginBottom = '180px';
80
80
  }
81
81
 
82
82
  if (newHeight > PAGE_HEIGHT - 30 - FOOTER_HEIGHT - HEADER_HEIGHT) {