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.js CHANGED
@@ -10542,7 +10542,7 @@ const CommodityDetail$1 = (_a) => {
10542
10542
  React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
10543
10543
  renderBtn(),
10544
10544
  React.createElement(Modal$1, { visible: showModal, onClose: () => setShowModal(false) },
10545
- React.createElement("div", { style: { paddingBottom: '80px' } }, renderContent({ isPost: false })),
10545
+ React.createElement("div", { style: { paddingTop: '34px', paddingBottom: '80px' } }, renderContent({ isPost: false })),
10546
10546
  renderBtn()),
10547
10547
  React.createElement(Modal$1, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
10548
10548
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
@@ -11503,7 +11503,7 @@ Made in Italy` })));
11503
11503
  } }))),
11504
11504
  productInfoText({ isPost }))),
11505
11505
  React.createElement(Modal$1, { visible: showModal, onClose: () => setShowModal(false) },
11506
- React.createElement("div", { style: { paddingTop: '20px' } }, productInfoText({ isPost: false }))),
11506
+ React.createElement("div", { style: { paddingTop: '34px' } }, productInfoText({ isPost: false }))),
11507
11507
  React.createElement(Modal$1, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
11508
11508
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
11509
11509
  React.createElement("iframe", { src: iframeUrl, style: {