@zgfe/business-lib 1.2.70-hxd.7 → 1.2.71-hxd.1

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.
Files changed (216) hide show
  1. package/es/AUMFormulaTarget/components/formula/index.js +6 -4
  2. package/es/AUMFormulaTarget/components/panel/cdpCshCondition.js +2 -2
  3. package/es/AUMFormulaTarget/components/panel/index.less +1 -1
  4. package/es/AUMFormulaTarget/demo/index.js +1 -1
  5. package/es/AUMFormulaTarget/index.d.ts +4 -1
  6. package/es/addToPanel/components/radioGroup.d.ts +4 -1
  7. package/es/addToPanel/components/styleList.d.ts +4 -1
  8. package/es/addToPanel/index.d.ts +4 -1
  9. package/es/addToPanel/index.js +1 -1
  10. package/es/addToScene/index.js +3 -8
  11. package/es/amountSelector/demo/index.d.ts +3 -0
  12. package/es/amountSelector/demo/index.js +9 -0
  13. package/es/amountSelector/index.d.ts +10 -0
  14. package/es/amountSelector/index.js +21 -0
  15. package/es/amountSelector/styles/index.less +27 -0
  16. package/es/amountSelector/types.d.ts +4 -0
  17. package/es/amountSelector/types.js +1 -0
  18. package/es/amountSelector/util.d.ts +3 -0
  19. package/es/amountSelector/util.js +18 -0
  20. package/es/assets/colorIcon/demo_index.html +1023 -492
  21. package/es/assets/colorIcon/iconfont.css +203 -110
  22. package/es/assets/colorIcon/iconfont.js +13 -14
  23. package/es/assets/colorIcon/iconfont.json +433 -272
  24. package/es/assets/colorIcon/iconfont.ttf +0 -0
  25. package/es/assets/colorIcon/iconfont.woff +0 -0
  26. package/es/assets/colorIcon/iconfont.woff2 +0 -0
  27. package/es/assets/iconfont/demo.css +539 -539
  28. package/es/assets/iconfont/demo_index.html +5563 -5708
  29. package/es/assets/iconfont/iconfont.css +1015 -975
  30. package/es/assets/iconfont/iconfont.js +1 -1
  31. package/es/assets/iconfont/iconfont.json +1584 -1689
  32. package/es/assets/styles/resetAntd.less +6 -2
  33. package/es/assets/styles/variable.less +1 -1
  34. package/es/assets/theme.js +1 -1
  35. package/es/attrCondition/demo/group.js +1 -1
  36. package/es/attrCondition/group.js +11 -6
  37. package/es/attrCondition/index.js +11 -6
  38. package/es/attrCondition/styles/index.less +1 -1
  39. package/es/attrCondition/useAttrCondition.js +7 -5
  40. package/es/attrConditions/components/operateList.js +6 -3
  41. package/es/attrConditions/components/stringList.js +5 -9
  42. package/es/attrConditions/index.d.ts +4 -1
  43. package/es/attrConditions/index.js +4 -2
  44. package/es/attrConditions/types.d.ts +4 -0
  45. package/es/attrConditions/utils/operates.d.ts +4 -0
  46. package/es/attrConditions/utils/operates.js +37 -0
  47. package/es/attributeSelector/index.js +11 -11
  48. package/es/attributeSelector/listPanel.js +313 -101
  49. package/es/attributeSelector/types.d.ts +2 -0
  50. package/es/attributeSelector/util.js +3 -0
  51. package/es/chart/demo/data/data5 copy.js +2 -2
  52. package/es/chart/demo/index.js +1 -1
  53. package/es/chart/demo/line_bar_stack.js +4 -4
  54. package/es/chart/demo/stack.js +1 -1
  55. package/es/chart/index.js +10 -12
  56. package/es/chart/styles/index.less +2 -2
  57. package/es/chart/util/color.js +1 -1
  58. package/es/colorIcon/index.js +2 -4
  59. package/es/constants/apis.d.ts +4 -0
  60. package/es/constants/apis.js +6 -2
  61. package/es/constants/common.d.ts +11 -0
  62. package/es/constants/common.js +31 -0
  63. package/es/context/index.d.ts +2 -0
  64. package/es/cycleTime/index.js +6 -8
  65. package/es/cycleTime/month.js +2 -5
  66. package/es/dataSetGroup/index.js +0 -1
  67. package/es/datePicker/index.d.ts +4 -1
  68. package/es/datePickerV2/demo/index.js +1 -1
  69. package/es/datePickerV2/index.d.ts +4 -1
  70. package/es/datePickerV2/index.js +13 -4
  71. package/es/datePickerV2/popoverContent.js +1 -1
  72. package/es/datePickerV2/shortcut.js +1 -1
  73. package/es/datePickerV2/styles/index.less +1 -1
  74. package/es/datePickerV2/types.d.ts +1 -0
  75. package/es/datePickerV2/utils.js +8 -2
  76. package/es/demoWrapper/content.js +9 -10
  77. package/es/demoWrapper/innerDemo.js +1 -1
  78. package/es/dialog/index.d.ts +4 -1
  79. package/es/dnd/demo/index.js +5 -1
  80. package/es/dnd/demo/styles/index.less +34 -34
  81. package/es/dnd/index.d.ts +4 -1
  82. package/es/dnd/item.js +14 -0
  83. package/es/eventSelector/index.d.ts +4 -1
  84. package/es/eventSelector/index.js +3 -2
  85. package/es/eventSelector/listPanel.js +9 -13
  86. package/es/eventSelector/option.d.ts +1 -0
  87. package/es/eventSelector/option.js +14 -3
  88. package/es/eventSelector/styles/index.less +4 -0
  89. package/es/eventSelector/types.d.ts +1 -0
  90. package/es/formulaTarget/components/formula/index.js +2 -1
  91. package/es/formulaTarget/components/formula/index.less +1 -1
  92. package/es/formulaTarget/components/formula/types.d.ts +1 -0
  93. package/es/formulaTarget/components/formulaItem/index.js +7 -2
  94. package/es/formulaTarget/components/formulaItem/types.d.ts +1 -0
  95. package/es/formulaTarget/components/panel/index.js +2 -1
  96. package/es/formulaTarget/components/panel/item.js +5 -1
  97. package/es/formulaTarget/components/panel/types.d.ts +2 -0
  98. package/es/formulaTarget/index.d.ts +4 -1
  99. package/es/formulaTarget/index.js +2 -1
  100. package/es/formulaTarget/types.d.ts +1 -0
  101. package/es/hooks/useBizStore.js +3 -9
  102. package/es/icon/iconFont.d.ts +4 -1
  103. package/es/index.d.ts +2 -1
  104. package/es/index.js +2 -1
  105. package/es/layout/analysisLayout/index.d.ts +4 -1
  106. package/es/layout/columnLayout/index.d.ts +4 -1
  107. package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
  108. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +3 -3
  109. package/es/layout/optionTitle/components/title/index.d.ts +1 -2
  110. package/es/layout/optionTitle/components/title/index.js +10 -6
  111. package/es/layout/optionTitle/components/title/index.less +43 -43
  112. package/es/layout/optionTitle/index.js +1 -1
  113. package/es/layout/optionTitle/styles/index.less +30 -30
  114. package/es/layout/optionTitle/styles/layout.less +90 -90
  115. package/es/layout/optionTitle/styles/search.less +27 -27
  116. package/es/platformSelector/styles/index.less +1 -1
  117. package/es/productCondition/conditionTypeList.d.ts +4 -1
  118. package/es/productCondition/conditions/cdpCshCondition.js +9 -6
  119. package/es/productCondition/conditions/constants.d.ts +2 -0
  120. package/es/productCondition/conditions/constants.js +2 -0
  121. package/es/productCondition/conditions/order/runPeriodCondition.js +2 -4
  122. package/es/productCondition/conditions/periodCondition.d.ts +4 -1
  123. package/es/productCondition/conditions/propCondition.d.ts +4 -1
  124. package/es/productCondition/conditions/styles/periodCondition.less +1 -1
  125. package/es/productCondition/index.d.ts +4 -1
  126. package/es/productCondition/styles/conditionTypeList.less +4 -2
  127. package/es/productCondition/styles/relationLabel.less +1 -1
  128. package/es/productCondition/types.d.ts +3 -1
  129. package/es/productCondition/util.d.ts +4 -0
  130. package/es/productCondition/util.js +4 -2
  131. package/es/quickDatePicker/demo/index.js +31 -11
  132. package/es/quickDatePicker/index.js +122 -23
  133. package/es/quickDatePicker/styles/index.less +28 -25
  134. package/es/quickDatePicker/types.d.ts +13 -0
  135. package/es/quickDatePicker/utils.d.ts +6 -0
  136. package/es/quickDatePicker/utils.js +54 -1
  137. package/es/select/demo/index.js +2 -1
  138. package/es/select/handle.js +2 -9
  139. package/es/select/index.d.ts +4 -1
  140. package/es/select/option.js +1 -1
  141. package/es/select/overlay.js +2 -2
  142. package/es/select/styles/handle.less +15 -2
  143. package/es/socket/demo/demo.js +2 -2
  144. package/es/subjectWrapper/index.js +3 -1
  145. package/es/table/demo/data/color.js +1 -1
  146. package/es/table/index.js +3 -30
  147. package/es/targetConditionGroup/components/targetDimension.js +147 -53
  148. package/es/targetConditionGroup/demo/group.js +5 -18
  149. package/es/targetConditionGroup/index.d.ts +4 -1
  150. package/es/targetConditionGroup/index.js +12 -10
  151. package/es/targetConditionGroup/types.d.ts +1 -0
  152. package/es/targetSelector/editBox.d.ts +1 -0
  153. package/es/targetSelector/editBox.js +8 -3
  154. package/es/targetSelector/index.js +2 -1
  155. package/es/targetSelector/optionIcon.d.ts +4 -1
  156. package/es/targetSelector/optionIcon.js +3 -0
  157. package/es/targetSelector/styles/index.less +35 -3
  158. package/es/userCondition/conditionTypeList.d.ts +4 -1
  159. package/es/userCondition/conditionTypeList.js +5 -4
  160. package/es/userCondition/conditions/cdpCondition.js +9 -6
  161. package/es/userCondition/conditions/cdpCshCondition.js +9 -6
  162. package/es/userCondition/conditions/constants.d.ts +2 -0
  163. package/es/userCondition/conditions/constants.js +2 -0
  164. package/es/userCondition/conditions/dataAttribute.js +11 -7
  165. package/es/userCondition/conditions/eventCondition.js +16 -24
  166. package/es/userCondition/conditions/order/runPeriodCondition.d.ts +4 -1
  167. package/es/userCondition/conditions/periodCondition.d.ts +4 -1
  168. package/es/userCondition/conditions/periodCondition.js +19 -11
  169. package/es/userCondition/conditions/propCondition.js +5 -3
  170. package/es/userCondition/conditions/styles/eventCondition.less +14 -0
  171. package/es/userCondition/conditions/styles/periodCondition.less +7 -1
  172. package/es/userCondition/conditions/styles/textDesc.less +3 -4
  173. package/es/userCondition/conditions/tagsCondition.js +12 -5
  174. package/es/userCondition/conditions/textDesc.js +9 -5
  175. package/es/userCondition/demo/index.js +20 -14
  176. package/es/userCondition/demo/mockData.d.ts +20 -94
  177. package/es/userCondition/demo/mockData.js +31 -76
  178. package/es/userCondition/index.d.ts +5 -1
  179. package/es/userCondition/index.js +37 -21
  180. package/es/userCondition/styles/conditionTypeList.less +4 -2
  181. package/es/userCondition/styles/relationLabel.less +1 -1
  182. package/es/userCondition/types.d.ts +5 -2
  183. package/es/userCondition/util.d.ts +4 -0
  184. package/es/userCondition/util.js +4 -2
  185. package/es/userGroup/demo/index.js +2 -9
  186. package/es/userGroup/index.d.ts +4 -1
  187. package/es/userGroup/index.js +63 -15
  188. package/es/userGroup/overlay.js +17 -3
  189. package/es/userGroup/styles/index.less +55 -1
  190. package/es/userGroup/types.d.ts +2 -0
  191. package/es/userGroup/util.d.ts +2 -0
  192. package/es/userGroup/util.js +47 -0
  193. package/es/userGroupHeader/demo/index.js +1 -1
  194. package/es/userGroupHeader/index.d.ts +1 -0
  195. package/es/userGroupHeader/index.js +53 -6
  196. package/es/userGroupHeader/styles/index.less +21 -2
  197. package/es/userTagsSelector/cascaderOverlay.d.ts +4 -1
  198. package/es/userTagsSelector/cascaderOverlay.js +9 -2
  199. package/es/userTagsSelector/components/tagList/index.d.ts +4 -1
  200. package/es/userTagsSelector/groups/index.d.ts +4 -1
  201. package/es/userTagsSelector/index.d.ts +4 -1
  202. package/es/userTagsSelector/index.js +32 -2
  203. package/es/userTagsSelector/styles/index.less +10 -0
  204. package/es/userTagsSelector/types.d.ts +2 -0
  205. package/es/userTagsSelector/util.d.ts +1 -0
  206. package/es/userTagsSelector/util.js +20 -0
  207. package/es/utils/ajax.js +63 -26
  208. package/es/utils/eventApi.d.ts +14 -0
  209. package/es/utils/eventApi.js +128 -0
  210. package/es/utils/index.d.ts +2 -1
  211. package/es/utils/index.js +2 -1
  212. package/es/utils/type.d.ts +1 -0
  213. package/es/utils/util.d.ts +1 -0
  214. package/es/utils/util.js +18 -0
  215. package/package.json +2 -2
  216. package/es/assets/colorIcon/iconfont.svg +0 -129
