meixioacomponent 0.4.45 → 0.4.46

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.
@@ -12,7 +12,8 @@
12
12
  //滚动条样式
13
13
  --scrollbar-color: #1f23392d;
14
14
  // 灰色类型
15
- --color-gray-d: #dfe1e6;
15
+ // --color-gray-d: #dfe1e6;
16
+ --color-gray-d: #ebecf0;
16
17
  --color-gray-m: #f4f5f7;
17
18
  --color-gray-s: #fafbfc;
18
19
 
@@ -20,7 +21,7 @@
20
21
  --font-color-d: #172b4d;
21
22
  --font-color-m: #344563;
22
23
  --font-color-s: #5e6c84;
23
- --font-color-ds: #8f959e;
24
+ --font-color-ds: #8f959e;
24
25
  // 字体颜色 按钮等primary 里面文字的白色非必要不要改
25
26
  --text-white: white;
26
27
  --form-label-color: #42526e;
@@ -35,4 +36,4 @@
35
36
  --color-table-header: #ebecf0;
36
37
  // tooltip 背景颜色
37
38
  --color-tooltip: #242424;
38
- }
39
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.4.45",
3
+ "version": "0.4.46",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -12,7 +12,8 @@
12
12
  //滚动条样式
13
13
  --scrollbar-color: #1f23392d;
14
14
  // 灰色类型
15
- --color-gray-d: #dfe1e6;
15
+ // --color-gray-d: #dfe1e6;
16
+ --color-gray-d: #ebecf0;
16
17
  --color-gray-m: #f4f5f7;
17
18
  --color-gray-s: #fafbfc;
18
19
 
@@ -20,7 +21,7 @@
20
21
  --font-color-d: #172b4d;
21
22
  --font-color-m: #344563;
22
23
  --font-color-s: #5e6c84;
23
- --font-color-ds: #8f959e;
24
+ --font-color-ds: #8f959e;
24
25
  // 字体颜色 按钮等primary 里面文字的白色非必要不要改
25
26
  --text-white: white;
26
27
  --form-label-color: #42526e;
@@ -35,4 +36,4 @@
35
36
  --color-table-header: #ebecf0;
36
37
  // tooltip 背景颜色
37
38
  --color-tooltip: #242424;
38
- }
39
+ }