@liuzengwei/element-ui 2.15.5-xn.48 → 2.15.5-xn.49

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.48",
3
+ "version": "2.15.5-xn.49",
4
4
  "description": "A Component Library for Vue.js (Fork of Element UI).",
5
5
  "main": "lib/element-ui.common.js",
6
6
  "files": [
@@ -44,7 +44,7 @@ $--color-base: #202131 !default;
44
44
  // Background
45
45
  /// color|1|Background Color|4
46
46
  $--background-color-base: #F5F7FA !default;
47
- $--background-color-base-well: #FAFCFE !default;
47
+ $--background-color-light-base: #FAFCFE !default;
48
48
  $--background-color-input-base: #F7F8FA !default;
49
49
  $--background-color-table-header: #F7F8FA !default;
50
50
 
package/src/index.js CHANGED
@@ -230,7 +230,7 @@ if (typeof window !== 'undefined' && window.Vue) {
230
230
  }
231
231
 
232
232
  export default {
233
- version: '2.15.5-xn.48',
233
+ version: '2.15.5-xn.49',
234
234
  locale: locale.use,
235
235
  i18n: locale.i18n,
236
236
  install,