bhd-components 0.5.5 → 0.5.7
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/dist/1bddec89.esm.es5.production.js +72 -0
- package/dist/535fc6c5.esm.es5.development.js +95493 -0
- package/dist/CustomerService.esm.es5.development.css +2827 -0
- package/dist/CustomerService.esm.es5.development.js +3823 -0
- package/dist/CustomerService.esm.es5.production.css +1 -0
- package/dist/CustomerService.esm.es5.production.js +1 -0
- package/dist/vendor.esm.es5.development.esm.es5.development.css +117 -0
- package/dist/vendor.esm.es5.production.esm.es5.production.css +9 -0
- package/es2017/customerService/contactsList/index.d.ts +13 -0
- package/es2017/customerService/contactsList/index.js +313 -0
- package/es2017/customerService/contactsList/index.module.less +187 -0
- package/es2017/customerService/function.d.ts +17 -0
- package/es2017/customerService/function.js +67 -0
- package/es2017/customerService/historyFun/index.d.ts +13 -0
- package/es2017/customerService/historyFun/index.js +241 -0
- package/es2017/customerService/historyFun/index.module.less +189 -0
- package/es2017/customerService/images/knowledge_icon.png +0 -0
- package/es2017/customerService/images/voice_btn.gif +0 -0
- package/es2017/customerService/index.d.ts +16 -0
- package/es2017/customerService/index.js +2493 -0
- package/es2017/customerService/index.module.less +727 -0
- package/es2017/customerService/useMediaRecorder.d.ts +9 -0
- package/es2017/customerService/useMediaRecorder.js +78 -0
- package/es2017/customerService/voice_btn.gif +0 -0
- package/es2017/icons/components/custom-ai_icon.d.ts +4 -0
- package/es2017/icons/components/custom-ai_icon.js +58 -0
- package/es2017/icons/components/custom-contacts.d.ts +4 -0
- package/es2017/icons/components/custom-contacts.js +29 -0
- package/es2017/icons/components/custom-copy.d.ts +4 -0
- package/es2017/icons/components/custom-copy.js +36 -0
- package/es2017/icons/components/custom-dislike.d.ts +4 -0
- package/es2017/icons/components/custom-dislike.js +22 -0
- package/es2017/icons/components/custom-duihao.d.ts +4 -0
- package/es2017/icons/components/custom-duihao.js +22 -0
- package/es2017/icons/components/custom-exit_full_screen.d.ts +4 -0
- package/es2017/icons/components/custom-exit_full_screen.js +26 -0
- package/es2017/icons/components/custom-full_screen.d.ts +4 -0
- package/es2017/icons/components/custom-full_screen.js +22 -0
- package/es2017/icons/components/custom-like.d.ts +4 -0
- package/es2017/icons/components/custom-like.js +22 -0
- package/es2017/icons/components/custom-quote.d.ts +4 -0
- package/es2017/icons/components/custom-quote.js +31 -0
- package/es2017/icons/components/custom-record.d.ts +4 -0
- package/es2017/icons/components/custom-record.js +37 -0
- package/es2017/icons/components/custom-reloading.d.ts +4 -0
- package/es2017/icons/components/custom-reloading.js +26 -0
- package/es2017/icons/components/custom-retract.d.ts +4 -0
- package/es2017/icons/components/custom-retract.js +27 -0
- package/es2017/icons/components/custom-round_close.d.ts +4 -0
- package/es2017/icons/components/custom-round_close.js +24 -0
- package/es2017/icons/components/custom-sending.d.ts +4 -0
- package/es2017/icons/components/custom-sending.js +22 -0
- package/es2017/icons/components/custom-sound_recording.d.ts +4 -0
- package/es2017/icons/components/custom-sound_recording.js +22 -0
- package/es2017/icons/components/index.d.ts +15 -0
- package/es2017/icons/components/index.js +15 -0
- package/es2017/index.d.ts +1 -0
- package/es2017/index.js +1 -0
- package/es2017/provider/config.js +3 -3
- package/esm/customerService/contactsList/index.d.ts +13 -0
- package/esm/customerService/contactsList/index.js +326 -0
- package/esm/customerService/contactsList/index.module.less +187 -0
- package/esm/customerService/function.d.ts +17 -0
- package/esm/customerService/function.js +69 -0
- package/esm/customerService/historyFun/index.d.ts +13 -0
- package/esm/customerService/historyFun/index.js +256 -0
- package/esm/customerService/historyFun/index.module.less +189 -0
- package/esm/customerService/images/knowledge_icon.png +0 -0
- package/esm/customerService/images/voice_btn.gif +0 -0
- package/esm/customerService/index.d.ts +16 -0
- package/esm/customerService/index.js +2576 -0
- package/esm/customerService/index.module.less +727 -0
- package/esm/customerService/useMediaRecorder.d.ts +9 -0
- package/esm/customerService/useMediaRecorder.js +121 -0
- package/esm/customerService/voice_btn.gif +0 -0
- package/esm/icons/components/custom-ai_icon.d.ts +4 -0
- package/esm/icons/components/custom-ai_icon.js +60 -0
- package/esm/icons/components/custom-contacts.d.ts +4 -0
- package/esm/icons/components/custom-contacts.js +31 -0
- package/esm/icons/components/custom-copy.d.ts +4 -0
- package/esm/icons/components/custom-copy.js +38 -0
- package/esm/icons/components/custom-dislike.d.ts +4 -0
- package/esm/icons/components/custom-dislike.js +24 -0
- package/esm/icons/components/custom-duihao.d.ts +4 -0
- package/esm/icons/components/custom-duihao.js +24 -0
- package/esm/icons/components/custom-exit_full_screen.d.ts +4 -0
- package/esm/icons/components/custom-exit_full_screen.js +28 -0
- package/esm/icons/components/custom-full_screen.d.ts +4 -0
- package/esm/icons/components/custom-full_screen.js +24 -0
- package/esm/icons/components/custom-like.d.ts +4 -0
- package/esm/icons/components/custom-like.js +24 -0
- package/esm/icons/components/custom-quote.d.ts +4 -0
- package/esm/icons/components/custom-quote.js +33 -0
- package/esm/icons/components/custom-record.d.ts +4 -0
- package/esm/icons/components/custom-record.js +39 -0
- package/esm/icons/components/custom-reloading.d.ts +4 -0
- package/esm/icons/components/custom-reloading.js +28 -0
- package/esm/icons/components/custom-retract.d.ts +4 -0
- package/esm/icons/components/custom-retract.js +29 -0
- package/esm/icons/components/custom-round_close.d.ts +4 -0
- package/esm/icons/components/custom-round_close.js +26 -0
- package/esm/icons/components/custom-sending.d.ts +4 -0
- package/esm/icons/components/custom-sending.js +24 -0
- package/esm/icons/components/custom-sound_recording.d.ts +4 -0
- package/esm/icons/components/custom-sound_recording.js +24 -0
- package/esm/icons/components/index.d.ts +15 -0
- package/esm/icons/components/index.js +15 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/provider/config.js +3 -3
- package/package.json +10 -2
- package/dist/1951bd5c.esm.es5.development.js +0 -45417
- package/dist/28cd83d3.esm.es5.production.js +0 -256
- package/dist/table.esm.es5.development.css +0 -772
- package/dist/table.esm.es5.development.js +0 -289
- package/dist/table.esm.es5.production.css +0 -1
- package/dist/table.esm.es5.production.js +0 -1
|
@@ -1,772 +0,0 @@
|
|
|
1
|
-
/* 变量色值 */
|
|
2
|
-
/* "color-background-layout": {
|
|
3
|
-
"value": "{Gray-01}",
|
|
4
|
-
"type": "color",
|
|
5
|
-
"description": "布局(全局)背景色"
|
|
6
|
-
} */
|
|
7
|
-
/* "color-background-elevated": {
|
|
8
|
-
"value": "{Gray-01}",
|
|
9
|
-
"type": "color",
|
|
10
|
-
"description": "浮层容器背景色"
|
|
11
|
-
} */
|
|
12
|
-
/* "color-background-fill": {
|
|
13
|
-
"value": "{Gray-05}",
|
|
14
|
-
"type": "color",
|
|
15
|
-
"description": "一级填充色(用于突出内容部分)"
|
|
16
|
-
}, */
|
|
17
|
-
/* "color-background-fillsecondary": {
|
|
18
|
-
"value": "{Gray-04}",
|
|
19
|
-
"type": "color",
|
|
20
|
-
"description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
|
|
21
|
-
}, */
|
|
22
|
-
/* "color-background-fillsecondary-Tr": {
|
|
23
|
-
"value": "{Gray-Tr-04}",
|
|
24
|
-
"type": "color",
|
|
25
|
-
"description": "二级填充色(可以较为明显地勾勒出元素形体,也可以作为三级填充色的 Hover 状态)"
|
|
26
|
-
}, */
|
|
27
|
-
/* "color-background-filltertiary": {
|
|
28
|
-
"value": "{Gray-03}",
|
|
29
|
-
"type": "color",
|
|
30
|
-
"description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
|
|
31
|
-
}, */
|
|
32
|
-
/* "color-background-filltertiary-Tr": {
|
|
33
|
-
"value": "{Gray-Tr-03}",
|
|
34
|
-
"type": "color",
|
|
35
|
-
"description": "三级级填充色(用于勾勒出元素形体的场景,如无强调需求的情况下,建议使用三级填色作为默认填色。)"
|
|
36
|
-
}, */
|
|
37
|
-
/* "color-background-fillquaternary": {
|
|
38
|
-
"value": "{Gray-02}",
|
|
39
|
-
"type": "color",
|
|
40
|
-
"description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
|
|
41
|
-
}, */
|
|
42
|
-
/* "color-background-fillquaternary-Tr": {
|
|
43
|
-
"value": "{Gray-Tr-02}",
|
|
44
|
-
"type": "color",
|
|
45
|
-
"description": "四级级填充色(最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。)"
|
|
46
|
-
}, */
|
|
47
|
-
/* "color-background-quinary": {
|
|
48
|
-
"value": "{Gray-01}",
|
|
49
|
-
"type": "color",
|
|
50
|
-
"description": "五级级填充色(适用于列表或文本框背景填充)"
|
|
51
|
-
}, */
|
|
52
|
-
/*
|
|
53
|
-
"color-background-primary-base": {
|
|
54
|
-
"value": "{Red-06}",
|
|
55
|
-
"type": "color",
|
|
56
|
-
"description": "主色背景"
|
|
57
|
-
}, */
|
|
58
|
-
/* "color-background-primary-active": {
|
|
59
|
-
"value": "{Red-07}",
|
|
60
|
-
"type": "color",
|
|
61
|
-
"description": "主色背景颜色,激活状态"
|
|
62
|
-
}, */
|
|
63
|
-
/* "color-background-primary-hover": {
|
|
64
|
-
"value": "{Red-05}",
|
|
65
|
-
"type": "color",
|
|
66
|
-
"description": "主色背景颜色,悬浮状态"
|
|
67
|
-
}, */
|
|
68
|
-
/* "color-background-primary-weak": {
|
|
69
|
-
"value": "{Red-01}",
|
|
70
|
-
"type": "color",
|
|
71
|
-
"description": "主色背景颜色(弱背景),可以在文本后面使用"
|
|
72
|
-
}, */
|
|
73
|
-
/* "color-background-primary-weak-hover": {
|
|
74
|
-
"value": "{Red-02}",
|
|
75
|
-
"type": "color",
|
|
76
|
-
"description": "主色浅色背景,悬浮状态"
|
|
77
|
-
}, */
|
|
78
|
-
/* "color-background-success-base": {
|
|
79
|
-
"value": "{Cyan-06}",
|
|
80
|
-
"type": "color",
|
|
81
|
-
"description": "成功背景颜色"
|
|
82
|
-
}, */
|
|
83
|
-
/* "color-background-success-weak": {
|
|
84
|
-
"value": "{Cyan-01}",
|
|
85
|
-
"type": "color",
|
|
86
|
-
"description": "成功浅色背景"
|
|
87
|
-
}, */
|
|
88
|
-
/* "color-background-warning-base": {
|
|
89
|
-
"value": "{Gold-06}",
|
|
90
|
-
"type": "color",
|
|
91
|
-
"description": "警告背景颜色"
|
|
92
|
-
}, */
|
|
93
|
-
/* "color-background-warning-weak": {
|
|
94
|
-
"value": "{Gold-01}",
|
|
95
|
-
"type": "color",
|
|
96
|
-
"description": "警告浅色背景"
|
|
97
|
-
}, */
|
|
98
|
-
/* "color-background-error-base": {
|
|
99
|
-
"value": "{Orange-06}",
|
|
100
|
-
"type": "color",
|
|
101
|
-
"description": "错误背景颜色"
|
|
102
|
-
}, */
|
|
103
|
-
/* "color-background-error-weak": {
|
|
104
|
-
"value": "{Orange-01}",
|
|
105
|
-
"type": "color",
|
|
106
|
-
"description": "错误浅色背景"
|
|
107
|
-
}, */
|
|
108
|
-
/* "color-background-info-base": {
|
|
109
|
-
"value": "{Blue-06}",
|
|
110
|
-
"type": "color",
|
|
111
|
-
"description": "信息色"
|
|
112
|
-
}, */
|
|
113
|
-
/* "color-background-info-weak": {
|
|
114
|
-
"value": "{Blue-01}",
|
|
115
|
-
"type": "color",
|
|
116
|
-
"description": "信息浅色背景"
|
|
117
|
-
}, */
|
|
118
|
-
/* "color-border": {
|
|
119
|
-
"value": "{Gray-05}",
|
|
120
|
-
"type": "color",
|
|
121
|
-
"description": "一级边框色"
|
|
122
|
-
}, */
|
|
123
|
-
/* "color-border-Tr": {
|
|
124
|
-
"value": "{Gray-Tr-05}",
|
|
125
|
-
"type": "color",
|
|
126
|
-
"description": "一级边框色"
|
|
127
|
-
}, */
|
|
128
|
-
/* "color-border-secondary": {
|
|
129
|
-
"value": "{Gray-04}",
|
|
130
|
-
"type": "color",
|
|
131
|
-
"description": "二级边框色"
|
|
132
|
-
}, */
|
|
133
|
-
/* "color-border-secondary-Tr": {
|
|
134
|
-
"value": "{Gray-Tr-04}",
|
|
135
|
-
"type": "color",
|
|
136
|
-
"description": "二级边框色"
|
|
137
|
-
}, */
|
|
138
|
-
/* "color-border-primary": {
|
|
139
|
-
"value": "{Red-06}",
|
|
140
|
-
"type": "color",
|
|
141
|
-
"description": "主色边框色"
|
|
142
|
-
}, */
|
|
143
|
-
/* "color-border-primary-hover": {
|
|
144
|
-
"value": "{Red-05}",
|
|
145
|
-
"type": "color",
|
|
146
|
-
"description": "主色边框色,悬停状态"
|
|
147
|
-
}, */
|
|
148
|
-
/* "color-border-primary-active": {
|
|
149
|
-
"value": "{Red-07}",
|
|
150
|
-
"type": "color",
|
|
151
|
-
"description": "主色边框色,悬停状态"
|
|
152
|
-
}, */
|
|
153
|
-
/* "color-border-success": {
|
|
154
|
-
"value": "{Cyan-06}",
|
|
155
|
-
"type": "color",
|
|
156
|
-
"description": "成功边框色"
|
|
157
|
-
}, */
|
|
158
|
-
/* "color-border-warning": {
|
|
159
|
-
"value": "{Gold-06}",
|
|
160
|
-
"type": "color",
|
|
161
|
-
"description": "警告边框色"
|
|
162
|
-
}, */
|
|
163
|
-
/* "color-border-error": {
|
|
164
|
-
"value": "{Orange-06}",
|
|
165
|
-
"type": "color",
|
|
166
|
-
"description": "报错边框色"
|
|
167
|
-
}, */
|
|
168
|
-
/* "color-text": {
|
|
169
|
-
"value": "{Gray-09}",
|
|
170
|
-
"type": "color",
|
|
171
|
-
"description": "一级文本色"
|
|
172
|
-
}, */
|
|
173
|
-
/* "color-text-Tr": {
|
|
174
|
-
"value": "{Gray-Tr-09}",
|
|
175
|
-
"type": "color",
|
|
176
|
-
"description": "一级文本色"
|
|
177
|
-
}, */
|
|
178
|
-
/* "color-text-Secondary": {
|
|
179
|
-
"value": "{Gray-08}",
|
|
180
|
-
"type": "color",
|
|
181
|
-
"description": "二级文本色"
|
|
182
|
-
}, */
|
|
183
|
-
/* "color-text-Secondary-Tr": {
|
|
184
|
-
"value": "{Gray-Tr-08}",
|
|
185
|
-
"type": "color",
|
|
186
|
-
"description": "二级文本色"
|
|
187
|
-
}, */
|
|
188
|
-
/* "color-text-tertiary": {
|
|
189
|
-
"value": "{Gray-07}",
|
|
190
|
-
"type": "color",
|
|
191
|
-
"description": "三级文本色"
|
|
192
|
-
}, */
|
|
193
|
-
/* "color-text-tertiary-Tr": {
|
|
194
|
-
"value": "{Gray-Tr-07}",
|
|
195
|
-
"type": "color",
|
|
196
|
-
"description": "三级文本色"
|
|
197
|
-
}, */
|
|
198
|
-
/* "color-text-quaternary": {
|
|
199
|
-
"value": "{Gray-06}",
|
|
200
|
-
"type": "color",
|
|
201
|
-
"description": "四级文本色"
|
|
202
|
-
}, */
|
|
203
|
-
/* "color-text-quaternary-Tr": {
|
|
204
|
-
"value": "{Gray-Tr-06}",
|
|
205
|
-
"type": "color",
|
|
206
|
-
"description": "四级文本色"
|
|
207
|
-
}, */
|
|
208
|
-
/* "color-text-quaternary": {
|
|
209
|
-
"value": "{Gray-01}",
|
|
210
|
-
"type": "color",
|
|
211
|
-
"description": "五级文本色"
|
|
212
|
-
}, */
|
|
213
|
-
/* "color-text-quaternary-Tr": {
|
|
214
|
-
"value": "{Gray-Tr-06}",
|
|
215
|
-
"type": "color",
|
|
216
|
-
"description": "五级文本色"
|
|
217
|
-
}, */
|
|
218
|
-
/* "color-text-primary": {
|
|
219
|
-
"value": "{Red-06}",
|
|
220
|
-
"type": "color",
|
|
221
|
-
"description": "品牌文本色"
|
|
222
|
-
}, */
|
|
223
|
-
/* "color-text-primary-hover": {
|
|
224
|
-
"value": "{Red-05}",
|
|
225
|
-
"type": "color",
|
|
226
|
-
"description": "品牌文本色,悬浮状态"
|
|
227
|
-
}, */
|
|
228
|
-
/* "color-text-primary-active": {
|
|
229
|
-
"value": "{Red-07}",
|
|
230
|
-
"type": "color",
|
|
231
|
-
"description": "品牌文本色,激活状态"
|
|
232
|
-
}, */
|
|
233
|
-
/* "color-text-success": {
|
|
234
|
-
"value": "{Cyan-06}",
|
|
235
|
-
"type": "color",
|
|
236
|
-
"description": "成功文本色"
|
|
237
|
-
}, */
|
|
238
|
-
/* "color-text-warning": {
|
|
239
|
-
"value": "{Gold-06}",
|
|
240
|
-
"type": "color",
|
|
241
|
-
"description": "警告文本色"
|
|
242
|
-
}, */
|
|
243
|
-
/* "color-text-error": {
|
|
244
|
-
"value": "{Orange-06}",
|
|
245
|
-
"type": "color",
|
|
246
|
-
"description": "报错文本色"
|
|
247
|
-
}, */
|
|
248
|
-
/* "color-text-info": {
|
|
249
|
-
"value": "{Blue-06}",
|
|
250
|
-
"type": "color",
|
|
251
|
-
"description": "信息文本色"
|
|
252
|
-
}, */
|
|
253
|
-
/* "color-text-info-hover": {
|
|
254
|
-
"value": "{Blue-05}",
|
|
255
|
-
"type": "color",
|
|
256
|
-
"description": "信息文本色,悬停状态"
|
|
257
|
-
}, */
|
|
258
|
-
/* "color-text-info-active": {
|
|
259
|
-
"value": "{Blue-07}",
|
|
260
|
-
"type": "color",
|
|
261
|
-
"description": "信息文本色,激活状态"
|
|
262
|
-
}, */
|
|
263
|
-
/* "color-data-visualization-01": {
|
|
264
|
-
"value": "#F4523B",
|
|
265
|
-
"type": "color",
|
|
266
|
-
"description": "可视化颜色1"
|
|
267
|
-
}, */
|
|
268
|
-
/* "color-data-visualization-02": {
|
|
269
|
-
"value": "#5991EF",
|
|
270
|
-
"type": "color",
|
|
271
|
-
"description": "可视化颜色2"
|
|
272
|
-
}, */
|
|
273
|
-
/* "color-data-visualization-03": {
|
|
274
|
-
"value": "#F8700C",
|
|
275
|
-
"type": "color",
|
|
276
|
-
"description": "可视化颜色3"
|
|
277
|
-
}, */
|
|
278
|
-
/* "color-data-visualization-04": {
|
|
279
|
-
"value": "#3ED22D",
|
|
280
|
-
"type": "color",
|
|
281
|
-
"description": "可视化颜色4"
|
|
282
|
-
}, */
|
|
283
|
-
/* "color-data-visualization-05": {
|
|
284
|
-
"value": "#DC2368",
|
|
285
|
-
"type": "color",
|
|
286
|
-
"description": "可视化颜色5"
|
|
287
|
-
}, */
|
|
288
|
-
/* "color-data-visualization-06": {
|
|
289
|
-
"value": "#2AC3D5",
|
|
290
|
-
"type": "color",
|
|
291
|
-
"description": "可视化颜色6"
|
|
292
|
-
}, */
|
|
293
|
-
/* "color-data-visualization-07": {
|
|
294
|
-
"value": "#F3D30C",
|
|
295
|
-
"type": "color",
|
|
296
|
-
"description": "可视化颜色7"
|
|
297
|
-
}, */
|
|
298
|
-
/* "color-data-visualization-08": {
|
|
299
|
-
"value": "#342AD5",
|
|
300
|
-
"type": "color",
|
|
301
|
-
"description": "可视化颜色8"
|
|
302
|
-
}, */
|
|
303
|
-
/* "color-data-visualization-09": {
|
|
304
|
-
"value": "#FF69B1",
|
|
305
|
-
"type": "color",
|
|
306
|
-
"description": "可视化颜色9"
|
|
307
|
-
}, */
|
|
308
|
-
/* "color-data-visualization-10": {
|
|
309
|
-
"value": "#45DEA6",
|
|
310
|
-
"type": "color",
|
|
311
|
-
"description": "可视化颜色10"
|
|
312
|
-
}, */
|
|
313
|
-
/* "color-data-visualization-11": {
|
|
314
|
-
"value": "#CB43E1",
|
|
315
|
-
"type": "color",
|
|
316
|
-
"description": "可视化颜色11"
|
|
317
|
-
}, */
|
|
318
|
-
/* "color-data-visualization-12": {
|
|
319
|
-
"value": "#69A8FF",
|
|
320
|
-
"type": "color",
|
|
321
|
-
"description": "可视化颜色12"
|
|
322
|
-
} */
|
|
323
|
-
/*
|
|
324
|
-
"color-icon": {
|
|
325
|
-
"value": "$Red-06",
|
|
326
|
-
"type": "color",
|
|
327
|
-
"description": "图标,默认"
|
|
328
|
-
}
|
|
329
|
-
*/
|
|
330
|
-
/*
|
|
331
|
-
"color-icon-hover": {
|
|
332
|
-
"value": "$Red-05",
|
|
333
|
-
"type": "color",
|
|
334
|
-
"description": "图标,悬浮状态"
|
|
335
|
-
}
|
|
336
|
-
*/
|
|
337
|
-
/*
|
|
338
|
-
"color-icon-active": {
|
|
339
|
-
"value": "$Red-07",
|
|
340
|
-
"type": "color",
|
|
341
|
-
"description": "图标,激活状态"
|
|
342
|
-
}
|
|
343
|
-
*/
|
|
344
|
-
/*
|
|
345
|
-
"color-icon-success": {
|
|
346
|
-
"value": "$Cyan-06",
|
|
347
|
-
"type": "color",
|
|
348
|
-
"description": "图标,成功色"
|
|
349
|
-
}
|
|
350
|
-
*/
|
|
351
|
-
/*
|
|
352
|
-
"color-icon-warning": {
|
|
353
|
-
"value": "$Gold-06",
|
|
354
|
-
"type": "color",
|
|
355
|
-
"description": "图标,警告色"
|
|
356
|
-
}
|
|
357
|
-
*/
|
|
358
|
-
/*
|
|
359
|
-
"color-icon-error": {
|
|
360
|
-
"value": "$Orange-06",
|
|
361
|
-
"type": "color",
|
|
362
|
-
"description": "图标,报错色"
|
|
363
|
-
}
|
|
364
|
-
*/
|
|
365
|
-
/*
|
|
366
|
-
"color-icon-fill": {
|
|
367
|
-
"value": "$Gray-08",
|
|
368
|
-
"type": "color",
|
|
369
|
-
"description": "图标,一级填充色"
|
|
370
|
-
}
|
|
371
|
-
*/
|
|
372
|
-
/*
|
|
373
|
-
"color-icon-fill(Tr)": {
|
|
374
|
-
"value": "$Gray(Tr)-08",
|
|
375
|
-
"type": "color",
|
|
376
|
-
"description": "图标,一级填充色0.65"
|
|
377
|
-
}
|
|
378
|
-
*/
|
|
379
|
-
/*
|
|
380
|
-
"color-icon-Secondary": {
|
|
381
|
-
"value": "$Gray-07",
|
|
382
|
-
"type": "color",
|
|
383
|
-
"description": "图标,二级填充色"
|
|
384
|
-
}
|
|
385
|
-
*/
|
|
386
|
-
/*
|
|
387
|
-
"color-icon-Secondary(Tr)": {
|
|
388
|
-
"value": "$Gray(Tr)-07",
|
|
389
|
-
"type": "color",
|
|
390
|
-
"description": "图标,二级填充色0.45"
|
|
391
|
-
}
|
|
392
|
-
*/
|
|
393
|
-
/*
|
|
394
|
-
"color-icon-tertiary": {
|
|
395
|
-
"value": "$Gray-06",
|
|
396
|
-
"type": "color",
|
|
397
|
-
"description": "图标,三级填充色"
|
|
398
|
-
}
|
|
399
|
-
*/
|
|
400
|
-
/*
|
|
401
|
-
"color-icon-tertiary(Tr)": {
|
|
402
|
-
"value": "$Gray(Tr)-06",
|
|
403
|
-
"type": "color",
|
|
404
|
-
"description": "图标,三级填充色0.25"
|
|
405
|
-
}
|
|
406
|
-
*/
|
|
407
|
-
/*
|
|
408
|
-
"color-icon-quaternary": {
|
|
409
|
-
"value": "$Gray-04",
|
|
410
|
-
"type": "color",
|
|
411
|
-
"description": "图标,四级填充色"
|
|
412
|
-
}
|
|
413
|
-
*/
|
|
414
|
-
/*
|
|
415
|
-
"color-icon-quaternary(Tr)": {
|
|
416
|
-
"value": "$Gray(Tr)-04",
|
|
417
|
-
"type": "color",
|
|
418
|
-
"description": "图标,四级填充色0.06"
|
|
419
|
-
}
|
|
420
|
-
*/
|
|
421
|
-
/*
|
|
422
|
-
"color-icon-quinary": {
|
|
423
|
-
"value": "$Gray-02",
|
|
424
|
-
"type": "color",
|
|
425
|
-
"description": "图标,五级填充色"
|
|
426
|
-
}
|
|
427
|
-
*/
|
|
428
|
-
/*
|
|
429
|
-
"color-icon-quinary(Tr)": {
|
|
430
|
-
"value": "$Gray(Tr)-02",
|
|
431
|
-
"type": "color",
|
|
432
|
-
"description": "图标,五级填充色0.06"
|
|
433
|
-
}
|
|
434
|
-
*/
|
|
435
|
-
/*
|
|
436
|
-
"color-icon-senary": {
|
|
437
|
-
"value": "$Gray-01",
|
|
438
|
-
"type": "color",
|
|
439
|
-
"description": "图标,六级填充色"
|
|
440
|
-
}
|
|
441
|
-
*/
|
|
442
|
-
.index_module_Table__dfa8dab0 {
|
|
443
|
-
width: 100%;
|
|
444
|
-
}
|
|
445
|
-
.index_module_Table__dfa8dab0 {
|
|
446
|
-
/* 多选框间距问题 */
|
|
447
|
-
/* 分页器 */
|
|
448
|
-
/* 下拉选择框样式调整 */
|
|
449
|
-
}
|
|
450
|
-
.index_module_Table__dfa8dab0 table th,
|
|
451
|
-
.index_module_Table__dfa8dab0 table td {
|
|
452
|
-
border: none;
|
|
453
|
-
border-bottom: 1px solid #e8e8e8;
|
|
454
|
-
}
|
|
455
|
-
.index_module_Table__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell {
|
|
456
|
-
font-weight: 400;
|
|
457
|
-
font-size: 16px;
|
|
458
|
-
color: rgba(0, 0, 0, 0.85);
|
|
459
|
-
white-space: nowrap;
|
|
460
|
-
background: #fafafa;
|
|
461
|
-
}
|
|
462
|
-
.index_module_Table__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell:nth-child(1) {
|
|
463
|
-
padding-left: 40px;
|
|
464
|
-
}
|
|
465
|
-
.index_module_Table__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell:last-child {
|
|
466
|
-
padding-right: 40px;
|
|
467
|
-
}
|
|
468
|
-
.index_module_Table__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell::before {
|
|
469
|
-
display: none;
|
|
470
|
-
}
|
|
471
|
-
.index_module_Table__dfa8dab0 table tbody tr.bhd-table-placeholder:hover td {
|
|
472
|
-
background-color: #ffffff;
|
|
473
|
-
}
|
|
474
|
-
.index_module_Table__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) {
|
|
475
|
-
background: transparent;
|
|
476
|
-
}
|
|
477
|
-
.index_module_Table__dfa8dab0 table tbody tr:not(.bhd-table-placeholder):hover td {
|
|
478
|
-
background-color: #ffeeeb !important;
|
|
479
|
-
}
|
|
480
|
-
.index_module_Table__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td {
|
|
481
|
-
word-wrap: break-word;
|
|
482
|
-
word-break: break-all;
|
|
483
|
-
overflow: hidden;
|
|
484
|
-
white-space: nowrap;
|
|
485
|
-
text-overflow: ellipsis;
|
|
486
|
-
/* 多选框 距右的距离 */
|
|
487
|
-
}
|
|
488
|
-
.index_module_Table__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td:nth-child(1) {
|
|
489
|
-
padding-left: 40px;
|
|
490
|
-
}
|
|
491
|
-
.index_module_Table__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td:last-child {
|
|
492
|
-
padding-right: 40px;
|
|
493
|
-
}
|
|
494
|
-
.index_module_Table__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td.bhd-table-selection-column {
|
|
495
|
-
-webkit-padding-end: 16px;
|
|
496
|
-
padding-inline-end: 16px;
|
|
497
|
-
}
|
|
498
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper {
|
|
499
|
-
/* check 选中变色 */
|
|
500
|
-
/* scroll 固定列 设置overflow:hidden 阴影消失问题 */
|
|
501
|
-
}
|
|
502
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper .bhd-table-selection-col {
|
|
503
|
-
width: 72px !important;
|
|
504
|
-
}
|
|
505
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper .bhd-table-tbody > tr.bhd-table-row-selected > td {
|
|
506
|
-
background: #ffffff;
|
|
507
|
-
}
|
|
508
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-left-first::after,
|
|
509
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-left-last::after {
|
|
510
|
-
right: 2px;
|
|
511
|
-
}
|
|
512
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-right-first::after,
|
|
513
|
-
.index_module_Table__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-right-last::after {
|
|
514
|
-
left: 2px;
|
|
515
|
-
}
|
|
516
|
-
.index_module_Table__dfa8dab0 .bhd-pagination .bhd-pagination-item {
|
|
517
|
-
border-color: transparent;
|
|
518
|
-
}
|
|
519
|
-
.index_module_Table__dfa8dab0 .bhd-pagination .bhd-pagination-item-link {
|
|
520
|
-
border: none !important;
|
|
521
|
-
background: none !important;
|
|
522
|
-
}
|
|
523
|
-
.index_module_Table__dfa8dab0 .bhd-pagination .bhd-pagination-item-active {
|
|
524
|
-
background-color: #f4523b;
|
|
525
|
-
}
|
|
526
|
-
.index_module_Table__dfa8dab0 .bhd-pagination .bhd-pagination-item-active:hover {
|
|
527
|
-
background-color: #ff7d66;
|
|
528
|
-
}
|
|
529
|
-
.index_module_Table__dfa8dab0 .bhd-pagination .bhd-pagination-item-active:hover > a {
|
|
530
|
-
color: #ffffff;
|
|
531
|
-
}
|
|
532
|
-
.index_module_Table__dfa8dab0 .bhd-pagination .bhd-pagination-item-active > a {
|
|
533
|
-
color: #ffffff;
|
|
534
|
-
}
|
|
535
|
-
.index_module_Table__dfa8dab0 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item {
|
|
536
|
-
border: none !important;
|
|
537
|
-
background: none !important;
|
|
538
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
539
|
-
}
|
|
540
|
-
.index_module_Table__dfa8dab0 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item a {
|
|
541
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
542
|
-
}
|
|
543
|
-
.index_module_Table__dfa8dab0 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item {
|
|
544
|
-
margin-right: 8px !important;
|
|
545
|
-
}
|
|
546
|
-
.index_module_Table__dfa8dab0 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
|
|
547
|
-
background-color: transparent !important;
|
|
548
|
-
}
|
|
549
|
-
.index_module_Table__dfa8dab0 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector .bhd-select-selection-search-input {
|
|
550
|
-
height: auto;
|
|
551
|
-
}
|
|
552
|
-
.index_module_Table__dfa8dab0 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector {
|
|
553
|
-
padding-left: 0;
|
|
554
|
-
height: 24px;
|
|
555
|
-
}
|
|
556
|
-
.index_module_Table__dfa8dab0 .bhd-table-cell .bhd-select-selector .bhd-select-selection-search {
|
|
557
|
-
inset-inline-start: 0;
|
|
558
|
-
}
|
|
559
|
-
.index_module_Table__dfa8dab0 .bhd-table-cell .bhd-select-selector .bhd-select-selection-item {
|
|
560
|
-
font-size: 16px;
|
|
561
|
-
font-weight: 500;
|
|
562
|
-
color: rgba(0, 0, 0, 0.85);
|
|
563
|
-
line-height: 24px;
|
|
564
|
-
}
|
|
565
|
-
.index_module_Table__dfa8dab0 .bhd-table-cell .bhd-select .bhd-select-arrow {
|
|
566
|
-
margin-top: -5px;
|
|
567
|
-
color: rgba(0, 0, 0, 0.65);
|
|
568
|
-
}
|
|
569
|
-
.index_module_Table__dfa8dab0 .bhd-table-cell .bhd-select .bhd-select-arrow > .anticon {
|
|
570
|
-
pointer-events: none;
|
|
571
|
-
}
|
|
572
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 {
|
|
573
|
-
width: 100%;
|
|
574
|
-
}
|
|
575
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 {
|
|
576
|
-
/* 去除head 圆角 */
|
|
577
|
-
/* 多选框间距问题 */
|
|
578
|
-
/* 分页器 */
|
|
579
|
-
/* 下拉选择框样式调整 */
|
|
580
|
-
/* sort 排序样式 */
|
|
581
|
-
}
|
|
582
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table th,
|
|
583
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table td {
|
|
584
|
-
border: none;
|
|
585
|
-
border-bottom: 1px solid #ebebeb;
|
|
586
|
-
color: rgba(0, 0, 0, 0.65);
|
|
587
|
-
}
|
|
588
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell {
|
|
589
|
-
font-weight: 600;
|
|
590
|
-
font-size: 16px;
|
|
591
|
-
color: rgba(0, 0, 0, 0.85);
|
|
592
|
-
white-space: nowrap;
|
|
593
|
-
padding-top: 7px;
|
|
594
|
-
padding-bottom: 7px;
|
|
595
|
-
background-color: #fafafa;
|
|
596
|
-
vertical-align: middle;
|
|
597
|
-
font-family: "PingFang SC", "helvetica neue", "Source Han Sans CN", "hiragino sans gb", "arial", "microsoft yahei ui", "microsoft yahei", "simsun", "sans-serif" !important;
|
|
598
|
-
}
|
|
599
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell:nth-child(1) {
|
|
600
|
-
padding-left: 16px;
|
|
601
|
-
}
|
|
602
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell:last-child {
|
|
603
|
-
padding-right: 16px;
|
|
604
|
-
}
|
|
605
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell::before {
|
|
606
|
-
display: none;
|
|
607
|
-
}
|
|
608
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell.bhd-table-selection-column {
|
|
609
|
-
-webkit-padding-end: 0;
|
|
610
|
-
padding-inline-end: 0;
|
|
611
|
-
padding-right: 0;
|
|
612
|
-
}
|
|
613
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table > .bhd-table-thead > tr > .bhd-table-cell.bhd-table-selection-column + .bhd-table-cell {
|
|
614
|
-
padding-left: 8px;
|
|
615
|
-
}
|
|
616
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr.bhd-table-placeholder {
|
|
617
|
-
/* 去除无数据的边框线 */
|
|
618
|
-
}
|
|
619
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr.bhd-table-placeholder:hover td {
|
|
620
|
-
background-color: #ffffff;
|
|
621
|
-
}
|
|
622
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr.bhd-table-placeholder > .bhd-table-cell {
|
|
623
|
-
border-bottom: none;
|
|
624
|
-
}
|
|
625
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) {
|
|
626
|
-
background: transparent;
|
|
627
|
-
}
|
|
628
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder):hover td {
|
|
629
|
-
background-color: #f5f5f5 !important;
|
|
630
|
-
color: rgba(0, 0, 0, 0.85);
|
|
631
|
-
}
|
|
632
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td {
|
|
633
|
-
word-wrap: break-word;
|
|
634
|
-
word-break: break-all;
|
|
635
|
-
overflow: hidden;
|
|
636
|
-
white-space: nowrap;
|
|
637
|
-
text-overflow: ellipsis;
|
|
638
|
-
padding-top: 13px;
|
|
639
|
-
padding-bottom: 13px;
|
|
640
|
-
vertical-align: middle;
|
|
641
|
-
/* 多选框 距右的距离 */
|
|
642
|
-
}
|
|
643
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td:nth-child(1) {
|
|
644
|
-
padding-left: 16px;
|
|
645
|
-
}
|
|
646
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td:last-child {
|
|
647
|
-
padding-right: 16px;
|
|
648
|
-
}
|
|
649
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td.bhd-table-selection-column {
|
|
650
|
-
-webkit-padding-end: 0;
|
|
651
|
-
padding-inline-end: 0;
|
|
652
|
-
padding-right: 0;
|
|
653
|
-
}
|
|
654
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table tbody tr:not(.bhd-table-placeholder) td.bhd-table-selection-column + .bhd-table-cell {
|
|
655
|
-
padding-left: 8px;
|
|
656
|
-
}
|
|
657
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-container table > thead > tr:first-child > *:first-child {
|
|
658
|
-
border-top-left-radius: 0;
|
|
659
|
-
}
|
|
660
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-container table > thead > tr:first-child > *:last-child {
|
|
661
|
-
border-top-right-radius: 0;
|
|
662
|
-
}
|
|
663
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table {
|
|
664
|
-
border-radius: 0;
|
|
665
|
-
}
|
|
666
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 table .bhd-table-header {
|
|
667
|
-
border-radius: 0;
|
|
668
|
-
}
|
|
669
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-container {
|
|
670
|
-
border-top-left-radius: 0;
|
|
671
|
-
border-top-right-radius: 0;
|
|
672
|
-
}
|
|
673
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table {
|
|
674
|
-
border-radius: 0;
|
|
675
|
-
}
|
|
676
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table .bhd-table-header {
|
|
677
|
-
border-radius: 0;
|
|
678
|
-
}
|
|
679
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper {
|
|
680
|
-
/* check 选中变色 */
|
|
681
|
-
/* scroll 固定列 设置overflow:hidden 阴影消失问题 */
|
|
682
|
-
}
|
|
683
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table-selection-col {
|
|
684
|
-
width: 40px !important;
|
|
685
|
-
}
|
|
686
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table-tbody > tr.bhd-table-row-selected > td {
|
|
687
|
-
background: #ffffff;
|
|
688
|
-
}
|
|
689
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-left-first::after,
|
|
690
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-left-last::after {
|
|
691
|
-
right: 2px;
|
|
692
|
-
}
|
|
693
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-right-first::after,
|
|
694
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-wrapper .bhd-table-cell-fix-right-last::after {
|
|
695
|
-
left: 2px;
|
|
696
|
-
}
|
|
697
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination .bhd-pagination-item {
|
|
698
|
-
border-color: transparent;
|
|
699
|
-
}
|
|
700
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination .bhd-pagination-item-link {
|
|
701
|
-
border: none !important;
|
|
702
|
-
background: none !important;
|
|
703
|
-
}
|
|
704
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination .bhd-pagination-item-active {
|
|
705
|
-
background-color: #f4523b;
|
|
706
|
-
}
|
|
707
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination .bhd-pagination-item-active:hover {
|
|
708
|
-
background-color: #ff7d66;
|
|
709
|
-
}
|
|
710
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination .bhd-pagination-item-active:hover > a {
|
|
711
|
-
color: #ffffff;
|
|
712
|
-
}
|
|
713
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination .bhd-pagination-item-active > a {
|
|
714
|
-
color: #ffffff;
|
|
715
|
-
}
|
|
716
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item {
|
|
717
|
-
border: none !important;
|
|
718
|
-
background: none !important;
|
|
719
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
720
|
-
}
|
|
721
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item a {
|
|
722
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
723
|
-
}
|
|
724
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item {
|
|
725
|
-
margin-right: 8px !important;
|
|
726
|
-
}
|
|
727
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
|
|
728
|
-
background-color: transparent !important;
|
|
729
|
-
}
|
|
730
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector .bhd-select-selection-search-input {
|
|
731
|
-
height: auto;
|
|
732
|
-
}
|
|
733
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector {
|
|
734
|
-
padding-left: 0;
|
|
735
|
-
height: 24px;
|
|
736
|
-
}
|
|
737
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-cell .bhd-select-selector .bhd-select-selection-search {
|
|
738
|
-
inset-inline-start: 0;
|
|
739
|
-
}
|
|
740
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-cell .bhd-select-selector .bhd-select-selection-item {
|
|
741
|
-
font-size: 16px;
|
|
742
|
-
font-weight: 600;
|
|
743
|
-
color: rgba(0, 0, 0, 0.85);
|
|
744
|
-
line-height: 24px;
|
|
745
|
-
}
|
|
746
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-cell .bhd-select .bhd-select-arrow {
|
|
747
|
-
margin-top: -5px;
|
|
748
|
-
color: rgba(0, 0, 0, 0.65);
|
|
749
|
-
}
|
|
750
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-cell .bhd-select-open .bhd-select-arrow {
|
|
751
|
-
color: #f4523b;
|
|
752
|
-
}
|
|
753
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-column-has-sorters .bhd-table-column-sorters {
|
|
754
|
-
justify-content: flex-start;
|
|
755
|
-
}
|
|
756
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-title {
|
|
757
|
-
flex: none;
|
|
758
|
-
}
|
|
759
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-sorter {
|
|
760
|
-
margin-left: 8px;
|
|
761
|
-
color: rgba(0, 0, 0, 0.65);
|
|
762
|
-
}
|
|
763
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-sorter .bhd-table-column-sorter-inner .bhd-table-column-sorter-down {
|
|
764
|
-
margin-top: -0.1em;
|
|
765
|
-
}
|
|
766
|
-
.index_module_Table__dfa8dab0.index_module_SmallTable__dfa8dab0 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-sorter .bhd-table-column-sorter-inner .bhd-table-column-sorter-up {
|
|
767
|
-
margin-bottom: -0.1em;
|
|
768
|
-
}
|
|
769
|
-
.index_module_columnTootipClassName__dfa8dab0 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
770
|
-
color: rgba(0, 0, 0, 0.85);
|
|
771
|
-
word-break: break-all;
|
|
772
|
-
}
|