bhd-components 0.5.6 → 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.
Files changed (115) hide show
  1. package/dist/1bddec89.esm.es5.production.js +72 -0
  2. package/dist/535fc6c5.esm.es5.development.js +95493 -0
  3. package/dist/CustomerService.esm.es5.development.css +2827 -0
  4. package/dist/CustomerService.esm.es5.development.js +3823 -0
  5. package/dist/CustomerService.esm.es5.production.css +1 -0
  6. package/dist/CustomerService.esm.es5.production.js +1 -0
  7. package/dist/vendor.esm.es5.development.esm.es5.development.css +117 -0
  8. package/dist/vendor.esm.es5.production.esm.es5.production.css +9 -0
  9. package/es2017/customerService/contactsList/index.d.ts +13 -0
  10. package/es2017/customerService/contactsList/index.js +313 -0
  11. package/es2017/customerService/contactsList/index.module.less +187 -0
  12. package/es2017/customerService/function.d.ts +17 -0
  13. package/es2017/customerService/function.js +67 -0
  14. package/es2017/customerService/historyFun/index.d.ts +13 -0
  15. package/es2017/customerService/historyFun/index.js +241 -0
  16. package/es2017/customerService/historyFun/index.module.less +189 -0
  17. package/es2017/customerService/images/knowledge_icon.png +0 -0
  18. package/es2017/customerService/images/voice_btn.gif +0 -0
  19. package/es2017/customerService/index.d.ts +16 -0
  20. package/es2017/customerService/index.js +2493 -0
  21. package/es2017/customerService/index.module.less +727 -0
  22. package/es2017/customerService/useMediaRecorder.d.ts +9 -0
  23. package/es2017/customerService/useMediaRecorder.js +78 -0
  24. package/es2017/customerService/voice_btn.gif +0 -0
  25. package/es2017/icons/components/custom-ai_icon.d.ts +4 -0
  26. package/es2017/icons/components/custom-ai_icon.js +58 -0
  27. package/es2017/icons/components/custom-contacts.d.ts +4 -0
  28. package/es2017/icons/components/custom-contacts.js +29 -0
  29. package/es2017/icons/components/custom-copy.d.ts +4 -0
  30. package/es2017/icons/components/custom-copy.js +36 -0
  31. package/es2017/icons/components/custom-dislike.d.ts +4 -0
  32. package/es2017/icons/components/custom-dislike.js +22 -0
  33. package/es2017/icons/components/custom-duihao.d.ts +4 -0
  34. package/es2017/icons/components/custom-duihao.js +22 -0
  35. package/es2017/icons/components/custom-exit_full_screen.d.ts +4 -0
  36. package/es2017/icons/components/custom-exit_full_screen.js +26 -0
  37. package/es2017/icons/components/custom-full_screen.d.ts +4 -0
  38. package/es2017/icons/components/custom-full_screen.js +22 -0
  39. package/es2017/icons/components/custom-like.d.ts +4 -0
  40. package/es2017/icons/components/custom-like.js +22 -0
  41. package/es2017/icons/components/custom-quote.d.ts +4 -0
  42. package/es2017/icons/components/custom-quote.js +31 -0
  43. package/es2017/icons/components/custom-record.d.ts +4 -0
  44. package/es2017/icons/components/custom-record.js +37 -0
  45. package/es2017/icons/components/custom-reloading.d.ts +4 -0
  46. package/es2017/icons/components/custom-reloading.js +26 -0
  47. package/es2017/icons/components/custom-retract.d.ts +4 -0
  48. package/es2017/icons/components/custom-retract.js +27 -0
  49. package/es2017/icons/components/custom-round_close.d.ts +4 -0
  50. package/es2017/icons/components/custom-round_close.js +24 -0
  51. package/es2017/icons/components/custom-sending.d.ts +4 -0
  52. package/es2017/icons/components/custom-sending.js +22 -0
  53. package/es2017/icons/components/custom-sound_recording.d.ts +4 -0
  54. package/es2017/icons/components/custom-sound_recording.js +22 -0
  55. package/es2017/icons/components/index.d.ts +15 -0
  56. package/es2017/icons/components/index.js +15 -0
  57. package/es2017/index.d.ts +1 -0
  58. package/es2017/index.js +1 -0
  59. package/esm/customerService/contactsList/index.d.ts +13 -0
  60. package/esm/customerService/contactsList/index.js +326 -0
  61. package/esm/customerService/contactsList/index.module.less +187 -0
  62. package/esm/customerService/function.d.ts +17 -0
  63. package/esm/customerService/function.js +69 -0
  64. package/esm/customerService/historyFun/index.d.ts +13 -0
  65. package/esm/customerService/historyFun/index.js +256 -0
  66. package/esm/customerService/historyFun/index.module.less +189 -0
  67. package/esm/customerService/images/knowledge_icon.png +0 -0
  68. package/esm/customerService/images/voice_btn.gif +0 -0
  69. package/esm/customerService/index.d.ts +16 -0
  70. package/esm/customerService/index.js +2576 -0
  71. package/esm/customerService/index.module.less +727 -0
  72. package/esm/customerService/useMediaRecorder.d.ts +9 -0
  73. package/esm/customerService/useMediaRecorder.js +121 -0
  74. package/esm/customerService/voice_btn.gif +0 -0
  75. package/esm/icons/components/custom-ai_icon.d.ts +4 -0
  76. package/esm/icons/components/custom-ai_icon.js +60 -0
  77. package/esm/icons/components/custom-contacts.d.ts +4 -0
  78. package/esm/icons/components/custom-contacts.js +31 -0
  79. package/esm/icons/components/custom-copy.d.ts +4 -0
  80. package/esm/icons/components/custom-copy.js +38 -0
  81. package/esm/icons/components/custom-dislike.d.ts +4 -0
  82. package/esm/icons/components/custom-dislike.js +24 -0
  83. package/esm/icons/components/custom-duihao.d.ts +4 -0
  84. package/esm/icons/components/custom-duihao.js +24 -0
  85. package/esm/icons/components/custom-exit_full_screen.d.ts +4 -0
  86. package/esm/icons/components/custom-exit_full_screen.js +28 -0
  87. package/esm/icons/components/custom-full_screen.d.ts +4 -0
  88. package/esm/icons/components/custom-full_screen.js +24 -0
  89. package/esm/icons/components/custom-like.d.ts +4 -0
  90. package/esm/icons/components/custom-like.js +24 -0
  91. package/esm/icons/components/custom-quote.d.ts +4 -0
  92. package/esm/icons/components/custom-quote.js +33 -0
  93. package/esm/icons/components/custom-record.d.ts +4 -0
  94. package/esm/icons/components/custom-record.js +39 -0
  95. package/esm/icons/components/custom-reloading.d.ts +4 -0
  96. package/esm/icons/components/custom-reloading.js +28 -0
  97. package/esm/icons/components/custom-retract.d.ts +4 -0
  98. package/esm/icons/components/custom-retract.js +29 -0
  99. package/esm/icons/components/custom-round_close.d.ts +4 -0
  100. package/esm/icons/components/custom-round_close.js +26 -0
  101. package/esm/icons/components/custom-sending.d.ts +4 -0
  102. package/esm/icons/components/custom-sending.js +24 -0
  103. package/esm/icons/components/custom-sound_recording.d.ts +4 -0
  104. package/esm/icons/components/custom-sound_recording.js +24 -0
  105. package/esm/icons/components/index.d.ts +15 -0
  106. package/esm/icons/components/index.js +15 -0
  107. package/esm/index.d.ts +1 -0
  108. package/esm/index.js +1 -0
  109. package/package.json +10 -2
  110. package/dist/1951bd5c.esm.es5.development.js +0 -45417
  111. package/dist/28cd83d3.esm.es5.production.js +0 -256
  112. package/dist/table.esm.es5.development.css +0 -772
  113. package/dist/table.esm.es5.development.js +0 -289
  114. package/dist/table.esm.es5.production.css +0 -1
  115. package/dist/table.esm.es5.production.js +0 -1
