bhd-components 0.10.2 → 0.10.4
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/README.md +1 -1
- package/dist/index.esm.es5.development.css +88 -88
- package/dist/index.esm.es5.development.js +116 -69
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +2 -2
- package/dist/vendor.esm.es5.production.js +2 -2
- package/es2017/AIMessageList/components/footer/index.js +24 -7
- package/es2017/AIMessageList/components/virtuosoList/index.js +9 -2
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +12 -12
- package/es2017/AIMessageList/type.d.ts +25 -9
- package/esm/AIMessageList/components/footer/index.js +106 -64
- package/esm/AIMessageList/components/virtuosoList/index.js +9 -2
- package/esm/AIMessageList/components/virtuosoList/index.module.less +12 -12
- package/esm/AIMessageList/type.d.ts +25 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13229,11 +13229,11 @@ strong {
|
|
|
13229
13229
|
height: 100%;
|
|
13230
13230
|
}
|
|
13231
13231
|
|
|
13232
|
-
.
|
|
13232
|
+
.index_module_virtuosoListWrapper__4d756f02 {
|
|
13233
13233
|
width: 100%;
|
|
13234
13234
|
height: 100%;
|
|
13235
13235
|
}
|
|
13236
|
-
.
|
|
13236
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_loadingIcon__4d756f02 {
|
|
13237
13237
|
width: 100%;
|
|
13238
13238
|
display: flex;
|
|
13239
13239
|
align-items: center;
|
|
@@ -13241,11 +13241,11 @@ strong {
|
|
|
13241
13241
|
padding: 16px 0 24px 0;
|
|
13242
13242
|
box-sizing: border-box;
|
|
13243
13243
|
}
|
|
13244
|
-
.
|
|
13244
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_loadingIcon__4d756f02 > img {
|
|
13245
13245
|
width: 32px;
|
|
13246
13246
|
height: 32px;
|
|
13247
13247
|
}
|
|
13248
|
-
.
|
|
13248
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgDate__4d756f02 {
|
|
13249
13249
|
width: 100%;
|
|
13250
13250
|
display: flex;
|
|
13251
13251
|
align-items: center;
|
|
@@ -13256,7 +13256,7 @@ strong {
|
|
|
13256
13256
|
font-size: 14px;
|
|
13257
13257
|
color: rgba(0, 0, 0, 0.25);
|
|
13258
13258
|
}
|
|
13259
|
-
.
|
|
13259
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgDate__4d756f02:before {
|
|
13260
13260
|
content: "";
|
|
13261
13261
|
display: block;
|
|
13262
13262
|
flex: 1;
|
|
@@ -13264,7 +13264,7 @@ strong {
|
|
|
13264
13264
|
height: 1px;
|
|
13265
13265
|
background: #ebebeb;
|
|
13266
13266
|
}
|
|
13267
|
-
.
|
|
13267
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgDate__4d756f02:after {
|
|
13268
13268
|
content: "";
|
|
13269
13269
|
display: block;
|
|
13270
13270
|
flex: 1;
|
|
@@ -13272,30 +13272,30 @@ strong {
|
|
|
13272
13272
|
height: 1px;
|
|
13273
13273
|
background: #ebebeb;
|
|
13274
13274
|
}
|
|
13275
|
-
.
|
|
13275
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 {
|
|
13276
13276
|
width: 100%;
|
|
13277
13277
|
padding: 0px 16px;
|
|
13278
13278
|
padding-top: 0;
|
|
13279
13279
|
box-sizing: border-box;
|
|
13280
13280
|
display: flex;
|
|
13281
13281
|
}
|
|
13282
|
-
.
|
|
13282
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 {
|
|
13283
13283
|
max-width: 80%;
|
|
13284
13284
|
font-size: 14px;
|
|
13285
13285
|
color: rgba(0, 0, 0, 0.65);
|
|
13286
13286
|
display: flex;
|
|
13287
13287
|
flex-direction: column;
|
|
13288
13288
|
}
|
|
13289
|
-
.
|
|
13289
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 {
|
|
13290
13290
|
position: relative;
|
|
13291
13291
|
width: -moz-fit-content;
|
|
13292
13292
|
width: fit-content;
|
|
13293
13293
|
max-width: 100%;
|
|
13294
13294
|
}
|
|
13295
|
-
.
|
|
13295
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 {
|
|
13296
13296
|
padding: 12px 16px;
|
|
13297
13297
|
}
|
|
13298
|
-
.
|
|
13298
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 {
|
|
13299
13299
|
display: flex;
|
|
13300
13300
|
justify-content: flex-end;
|
|
13301
13301
|
align-items: center;
|
|
@@ -13305,164 +13305,164 @@ strong {
|
|
|
13305
13305
|
background: rgba(0, 0, 0, 0.02);
|
|
13306
13306
|
text-align: right;
|
|
13307
13307
|
height: 37px;
|
|
13308
|
-
line-height: 37px
|
|
13309
|
-
padding: 0
|
|
13310
|
-
padding-right: 16px
|
|
13308
|
+
line-height: 37px;
|
|
13309
|
+
padding: 0 ;
|
|
13310
|
+
padding-right: 16px ;
|
|
13311
13311
|
position: relative;
|
|
13312
13312
|
cursor: pointer;
|
|
13313
|
-
font-weight: 400
|
|
13313
|
+
font-weight: 400 ;
|
|
13314
13314
|
top: 6px;
|
|
13315
13315
|
}
|
|
13316
|
-
.
|
|
13316
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copyCodeFun__4d756f02 {
|
|
13317
13317
|
display: flex;
|
|
13318
13318
|
}
|
|
13319
|
-
.
|
|
13319
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 .index_module_copyCodeText__4d756f02 {
|
|
13320
13320
|
line-height: 1;
|
|
13321
13321
|
}
|
|
13322
|
-
.
|
|
13322
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 .index_module_icon__4d756f02 {
|
|
13323
13323
|
display: none;
|
|
13324
13324
|
margin-right: 8px;
|
|
13325
13325
|
color: rgba(0, 0, 0, 0.65);
|
|
13326
13326
|
font-size: 14px;
|
|
13327
13327
|
}
|
|
13328
|
-
.
|
|
13328
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 .index_module_icon__4d756f02.index_module_copy__4d756f02 {
|
|
13329
13329
|
display: block;
|
|
13330
13330
|
}
|
|
13331
|
-
.
|
|
13331
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copyCode__4d756f02 {
|
|
13332
13332
|
color: #f4523b;
|
|
13333
13333
|
}
|
|
13334
|
-
.
|
|
13334
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copy__4d756f02 {
|
|
13335
13335
|
display: none;
|
|
13336
13336
|
}
|
|
13337
|
-
.
|
|
13337
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copy_success_flag__4d756f02 {
|
|
13338
13338
|
display: inline-block;
|
|
13339
13339
|
color: #f4523b;
|
|
13340
13340
|
}
|
|
13341
|
-
.
|
|
13341
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copyCodeText__4d756f02 {
|
|
13342
13342
|
color: #f4523b;
|
|
13343
13343
|
}
|
|
13344
|
-
.
|
|
13345
|
-
.
|
|
13346
|
-
.
|
|
13347
|
-
.
|
|
13348
|
-
.
|
|
13349
|
-
.
|
|
13344
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h1,
|
|
13345
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h2,
|
|
13346
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h3,
|
|
13347
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h4,
|
|
13348
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h5,
|
|
13349
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h6 {
|
|
13350
13350
|
color: rgba(0, 0, 0, 0.85);
|
|
13351
13351
|
}
|
|
13352
|
-
.
|
|
13352
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div pre::-webkit-scrollbar {
|
|
13353
13353
|
background-color: #eaedf1;
|
|
13354
13354
|
background-color: transparent;
|
|
13355
13355
|
width: 4px;
|
|
13356
13356
|
height: 4px;
|
|
13357
13357
|
}
|
|
13358
|
-
.
|
|
13358
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div pre::-webkit-scrollbar-thumb {
|
|
13359
13359
|
border-radius: 4px;
|
|
13360
13360
|
background-color: rgba(0, 0, 0, 0.25);
|
|
13361
13361
|
}
|
|
13362
|
-
.
|
|
13362
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div p {
|
|
13363
13363
|
word-break: break-all;
|
|
13364
13364
|
white-space: break-spaces;
|
|
13365
13365
|
}
|
|
13366
|
-
.
|
|
13367
|
-
.
|
|
13366
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div p,
|
|
13367
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div li {
|
|
13368
13368
|
line-height: 1.5;
|
|
13369
13369
|
color: rgba(0, 0, 0, 0.85);
|
|
13370
13370
|
}
|
|
13371
|
-
.
|
|
13371
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div li {
|
|
13372
13372
|
margin-top: 8px;
|
|
13373
13373
|
}
|
|
13374
|
-
.
|
|
13374
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div li:first-child {
|
|
13375
13375
|
margin-top: 0;
|
|
13376
13376
|
}
|
|
13377
|
-
.
|
|
13377
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > h3 {
|
|
13378
13378
|
font-size: 16px;
|
|
13379
13379
|
font-weight: 600;
|
|
13380
13380
|
padding: 10px 0;
|
|
13381
13381
|
}
|
|
13382
|
-
.
|
|
13382
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol {
|
|
13383
13383
|
list-style: decimal;
|
|
13384
13384
|
padding-inline-start: 20px;
|
|
13385
13385
|
}
|
|
13386
|
-
.
|
|
13386
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li {
|
|
13387
13387
|
list-style-type: auto;
|
|
13388
13388
|
}
|
|
13389
|
-
.
|
|
13389
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li p {
|
|
13390
13390
|
font-size: 14px;
|
|
13391
13391
|
font-weight: 600;
|
|
13392
13392
|
}
|
|
13393
|
-
.
|
|
13393
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ul li {
|
|
13394
13394
|
list-style: inside;
|
|
13395
13395
|
color: rgba(0, 0, 0, 0.85);
|
|
13396
13396
|
}
|
|
13397
|
-
.
|
|
13398
|
-
color: #d9d9d9
|
|
13397
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ul li::marker {
|
|
13398
|
+
color: #d9d9d9;
|
|
13399
13399
|
}
|
|
13400
|
-
.
|
|
13401
|
-
padding-top: 8px
|
|
13400
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ul li:first-child {
|
|
13401
|
+
padding-top: 8px;
|
|
13402
13402
|
}
|
|
13403
|
-
.
|
|
13404
|
-
color: rgba(0, 0, 0, 0.45)
|
|
13403
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ol li::marker {
|
|
13404
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13405
13405
|
}
|
|
13406
|
-
.
|
|
13407
|
-
padding-top: 8px
|
|
13406
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ol li:first-child {
|
|
13407
|
+
padding-top: 8px;
|
|
13408
13408
|
}
|
|
13409
|
-
.
|
|
13409
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol > li:last-of-type pre {
|
|
13410
13410
|
margin-bottom: 0;
|
|
13411
13411
|
}
|
|
13412
|
-
.
|
|
13412
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > *:not(pre) {
|
|
13413
13413
|
padding-top: 8px;
|
|
13414
13414
|
padding-bottom: 8px;
|
|
13415
13415
|
}
|
|
13416
|
-
.
|
|
13417
|
-
padding-top: 0
|
|
13416
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > *:not(pre):first-child {
|
|
13417
|
+
padding-top: 0;
|
|
13418
13418
|
}
|
|
13419
|
-
.
|
|
13420
|
-
padding-bottom: 0
|
|
13419
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > *:not(pre):last-child {
|
|
13420
|
+
padding-bottom: 0;
|
|
13421
13421
|
}
|
|
13422
|
-
.
|
|
13423
|
-
.
|
|
13422
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > h3,
|
|
13423
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > h4 {
|
|
13424
13424
|
padding-top: 8px;
|
|
13425
13425
|
padding-bottom: 4px;
|
|
13426
13426
|
}
|
|
13427
|
-
.
|
|
13427
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > p + p {
|
|
13428
13428
|
padding-top: 4px;
|
|
13429
13429
|
padding-bottom: 4px;
|
|
13430
13430
|
}
|
|
13431
|
-
.
|
|
13431
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > pre:last-of-type {
|
|
13432
13432
|
margin-bottom: 0;
|
|
13433
13433
|
}
|
|
13434
|
-
.
|
|
13434
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > pre:last-of-type + * {
|
|
13435
13435
|
margin-top: 8px;
|
|
13436
13436
|
}
|
|
13437
|
-
.
|
|
13437
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div hr {
|
|
13438
13438
|
height: 0;
|
|
13439
13439
|
padding: 0;
|
|
13440
13440
|
margin: 0;
|
|
13441
13441
|
border: none;
|
|
13442
13442
|
}
|
|
13443
|
-
.
|
|
13443
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div table {
|
|
13444
13444
|
width: 100%;
|
|
13445
|
-
padding: 0
|
|
13445
|
+
padding: 0;
|
|
13446
13446
|
margin: 8px 0;
|
|
13447
13447
|
border-collapse: separate;
|
|
13448
13448
|
border-top: 1px solid #dfe6ec;
|
|
13449
13449
|
border-left: 1px solid #dfe6ec;
|
|
13450
13450
|
}
|
|
13451
|
-
.
|
|
13451
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div table thead tr th {
|
|
13452
13452
|
background-color: #f8f8f9;
|
|
13453
13453
|
padding: 8px;
|
|
13454
13454
|
text-align: center;
|
|
13455
13455
|
border-bottom: 1px solid #dfe6ec;
|
|
13456
13456
|
border-right: 1px solid #dfe6ec;
|
|
13457
13457
|
}
|
|
13458
|
-
.
|
|
13458
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div table tbody tr td {
|
|
13459
13459
|
padding: 8px;
|
|
13460
13460
|
line-height: 21px;
|
|
13461
13461
|
height: 37px;
|
|
13462
13462
|
border-bottom: 1px solid #dfe6ec;
|
|
13463
13463
|
border-right: 1px solid #dfe6ec;
|
|
13464
13464
|
}
|
|
13465
|
-
.
|
|
13465
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div pre {
|
|
13466
13466
|
background: #fafafa;
|
|
13467
13467
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
13468
13468
|
border-top: none;
|
|
@@ -13472,7 +13472,7 @@ strong {
|
|
|
13472
13472
|
margin-bottom: 8px;
|
|
13473
13473
|
border-radius: 0 0 4px 4px;
|
|
13474
13474
|
}
|
|
13475
|
-
.
|
|
13475
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 {
|
|
13476
13476
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
13477
13477
|
padding: 12px 16px;
|
|
13478
13478
|
width: 100%;
|
|
@@ -13480,40 +13480,40 @@ strong {
|
|
|
13480
13480
|
align-items: center;
|
|
13481
13481
|
justify-content: space-between;
|
|
13482
13482
|
}
|
|
13483
|
-
.
|
|
13483
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 .index_module_msgItemActionRight__4d756f02 {
|
|
13484
13484
|
display: flex;
|
|
13485
13485
|
align-items: center;
|
|
13486
13486
|
gap: 8px;
|
|
13487
13487
|
}
|
|
13488
|
-
.
|
|
13488
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 {
|
|
13489
13489
|
height: 24px;
|
|
13490
13490
|
position: relative;
|
|
13491
13491
|
}
|
|
13492
|
-
.
|
|
13492
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13493
13493
|
position: absolute;
|
|
13494
13494
|
width: -moz-max-content;
|
|
13495
13495
|
width: max-content;
|
|
13496
|
-
border-radius: 4px
|
|
13496
|
+
border-radius: 4px;
|
|
13497
13497
|
background: #fff;
|
|
13498
13498
|
line-height: 1;
|
|
13499
13499
|
z-index: 9;
|
|
13500
13500
|
padding: 4px 8px;
|
|
13501
13501
|
}
|
|
13502
|
-
.
|
|
13502
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 .index_module_msgItemActionRight__4d756f02 {
|
|
13503
13503
|
display: flex;
|
|
13504
13504
|
gap: 8px;
|
|
13505
13505
|
}
|
|
13506
|
-
.
|
|
13506
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02.index_module_msgItemActionPopoverFloatTop__4d756f02 {
|
|
13507
13507
|
bottom: 4px;
|
|
13508
13508
|
right: 0;
|
|
13509
13509
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
13510
13510
|
}
|
|
13511
|
-
.
|
|
13511
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02.index_module_msgItemActionPopoverFloatBottom__4d756f02 {
|
|
13512
13512
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
13513
13513
|
right: 0;
|
|
13514
13514
|
top: 4px;
|
|
13515
13515
|
}
|
|
13516
|
-
.
|
|
13516
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemReferencesText__4d756f02 {
|
|
13517
13517
|
padding: 8px;
|
|
13518
13518
|
border-radius: 2px;
|
|
13519
13519
|
background: #e7e7e7;
|
|
@@ -13521,7 +13521,7 @@ strong {
|
|
|
13521
13521
|
color: rgba(0, 0, 0, 0.65);
|
|
13522
13522
|
margin-top: 8px;
|
|
13523
13523
|
}
|
|
13524
|
-
.
|
|
13524
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemReferencesText__4d756f02 > div {
|
|
13525
13525
|
width: 100%;
|
|
13526
13526
|
max-height: 36px;
|
|
13527
13527
|
word-break: break-all;
|
|
@@ -13532,43 +13532,43 @@ strong {
|
|
|
13532
13532
|
text-overflow: ellipsis;
|
|
13533
13533
|
word-wrap: break-word;
|
|
13534
13534
|
}
|
|
13535
|
-
.
|
|
13535
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 {
|
|
13536
13536
|
justify-content: flex-start;
|
|
13537
13537
|
}
|
|
13538
|
-
.
|
|
13538
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 {
|
|
13539
13539
|
align-items: flex-start;
|
|
13540
13540
|
}
|
|
13541
|
-
.
|
|
13541
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 {
|
|
13542
13542
|
background: #ffffff;
|
|
13543
13543
|
border-radius: 2px 20px 20px 20px;
|
|
13544
13544
|
}
|
|
13545
|
-
.
|
|
13545
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 {
|
|
13546
13546
|
border-radius: 0px 0px 20px 20px;
|
|
13547
13547
|
}
|
|
13548
|
-
.
|
|
13548
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 {
|
|
13549
13549
|
margin-left: auto;
|
|
13550
13550
|
}
|
|
13551
|
-
.
|
|
13551
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13552
13552
|
display: none;
|
|
13553
13553
|
}
|
|
13554
|
-
.
|
|
13554
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 {
|
|
13555
13555
|
justify-content: flex-end;
|
|
13556
13556
|
padding-bottom: 24px;
|
|
13557
13557
|
}
|
|
13558
|
-
.
|
|
13558
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 {
|
|
13559
13559
|
align-items: flex-end;
|
|
13560
13560
|
}
|
|
13561
|
-
.
|
|
13561
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02:hover .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13562
13562
|
display: flex;
|
|
13563
13563
|
}
|
|
13564
|
-
.
|
|
13564
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 {
|
|
13565
13565
|
border-radius: 20px 2px 20px 20px;
|
|
13566
13566
|
background: #d1e4ff;
|
|
13567
13567
|
}
|
|
13568
|
-
.
|
|
13568
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 {
|
|
13569
13569
|
border-radius: 0px 0px 20px 20px;
|
|
13570
13570
|
}
|
|
13571
|
-
.
|
|
13571
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13572
13572
|
display: none;
|
|
13573
13573
|
}
|
|
13574
13574
|
|