@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 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 ? { backgroundColor: this.backgroundColor } : {};
512
+ return this.backgroundColor ? { background: this.backgroundColor } : {};
513
513
  },
514
514
  headerStyle: function headerStyle() {
515
- return this.headerBackgroundColor ? { backgroundColor: this.headerBackgroundColor } : {};
515
+ return this.headerBackgroundColor ? { background: this.headerBackgroundColor } : {};
516
516
  }
517
517
  },
518
518
 
@@ -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 ? { backgroundColor: this.backgroundColor } : {};
1533
+ return this.backgroundColor ? { background: this.backgroundColor } : {};
1534
1534
  },
1535
1535
  headerStyle: function headerStyle() {
1536
- return this.headerBackgroundColor ? { backgroundColor: 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.54',
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,