meixioacomponent 0.2.50 → 0.2.53

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.
@@ -19,7 +19,7 @@
19
19
  --font-color-d: #172b4d;
20
20
  --font-color-m: #344563;
21
21
  --font-color-s: #5e6c84;
22
- --font-color-ds: #8f959e;
22
+ --font-color-ds: #8f959e;
23
23
  // 字体颜色 按钮等primary 里面文字的白色非必要不要改
24
24
  --text-white: white;
25
25
  --form-label-color: #42526e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.50",
3
+ "version": "0.2.53",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -228,7 +228,7 @@ export default {
228
228
  height: auto;
229
229
  line-height: 1;
230
230
  padding: 0;
231
- background-color: #fff;
231
+ background-color: var(--bg-white);
232
232
  }
233
233
  .tree {
234
234
  padding: var(--padding-2) var(--padding-2);
@@ -33,6 +33,7 @@ export default {
33
33
  init() {
34
34
  // 初始化并且赋予需要挂载的组件props值
35
35
  let props = this.vueComponent.props;
36
+ console.log(props);
36
37
 
37
38
  if (props) {
38
39
  if (typeof props == "Array") {