@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liuzengwei/element-ui",
3
- "version": "2.15.5-xn.54",
3
+ "version": "2.15.5-xn.55",
4
4
  "description": "A Component Library for Vue.js (Fork of Element UI).",
5
5
  "main": "lib/element-ui.common.js",
6
6
  "files": [
@@ -163,10 +163,10 @@
163
163
  return style;
164
164
  },
165
165
  dialogStyle() {
166
- return this.backgroundColor ? { backgroundColor: this.backgroundColor } : {};
166
+ return this.backgroundColor ? { background: this.backgroundColor } : {};
167
167
  },
168
168
  headerStyle() {
169
- return this.headerBackgroundColor ? { backgroundColor: this.headerBackgroundColor } : {};
169
+ return this.headerBackgroundColor ? { background: this.headerBackgroundColor } : {};
170
170
  }
171
171
  },
172
172
 
package/src/index.js CHANGED
@@ -232,7 +232,7 @@ if (typeof window !== 'undefined' && window.Vue) {
232
232
  }
233
233
 
234
234
  export default {
235
- version: '2.15.5-xn.54',
235
+ version: '2.15.5-xn.55',
236
236
  locale: locale.use,
237
237
  i18n: locale.i18n,
238
238
  install,