mario-core 2.9.227-layout → 2.9.228-layout
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 +3 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -32839,14 +32839,12 @@ var EmailTemplateList = function EmailTemplateList() {
|
|
|
32839
32839
|
var style$1 = {
|
|
32840
32840
|
width: "100%",
|
|
32841
32841
|
position: "fixed",
|
|
32842
|
-
bottom:
|
|
32842
|
+
bottom: 70,
|
|
32843
32843
|
backgroundColor: "#fff",
|
|
32844
32844
|
borderTop: "1px solid #ddd",
|
|
32845
|
-
marginTop: "20px",
|
|
32846
32845
|
marginLeft: "-30px",
|
|
32847
|
-
padding: "8px",
|
|
32848
|
-
zIndex: 1
|
|
32849
|
-
paddingTop: 18
|
|
32846
|
+
padding: "18px 8px",
|
|
32847
|
+
zIndex: 1
|
|
32850
32848
|
};
|
|
32851
32849
|
|
|
32852
32850
|
var DetailActionButtons = function DetailActionButtons(_ref) {
|