diy-template-components 0.2.23 → 0.2.25
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/build/index.es.js +6 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +6 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -1388,8 +1388,7 @@ const useSectionStyles$9 = createUseStyles(theme => ({
|
|
|
1388
1388
|
display: 'flex',
|
|
1389
1389
|
justifyContent: 'flex-start',
|
|
1390
1390
|
'& img': {
|
|
1391
|
-
|
|
1392
|
-
height: '30px'
|
|
1391
|
+
maxHeight: '55px'
|
|
1393
1392
|
}
|
|
1394
1393
|
},
|
|
1395
1394
|
upperContainerItem2: {
|
|
@@ -8240,6 +8239,7 @@ function Section({
|
|
|
8240
8239
|
style: {
|
|
8241
8240
|
width: '36px',
|
|
8242
8241
|
height: '36px',
|
|
8242
|
+
margin: '0px 12px',
|
|
8243
8243
|
cursor: 'pointer'
|
|
8244
8244
|
},
|
|
8245
8245
|
ref: footer?.components[0]?.refSetter
|
|
@@ -8273,7 +8273,8 @@ function Section({
|
|
|
8273
8273
|
style: {
|
|
8274
8274
|
width: '36px',
|
|
8275
8275
|
height: '36px',
|
|
8276
|
-
cursor: 'pointer'
|
|
8276
|
+
cursor: 'pointer',
|
|
8277
|
+
margin: '0px 12px'
|
|
8277
8278
|
},
|
|
8278
8279
|
ref: footer?.components[2]?.refSetter
|
|
8279
8280
|
})), /*#__PURE__*/React__default["default"].createElement("a", {
|
|
@@ -8306,7 +8307,8 @@ function Section({
|
|
|
8306
8307
|
style: {
|
|
8307
8308
|
width: '36px',
|
|
8308
8309
|
height: '36px',
|
|
8309
|
-
cursor: 'pointer'
|
|
8310
|
+
cursor: 'pointer',
|
|
8311
|
+
margin: '0px 12px'
|
|
8310
8312
|
},
|
|
8311
8313
|
ref: footer?.components[4]?.refSetter
|
|
8312
8314
|
})), /*#__PURE__*/React__default["default"].createElement("table", {
|