@@ -1,9 +1,10 @@
1
1
  @font-face {
2
- font-family: "iconfont"; /* Project id 3950596 */
3
- src: url('iconfont.woff2?t=1721787187002') format('woff2'),
4
- url('iconfont.woff?t=1721787187002') format('woff'),
5
- url('iconfont.ttf?t=1721787187002') format('truetype'),
6
- url('iconfont.svg?t=1721787187002#iconfont') format('svg');
2
+ font-family: "iconfont"; /* Project id 4877165 */
3
+ /* Color fonts */
4
+ src:
5
+ url('iconfont.woff2?t=1743576501448') format('woff2'),
6
+ url('iconfont.woff?t=1743576501448') format('woff'),
7
+ url('iconfont.ttf?t=1743576501448') format('truetype');
7
8
  }
8
9
 
9
10
  .iconfont {
@@ -14,223 +15,315 @@
14
15
  -moz-osx-font-smoothing: grayscale;
15
16
  }
16
17
 
17
- .icon-yasuobao:before {
18
- content: "\e7a0";
18
+ .icon-strategy-on:before {
19
+ content: "\e7ff";
19
20
  }
20
21
 
21
- .icon-yewuchangjing:before {
22
- content: "\e63b";
22
+ .icon-yonghubiaoqian-off:before {
23
+ content: "\e800";
23
24
  }
24
25
 
25
- .icon-yonghuyingxiao:before {
26
- content: "\e638";
26
+ .icon-xinyongkafenqi-on:before {
27
+ content: "\e801";
27
28
  }
28
29
 
29
- .icon-xinyongkafenqi:before {
30
- content: "\e637";
30
+ .icon-xinyongdaikuanfenxi-off:before {
31
+ content: "\e802";
31
32
  }
32
33
 
33
- .icon-xinyongkayewu:before {
34
- content: "\e636";
34
+ .icon-xinyongdaikuanfenxi-on:before {
35
+ content: "\e803";
35
36
  }
36
37
 
37
- .icon-zhinengyingxiaoduose:before {
38
- content: "\e634";
38
+ .icon-a-caidan-shujukanbanBI-off:before {
39
+ content: "\e804";
39
40
  }
40
41
 
41
- .icon-cunkuanyewufenxi:before {
42
- content: "\e799";
42
+ .icon-strategy-off:before {
43
+ content: "\e805";
43
44
  }
44
45
 
45
- .icon-shujuzhiliang:before {
46
- content: "\e78d";
46
+ .icon-licaiyewufenxi-on:before {
47
+ content: "\e806";
47
48
  }
48
49
 
49
- .icon-xinbanlogo:before {
50
- content: "\e78a";
50
+ .icon-chanpinbiaoqian-on:before {
51
+ content: "\e807";
51
52
  }
52
53
 
53
- .icon-xinbanlogo-jichuban:before {
54
- content: "\e78b";
54
+ .icon-chanpinbiaoqian-off:before {
55
+ content: "\e808";
55
56
  }
56
57
 
57
- .icon-xinbanlogo-qiyeban:before {
58
- content: "\e78c";
58
+ .icon-cunkuanyewu-on:before {
59
+ content: "\e809";
59
60
  }
60
61
 
61
- .icon-xinbanlogo-zhuanyeban:before {
62
- content: "\e787";
62
+ .icon-licaiyewufenxi-off:before {
63
+ content: "\e80a";
63
64
  }
64
65
 
65
- .icon-xinbanlogo-shiyongban:before {
66
- content: "\e788";
66
+ .icon-cunkuanyewu-off:before {
67
+ content: "\e80b";
67
68
  }
68
69
 
69
- .icon-xinbanlogo-yiguoqi:before {
70
- content: "\e789";
70
+ .icon-a-caidan-shujukanbanBI-on:before {
71
+ content: "\e7f6";
71
72
  }
72
73
 
73
- .icon-general:before {
74
- content: "\e781";
74
+ .icon-yonghubiaoqian-on:before {
75
+ content: "\e7f7";
76
+ }
77
+
78
+ .icon-xinyongkayewu-off:before {
79
+ content: "\e7f8";
80
+ }
81
+
82
+ .icon-yingxiaoshujufenxi-on:before {
83
+ content: "\e7f9";
84
+ }
85
+
86
+ .icon-yingxiaoshujufenxi-off:before {
87
+ content: "\e7fa";
88
+ }
89
+
90
+ .icon-xinyongkafenqi-off:before {
91
+ content: "\e7fb";
92
+ }
93
+
94
+ .icon-yonghutiyanjiankong-on:before {
95
+ content: "\e7fc";
96
+ }
97
+
98
+ .icon-xinyongkayewu-on:before {
99
+ content: "\e7fd";
100
+ }
101
+
102
+ .icon-yonghutiyanjiankong-off:before {
103
+ content: "\e7fe";
104
+ }
105
+
106
+ .icon-caidan-zidingyiBIbaobiao:before {
107
+ content: "\e7ef";
108
+ }
109
+
110
+ .icon-caidan-guanggaojiance:before {
111
+ content: "\e7f0";
112
+ }
113
+
114
+ .icon-caidan-CEP:before {
115
+ content: "\e7f1";
116
+ }
117
+
118
+ .icon-caidan-shujuji:before {
119
+ content: "\e7f2";
120
+ }
121
+
122
+ .icon-caidan-shujujieru:before {
123
+ content: "\e7f3";
124
+ }
125
+
126
+ .icon-caidan-fenxishujukanban:before {
127
+ content: "\e7f4";
128
+ }
129
+
130
+ .icon-a-caidan-yonghuzengchang2A3R:before {
131
+ content: "\e7f5";
132
+ }
133
+
134
+ .icon-xinbanlogo-jichuban:before {
135
+ content: "\e7dd";
75
136
  }
76
137
 
77
138
  .icon-yingxiaohuodong:before {
78
- content: "\e77e";
139
+ content: "\e7de";
79
140
  }
80
141
 
81
- .icon-credit:before {
82
- content: "\e77d";
142
+ .icon-caidan-yunyinggailanbaobiao:before {
143
+ content: "\e7df";
83
144
  }
84
145
 
85
- .icon-yingxiaokanban:before {
86
- content: "\e6ee";
146
+ .icon-yewuchangjing:before {
147
+ content: "\e7e0";
87
148
  }
88
149
 
89
- .icon-yingxiaoshuju:before {
90
- content: "\e6ef";
150
+ .icon-yasuobao:before {
151
+ content: "\e7e1";
91
152
  }
92
153
 
93
- .icon-yingxiaozhongxin:before {
94
- content: "\e6f0";
154
+ .icon-shujuzhiliang:before {
155
+ content: "\e7e2";
156
+ }
157
+
158
+ .icon-caidan-weixinshengtaiyunying:before {
159
+ content: "\e7e3";
160
+ }
161
+
162
+ .icon-caidan-yonghu:before {
163
+ content: "\e7e4";
95
164
  }
96
165
 
97
166
  .icon-qunzulvcheng:before {
98
- content: "\e6f1";
167
+ content: "\e7e5";
99
168
  }
100
169
 
101
- .icon-yingxiaosucai:before {
102
- content: "\e6f2";
170
+ .icon-morentouxiang:before {
171
+ content: "\e7e6";
103
172
  }
104
173
 
105
- .icon-yingxiaoshezhi:before {
106
- content: "\e6f3";
174
+ .icon-caidan-zhinengchuda:before {
175
+ content: "\e7e7";
107
176
  }
108
177
 
109
- .icon-fenxigongjuxiang:before {
110
- content: "\e778";
178
+ .icon-general:before {
179
+ content: "\e7e8";
180
+ }
181
+
182
+ .icon-caidan-zidingyishujubaogao:before {
183
+ content: "\e7e9";
111
184
  }
112
185
 
113
186
  .icon-chanpinbiaoqian:before {
114
- content: "\e777";
187
+ content: "\e7ea";
115
188
  }
116
189
 
117
- .icon-yonghufenqun:before {
118
- content: "\e770";
190
+ .icon-fenxigongjuxiang:before {
191
+ content: "\e7eb";
119
192
  }
120
193
 
121
- .icon-yingxiaoshoujufenxi:before {
122
- content: "\e771";
194
+ .icon-caidan-fenxifangfalun:before {
195
+ content: "\e7ec";
123
196
  }
124
197
 
125
- .icon-yonghutiyanjiankong:before {
126
- content: "\e772";
198
+ .icon-caidan-chanpindiedai:before {
199
+ content: "\e7ed";
127
200
  }
128
201
 
129
- .icon-yonghubiaoqian:before {
130
- content: "\e773";
202
+ .icon-credit:before {
203
+ content: "\e7ee";
204
+ }
205
+
206
+ .icon-logo-wenziban:before {
207
+ content: "\e7cc";
131
208
  }
132
209
 
133
210
  .icon-yonghulvcheng:before {
134
- content: "\e75b";
211
+ content: "\e7cd";
135
212
  }
136
213
 
137
- .icon-shujukaifang:before {
138
- content: "\e75a";
214
+ .icon-xinbanlogo-yiguoqi:before {
215
+ content: "\e7ce";
216
+ }
217
+
218
+ .icon-yonghufenqun:before {
219
+ content: "\e7cf";
139
220
  }
140
221
 
141
222
  .icon-caidan-idmapping:before {
142
- content: "\e759";
223
+ content: "\e7be";
143
224
  }
144
225
 
145
- .icon-logo-jichuban:before {
146
- content: "\e754";
226
+ .icon-caidan-laiyuanguanli:before {
227
+ content: "\e7d0";
147
228
  }
148
229
 
149
- .icon-logo-qiyeban:before {
150
- content: "\e755";
230
+ .icon-logo:before {
231
+ content: "\e7d1";
151
232
  }
152
233
 
153
- .icon-logo-yiguoqi:before {
154
- content: "\e756";
234
+ .icon-yingxiaosucai:before {
235
+ content: "\e7d2";
155
236
  }
156
237
 
157
- .icon-logo-shiyongban:before {
158
- content: "\e757";
238
+ .icon-shujukaifang:before {
239
+ content: "\e7d3";
159
240
  }
160
241
 
161
- .icon-logo-zhuanyeban:before {
162
- content: "\e758";
242
+ .icon-yingxiaokanban:before {
243
+ content: "\e7d4";
163
244
  }
164
245
 
165
- .icon-caidan-guanggaojiance:before {
166
- content: "\e742";
246
+ .icon-yingxiaoshuju:before {
247
+ content: "\e7d5";
167
248
  }
168
249
 
169
- .icon-caidan-fenxifangfalun:before {
170
- content: "\e743";
250
+ .icon-caidan-maidianguanli:before {
251
+ content: "\e7d6";
171
252
  }
172
253
 
173
- .icon-caidan-shujuji:before {
174
- content: "\e744";
254
+ .icon-yonghutiyanjiankong:before {
255
+ content: "\e7d7";
175
256
  }
176
257
 
177
- .icon-caidan-shujujieru:before {
178
- content: "\e745";
258
+ .icon-yingxiaoshoujufenxi:before {
259
+ content: "\e7d8";
179
260
  }
180
261
 
181
- .icon-caidan-laiyuanguanli:before {
182
- content: "\e746";
262
+ .icon-yingxiaoshezhi:before {
263
+ content: "\e7d9";
183
264
  }
184
265
 
185
- .icon-caidan-fenxishujukanban:before {
186
- content: "\e747";
266
+ .icon-xinbanlogo-qiyeban:before {
267
+ content: "\e7da";
187
268
  }
188
269
 
189
- .icon-caidan-maidianguanli:before {
190
- content: "\e748";
270
+ .icon-logo-zhuanyeban:before {
271
+ content: "\e7db";
191
272
  }
192
273
 
193
- .icon-caidan-chanpindiedai:before {
194
- content: "\e749";
274
+ .icon-yingxiaozhongxin:before {
275
+ content: "\e7dc";
195
276
  }
196
277
 
197
- .icon-a-caidan-yonghuzengchang2A3R:before {
198
- content: "\e74a";
278
+ .icon-xinbanlogo:before {
279
+ content: "\e7c2";
199
280
  }
200
281
 
201
- .icon-caidan-yonghu:before {
202
- content: "\e74b";
282
+ .icon-yonghuyingxiao:before {
283
+ content: "\e7c4";
203
284
  }
204
285
 
205
- .icon-caidan-zidingyishujubaogao:before {
206
- content: "\e74c";
286
+ .icon-xinbanlogo-shiyongban:before {
287
+ content: "\e7c3";
207
288
  }
208
289
 
209
- .icon-caidan-weixinshengtaiyunying:before {
210
- content: "\e74d";
290
+ .icon-xinyongkafenqi:before {
291
+ content: "\e7c5";
211
292
  }
212
293
 
213
- .icon-caidan-yunyinggailanbaobiao:before {
214
- content: "\e74e";
294
+ .icon-yonghubiaoqian:before {
295
+ content: "\e7c6";
215
296
  }
216
297
 
217
- .icon-caidan-CEP:before {
218
- content: "\e74f";
298
+ .icon-zhinengyingxiaoduose:before {
299
+ content: "\e7c7";
219
300
  }
220
301
 
221
- .icon-caidan-zidingyiBIbaobiao:before {
222
- content: "\e750";
302
+ .icon-logo-qiyeban:before {
303
+ content: "\e7c0";
223
304
  }
224
305
 
225
- .icon-caidan-zhinengchuda:before {
226
- content: "\e751";
306
+ .icon-logo-yiguoqi:before {
307
+ content: "\e7c1";
227
308
  }
228
309
 
229
- .icon-morentouxiang:before {
230
- content: "\e752";
310
+ .icon-xinyongkayewu:before {
311
+ content: "\e7c8";
231
312
  }
232
313
 
233
- .icon-logo:before {
234
- content: "\e753";
314
+ .icon-logo-shiyongban:before {
315
+ content: "\e7c9";
316
+ }
317
+
318
+ .icon-logo-jichuban:before {
319
+ content: "\e7ca";
320
+ }
321
+
322
+ .icon-xinbanlogo-zhuanyeban:before {
323
+ content: "\e7cb";
324
+ }
325
+
326
+ .icon-cunkuanyewufenxi:before {
327
+ content: "\e7bf";
235
328
  }
236
329