bhd-components 0.10.12 → 0.10.14
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 +768 -0
- package/dist/index.esm.es5.development.js +3133 -159
- 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 +2515 -1100
- package/dist/vendor.esm.es5.production.js +136 -136
- package/es2017/AIMessageList/components/content/index.d.ts +4 -0
- package/es2017/AIMessageList/components/content/index.js +29 -0
- package/es2017/AIMessageList/components/content/index.module.less +8 -0
- package/es2017/AIMessageList/components/copyIcon/index.d.ts +7 -0
- package/es2017/AIMessageList/components/copyIcon/index.js +73 -0
- package/es2017/AIMessageList/components/copyIcon/index.module.less +23 -0
- package/es2017/AIMessageList/components/errorCallback/index.d.ts +3 -0
- package/es2017/AIMessageList/components/errorCallback/index.js +6 -0
- package/es2017/AIMessageList/components/fileList/fileIcon.d.ts +3 -0
- package/es2017/AIMessageList/components/fileList/fileIcon.js +970 -0
- package/es2017/AIMessageList/components/fileList/index.d.ts +4 -0
- package/es2017/AIMessageList/components/fileList/index.js +315 -0
- package/es2017/AIMessageList/components/fileList/index.module.less +95 -0
- package/es2017/AIMessageList/components/footer/index.d.ts +10 -0
- package/es2017/AIMessageList/components/footer/index.js +402 -0
- package/es2017/AIMessageList/components/footer/index.module.less +51 -0
- package/es2017/AIMessageList/components/header/index.d.ts +9 -0
- package/es2017/AIMessageList/components/header/index.js +94 -0
- package/es2017/AIMessageList/components/header/index.module.less +31 -0
- package/es2017/AIMessageList/components/referencesIcon/index.d.ts +9 -0
- package/es2017/AIMessageList/components/referencesIcon/index.js +63 -0
- package/es2017/AIMessageList/components/referencesIcon/index.module.less +14 -0
- package/es2017/AIMessageList/components/refreshBtn/index.d.ts +4 -0
- package/es2017/AIMessageList/components/refreshBtn/index.js +29 -0
- package/es2017/AIMessageList/components/refreshBtn/index.module.less +12 -0
- package/es2017/AIMessageList/components/remarkBtn/index.d.ts +4 -0
- package/es2017/AIMessageList/components/remarkBtn/index.js +51 -0
- package/es2017/AIMessageList/components/remarkBtn/index.module.less +13 -0
- package/es2017/AIMessageList/components/renderReferrnce/index.d.ts +10 -0
- package/es2017/AIMessageList/components/renderReferrnce/index.js +68 -0
- package/es2017/AIMessageList/components/renderReferrnce/index.module.less +64 -0
- package/es2017/AIMessageList/components/sendBtn/index.d.ts +4 -0
- package/es2017/AIMessageList/components/sendBtn/index.js +51 -0
- package/es2017/AIMessageList/components/sendBtn/index.module.less +25 -0
- package/es2017/AIMessageList/components/uplodaFileBtn/index.d.ts +4 -0
- package/es2017/AIMessageList/components/uplodaFileBtn/index.js +33 -0
- package/es2017/AIMessageList/components/uplodaFileBtn/index.module.less +5 -0
- package/es2017/AIMessageList/components/virtuosoList/index.d.ts +5 -0
- package/es2017/AIMessageList/components/virtuosoList/index.js +696 -0
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +467 -0
- package/es2017/AIMessageList/index.d.ts +4 -0
- package/es2017/AIMessageList/index.js +58 -0
- package/es2017/AIMessageList/index.module.less +20 -0
- package/es2017/AIMessageList/type.d.ts +307 -0
- package/es2017/customerService/index.js +1 -0
- package/es2017/images/loading2.js +2 -0
- package/es2017/index.d.ts +1 -0
- package/es2017/index.js +1 -0
- package/es2017/utils/Date.d.ts +2 -1
- package/es2017/utils/Date.js +2 -1
- package/es2017/utils/dom.d.ts +4 -1
- package/es2017/utils/dom.js +44 -1
- package/es2017/utils/number.d.ts +1 -0
- package/es2017/utils/number.js +9 -0
- package/esm/AIMessageList/components/content/index.d.ts +4 -0
- package/esm/AIMessageList/components/content/index.js +29 -0
- package/esm/AIMessageList/components/content/index.module.less +8 -0
- package/esm/AIMessageList/components/copyIcon/index.d.ts +7 -0
- package/esm/AIMessageList/components/copyIcon/index.js +76 -0
- package/esm/AIMessageList/components/copyIcon/index.module.less +23 -0
- package/esm/AIMessageList/components/errorCallback/index.d.ts +3 -0
- package/esm/AIMessageList/components/errorCallback/index.js +6 -0
- package/esm/AIMessageList/components/fileList/fileIcon.d.ts +3 -0
- package/esm/AIMessageList/components/fileList/fileIcon.js +970 -0
- package/esm/AIMessageList/components/fileList/index.d.ts +4 -0
- package/esm/AIMessageList/components/fileList/index.js +337 -0
- package/esm/AIMessageList/components/fileList/index.module.less +95 -0
- package/esm/AIMessageList/components/footer/index.d.ts +10 -0
- package/esm/AIMessageList/components/footer/index.js +418 -0
- package/esm/AIMessageList/components/footer/index.module.less +51 -0
- package/esm/AIMessageList/components/header/index.d.ts +9 -0
- package/esm/AIMessageList/components/header/index.js +96 -0
- package/esm/AIMessageList/components/header/index.module.less +31 -0
- package/esm/AIMessageList/components/referencesIcon/index.d.ts +9 -0
- package/esm/AIMessageList/components/referencesIcon/index.js +65 -0
- package/esm/AIMessageList/components/referencesIcon/index.module.less +14 -0
- package/esm/AIMessageList/components/refreshBtn/index.d.ts +4 -0
- package/esm/AIMessageList/components/refreshBtn/index.js +31 -0
- package/esm/AIMessageList/components/refreshBtn/index.module.less +12 -0
- package/esm/AIMessageList/components/remarkBtn/index.d.ts +4 -0
- package/esm/AIMessageList/components/remarkBtn/index.js +51 -0
- package/esm/AIMessageList/components/remarkBtn/index.module.less +13 -0
- package/esm/AIMessageList/components/renderReferrnce/index.d.ts +10 -0
- package/esm/AIMessageList/components/renderReferrnce/index.js +72 -0
- package/esm/AIMessageList/components/renderReferrnce/index.module.less +64 -0
- package/esm/AIMessageList/components/sendBtn/index.d.ts +4 -0
- package/esm/AIMessageList/components/sendBtn/index.js +53 -0
- package/esm/AIMessageList/components/sendBtn/index.module.less +25 -0
- package/esm/AIMessageList/components/uplodaFileBtn/index.d.ts +4 -0
- package/esm/AIMessageList/components/uplodaFileBtn/index.js +33 -0
- package/esm/AIMessageList/components/uplodaFileBtn/index.module.less +5 -0
- package/esm/AIMessageList/components/virtuosoList/index.d.ts +5 -0
- package/esm/AIMessageList/components/virtuosoList/index.js +673 -0
- package/esm/AIMessageList/components/virtuosoList/index.module.less +467 -0
- package/esm/AIMessageList/index.d.ts +4 -0
- package/esm/AIMessageList/index.js +58 -0
- package/esm/AIMessageList/index.module.less +20 -0
- package/esm/AIMessageList/type.d.ts +307 -0
- package/esm/customerService/index.js +1 -0
- package/esm/images/loading2.js +2 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/utils/Date.d.ts +2 -1
- package/esm/utils/Date.js +2 -1
- package/esm/utils/dom.d.ts +4 -1
- package/esm/utils/dom.js +45 -1
- package/esm/utils/number.d.ts +1 -0
- package/esm/utils/number.js +9 -0
- package/package.json +2 -1
|
@@ -13170,3 +13170,771 @@ strong {
|
|
|
13170
13170
|
font-size: 14px;
|
|
13171
13171
|
cursor: pointer;
|
|
13172
13172
|
}
|
|
13173
|
+
|
|
13174
|
+
.index_module_root__b60b60e0 {
|
|
13175
|
+
width: 100%;
|
|
13176
|
+
height: 100%;
|
|
13177
|
+
display: flex;
|
|
13178
|
+
flex-direction: column;
|
|
13179
|
+
background: #f5f5f5;
|
|
13180
|
+
overflow: hidden;
|
|
13181
|
+
}
|
|
13182
|
+
.index_module_root__b60b60e0 .index_module_rootHeader__b60b60e0 {
|
|
13183
|
+
width: 100%;
|
|
13184
|
+
flex-shrink: 0;
|
|
13185
|
+
}
|
|
13186
|
+
.index_module_root__b60b60e0 .index_module_rootContent__b60b60e0 {
|
|
13187
|
+
width: 100%;
|
|
13188
|
+
flex: 1;
|
|
13189
|
+
}
|
|
13190
|
+
.index_module_root__b60b60e0 .index_module_rootFooter__b60b60e0 {
|
|
13191
|
+
width: 100%;
|
|
13192
|
+
flex-shrink: 0;
|
|
13193
|
+
}
|
|
13194
|
+
|
|
13195
|
+
.index_module_header__3cf37c84 {
|
|
13196
|
+
width: 100%;
|
|
13197
|
+
padding: 8px 16px;
|
|
13198
|
+
box-sizing: border-box;
|
|
13199
|
+
display: flex;
|
|
13200
|
+
align-items: center;
|
|
13201
|
+
gap: 8px;
|
|
13202
|
+
justify-content: space-between;
|
|
13203
|
+
border-bottom: 1px solid #ebebeb;
|
|
13204
|
+
}
|
|
13205
|
+
.index_module_header__3cf37c84 .index_module_headerLeft__3cf37c84 {
|
|
13206
|
+
display: flex;
|
|
13207
|
+
align-items: center;
|
|
13208
|
+
gap: 8px;
|
|
13209
|
+
}
|
|
13210
|
+
.index_module_header__3cf37c84 .index_module_headerLeft__3cf37c84 .index_module_headerIcon__3cf37c84 > i {
|
|
13211
|
+
line-height: 1;
|
|
13212
|
+
font-size: 16px;
|
|
13213
|
+
display: flex;
|
|
13214
|
+
}
|
|
13215
|
+
.index_module_header__3cf37c84 .index_module_headerLeft__3cf37c84 .index_module_headerTitle__3cf37c84 {
|
|
13216
|
+
font-weight: 600;
|
|
13217
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13218
|
+
font-size: 16px;
|
|
13219
|
+
line-height: 1.5;
|
|
13220
|
+
}
|
|
13221
|
+
.index_module_header__3cf37c84 .index_module_headerRight__3cf37c84 {
|
|
13222
|
+
font-size: 16px;
|
|
13223
|
+
}
|
|
13224
|
+
|
|
13225
|
+
.index_module_content__fcd2c97c {
|
|
13226
|
+
width: 100%;
|
|
13227
|
+
height: 100%;
|
|
13228
|
+
}
|
|
13229
|
+
.index_module_content__fcd2c97c .index_module_contentList__fcd2c97c {
|
|
13230
|
+
width: 100%;
|
|
13231
|
+
height: 100%;
|
|
13232
|
+
}
|
|
13233
|
+
|
|
13234
|
+
.index_module_virtuosoListWrapper__1f4840d2 {
|
|
13235
|
+
width: 100%;
|
|
13236
|
+
height: 100%;
|
|
13237
|
+
}
|
|
13238
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_loadingIcon__1f4840d2 {
|
|
13239
|
+
width: 100%;
|
|
13240
|
+
display: flex;
|
|
13241
|
+
align-items: center;
|
|
13242
|
+
justify-content: center;
|
|
13243
|
+
padding: 16px 0 24px 0;
|
|
13244
|
+
box-sizing: border-box;
|
|
13245
|
+
}
|
|
13246
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_loadingIcon__1f4840d2 > img {
|
|
13247
|
+
width: 32px;
|
|
13248
|
+
height: 32px;
|
|
13249
|
+
}
|
|
13250
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgDate__1f4840d2 {
|
|
13251
|
+
width: 100%;
|
|
13252
|
+
display: flex;
|
|
13253
|
+
align-items: center;
|
|
13254
|
+
justify-content: center;
|
|
13255
|
+
padding: 16px 32px 16px 32px;
|
|
13256
|
+
box-sizing: border-box;
|
|
13257
|
+
gap: 16px;
|
|
13258
|
+
font-size: 14px;
|
|
13259
|
+
color: rgba(0, 0, 0, 0.25);
|
|
13260
|
+
}
|
|
13261
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgDate__1f4840d2:before {
|
|
13262
|
+
content: "";
|
|
13263
|
+
display: block;
|
|
13264
|
+
flex: 1;
|
|
13265
|
+
width: 50%;
|
|
13266
|
+
height: 1px;
|
|
13267
|
+
background: #ebebeb;
|
|
13268
|
+
}
|
|
13269
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgDate__1f4840d2:after {
|
|
13270
|
+
content: "";
|
|
13271
|
+
display: block;
|
|
13272
|
+
flex: 1;
|
|
13273
|
+
width: 50%;
|
|
13274
|
+
height: 1px;
|
|
13275
|
+
background: #ebebeb;
|
|
13276
|
+
}
|
|
13277
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 {
|
|
13278
|
+
width: 100%;
|
|
13279
|
+
padding: 0px 16px;
|
|
13280
|
+
padding-top: 0;
|
|
13281
|
+
box-sizing: border-box;
|
|
13282
|
+
display: flex;
|
|
13283
|
+
}
|
|
13284
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 {
|
|
13285
|
+
max-width: 80%;
|
|
13286
|
+
font-size: 14px;
|
|
13287
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13288
|
+
display: flex;
|
|
13289
|
+
flex-direction: column;
|
|
13290
|
+
}
|
|
13291
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 {
|
|
13292
|
+
position: relative;
|
|
13293
|
+
width: -moz-fit-content;
|
|
13294
|
+
width: fit-content;
|
|
13295
|
+
max-width: 100%;
|
|
13296
|
+
}
|
|
13297
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 {
|
|
13298
|
+
padding: 12px 16px;
|
|
13299
|
+
}
|
|
13300
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 {
|
|
13301
|
+
display: flex;
|
|
13302
|
+
justify-content: flex-end;
|
|
13303
|
+
align-items: center;
|
|
13304
|
+
border-radius: 4px 4px 0px 0px;
|
|
13305
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
13306
|
+
border-bottom-color: rgba(0, 0, 0, 0.06);
|
|
13307
|
+
background: rgba(0, 0, 0, 0.02);
|
|
13308
|
+
text-align: right;
|
|
13309
|
+
height: 37px;
|
|
13310
|
+
line-height: 37px;
|
|
13311
|
+
padding: 0;
|
|
13312
|
+
padding-right: 16px;
|
|
13313
|
+
position: relative;
|
|
13314
|
+
cursor: pointer;
|
|
13315
|
+
font-weight: 400;
|
|
13316
|
+
top: 6px;
|
|
13317
|
+
}
|
|
13318
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copyCodeFun__1f4840d2 {
|
|
13319
|
+
display: flex;
|
|
13320
|
+
}
|
|
13321
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 .index_module_copyCodeText__1f4840d2 {
|
|
13322
|
+
line-height: 1;
|
|
13323
|
+
}
|
|
13324
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 .index_module_icon__1f4840d2 {
|
|
13325
|
+
display: none;
|
|
13326
|
+
margin-right: 8px;
|
|
13327
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13328
|
+
font-size: 14px;
|
|
13329
|
+
}
|
|
13330
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 .index_module_icon__1f4840d2.index_module_copy__1f4840d2 {
|
|
13331
|
+
display: block;
|
|
13332
|
+
}
|
|
13333
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copyCode__1f4840d2 {
|
|
13334
|
+
color: #f4523b;
|
|
13335
|
+
}
|
|
13336
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copy__1f4840d2 {
|
|
13337
|
+
display: none;
|
|
13338
|
+
}
|
|
13339
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copy_success_flag__1f4840d2 {
|
|
13340
|
+
display: inline-block;
|
|
13341
|
+
color: #f4523b;
|
|
13342
|
+
}
|
|
13343
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copyCodeText__1f4840d2 {
|
|
13344
|
+
color: #f4523b;
|
|
13345
|
+
}
|
|
13346
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h1,
|
|
13347
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h2,
|
|
13348
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h3,
|
|
13349
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h4,
|
|
13350
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h5,
|
|
13351
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h6 {
|
|
13352
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13353
|
+
}
|
|
13354
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div pre::-webkit-scrollbar {
|
|
13355
|
+
background-color: #eaedf1;
|
|
13356
|
+
background-color: transparent;
|
|
13357
|
+
width: 4px;
|
|
13358
|
+
height: 4px;
|
|
13359
|
+
}
|
|
13360
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div pre::-webkit-scrollbar-thumb {
|
|
13361
|
+
border-radius: 4px;
|
|
13362
|
+
background-color: rgba(0, 0, 0, 0.25);
|
|
13363
|
+
}
|
|
13364
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div p {
|
|
13365
|
+
word-break: break-all;
|
|
13366
|
+
white-space: break-spaces;
|
|
13367
|
+
}
|
|
13368
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div p,
|
|
13369
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div li {
|
|
13370
|
+
line-height: 1.5;
|
|
13371
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13372
|
+
}
|
|
13373
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div li {
|
|
13374
|
+
margin-top: 8px;
|
|
13375
|
+
}
|
|
13376
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div li:first-child {
|
|
13377
|
+
margin-top: 0;
|
|
13378
|
+
}
|
|
13379
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > h3 {
|
|
13380
|
+
font-size: 16px;
|
|
13381
|
+
font-weight: 600;
|
|
13382
|
+
padding: 10px 0;
|
|
13383
|
+
}
|
|
13384
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol {
|
|
13385
|
+
list-style: decimal;
|
|
13386
|
+
padding-inline-start: 20px;
|
|
13387
|
+
}
|
|
13388
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li {
|
|
13389
|
+
list-style-type: auto;
|
|
13390
|
+
}
|
|
13391
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li p {
|
|
13392
|
+
font-size: 14px;
|
|
13393
|
+
font-weight: 600;
|
|
13394
|
+
}
|
|
13395
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ul li {
|
|
13396
|
+
list-style: inside;
|
|
13397
|
+
color: rgba(0, 0, 0, 0.85);
|
|
13398
|
+
}
|
|
13399
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ul li::marker {
|
|
13400
|
+
color: #d9d9d9;
|
|
13401
|
+
}
|
|
13402
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ul li:first-child {
|
|
13403
|
+
padding-top: 8px;
|
|
13404
|
+
}
|
|
13405
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ol li::marker {
|
|
13406
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13407
|
+
}
|
|
13408
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ol li:first-child {
|
|
13409
|
+
padding-top: 8px;
|
|
13410
|
+
}
|
|
13411
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol > li:last-of-type pre {
|
|
13412
|
+
margin-bottom: 0;
|
|
13413
|
+
}
|
|
13414
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > *:not(pre) {
|
|
13415
|
+
padding-top: 8px;
|
|
13416
|
+
padding-bottom: 8px;
|
|
13417
|
+
}
|
|
13418
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > *:not(pre):first-child {
|
|
13419
|
+
padding-top: 0;
|
|
13420
|
+
}
|
|
13421
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > *:not(pre):last-child {
|
|
13422
|
+
padding-bottom: 0;
|
|
13423
|
+
}
|
|
13424
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > h3,
|
|
13425
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > h4 {
|
|
13426
|
+
padding-top: 8px;
|
|
13427
|
+
padding-bottom: 4px;
|
|
13428
|
+
}
|
|
13429
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > p + p {
|
|
13430
|
+
padding-top: 4px;
|
|
13431
|
+
padding-bottom: 4px;
|
|
13432
|
+
}
|
|
13433
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > pre:last-of-type {
|
|
13434
|
+
margin-bottom: 0;
|
|
13435
|
+
}
|
|
13436
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > pre:last-of-type + * {
|
|
13437
|
+
margin-top: 8px;
|
|
13438
|
+
}
|
|
13439
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div hr {
|
|
13440
|
+
height: 0;
|
|
13441
|
+
padding: 0;
|
|
13442
|
+
margin: 0;
|
|
13443
|
+
border: none;
|
|
13444
|
+
}
|
|
13445
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div table {
|
|
13446
|
+
width: 100%;
|
|
13447
|
+
padding: 0;
|
|
13448
|
+
margin: 8px 0;
|
|
13449
|
+
border-collapse: separate;
|
|
13450
|
+
border-top: 1px solid #dfe6ec;
|
|
13451
|
+
border-left: 1px solid #dfe6ec;
|
|
13452
|
+
}
|
|
13453
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div table thead tr th {
|
|
13454
|
+
background-color: #f8f8f9;
|
|
13455
|
+
padding: 8px;
|
|
13456
|
+
text-align: center;
|
|
13457
|
+
border-bottom: 1px solid #dfe6ec;
|
|
13458
|
+
border-right: 1px solid #dfe6ec;
|
|
13459
|
+
}
|
|
13460
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div table tbody tr td {
|
|
13461
|
+
padding: 8px;
|
|
13462
|
+
line-height: 21px;
|
|
13463
|
+
height: 37px;
|
|
13464
|
+
border-bottom: 1px solid #dfe6ec;
|
|
13465
|
+
border-right: 1px solid #dfe6ec;
|
|
13466
|
+
}
|
|
13467
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div pre {
|
|
13468
|
+
background: #fafafa;
|
|
13469
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
13470
|
+
border-top: none;
|
|
13471
|
+
padding: 12px;
|
|
13472
|
+
line-height: 1.5;
|
|
13473
|
+
margin: 4px 0;
|
|
13474
|
+
margin-bottom: 8px;
|
|
13475
|
+
border-radius: 0 0 4px 4px;
|
|
13476
|
+
}
|
|
13477
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 {
|
|
13478
|
+
display: flex;
|
|
13479
|
+
align-items: center;
|
|
13480
|
+
padding: 8px 12px;
|
|
13481
|
+
background: #fafafa;
|
|
13482
|
+
border-radius: 8px;
|
|
13483
|
+
border: 1px solid #ebebeb;
|
|
13484
|
+
gap: 12px;
|
|
13485
|
+
min-width: 216px;
|
|
13486
|
+
}
|
|
13487
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 .index_module_msgItemFileLeft__1f4840d2 {
|
|
13488
|
+
font-size: 24px;
|
|
13489
|
+
display: flex;
|
|
13490
|
+
justify-content: center;
|
|
13491
|
+
align-items: center;
|
|
13492
|
+
padding: 0;
|
|
13493
|
+
margin: 0;
|
|
13494
|
+
}
|
|
13495
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 .index_module_msgItemFileLeft__1f4840d2 > i {
|
|
13496
|
+
display: flex;
|
|
13497
|
+
font-size: 24px;
|
|
13498
|
+
}
|
|
13499
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 .index_module_msgItemFileRight__1f4840d2 {
|
|
13500
|
+
font-size: 14px;
|
|
13501
|
+
font-weight: 400;
|
|
13502
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13503
|
+
margin: 0;
|
|
13504
|
+
padding: 0;
|
|
13505
|
+
}
|
|
13506
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 {
|
|
13507
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
13508
|
+
padding: 12px 16px;
|
|
13509
|
+
width: 100%;
|
|
13510
|
+
display: flex;
|
|
13511
|
+
align-items: center;
|
|
13512
|
+
justify-content: space-between;
|
|
13513
|
+
}
|
|
13514
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 .index_module_msgItemActionLeft__1f4840d2 {
|
|
13515
|
+
display: flex;
|
|
13516
|
+
align-items: center;
|
|
13517
|
+
gap: 8px;
|
|
13518
|
+
}
|
|
13519
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 .index_module_msgItemActionRight__1f4840d2 {
|
|
13520
|
+
display: flex;
|
|
13521
|
+
align-items: center;
|
|
13522
|
+
gap: 8px;
|
|
13523
|
+
}
|
|
13524
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 {
|
|
13525
|
+
height: 24px;
|
|
13526
|
+
position: relative;
|
|
13527
|
+
}
|
|
13528
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13529
|
+
position: absolute;
|
|
13530
|
+
width: -moz-max-content;
|
|
13531
|
+
width: max-content;
|
|
13532
|
+
border-radius: 4px;
|
|
13533
|
+
background: #fff;
|
|
13534
|
+
line-height: 1;
|
|
13535
|
+
z-index: 9;
|
|
13536
|
+
padding: 4px 8px;
|
|
13537
|
+
}
|
|
13538
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 .index_module_msgItemActionLeft__1f4840d2 {
|
|
13539
|
+
display: flex;
|
|
13540
|
+
align-items: center;
|
|
13541
|
+
gap: 8px;
|
|
13542
|
+
}
|
|
13543
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 .index_module_msgItemActionRight__1f4840d2 {
|
|
13544
|
+
display: flex;
|
|
13545
|
+
align-items: center;
|
|
13546
|
+
gap: 8px;
|
|
13547
|
+
}
|
|
13548
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2.index_module_msgItemActionPopoverFloatTop__1f4840d2 {
|
|
13549
|
+
bottom: 4px;
|
|
13550
|
+
right: 0;
|
|
13551
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
13552
|
+
}
|
|
13553
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2.index_module_msgItemActionPopoverFloatBottom__1f4840d2 {
|
|
13554
|
+
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
13555
|
+
right: 0;
|
|
13556
|
+
top: 4px;
|
|
13557
|
+
}
|
|
13558
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceText__1f4840d2 {
|
|
13559
|
+
padding: 8px;
|
|
13560
|
+
border-radius: 2px;
|
|
13561
|
+
background: #e7e7e7;
|
|
13562
|
+
font-size: 12px;
|
|
13563
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13564
|
+
margin-top: 8px;
|
|
13565
|
+
}
|
|
13566
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceText__1f4840d2 > div {
|
|
13567
|
+
width: 100%;
|
|
13568
|
+
max-height: 36px;
|
|
13569
|
+
word-break: break-all;
|
|
13570
|
+
display: -webkit-box;
|
|
13571
|
+
-webkit-line-clamp: 2;
|
|
13572
|
+
-webkit-box-orient: vertical;
|
|
13573
|
+
overflow: hidden;
|
|
13574
|
+
text-overflow: ellipsis;
|
|
13575
|
+
word-wrap: break-word;
|
|
13576
|
+
}
|
|
13577
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 {
|
|
13578
|
+
padding: 8px;
|
|
13579
|
+
border-radius: 2px;
|
|
13580
|
+
background: #e7e7e7;
|
|
13581
|
+
font-size: 12px;
|
|
13582
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13583
|
+
margin-top: 8px;
|
|
13584
|
+
}
|
|
13585
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 {
|
|
13586
|
+
background: #fafafa;
|
|
13587
|
+
border-radius: 8px;
|
|
13588
|
+
border: 1px solid #ebebeb;
|
|
13589
|
+
display: flex;
|
|
13590
|
+
align-items: center;
|
|
13591
|
+
gap: 12px;
|
|
13592
|
+
padding: 8px 12px;
|
|
13593
|
+
min-width: 216px;
|
|
13594
|
+
}
|
|
13595
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 .index_module_msgItemReferenceFileLeft__1f4840d2 {
|
|
13596
|
+
font-size: 24px;
|
|
13597
|
+
display: flex;
|
|
13598
|
+
justify-content: center;
|
|
13599
|
+
align-items: center;
|
|
13600
|
+
padding: 0;
|
|
13601
|
+
margin: 0;
|
|
13602
|
+
}
|
|
13603
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 .index_module_msgItemReferenceFileLeft__1f4840d2 > i {
|
|
13604
|
+
display: flex;
|
|
13605
|
+
font-size: 24px;
|
|
13606
|
+
}
|
|
13607
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 .index_module_msgItemReferenceFileRight__1f4840d2 {
|
|
13608
|
+
font-size: 14px;
|
|
13609
|
+
font-weight: 400;
|
|
13610
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13611
|
+
}
|
|
13612
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 {
|
|
13613
|
+
justify-content: flex-start;
|
|
13614
|
+
}
|
|
13615
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 {
|
|
13616
|
+
align-items: flex-start;
|
|
13617
|
+
}
|
|
13618
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 {
|
|
13619
|
+
background: #ffffff;
|
|
13620
|
+
border-radius: 2px 20px 20px 20px;
|
|
13621
|
+
}
|
|
13622
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 {
|
|
13623
|
+
border-radius: 0px 0px 20px 20px;
|
|
13624
|
+
}
|
|
13625
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 {
|
|
13626
|
+
margin-left: auto;
|
|
13627
|
+
}
|
|
13628
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13629
|
+
display: none;
|
|
13630
|
+
}
|
|
13631
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 {
|
|
13632
|
+
justify-content: flex-end;
|
|
13633
|
+
padding-bottom: 24px;
|
|
13634
|
+
}
|
|
13635
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 {
|
|
13636
|
+
align-items: flex-end;
|
|
13637
|
+
}
|
|
13638
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2:hover .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13639
|
+
display: flex;
|
|
13640
|
+
}
|
|
13641
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 {
|
|
13642
|
+
border-radius: 20px 2px 20px 20px;
|
|
13643
|
+
background: #d1e4ff;
|
|
13644
|
+
}
|
|
13645
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 {
|
|
13646
|
+
border-radius: 0px 0px 20px 20px;
|
|
13647
|
+
}
|
|
13648
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13649
|
+
display: none;
|
|
13650
|
+
}
|
|
13651
|
+
|
|
13652
|
+
.index_module_msgItemActionCopy__9b012114 {
|
|
13653
|
+
cursor: pointer;
|
|
13654
|
+
border-radius: 2px;
|
|
13655
|
+
display: flex;
|
|
13656
|
+
line-height: 1;
|
|
13657
|
+
}
|
|
13658
|
+
.index_module_msgItemActionCopy__9b012114.index_module_msgItemActionCopySuccess__9b012114 {
|
|
13659
|
+
color: #f4523b;
|
|
13660
|
+
background-color: transparent;
|
|
13661
|
+
}
|
|
13662
|
+
.index_module_msgItemActionCopy__9b012114.index_module_msgItemActionCopySuccess__9b012114 > i {
|
|
13663
|
+
color: #f4523b;
|
|
13664
|
+
font-size: 16px;
|
|
13665
|
+
transform: scale(0.8);
|
|
13666
|
+
}
|
|
13667
|
+
.index_module_msgItemActionCopy__9b012114 > i {
|
|
13668
|
+
color: #8c8c8c;
|
|
13669
|
+
font-size: 16px;
|
|
13670
|
+
display: flex;
|
|
13671
|
+
}
|
|
13672
|
+
.index_module_msgItemActionCopy__9b012114:hover {
|
|
13673
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
13674
|
+
}
|
|
13675
|
+
|
|
13676
|
+
.index_module_msgItemActionReference__9146b29b {
|
|
13677
|
+
cursor: pointer;
|
|
13678
|
+
border-radius: 2px;
|
|
13679
|
+
display: flex;
|
|
13680
|
+
line-height: 1;
|
|
13681
|
+
}
|
|
13682
|
+
.index_module_msgItemActionReference__9146b29b > i {
|
|
13683
|
+
color: #8c8c8c;
|
|
13684
|
+
font-size: 16px;
|
|
13685
|
+
display: flex;
|
|
13686
|
+
}
|
|
13687
|
+
.index_module_msgItemActionReference__9146b29b:hover {
|
|
13688
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
13689
|
+
}
|
|
13690
|
+
|
|
13691
|
+
.index_module_upVoteBtn__2e714550,
|
|
13692
|
+
.index_module_downVoteBtn__2e714550 {
|
|
13693
|
+
font-size: 16px;
|
|
13694
|
+
cursor: pointer;
|
|
13695
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13696
|
+
display: flex;
|
|
13697
|
+
}
|
|
13698
|
+
.index_module_upVoteBtn__2e714550:hover,
|
|
13699
|
+
.index_module_downVoteBtn__2e714550:hover {
|
|
13700
|
+
color: #f4523b;
|
|
13701
|
+
}
|
|
13702
|
+
.index_module_upVoteBtn__2e714550.index_module_active__2e714550,
|
|
13703
|
+
.index_module_downVoteBtn__2e714550.index_module_active__2e714550 {
|
|
13704
|
+
color: #f4523b;
|
|
13705
|
+
}
|
|
13706
|
+
|
|
13707
|
+
.index_module_refreshBtn__e1c5f38f {
|
|
13708
|
+
font-size: 16px;
|
|
13709
|
+
cursor: pointer;
|
|
13710
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13711
|
+
display: flex;
|
|
13712
|
+
}
|
|
13713
|
+
.index_module_refreshBtn__e1c5f38f:hover {
|
|
13714
|
+
color: #f4523b;
|
|
13715
|
+
}
|
|
13716
|
+
.index_module_refreshBtn__e1c5f38f.index_module_active__e1c5f38f {
|
|
13717
|
+
color: #f4523b;
|
|
13718
|
+
}
|
|
13719
|
+
|
|
13720
|
+
.index_module_footer__2287d487 {
|
|
13721
|
+
width: 100%;
|
|
13722
|
+
padding: 16px;
|
|
13723
|
+
box-sizing: border-box;
|
|
13724
|
+
}
|
|
13725
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 {
|
|
13726
|
+
width: 100%;
|
|
13727
|
+
border-radius: 8px;
|
|
13728
|
+
background: #ffffff;
|
|
13729
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
13730
|
+
padding-bottom: 12px;
|
|
13731
|
+
}
|
|
13732
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487.index_module_footerBodyWarn__2287d487 {
|
|
13733
|
+
border-color: #f4523b;
|
|
13734
|
+
}
|
|
13735
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerFile__2287d487 {
|
|
13736
|
+
width: 100%;
|
|
13737
|
+
}
|
|
13738
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerInput__2287d487 .bhd-input {
|
|
13739
|
+
border: none;
|
|
13740
|
+
box-shadow: none;
|
|
13741
|
+
background: transparent;
|
|
13742
|
+
padding: 12px 16px;
|
|
13743
|
+
}
|
|
13744
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 {
|
|
13745
|
+
width: 100%;
|
|
13746
|
+
padding: 0 16px;
|
|
13747
|
+
box-sizing: border-box;
|
|
13748
|
+
}
|
|
13749
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 .index_module_footerActionBtn__2287d487 {
|
|
13750
|
+
width: 100%;
|
|
13751
|
+
display: flex;
|
|
13752
|
+
align-items: center;
|
|
13753
|
+
justify-content: flex-end;
|
|
13754
|
+
}
|
|
13755
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 .index_module_footerActionBtn__2287d487 .bhd-divider {
|
|
13756
|
+
border-color: rgba(0, 0, 0, 0.06);
|
|
13757
|
+
height: 16px;
|
|
13758
|
+
top: 0;
|
|
13759
|
+
margin: 0 16px;
|
|
13760
|
+
}
|
|
13761
|
+
.index_module_footer__2287d487 .index_module_footerBody__2287d487 .index_module_footerAction__2287d487 .index_module_footerActionBtn__2287d487 .bhd-upload-wrapper {
|
|
13762
|
+
display: flex;
|
|
13763
|
+
}
|
|
13764
|
+
|
|
13765
|
+
.index_module_sendBtnIcon__d770fbb6 {
|
|
13766
|
+
font-size: 24px;
|
|
13767
|
+
display: flex;
|
|
13768
|
+
cursor: pointer;
|
|
13769
|
+
color: #5991ef;
|
|
13770
|
+
}
|
|
13771
|
+
.index_module_sendBtnIcon__d770fbb6.index_module_disabled__d770fbb6 {
|
|
13772
|
+
color: rgba(0, 0, 0, 0.25);
|
|
13773
|
+
cursor: not-allowed;
|
|
13774
|
+
}
|
|
13775
|
+
.index_module_sendingIcon__d770fbb6 {
|
|
13776
|
+
font-size: 18px;
|
|
13777
|
+
display: flex;
|
|
13778
|
+
cursor: pointer;
|
|
13779
|
+
color: #f4523b;
|
|
13780
|
+
}
|
|
13781
|
+
.index_module_popover__d770fbb6 .bhd-popover-inner-content {
|
|
13782
|
+
color: rgba(0, 0, 0, 0.65) !important;
|
|
13783
|
+
}
|
|
13784
|
+
|
|
13785
|
+
.index_module_uploadFileBtn__e41600f2 {
|
|
13786
|
+
font-size: 24px;
|
|
13787
|
+
display: flex;
|
|
13788
|
+
cursor: pointer;
|
|
13789
|
+
}
|
|
13790
|
+
|
|
13791
|
+
.index_module_footerFileListWrapper__e818c28d {
|
|
13792
|
+
width: 100%;
|
|
13793
|
+
position: relative;
|
|
13794
|
+
padding: 12px 16px;
|
|
13795
|
+
box-sizing: border-box;
|
|
13796
|
+
}
|
|
13797
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d {
|
|
13798
|
+
width: 100%;
|
|
13799
|
+
display: flex;
|
|
13800
|
+
flex-direction: column;
|
|
13801
|
+
gap: 8px;
|
|
13802
|
+
}
|
|
13803
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d {
|
|
13804
|
+
width: 100%;
|
|
13805
|
+
position: relative;
|
|
13806
|
+
display: flex;
|
|
13807
|
+
overflow: hidden;
|
|
13808
|
+
padding: 8px 12px;
|
|
13809
|
+
box-sizing: border-box;
|
|
13810
|
+
gap: 12px;
|
|
13811
|
+
border-radius: 8px;
|
|
13812
|
+
border: 1px solid #ebebeb;
|
|
13813
|
+
background: rgba(0, 0, 0, 0.02);
|
|
13814
|
+
align-items: center;
|
|
13815
|
+
}
|
|
13816
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemIcon__e818c28d {
|
|
13817
|
+
flex-shrink: 0;
|
|
13818
|
+
}
|
|
13819
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemIcon__e818c28d > i {
|
|
13820
|
+
font-size: 24px;
|
|
13821
|
+
display: flex;
|
|
13822
|
+
}
|
|
13823
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemText__e818c28d {
|
|
13824
|
+
flex: 1;
|
|
13825
|
+
width: 100%;
|
|
13826
|
+
overflow: hidden;
|
|
13827
|
+
text-overflow: ellipsis;
|
|
13828
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13829
|
+
font-size: 14px;
|
|
13830
|
+
font-weight: 400;
|
|
13831
|
+
white-space: nowrap;
|
|
13832
|
+
}
|
|
13833
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemStatus__e818c28d {
|
|
13834
|
+
flex-shrink: 0;
|
|
13835
|
+
}
|
|
13836
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d .index_module_footerFileListListItemDelete__e818c28d {
|
|
13837
|
+
position: absolute;
|
|
13838
|
+
right: 0;
|
|
13839
|
+
top: 0;
|
|
13840
|
+
display: none;
|
|
13841
|
+
cursor: pointer;
|
|
13842
|
+
}
|
|
13843
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d:hover {
|
|
13844
|
+
background: rgba(0, 0, 0, 0.06);
|
|
13845
|
+
}
|
|
13846
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListList__e818c28d .index_module_footerFileListListItem__e818c28d:hover .index_module_footerFileListListItemDelete__e818c28d {
|
|
13847
|
+
display: flex;
|
|
13848
|
+
}
|
|
13849
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListPre__e818c28d {
|
|
13850
|
+
display: flex;
|
|
13851
|
+
justify-content: center;
|
|
13852
|
+
position: absolute;
|
|
13853
|
+
left: 50%;
|
|
13854
|
+
transform: translateX(-50%);
|
|
13855
|
+
top: -8px;
|
|
13856
|
+
z-index: 2;
|
|
13857
|
+
}
|
|
13858
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListPre__e818c28d .anticon-double-right {
|
|
13859
|
+
font-size: 16px;
|
|
13860
|
+
transform: rotate(-90deg);
|
|
13861
|
+
color: #595959;
|
|
13862
|
+
cursor: pointer;
|
|
13863
|
+
}
|
|
13864
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListNext__e818c28d {
|
|
13865
|
+
display: flex;
|
|
13866
|
+
justify-content: center;
|
|
13867
|
+
position: absolute;
|
|
13868
|
+
left: 50%;
|
|
13869
|
+
transform: translateX(-50%);
|
|
13870
|
+
bottom: -8px;
|
|
13871
|
+
z-index: 2;
|
|
13872
|
+
}
|
|
13873
|
+
.index_module_footerFileListWrapper__e818c28d .index_module_footerFileListNext__e818c28d .anticon-double-right {
|
|
13874
|
+
font-size: 16px;
|
|
13875
|
+
transform: rotate(90deg);
|
|
13876
|
+
color: #595959;
|
|
13877
|
+
cursor: pointer;
|
|
13878
|
+
}
|
|
13879
|
+
|
|
13880
|
+
.index_module_footerReferences__ef2f2d56 {
|
|
13881
|
+
width: 100%;
|
|
13882
|
+
display: flex;
|
|
13883
|
+
align-items: center;
|
|
13884
|
+
gap: 8px;
|
|
13885
|
+
padding: 12px 16px;
|
|
13886
|
+
padding-top: 0;
|
|
13887
|
+
box-sizing: border-box;
|
|
13888
|
+
overflow: hidden;
|
|
13889
|
+
}
|
|
13890
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 {
|
|
13891
|
+
padding: 8px;
|
|
13892
|
+
background: #e7e7e7;
|
|
13893
|
+
border-radius: 2px;
|
|
13894
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13895
|
+
font-size: 12px;
|
|
13896
|
+
line-height: 18px;
|
|
13897
|
+
flex: 1;
|
|
13898
|
+
overflow: hidden;
|
|
13899
|
+
/* 两行出现省略号 */
|
|
13900
|
+
}
|
|
13901
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_text__ef2f2d56 {
|
|
13902
|
+
width: 100%;
|
|
13903
|
+
max-height: 36px;
|
|
13904
|
+
word-break: break-all;
|
|
13905
|
+
display: -webkit-box;
|
|
13906
|
+
-webkit-line-clamp: 2;
|
|
13907
|
+
-webkit-box-orient: vertical;
|
|
13908
|
+
overflow: hidden;
|
|
13909
|
+
text-overflow: ellipsis;
|
|
13910
|
+
word-wrap: break-word;
|
|
13911
|
+
}
|
|
13912
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 {
|
|
13913
|
+
width: 100%;
|
|
13914
|
+
box-sizing: border-box;
|
|
13915
|
+
border-radius: 2px;
|
|
13916
|
+
display: flex;
|
|
13917
|
+
align-items: center;
|
|
13918
|
+
gap: 8px;
|
|
13919
|
+
overflow: hidden;
|
|
13920
|
+
}
|
|
13921
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 .index_module_footerReferences_left_file_icon__ef2f2d56 {
|
|
13922
|
+
flex-shrink: 0;
|
|
13923
|
+
}
|
|
13924
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 .index_module_footerReferences_left_file_icon__ef2f2d56 > i {
|
|
13925
|
+
font-size: 24px;
|
|
13926
|
+
}
|
|
13927
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_left__ef2f2d56 .index_module_footerReferences_left_file__ef2f2d56 .index_module_footerReferences_left_file_title__ef2f2d56 {
|
|
13928
|
+
flex: 1;
|
|
13929
|
+
white-space: nowrap;
|
|
13930
|
+
overflow: hidden;
|
|
13931
|
+
text-overflow: ellipsis;
|
|
13932
|
+
}
|
|
13933
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_right__ef2f2d56 {
|
|
13934
|
+
cursor: pointer;
|
|
13935
|
+
display: flex;
|
|
13936
|
+
}
|
|
13937
|
+
.index_module_footerReferences__ef2f2d56 .index_module_footerReferences_right__ef2f2d56 .anticon-close-circle {
|
|
13938
|
+
font-size: 20px;
|
|
13939
|
+
color: #bfbfbf;
|
|
13940
|
+
}
|