@@ -0,0 +1,727 @@
1
+ @import "../theme/variable.less";
2
+ .service_ChatWindow_Drawer,.ChatWindow_Modal{
3
+ width: 100% !important;
4
+ :global{
5
+ .bhd-drawer-mask{
6
+ background-color: @color-border-Tr !important;
7
+ }
8
+
9
+ }
10
+ }
11
+ .ChatWindow_Drawer,.ChatWindow_Modal{
12
+ /* 全局修改滚动条样式 */
13
+ textarea::-webkit-scrollbar {
14
+ background-color: #eaedf1;
15
+ background-color: transparent;
16
+ width: 4px;
17
+ height: 4px;
18
+ }
19
+ textarea::-webkit-scrollbar-thumb {
20
+ border-radius: 4px;
21
+ background-color: rgba(0, 0, 0, 0.25);
22
+ }
23
+
24
+ pre::-webkit-scrollbar {
25
+ background-color: #eaedf1;
26
+ background-color: transparent;
27
+ width: 4px;
28
+ height: 4px;
29
+ }
30
+ pre::-webkit-scrollbar-thumb {
31
+ border-radius: 4px;
32
+ background-color: rgba(0, 0, 0, 0.25);
33
+ }
34
+
35
+ // background: #F5F5F5 !important;
36
+ box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10) !important;
37
+ :global{
38
+
39
+ .bhd-drawer-body{
40
+ padding: 0 !important;
41
+ }
42
+ }
43
+ .header_wrap{
44
+ .top{
45
+ display: flex;
46
+ padding: 16px 24px;
47
+ justify-content: space-between;
48
+ align-items: center;
49
+ background-color: #fff;
50
+ line-height: 1;
51
+ .user{
52
+ color: #000;
53
+ font-size: 16px;
54
+ font-weight: 600;
55
+ position: relative;
56
+ padding-left: 36px;
57
+ i{
58
+ padding-right: 16px;
59
+ color: #111;
60
+ position: absolute;
61
+ font-size: 20px;
62
+ top: -2px;
63
+ left: 0;
64
+ }
65
+ }
66
+ .operate{
67
+ display: flex;
68
+ height: 16px;
69
+ i{
70
+ font-size: 16px;
71
+ margin-left: 23px;
72
+ cursor: pointer;
73
+ }
74
+ // :global{
75
+ // .iconicon_guanbi_Close{
76
+ // // font-size: 23px;
77
+ // position: relative;
78
+ // top: 1px;
79
+ // }
80
+ // }
81
+ .line{
82
+ display: inline-block;
83
+ width: 1px;
84
+ height: 16px;
85
+ background-color: @color-border-Tr;
86
+ margin: 0 4px;
87
+ margin-left: 23px;
88
+ }
89
+ }
90
+
91
+ }
92
+ }
93
+ //newlabo中使用
94
+ .header_wrap_newlabo{
95
+ .top{
96
+ background-color: #f5f5f5;
97
+ border-bottom: 1px solid @color-border-Tr;
98
+ .user{
99
+ padding-left: 0;
100
+ font-weight: 400;
101
+ }
102
+ }
103
+ }
104
+ .Drawer_main{
105
+ max-height: calc(100vh - 110px);
106
+ overflow: auto;
107
+ background: #F5F5F5;
108
+ min-height: 500px;
109
+ .loading{
110
+ text-align: center;
111
+ margin:10px 0;
112
+ img{
113
+ width: 30px;
114
+ height: 30px;
115
+ }
116
+ }
117
+ .message_con{
118
+ padding: 16px;
119
+ padding-top: 0;
120
+ .left{
121
+ .head_sculpture{
122
+ width: 32px;
123
+ height: 32px;
124
+ margin-top: 24px;
125
+ border-radius: 50%;
126
+ display: inline-block;
127
+ vertical-align: top;
128
+ overflow: hidden;
129
+ img{
130
+ width: 100%;
131
+ height: 100%;
132
+
133
+ }
134
+ }
135
+ }
136
+ .right{
137
+ .head_sculpture{
138
+ width: 32px;
139
+ height: 32px;
140
+ margin-top: 24px;
141
+ line-height: 32px;
142
+ border-radius: 50%;
143
+ display: inline-block;
144
+ vertical-align: top;
145
+ overflow: hidden;
146
+ // background-color: @color-background-primary-base;
147
+ text-align: center;
148
+ i{
149
+ color: #fff;
150
+ }
151
+ img{
152
+ width: 100%;
153
+ height: 100%;
154
+
155
+ }
156
+ }
157
+ }
158
+ &>li{
159
+ position: relative;
160
+ // margin-bottom: 24px;
161
+ display: flex;
162
+ width: 100%;
163
+ .main{
164
+ max-width: 80%;
165
+ .main_content{
166
+ position: relative;
167
+ &:hover{
168
+ .operate_modal{
169
+ // display: block;
170
+ visibility:visible;
171
+ }
172
+ }
173
+ .content{
174
+
175
+ max-width: 100%;
176
+ // width: 100%;
177
+ //以下优化ai返回的内容的样式
178
+ .content_child{
179
+ padding: 0;
180
+ line-height: 1;
181
+ p,li{
182
+ line-height: 1.5;
183
+ color: rgba(0, 0, 0, 0.85);
184
+ }
185
+
186
+ &>h3{
187
+ font-size: 16px;
188
+ font-weight: 600;
189
+ padding: 10px 0;
190
+ }
191
+ ol{
192
+ li p{
193
+ padding: 4px 0;
194
+ font-size: 14px;
195
+ font-weight: 600;
196
+ }
197
+ li>ul li{
198
+ list-style: inside;
199
+ color: rgba(0, 0, 0, 0.65);
200
+ }
201
+ }
202
+
203
+ }
204
+ pre{
205
+ background: rgba(0,0,0,0.05);
206
+ padding: 12px;
207
+ line-height: 1.5;
208
+ margin: 4px 0;
209
+ }
210
+ }
211
+ }
212
+ .operate_modal{
213
+ // display: none;
214
+ visibility: hidden;
215
+ // min-width: 200px;
216
+ height: 24px;
217
+ white-space: nowrap;
218
+ position: relative;
219
+ right: 0;
220
+ top: -14px;
221
+ z-index: 99999;
222
+ text-align: right;
223
+ // padding-bottom: 10px;
224
+ .operate{
225
+ display: inline-flex;
226
+ align-items: center;
227
+ padding: 8px 0;
228
+ border-radius: 4px;
229
+ background: #FFF;
230
+ box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
231
+ line-height: 1;
232
+ color: @color-text-tertiary-Tr;
233
+ i{
234
+ color: @color-text-tertiary-Tr;
235
+ font-size: 16px;
236
+ cursor: pointer;
237
+ svg{
238
+ color:@color-icon-fill-Tr;
239
+ }
240
+ &:hover{
241
+ svg{
242
+ color: #f4523b;
243
+ }
244
+
245
+ }
246
+ }
247
+ .active{
248
+ color: @color-background-primary-base;
249
+ }
250
+ span{
251
+ margin: 0 8px;
252
+ }
253
+ .ask_question{
254
+ cursor: pointer;
255
+ color: @color-text-tertiary-Tr;
256
+ font-size: 12px;
257
+ line-height: 1;
258
+ padding: 2px 8px;
259
+ background-color: @color-background-filltertiary-Tr;
260
+ margin-right: 16px;
261
+ }
262
+ }
263
+ }
264
+ .operate_modal_bottom{
265
+ display: flex;
266
+ justify-content: space-between;
267
+ align-items: center;
268
+ .operate{
269
+ display: inline-block;
270
+ padding: 8px;
271
+ line-height: 1;
272
+ color: @color-text-tertiary-Tr;
273
+ i{
274
+ color: @color-text-tertiary-Tr;
275
+ font-size: 16px;
276
+ cursor: pointer;
277
+ svg{
278
+ color:@color-icon-fill-Tr;
279
+ }
280
+ &:hover{
281
+ svg{
282
+ color: #f4523b;
283
+ }
284
+ }
285
+ }
286
+ .active{
287
+ color: @color-background-primary-base;
288
+ }
289
+ span{
290
+ margin: 0 16px;
291
+ }
292
+ }
293
+ .stop_generate{
294
+ // position: absolute;
295
+ font-size: 12px;
296
+ color: @color-text-tertiary-Tr;
297
+ display: inline-block;
298
+ padding: 8px 0;
299
+ cursor: pointer;
300
+ span{
301
+ display: inline-block;
302
+ width: 10px;
303
+ height: 10px;
304
+ border-radius: 2px;
305
+ background-color: @color-text-tertiary-Tr;
306
+ margin-right: 4px;
307
+
308
+ }
309
+
310
+ }
311
+ .stop_findTeacher{
312
+ font-size: 12px;
313
+ color: @color-text-tertiary-Tr;
314
+ display: inline-block;
315
+ padding: 8px 0;
316
+ cursor: pointer;
317
+ span{
318
+ padding: 2px 8px;
319
+ background-color: @color-background-filltertiary-Tr;
320
+ color:@color-text-tertiary-Tr;
321
+ }
322
+ }
323
+ }
324
+
325
+
326
+ }
327
+ .content{
328
+ padding: 12px 16px;
329
+ // max-width: 80%;
330
+ display: inline-block;
331
+ font-size: 14px;
332
+ }
333
+ }
334
+ .left{
335
+ justify-content: flex-end;
336
+ .main{
337
+ text-align: right;
338
+ }
339
+ }
340
+ li.left .content{
341
+ border-radius: 20px 2px 20px 20px;
342
+ background: #D1E4FF;
343
+ text-align: left;
344
+ // position: absolute;
345
+ // left: 0;
346
+ // float: right;
347
+
348
+ }
349
+ li.right .content{
350
+ border-radius: 2px 20px 20px 20px;
351
+ background: #fff;
352
+ // position: absolute;
353
+ // right: 0;
354
+ }
355
+
356
+ li .content{
357
+ .association_problem li{
358
+ color: #5991EF;
359
+ font-size: 14px;
360
+ font-weight: 400;
361
+ line-height: 1.8;
362
+ cursor: pointer;
363
+ }
364
+
365
+
366
+ }
367
+ .time{
368
+ display: block;
369
+ margin: 40px 0;
370
+ margin-bottom: 16px;
371
+ text-align: center;
372
+ font-size: 12px;
373
+ color: rgba(0, 0, 0, 0.25);
374
+ position: relative;
375
+ &::before{
376
+ content: '';
377
+ width: 100px;
378
+ display: inline-block;
379
+ height: 1px;
380
+ background-color: #EBEBEB;
381
+ position: relative;
382
+ top: -3px;
383
+ right: 16px;
384
+
385
+ }
386
+ &::after{
387
+ content: '';
388
+ width: 100px;
389
+ display: inline-block;
390
+ height: 1px;
391
+ background-color: #EBEBEB;
392
+ position: relative;
393
+ top: -3px;
394
+ left: 16px;
395
+ }
396
+ }
397
+ .citation_content{
398
+ display: inline-block;
399
+ margin-top: 4px;
400
+ padding: 8px;
401
+ border-radius: 2px;
402
+ background: #E7E7E7;
403
+ p{
404
+ color: @color-text-Secondary-Tr;
405
+ font-size: 12px;
406
+ line-height: 1.5;
407
+
408
+ overflow: hidden;
409
+ text-overflow: ellipsis;
410
+ -webkit-box-orient: vertical;
411
+ -webkit-line-clamp: 2;
412
+ display: -webkit-box;
413
+
414
+ height: 36px;
415
+ word-break: break-all;
416
+ cursor: pointer;
417
+
418
+ text-align: left;
419
+ }
420
+ }
421
+
422
+ .popover_content{
423
+ max-width: 400px;
424
+ }
425
+ }
426
+ }
427
+ //newlabo中使用
428
+ .Drawer_main_newlabo{
429
+ pre{
430
+ background: #2b303b !important;
431
+ color: #fff;
432
+ overflow: auto;
433
+ pre::-webkit-scrollbar {
434
+ background-color: #eaedf1;
435
+ background-color: transparent;
436
+ width: 4px;
437
+ height: 4px;
438
+ }
439
+ pre::-webkit-scrollbar-thumb {
440
+ border-radius: 4px;
441
+ background-color: #f4f4f4;
442
+ }
443
+
444
+ }
445
+ }
446
+ .Drawer_buttom_Issues_List{
447
+ position: absolute;
448
+ bottom: 0;
449
+ width: 100%;
450
+ .issues_list_teacherList{
451
+ .item {
452
+ display: inline-block;
453
+ margin-right: 8px;
454
+ }
455
+ }
456
+ .issues_list{
457
+ position: absolute;
458
+ bottom: 60px;
459
+ padding: 0 16px;
460
+ padding-bottom: 4px;
461
+ line-height: 1;
462
+ .item > span{
463
+ cursor: pointer;
464
+ max-width: 100%;
465
+ display: inline-block;
466
+ margin-bottom: 2px;
467
+ padding: 8px 16px;
468
+ justify-content: center;
469
+ align-items: center;
470
+ border-radius: 4px;
471
+ background: #ECECEC;
472
+ font-size: 14px;
473
+ line-height: 1;
474
+ overflow: hidden;
475
+ // white-space: nowrap;
476
+ // text-overflow: ellipsis;
477
+
478
+ &:hover{
479
+ background-color: #fff;
480
+ }
481
+ .sign{
482
+ color: @color-text-primary;
483
+ }
484
+ }
485
+ }
486
+ .Drawer_buttom{
487
+ display: flex;
488
+ align-items: flex-end;
489
+ margin-bottom: 12px;
490
+ padding: 0 16px;
491
+ .input_wrap{
492
+ // display: flex;
493
+ align-items: flex-end;
494
+ width: calc(100% - 36px);
495
+ background-color: #fff;
496
+ padding: 11px 16px;
497
+ border: 1px solid @color-border-secondary;
498
+ border-radius: 8px;
499
+ justify-content: space-between;
500
+ line-height: 1;
501
+ position: relative;
502
+ padding-right: 1px;
503
+ &>.input{
504
+ // width: calc(100% - 24px);
505
+ line-height: 1;
506
+ textarea{
507
+ max-height: 100px;
508
+ padding: 0;
509
+ border: none;
510
+ box-shadow: none !important;
511
+ resize:none;
512
+ padding-right: 48px;
513
+ }
514
+
515
+ :global{
516
+ textarea.bhd-input{
517
+ min-height: 21px !important;
518
+ line-height: 1.5;
519
+ }
520
+ .bhd-input[disabled]{
521
+ background-color: #fff !important;
522
+ }
523
+ }
524
+ }
525
+ &>.no_AI{
526
+ width: 100%;
527
+ textarea{
528
+ padding-right: 12px;
529
+ }
530
+ }
531
+ .voice{
532
+ position: absolute;
533
+ right: 14px;
534
+ bottom: 12px;
535
+ i{
536
+ cursor: pointer;
537
+ svg{
538
+ color:@color-icon-fill-Tr;
539
+ font-size: 20px;
540
+ }
541
+ }
542
+ .voice_btn{
543
+ width: 32px;
544
+ cursor: pointer;
545
+ position: absolute;
546
+ bottom: -6px;
547
+ right: 0px;
548
+ }
549
+ }
550
+ .content_main{
551
+ display: flex;
552
+ align-items: center;
553
+ width: calc(100% - 24px);
554
+ // margin-right: 8px;
555
+ .content_con{
556
+ margin-top: 6px;
557
+ align-items: center;
558
+ padding: 8px;
559
+ background: #E7E7E7;
560
+ display: inline-block;
561
+ width: calc(100% - 60px);
562
+ //
563
+ p{
564
+ color: rgba(0, 0, 0, 0.65);
565
+ border-radius: 2px;
566
+ font-size: 12px;
567
+ line-height: 1.5;
568
+
569
+ overflow: hidden;
570
+ text-overflow: ellipsis;
571
+ -webkit-box-orient: vertical;
572
+ -webkit-line-clamp: 2;
573
+ display: -webkit-box;
574
+
575
+ height: 36px;
576
+ word-break: break-all;
577
+ }
578
+ }
579
+ .delete_quote{
580
+ font-size: 18px;
581
+ color: @color-icon-tertiary;
582
+ margin-top: 6px;
583
+ }
584
+
585
+ }
586
+ }
587
+
588
+ .sending{
589
+ width: 20px;
590
+ margin-left: 16px;
591
+ margin-bottom: 9px;
592
+ i{
593
+ svg{
594
+ font-size: 20px;
595
+ color: @color-icon-fill-Tr;
596
+ }
597
+ }
598
+ .disabled{
599
+ svg{
600
+ color: rgba(0, 0, 0, 0.25);
601
+ cursor: not-allowed;
602
+ }
603
+ }
604
+ }
605
+
606
+ }
607
+ }
608
+ //newlabo中使用
609
+ .Drawer_buttom_Issues_List_newlabo{
610
+ // bottom: revert-layer !important;
611
+ background-color: #f5f5f5 !important;
612
+ }
613
+
614
+ :global{
615
+ .anticon{
616
+ vertical-align: 0;
617
+ }
618
+ }
619
+ }
620
+ .ChatWindow_Drawer{
621
+ background: #F5F5F5 !important;
622
+ position: relative;
623
+ height: 100%;
624
+ :global{
625
+ .bhd-drawer-header{
626
+ display: none !important;
627
+ }
628
+ }
629
+
630
+ }
631
+ .ChatWindow_Modal{
632
+ :global{
633
+ .bhd-modal{
634
+ border-radius: 8px;
635
+ overflow: hidden;
636
+ position: relative;
637
+ }
638
+ .bhd-modal-content{
639
+ height: 100%;
640
+ background-color: #F5F5F5 !important;
641
+ .bhd-modal-close{
642
+ display: none !important;
643
+ }
644
+ }
645
+ .bhd-modal-header{
646
+ display: none !important;
647
+ }
648
+ .bhd-modal-body{
649
+ height: 100%;
650
+ padding: 0 !important;
651
+ border-radius: 4px !important;
652
+ }
653
+
654
+ .bhd-drawer-right>.bhd-drawer-content-wrapper{
655
+ top: 129px;
656
+ right: 200px;
657
+ height: 790px;
658
+ }
659
+ }
660
+ .main_list{
661
+ max-height: 650px;
662
+ }
663
+ .user{
664
+ padding-left: 0 !important;
665
+ }
666
+ .Drawer_buttom_Issues_List{
667
+ // position: relative;
668
+ // padding-bottom: 1px;
669
+ // background: #F5F5F5 !important;
670
+ border-radius: 4px;
671
+ width: calc(100% - 328px);
672
+ margin-left: 328px;
673
+ }
674
+ .Drawer_main{
675
+ max-height: 700px;
676
+
677
+ .chat_content{
678
+ width: calc(100% - 328px);
679
+ margin-left: 328px;
680
+ display: inline-block;
681
+ }
682
+
683
+ }
684
+
685
+ }
686
+
687
+
688
+ //引用气泡
689
+ .popover_main_content{
690
+ min-width: 300px !important;
691
+ max-width: 340px !important;
692
+ background-color: #fff !important;
693
+ box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
694
+ border-radius: 4px;
695
+ border: 1px solid rgba(0, 0, 0, 0.15);
696
+
697
+ :global{
698
+ .bhd-tooltip-content{
699
+ background-color: #fff;
700
+ border-radius: 4px;
701
+ .bhd-tooltip-inner{
702
+ background-color: #fff;
703
+ color: @color-text-Tr;
704
+ font-size: 14px;
705
+ padding: 12px 16px;
706
+ border-radius: 4px;
707
+ }
708
+ }
709
+ .bhd-tooltip-arrow:before {
710
+ background: #ccc !important;
711
+ }
712
+ .bhd-tooltip-arrow::after{
713
+ width: 0 !important;
714
+ height: 0 !important;
715
+ border: 5px solid;
716
+ border-color: transparent transparent #fff transparent ;
717
+ transform:none !important;
718
+ background:transparent !important;
719
+ bottom: 0px !important;
720
+ left: 0px !important;
721
+ right: 0 !important;
722
+ box-shadow: none !important;
723
+ }
724
+
725
+ }
726
+
727
+ }