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.js
CHANGED
|
@@ -32842,14 +32842,12 @@ var EmailTemplateList = function EmailTemplateList() {
|
|
|
32842
32842
|
var style$1 = {
|
|
32843
32843
|
width: "100%",
|
|
32844
32844
|
position: "fixed",
|
|
32845
|
-
bottom:
|
|
32845
|
+
bottom: 70,
|
|
32846
32846
|
backgroundColor: "#fff",
|
|
32847
32847
|
borderTop: "1px solid #ddd",
|
|
32848
|
-
marginTop: "20px",
|
|
32849
32848
|
marginLeft: "-30px",
|
|
32850
|
-
padding: "8px",
|
|
32851
|
-
zIndex: 1
|
|
32852
|
-
paddingTop: 18
|
|
32849
|
+
padding: "18px 8px",
|
|
32850
|
+
zIndex: 1
|
|
32853
32851
|
};
|
|
32854
32852
|
|
|
32855
32853
|
var DetailActionButtons = function DetailActionButtons(_ref) {
|