pb-sxp-ui 1.15.39 → 1.15.40

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.
package/dist/index.cjs CHANGED
@@ -10564,7 +10564,7 @@ const CommodityDetail$1 = (_a) => {
10564
10564
  React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
10565
10565
  renderBtn(),
10566
10566
  React.createElement(Modal$1, { visible: showModal, onClose: () => setShowModal(false) },
10567
- React.createElement("div", { style: { paddingBottom: '80px' } }, renderContent({ isPost: false })),
10567
+ React.createElement("div", { style: { paddingTop: '34px', paddingBottom: '80px' } }, renderContent({ isPost: false })),
10568
10568
  renderBtn()),
10569
10569
  React.createElement(Modal$1, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
10570
10570
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
@@ -11525,7 +11525,7 @@ Made in Italy` })));
11525
11525
  } }))),
11526
11526
  productInfoText({ isPost }))),
11527
11527
  React.createElement(Modal$1, { visible: showModal, onClose: () => setShowModal(false) },
11528
- React.createElement("div", { style: { paddingTop: '20px' } }, productInfoText({ isPost: false }))),
11528
+ React.createElement("div", { style: { paddingTop: '34px' } }, productInfoText({ isPost: false }))),
11529
11529
  React.createElement(Modal$1, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
11530
11530
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
11531
11531
  React.createElement("iframe", { src: iframeUrl, style: {