@liuzengwei/element-ui 2.15.5-xn.54 → 2.15.5-xn.55
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/lib/dialog.js +2 -2
- package/lib/element-ui.common.js +3 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/dialog/src/component.vue +2 -2
- package/src/index.js +1 -1
package/lib/dialog.js
CHANGED
|
@@ -509,10 +509,10 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
|
509
509
|
return style;
|
|
510
510
|
},
|
|
511
511
|
dialogStyle: function dialogStyle() {
|
|
512
|
-
return this.backgroundColor ? {
|
|
512
|
+
return this.backgroundColor ? { background: this.backgroundColor } : {};
|
|
513
513
|
},
|
|
514
514
|
headerStyle: function headerStyle() {
|
|
515
|
-
return this.headerBackgroundColor ? {
|
|
515
|
+
return this.headerBackgroundColor ? { background: this.headerBackgroundColor } : {};
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
|
package/lib/element-ui.common.js
CHANGED
|
@@ -1530,10 +1530,10 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
|
1530
1530
|
return style;
|
|
1531
1531
|
},
|
|
1532
1532
|
dialogStyle: function dialogStyle() {
|
|
1533
|
-
return this.backgroundColor ? {
|
|
1533
|
+
return this.backgroundColor ? { background: this.backgroundColor } : {};
|
|
1534
1534
|
},
|
|
1535
1535
|
headerStyle: function headerStyle() {
|
|
1536
|
-
return this.headerBackgroundColor ? {
|
|
1536
|
+
return this.headerBackgroundColor ? { background: this.headerBackgroundColor } : {};
|
|
1537
1537
|
}
|
|
1538
1538
|
},
|
|
1539
1539
|
|
|
@@ -52331,7 +52331,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
52331
52331
|
}
|
|
52332
52332
|
|
|
52333
52333
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
52334
|
-
version: '2.15.5-xn.
|
|
52334
|
+
version: '2.15.5-xn.55',
|
|
52335
52335
|
locale: lib_locale_default.a.use,
|
|
52336
52336
|
i18n: lib_locale_default.a.i18n,
|
|
52337
52337
|
install: src_install,
|