@zgfe/business-lib 1.2.51-heyh.0 → 1.2.51-ht.6

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.
@@ -5,69 +5,6 @@
5
5
  "css_prefix_text": "",
6
6
  "description": "诸葛业务平台",
7
7
  "glyphs": [
8
- {
9
- "icon_id": "41358802",
10
- "name": "帮助中心",
11
- "font_class": "bangzhuzhongxin",
12
- "unicode": "e64b",
13
- "unicode_decimal": 58955
14
- },
15
- {
16
- "icon_id": "41358804",
17
- "name": "历史记录",
18
- "font_class": "lishijilu",
19
- "unicode": "e64c",
20
- "unicode_decimal": 58956
21
- },
22
- {
23
- "icon_id": "41358803",
24
- "name": "小屏幕展示",
25
- "font_class": "xiaopingmuzhanshi",
26
- "unicode": "e64d",
27
- "unicode_decimal": 58957
28
- },
29
- {
30
- "icon_id": "41358801",
31
- "name": "新建话题",
32
- "font_class": "xinjianhuati",
33
- "unicode": "e64e",
34
- "unicode_decimal": 58958
35
- },
36
- {
37
- "icon_id": "41262540",
38
- "name": "时间",
39
- "font_class": "shijian",
40
- "unicode": "e7cd",
41
- "unicode_decimal": 59341
42
- },
43
- {
44
- "icon_id": "41262538",
45
- "name": "日历",
46
- "font_class": "rili",
47
- "unicode": "e7ce",
48
- "unicode_decimal": 59342
49
- },
50
- {
51
- "icon_id": "41262539",
52
- "name": "日历-2",
53
- "font_class": "rili-2",
54
- "unicode": "e7cc",
55
- "unicode_decimal": 59340
56
- },
57
- {
58
- "icon_id": "41214661",
59
- "name": "鸿蒙",
60
- "font_class": "hongmeng",
61
- "unicode": "e64a",
62
- "unicode_decimal": 58954
63
- },
64
- {
65
- "icon_id": "41211242",
66
- "name": "其他",
67
- "font_class": "qita",
68
- "unicode": "e649",
69
- "unicode_decimal": 58953
70
- },
71
8
  {
72
9
  "icon_id": "41170258",
73
10
  "name": "结束",
@@ -162,7 +99,7 @@
162
99
  {
163
100
  "icon_id": "40911670",
164
101
  "name": "菜单-用户营销",
165
- "font_class": "yonghuyingxiao",
102
+ "font_class": "caidan-yonghuyingxiao",
166
103
  "unicode": "e63a",
167
104
  "unicode_decimal": 58938
168
105
  },
@@ -176,7 +113,7 @@
176
113
  {
177
114
  "icon_id": "40533696",
178
115
  "name": "菜单-信用卡业务",
179
- "font_class": "xinyongkayewu",
116
+ "font_class": "xinyongkayewu1",
180
117
  "unicode": "e7c6",
181
118
  "unicode_decimal": 59334
182
119
  },
Binary file
Binary file
Binary file
@@ -356,8 +356,9 @@
356
356
  }
357
357
 
358
358
  // 弹窗
359
- .ant-modal-mask {
360
- background-color: fade(@text-color, 80%);
359
+ .ant-modal-mask,
360
+ .ant-drawer-mask {
361
+ background-color: fade(@text-color, 80%) !important;
361
362
  }
362
363
  .ant-modal-content {
363
364
  border-radius: @border-radius-normal!important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.51-heyh.0",
3
+ "version": "1.2.51-ht.6",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "e55ca3a4e52f26b97894c3df9b0dffe165f70f73",
58
+ "gitHead": "70f0b60bde1b65376846dec9dac09c0241250e61",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }