bhd-components 0.9.29 → 0.10.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 (103) hide show
  1. package/dist/index.esm.es5.development.css +662 -0
  2. package/dist/index.esm.es5.development.js +2694 -159
  3. package/dist/index.esm.es5.production.css +1 -1
  4. package/dist/index.esm.es5.production.js +1 -1
  5. package/dist/vendor.esm.es5.development.js +3940 -638
  6. package/dist/vendor.esm.es5.production.js +136 -136
  7. package/es2017/AIMessageList/components/content/index.d.ts +4 -0
  8. package/es2017/AIMessageList/components/content/index.js +29 -0
  9. package/es2017/AIMessageList/components/content/index.module.less +8 -0
  10. package/es2017/AIMessageList/components/copyIcon/index.d.ts +7 -0
  11. package/es2017/AIMessageList/components/copyIcon/index.js +58 -0
  12. package/es2017/AIMessageList/components/copyIcon/index.module.less +22 -0
  13. package/es2017/AIMessageList/components/errorCallback/index.d.ts +3 -0
  14. package/es2017/AIMessageList/components/errorCallback/index.js +6 -0
  15. package/es2017/AIMessageList/components/fileList/fileIcon.d.ts +3 -0
  16. package/es2017/AIMessageList/components/fileList/fileIcon.js +970 -0
  17. package/es2017/AIMessageList/components/fileList/index.d.ts +4 -0
  18. package/es2017/AIMessageList/components/fileList/index.js +299 -0
  19. package/es2017/AIMessageList/components/fileList/index.module.less +95 -0
  20. package/es2017/AIMessageList/components/footer/index.d.ts +10 -0
  21. package/es2017/AIMessageList/components/footer/index.js +296 -0
  22. package/es2017/AIMessageList/components/footer/index.module.less +51 -0
  23. package/es2017/AIMessageList/components/header/index.d.ts +9 -0
  24. package/es2017/AIMessageList/components/header/index.js +94 -0
  25. package/es2017/AIMessageList/components/header/index.module.less +31 -0
  26. package/es2017/AIMessageList/components/referencesIcon/index.d.ts +9 -0
  27. package/es2017/AIMessageList/components/referencesIcon/index.js +37 -0
  28. package/es2017/AIMessageList/components/referencesIcon/index.module.less +13 -0
  29. package/es2017/AIMessageList/components/renderReferrnce/index.d.ts +10 -0
  30. package/es2017/AIMessageList/components/renderReferrnce/index.js +68 -0
  31. package/es2017/AIMessageList/components/renderReferrnce/index.module.less +64 -0
  32. package/es2017/AIMessageList/components/sendBtn/index.d.ts +4 -0
  33. package/es2017/AIMessageList/components/sendBtn/index.js +46 -0
  34. package/es2017/AIMessageList/components/sendBtn/index.module.less +25 -0
  35. package/es2017/AIMessageList/components/uplodaFileBtn/index.d.ts +4 -0
  36. package/es2017/AIMessageList/components/uplodaFileBtn/index.js +33 -0
  37. package/es2017/AIMessageList/components/uplodaFileBtn/index.module.less +5 -0
  38. package/es2017/AIMessageList/components/virtuosoList/index.d.ts +5 -0
  39. package/es2017/AIMessageList/components/virtuosoList/index.js +507 -0
  40. package/es2017/AIMessageList/components/virtuosoList/index.module.less +381 -0
  41. package/es2017/AIMessageList/index.d.ts +4 -0
  42. package/es2017/AIMessageList/index.js +58 -0
  43. package/es2017/AIMessageList/index.module.less +20 -0
  44. package/es2017/AIMessageList/type.d.ts +242 -0
  45. package/es2017/customerService/index.js +1 -0
  46. package/es2017/images/loading2.js +2 -0
  47. package/es2017/index.d.ts +1 -0
  48. package/es2017/index.js +1 -0
  49. package/es2017/utils/Date.d.ts +2 -1
  50. package/es2017/utils/Date.js +2 -1
  51. package/es2017/utils/dom.d.ts +4 -1
  52. package/es2017/utils/dom.js +44 -1
  53. package/es2017/utils/number.d.ts +1 -0
  54. package/es2017/utils/number.js +9 -0
  55. package/esm/AIMessageList/components/content/index.d.ts +4 -0
  56. package/esm/AIMessageList/components/content/index.js +29 -0
  57. package/esm/AIMessageList/components/content/index.module.less +8 -0
  58. package/esm/AIMessageList/components/copyIcon/index.d.ts +7 -0
  59. package/esm/AIMessageList/components/copyIcon/index.js +61 -0
  60. package/esm/AIMessageList/components/copyIcon/index.module.less +22 -0
  61. package/esm/AIMessageList/components/errorCallback/index.d.ts +3 -0
  62. package/esm/AIMessageList/components/errorCallback/index.js +6 -0
  63. package/esm/AIMessageList/components/fileList/fileIcon.d.ts +3 -0
  64. package/esm/AIMessageList/components/fileList/fileIcon.js +970 -0
  65. package/esm/AIMessageList/components/fileList/index.d.ts +4 -0
  66. package/esm/AIMessageList/components/fileList/index.js +325 -0
  67. package/esm/AIMessageList/components/fileList/index.module.less +95 -0
  68. package/esm/AIMessageList/components/footer/index.d.ts +10 -0
  69. package/esm/AIMessageList/components/footer/index.js +304 -0
  70. package/esm/AIMessageList/components/footer/index.module.less +51 -0
  71. package/esm/AIMessageList/components/header/index.d.ts +9 -0
  72. package/esm/AIMessageList/components/header/index.js +96 -0
  73. package/esm/AIMessageList/components/header/index.module.less +31 -0
  74. package/esm/AIMessageList/components/referencesIcon/index.d.ts +9 -0
  75. package/esm/AIMessageList/components/referencesIcon/index.js +39 -0
  76. package/esm/AIMessageList/components/referencesIcon/index.module.less +13 -0
  77. package/esm/AIMessageList/components/renderReferrnce/index.d.ts +10 -0
  78. package/esm/AIMessageList/components/renderReferrnce/index.js +72 -0
  79. package/esm/AIMessageList/components/renderReferrnce/index.module.less +64 -0
  80. package/esm/AIMessageList/components/sendBtn/index.d.ts +4 -0
  81. package/esm/AIMessageList/components/sendBtn/index.js +48 -0
  82. package/esm/AIMessageList/components/sendBtn/index.module.less +25 -0
  83. package/esm/AIMessageList/components/uplodaFileBtn/index.d.ts +4 -0
  84. package/esm/AIMessageList/components/uplodaFileBtn/index.js +33 -0
  85. package/esm/AIMessageList/components/uplodaFileBtn/index.module.less +5 -0
  86. package/esm/AIMessageList/components/virtuosoList/index.d.ts +5 -0
  87. package/esm/AIMessageList/components/virtuosoList/index.js +484 -0
  88. package/esm/AIMessageList/components/virtuosoList/index.module.less +381 -0
  89. package/esm/AIMessageList/index.d.ts +4 -0
  90. package/esm/AIMessageList/index.js +58 -0
  91. package/esm/AIMessageList/index.module.less +20 -0
  92. package/esm/AIMessageList/type.d.ts +242 -0
  93. package/esm/customerService/index.js +1 -0
  94. package/esm/images/loading2.js +2 -0
  95. package/esm/index.d.ts +1 -0
  96. package/esm/index.js +1 -0
  97. package/esm/utils/Date.d.ts +2 -1
  98. package/esm/utils/Date.js +2 -1
  99. package/esm/utils/dom.d.ts +4 -1
  100. package/esm/utils/dom.js +45 -1
  101. package/esm/utils/number.d.ts +1 -0
  102. package/esm/utils/number.js +9 -0
  103. package/package.json +2 -1
@@ -13168,3 +13168,665 @@ strong {
13168
13168
  font-size: 14px;
13169
13169
  cursor: pointer;
13170
13170
  }
13171
+
13172
+ .index_module_root__b60b60e0 {
13173
+ width: 100%;
13174
+ height: 100%;
13175
+ display: flex;
13176
+ flex-direction: column;
13177
+ background: #f5f5f5;
13178
+ overflow: hidden;
13179
+ }
13180
+ .index_module_root__b60b60e0 .index_module_rootHeader__b60b60e0 {
13181
+ width: 100%;
13182
+ flex-shrink: 0;
13183
+ }
13184
+ .index_module_root__b60b60e0 .index_module_rootContent__b60b60e0 {
13185
+ width: 100%;
13186
+ flex: 1;
13187
+ }
13188
+ .index_module_root__b60b60e0 .index_module_rootFooter__b60b60e0 {
13189
+ width: 100%;
13190
+ flex-shrink: 0;
13191
+ }
13192
+
13193
+ .index_module_header__3cf37c84 {
13194
+ width: 100%;
13195
+ padding: 8px 16px;
13196
+ box-sizing: border-box;
13197
+ display: flex;
13198
+ align-items: center;
13199
+ gap: 8px;
13200
+ justify-content: space-between;
13201
+ border-bottom: 1px solid #ebebeb;
13202
+ }
13203
+ .index_module_header__3cf37c84 .index_module_headerLeft__3cf37c84 {
13204
+ display: flex;
13205
+ align-items: center;
13206
+ gap: 8px;
13207
+ }
13208
+ .index_module_header__3cf37c84 .index_module_headerLeft__3cf37c84 .index_module_headerIcon__3cf37c84 > i {
13209
+ line-height: 1;
13210
+ font-size: 16px;
13211
+ display: flex;
13212
+ }
13213
+ .index_module_header__3cf37c84 .index_module_headerLeft__3cf37c84 .index_module_headerTitle__3cf37c84 {
13214
+ font-weight: 600;
13215
+ color: rgba(0, 0, 0, 0.65);
13216
+ font-size: 16px;
13217
+ line-height: 1.5;
13218
+ }
13219
+ .index_module_header__3cf37c84 .index_module_headerRight__3cf37c84 {
13220
+ font-size: 16px;
13221
+ }
13222
+
13223
+ .index_module_content__fcd2c97c {
13224
+ width: 100%;
13225
+ height: 100%;
13226
+ }
13227
+ .index_module_content__fcd2c97c .index_module_contentList__fcd2c97c {
13228
+ width: 100%;
13229
+ height: 100%;
13230
+ }
13231
+
13232
+ .index_module_virtuosoListWrapper__99a4179c {
13233
+ width: 100%;
13234
+ height: 100%;
13235
+ }
13236
+ .index_module_virtuosoListWrapper__99a4179c .index_module_loadingIcon__99a4179c {
13237
+ width: 100%;
13238
+ display: flex;
13239
+ align-items: center;
13240
+ justify-content: center;
13241
+ padding: 16px 0 24px 0;
13242
+ box-sizing: border-box;
13243
+ }
13244
+ .index_module_virtuosoListWrapper__99a4179c .index_module_loadingIcon__99a4179c > img {
13245
+ width: 32px;
13246
+ height: 32px;
13247
+ }
13248
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgDate__99a4179c {
13249
+ width: 100%;
13250
+ display: flex;
13251
+ align-items: center;
13252
+ justify-content: center;
13253
+ padding: 16px 32px 16px 32px;
13254
+ box-sizing: border-box;
13255
+ gap: 16px;
13256
+ font-size: 14px;
13257
+ color: rgba(0, 0, 0, 0.25);
13258
+ }
13259
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgDate__99a4179c:before {
13260
+ content: "";
13261
+ display: block;
13262
+ flex: 1;
13263
+ width: 50%;
13264
+ height: 1px;
13265
+ background: #ebebeb;
13266
+ }
13267
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgDate__99a4179c:after {
13268
+ content: "";
13269
+ display: block;
13270
+ flex: 1;
13271
+ width: 50%;
13272
+ height: 1px;
13273
+ background: #ebebeb;
13274
+ }
13275
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c {
13276
+ width: 100%;
13277
+ padding: 0px 16px;
13278
+ padding-top: 0;
13279
+ box-sizing: border-box;
13280
+ display: flex;
13281
+ }
13282
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c {
13283
+ max-width: 80%;
13284
+ font-size: 14px;
13285
+ color: rgba(0, 0, 0, 0.65);
13286
+ display: flex;
13287
+ flex-direction: column;
13288
+ }
13289
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c {
13290
+ position: relative;
13291
+ width: -moz-fit-content;
13292
+ width: fit-content;
13293
+ max-width: 100%;
13294
+ }
13295
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c {
13296
+ padding: 12px 16px;
13297
+ }
13298
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c {
13299
+ display: flex;
13300
+ justify-content: flex-end;
13301
+ align-items: center;
13302
+ border-radius: 4px 4px 0px 0px;
13303
+ border: 1px solid rgba(0, 0, 0, 0.06);
13304
+ border-bottom-color: rgba(0, 0, 0, 0.06);
13305
+ background: rgba(0, 0, 0, 0.02);
13306
+ text-align: right;
13307
+ height: 37px;
13308
+ line-height: 37px !important;
13309
+ padding: 0 !important;
13310
+ padding-right: 16px !important;
13311
+ position: relative;
13312
+ cursor: pointer;
13313
+ font-weight: 400 !important;
13314
+ top: 6px;
13315
+ }
13316
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c.index_module_copyCodeFun__99a4179c {
13317
+ display: flex;
13318
+ }
13319
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c .index_module_copyCodeText__99a4179c {
13320
+ line-height: 1;
13321
+ }
13322
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c .index_module_icon__99a4179c {
13323
+ display: none;
13324
+ margin-right: 8px;
13325
+ color: rgba(0, 0, 0, 0.65);
13326
+ font-size: 14px;
13327
+ }
13328
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c .index_module_icon__99a4179c.index_module_copy__99a4179c {
13329
+ display: block;
13330
+ }
13331
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c.index_module_copy_success__99a4179c .index_module_copyCode__99a4179c {
13332
+ color: #f4523b;
13333
+ }
13334
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c.index_module_copy_success__99a4179c .index_module_copy__99a4179c {
13335
+ display: none;
13336
+ }
13337
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c.index_module_copy_success__99a4179c .index_module_copy_success_flag__99a4179c {
13338
+ display: inline-block;
13339
+ color: #f4523b;
13340
+ }
13341
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c .index_module_copyCode__99a4179c.index_module_copy_success__99a4179c .index_module_copyCodeText__99a4179c {
13342
+ color: #f4523b;
13343
+ }
13344
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div h1,
13345
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div h2,
13346
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div h3,
13347
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div h4,
13348
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div h5,
13349
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div h6 {
13350
+ color: rgba(0, 0, 0, 0.85);
13351
+ }
13352
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div pre::-webkit-scrollbar {
13353
+ background-color: #eaedf1;
13354
+ background-color: transparent;
13355
+ width: 4px;
13356
+ height: 4px;
13357
+ }
13358
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div pre::-webkit-scrollbar-thumb {
13359
+ border-radius: 4px;
13360
+ background-color: rgba(0, 0, 0, 0.25);
13361
+ }
13362
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div p {
13363
+ word-break: break-all;
13364
+ white-space: break-spaces;
13365
+ }
13366
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div p,
13367
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div li {
13368
+ line-height: 1.5;
13369
+ color: rgba(0, 0, 0, 0.85);
13370
+ }
13371
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div li {
13372
+ margin-top: 8px;
13373
+ }
13374
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div li:first-child {
13375
+ margin-top: 0;
13376
+ }
13377
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > h3 {
13378
+ font-size: 16px;
13379
+ font-weight: 600;
13380
+ padding: 10px 0;
13381
+ }
13382
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol {
13383
+ list-style: decimal;
13384
+ padding-inline-start: 20px;
13385
+ }
13386
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li {
13387
+ list-style-type: auto;
13388
+ }
13389
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li p {
13390
+ font-size: 14px;
13391
+ font-weight: 600;
13392
+ }
13393
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li > ul li {
13394
+ list-style: inside;
13395
+ color: rgba(0, 0, 0, 0.85);
13396
+ }
13397
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li > ul li::marker {
13398
+ color: #d9d9d9 !important;
13399
+ }
13400
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li > ul li:first-child {
13401
+ padding-top: 8px !important;
13402
+ }
13403
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li > ol li::marker {
13404
+ color: rgba(0, 0, 0, 0.45) !important;
13405
+ }
13406
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol li > ol li:first-child {
13407
+ padding-top: 8px !important;
13408
+ }
13409
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div ol > li:last-of-type pre {
13410
+ margin-bottom: 0;
13411
+ }
13412
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > *:not(pre) {
13413
+ padding-top: 8px;
13414
+ padding-bottom: 8px;
13415
+ }
13416
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > *:not(pre):first-child {
13417
+ padding-top: 0 !important;
13418
+ }
13419
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > *:not(pre):last-child {
13420
+ padding-bottom: 0 !important;
13421
+ }
13422
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > h3,
13423
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > h4 {
13424
+ padding-top: 8px;
13425
+ padding-bottom: 4px;
13426
+ }
13427
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > p + p {
13428
+ padding-top: 4px;
13429
+ padding-bottom: 4px;
13430
+ }
13431
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > pre:last-of-type {
13432
+ margin-bottom: 0;
13433
+ }
13434
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div > pre:last-of-type + * {
13435
+ margin-top: 8px;
13436
+ }
13437
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div hr {
13438
+ height: 0;
13439
+ padding: 0;
13440
+ margin: 0;
13441
+ border: none;
13442
+ }
13443
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div table {
13444
+ width: 100%;
13445
+ padding: 0 !important;
13446
+ margin: 8px 0;
13447
+ border-collapse: separate;
13448
+ border-top: 1px solid #dfe6ec;
13449
+ border-left: 1px solid #dfe6ec;
13450
+ }
13451
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div table thead tr th {
13452
+ background-color: #f8f8f9;
13453
+ padding: 8px;
13454
+ text-align: center;
13455
+ border-bottom: 1px solid #dfe6ec;
13456
+ border-right: 1px solid #dfe6ec;
13457
+ }
13458
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div table tbody tr td {
13459
+ padding: 8px;
13460
+ line-height: 21px;
13461
+ height: 37px;
13462
+ border-bottom: 1px solid #dfe6ec;
13463
+ border-right: 1px solid #dfe6ec;
13464
+ }
13465
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemText__99a4179c > div pre {
13466
+ background: #fafafa;
13467
+ border: 1px solid rgba(0, 0, 0, 0.06);
13468
+ border-top: none;
13469
+ padding: 12px;
13470
+ line-height: 1.5;
13471
+ margin: 4px 0;
13472
+ margin-bottom: 8px;
13473
+ border-radius: 0 0 4px 4px;
13474
+ }
13475
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemAction__99a4179c {
13476
+ border-top: 1px solid rgba(0, 0, 0, 0.06);
13477
+ padding: 12px 16px;
13478
+ width: 100%;
13479
+ display: flex;
13480
+ align-items: center;
13481
+ justify-content: space-between;
13482
+ }
13483
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemAction__99a4179c .index_module_msgItemActionRight__99a4179c {
13484
+ display: flex;
13485
+ align-items: center;
13486
+ gap: 8px;
13487
+ }
13488
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c {
13489
+ height: 24px;
13490
+ position: relative;
13491
+ }
13492
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c {
13493
+ position: absolute;
13494
+ width: -moz-max-content;
13495
+ width: max-content;
13496
+ border-radius: 4px !important;
13497
+ background: #fff;
13498
+ line-height: 1;
13499
+ z-index: 9;
13500
+ padding: 4px 8px;
13501
+ }
13502
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c .index_module_msgItemActionRight__99a4179c {
13503
+ display: flex;
13504
+ gap: 8px;
13505
+ }
13506
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c.index_module_msgItemActionPopoverFloatTop__99a4179c {
13507
+ bottom: 4px;
13508
+ right: 0;
13509
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
13510
+ }
13511
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c.index_module_msgItemActionPopoverFloatBottom__99a4179c {
13512
+ box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
13513
+ right: 0;
13514
+ top: 4px;
13515
+ }
13516
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemReferencesText__99a4179c {
13517
+ padding: 8px;
13518
+ border-radius: 2px;
13519
+ background: #e7e7e7;
13520
+ font-size: 12px;
13521
+ color: rgba(0, 0, 0, 0.65);
13522
+ margin-top: 8px;
13523
+ }
13524
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c .index_module_msgItemReferencesText__99a4179c > div {
13525
+ width: 100%;
13526
+ max-height: 36px;
13527
+ word-break: break-all;
13528
+ display: -webkit-box;
13529
+ -webkit-line-clamp: 2;
13530
+ -webkit-box-orient: vertical;
13531
+ overflow: hidden;
13532
+ text-overflow: ellipsis;
13533
+ word-wrap: break-word;
13534
+ }
13535
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemLeft__99a4179c {
13536
+ justify-content: flex-start;
13537
+ }
13538
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemLeft__99a4179c .index_module_msgItemBox__99a4179c {
13539
+ align-items: flex-start;
13540
+ }
13541
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemLeft__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c {
13542
+ background: #ffffff;
13543
+ border-radius: 2px 20px 20px 20px;
13544
+ }
13545
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemLeft__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemAction__99a4179c {
13546
+ border-radius: 0px 0px 20px 20px;
13547
+ }
13548
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemLeft__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c {
13549
+ margin-left: auto;
13550
+ }
13551
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemLeft__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c {
13552
+ display: none;
13553
+ }
13554
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemRight__99a4179c {
13555
+ justify-content: flex-end;
13556
+ padding-bottom: 24px;
13557
+ }
13558
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemRight__99a4179c .index_module_msgItemBox__99a4179c {
13559
+ align-items: flex-end;
13560
+ }
13561
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemRight__99a4179c .index_module_msgItemBox__99a4179c:hover .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c {
13562
+ display: flex;
13563
+ }
13564
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemRight__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c {
13565
+ border-radius: 20px 2px 20px 20px;
13566
+ background: #d1e4ff;
13567
+ }
13568
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemRight__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemContent__99a4179c .index_module_msgItemAction__99a4179c {
13569
+ border-radius: 0px 0px 20px 20px;
13570
+ }
13571
+ .index_module_virtuosoListWrapper__99a4179c .index_module_msgItem__99a4179c.index_module_msgItemRight__99a4179c .index_module_msgItemBox__99a4179c .index_module_msgItemActionOperate__99a4179c .index_module_msgItemActionPopover__99a4179c {
13572
+ display: none;
13573
+ }
13574
+
13575
+ .index_module_msgItemActionCopy__163df76c {
13576
+ cursor: pointer;
13577
+ border-radius: 2px;
13578
+ display: flex;
13579
+ line-height: 1;
13580
+ }
13581
+ .index_module_msgItemActionCopy__163df76c.index_module_msgItemActionCopySuccess__163df76c {
13582
+ color: #f4523b;
13583
+ background-color: transparent;
13584
+ }
13585
+ .index_module_msgItemActionCopy__163df76c.index_module_msgItemActionCopySuccess__163df76c > i {
13586
+ color: #f4523b;
13587
+ font-size: 20px;
13588
+ transform: scale(0.8);
13589
+ }
13590
+ .index_module_msgItemActionCopy__163df76c > i {
13591
+ color: #8c8c8c;
13592
+ font-size: 20px;
13593
+ }
13594
+ .index_module_msgItemActionCopy__163df76c:hover {
13595
+ background-color: rgba(0, 0, 0, 0.04);
13596
+ }
13597
+
13598
+ .index_module_msgItemActionReferences__13842348 {
13599
+ cursor: pointer;
13600
+ border-radius: 2px;
13601
+ display: flex;
13602
+ line-height: 1;
13603
+ }
13604
+ .index_module_msgItemActionReferences__13842348 > i {
13605
+ color: #8c8c8c;
13606
+ font-size: 20px;
13607
+ }
13608
+ .index_module_msgItemActionReferences__13842348:hover {
13609
+ background-color: rgba(0, 0, 0, 0.04);
13610
+ }
13611
+
13612
+ .index_module_footer__2287d487 {
13613
+ width: 100%;
13614
+ padding: 16px;
13615
+ box-sizing: border-box;
13616
+ }
13617
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 {
13618
+ width: 100%;
13619
+ border-radius: 8px;
13620
+ background: #ffffff;
13621
+ border: 1px solid rgba(0, 0, 0, 0.06);
13622
+ padding-bottom: 12px;
13623
+ }
13624
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487.index_module_footerBodyWarn__2287d487 {
13625
+ border-color: #f4523b;
13626
+ }
13627
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerFile__2287d487 {
13628
+ width: 100%;
13629
+ }
13630
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerInput__2287d487 .bhd-input {
13631
+ border: none;
13632
+ box-shadow: none;
13633
+ background: transparent;
13634
+ padding: 12px 16px;
13635
+ }
13636
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 {
13637
+ width: 100%;
13638
+ padding: 0 16px;
13639
+ box-sizing: border-box;
13640
+ }
13641
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 .index_module_footerActionBtn__2287d487 {
13642
+ width: 100%;
13643
+ display: flex;
13644
+ align-items: center;
13645
+ justify-content: flex-end;
13646
+ }
13647
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 .index_module_footerActionBtn__2287d487 .bhd-divider {
13648
+ border-color: rgba(0, 0, 0, 0.06);
13649
+ height: 16px;
13650
+ top: 0;
13651
+ margin: 0 16px;
13652
+ }
13653
+ .index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 .index_module_footerActionBtn__2287d487 .bhd-upload-wrapper {
13654
+ display: flex;
13655
+ }
13656
+
13657
+ .index_module_sendBtnIcon__d770fbb6 {
13658
+ font-size: 24px;
13659
+ display: flex;
13660
+ cursor: pointer;
13661
+ color: #5991ef;
13662
+ }
13663
+ .index_module_sendBtnIcon__d770fbb6.index_module_disabled__d770fbb6 {
13664
+ color: rgba(0, 0, 0, 0.25);
13665
+ cursor: not-allowed;
13666
+ }
13667
+ .index_module_sendingIcon__d770fbb6 {
13668
+ font-size: 18px;
13669
+ display: flex;
13670
+ cursor: pointer;
13671
+ color: #f4523b;
13672
+ }
13673
+ .index_module_popover__d770fbb6 .bhd-popover-inner-content {
13674
+ color: rgba(0, 0, 0, 0.65) !important;
13675
+ }
13676
+
13677
+ .index_module_uploadFileBtn__e41600f2 {
13678
+ font-size: 24px;
13679
+ display: flex;
13680
+ cursor: pointer;
13681
+ }
13682
+
13683
+ .index_module_footerFileListWrapper__e818c28d {
13684
+ width: 100%;
13685
+ position: relative;
13686
+ padding: 12px 16px;
13687
+ box-sizing: border-box;
13688
+ }
13689
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d {
13690
+ width: 100%;
13691
+ display: flex;
13692
+ flex-direction: column;
13693
+ gap: 8px;
13694
+ }
13695
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d {
13696
+ width: 100%;
13697
+ position: relative;
13698
+ display: flex;
13699
+ overflow: hidden;
13700
+ padding: 8px 12px;
13701
+ box-sizing: border-box;
13702
+ gap: 12px;
13703
+ border-radius: 8px;
13704
+ border: 1px solid #ebebeb;
13705
+ background: rgba(0, 0, 0, 0.02);
13706
+ align-items: center;
13707
+ }
13708
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemIcon__e818c28d {
13709
+ flex-shrink: 0;
13710
+ }
13711
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemIcon__e818c28d > i {
13712
+ font-size: 24px;
13713
+ display: flex;
13714
+ }
13715
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemText__e818c28d {
13716
+ flex: 1;
13717
+ width: 100%;
13718
+ overflow: hidden;
13719
+ text-overflow: ellipsis;
13720
+ color: rgba(0, 0, 0, 0.65);
13721
+ font-size: 14px;
13722
+ font-weight: 400;
13723
+ white-space: nowrap;
13724
+ }
13725
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemStatus__e818c28d {
13726
+ flex-shrink: 0;
13727
+ }
13728
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemDelete__e818c28d {
13729
+ position: absolute;
13730
+ right: 0;
13731
+ top: 0;
13732
+ display: none;
13733
+ cursor: pointer;
13734
+ }
13735
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d:hover {
13736
+ background: rgba(0, 0, 0, 0.06);
13737
+ }
13738
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d:hover .index_module_footerFileListListItemDelete__e818c28d {
13739
+ display: flex;
13740
+ }
13741
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListPre__e818c28d {
13742
+ display: flex;
13743
+ justify-content: center;
13744
+ position: absolute;
13745
+ left: 50%;
13746
+ transform: translateX(-50%);
13747
+ top: -8px;
13748
+ z-index: 2;
13749
+ }
13750
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListPre__e818c28d .anticon-double-right {
13751
+ font-size: 16px;
13752
+ transform: rotate(-90deg);
13753
+ color: #595959;
13754
+ cursor: pointer;
13755
+ }
13756
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListNext__e818c28d {
13757
+ display: flex;
13758
+ justify-content: center;
13759
+ position: absolute;
13760
+ left: 50%;
13761
+ transform: translateX(-50%);
13762
+ bottom: -8px;
13763
+ z-index: 2;
13764
+ }
13765
+ .index_module_footerFileListWrapper__e818c28d .index_module_footerFileListNext__e818c28d .anticon-double-right {
13766
+ font-size: 16px;
13767
+ transform: rotate(90deg);
13768
+ color: #595959;
13769
+ cursor: pointer;
13770
+ }
13771
+
13772
+ .index_module_footerReferences__ef2f2d56 {
13773
+ width: 100%;
13774
+ display: flex;
13775
+ align-items: center;
13776
+ gap: 8px;
13777
+ padding: 12px 16px;
13778
+ padding-top: 0;
13779
+ box-sizing: border-box;
13780
+ overflow: hidden;
13781
+ }
13782
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 {
13783
+ padding: 8px;
13784
+ background: #e7e7e7;
13785
+ border-radius: 2px;
13786
+ color: rgba(0, 0, 0, 0.65);
13787
+ font-size: 12px;
13788
+ line-height: 18px;
13789
+ flex: 1;
13790
+ overflow: hidden;
13791
+ /* 两行出现省略号 */
13792
+ }
13793
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_text__ef2f2d56 {
13794
+ width: 100%;
13795
+ max-height: 36px;
13796
+ word-break: break-all;
13797
+ display: -webkit-box;
13798
+ -webkit-line-clamp: 2;
13799
+ -webkit-box-orient: vertical;
13800
+ overflow: hidden;
13801
+ text-overflow: ellipsis;
13802
+ word-wrap: break-word;
13803
+ }
13804
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 {
13805
+ width: 100%;
13806
+ box-sizing: border-box;
13807
+ border-radius: 2px;
13808
+ display: flex;
13809
+ align-items: center;
13810
+ gap: 8px;
13811
+ overflow: hidden;
13812
+ }
13813
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 .index_module_footerReferences_left_file_icon__ef2f2d56 {
13814
+ flex-shrink: 0;
13815
+ }
13816
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 .index_module_footerReferences_left_file_icon__ef2f2d56 > i {
13817
+ font-size: 24px;
13818
+ }
13819
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 .index_module_footerReferences_left_file_title__ef2f2d56 {
13820
+ flex: 1;
13821
+ white-space: nowrap;
13822
+ overflow: hidden;
13823
+ text-overflow: ellipsis;
13824
+ }
13825
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_right__ef2f2d56 {
13826
+ cursor: pointer;
13827
+ display: flex;
13828
+ }
13829
+ .index_module_footerReferences__ef2f2d56 .index_module_footerReferences_right__ef2f2d56 .anticon-close-circle {
13830
+ font-size: 20px;
13831
+ color: #bfbfbf;
13832
+ }