bhd-components 0.11.0 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.es5.development.css +99 -90
- package/dist/index.esm.es5.development.js +31 -9
- 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 +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/AIMessageList/components/footer/index.js +30 -8
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +11 -2
- package/es2017/AIMessageList/type.d.ts +2 -0
- package/esm/AIMessageList/components/footer/index.js +30 -8
- package/esm/AIMessageList/components/virtuosoList/index.module.less +11 -2
- package/esm/AIMessageList/type.d.ts +2 -0
- package/package.json +1 -1
|
@@ -13917,11 +13917,11 @@ strong {
|
|
|
13917
13917
|
height: 100%;
|
|
13918
13918
|
}
|
|
13919
13919
|
|
|
13920
|
-
.
|
|
13920
|
+
.index_module_virtuosoListWrapper__045dc0f6 {
|
|
13921
13921
|
width: 100%;
|
|
13922
13922
|
height: 100%;
|
|
13923
13923
|
}
|
|
13924
|
-
.
|
|
13924
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_loadingIcon__045dc0f6 {
|
|
13925
13925
|
width: 100%;
|
|
13926
13926
|
display: flex;
|
|
13927
13927
|
align-items: center;
|
|
@@ -13929,11 +13929,11 @@ strong {
|
|
|
13929
13929
|
padding: 16px 0 24px 0;
|
|
13930
13930
|
box-sizing: border-box;
|
|
13931
13931
|
}
|
|
13932
|
-
.
|
|
13932
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_loadingIcon__045dc0f6 > img {
|
|
13933
13933
|
width: 32px;
|
|
13934
13934
|
height: 32px;
|
|
13935
13935
|
}
|
|
13936
|
-
.
|
|
13936
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgDate__045dc0f6 {
|
|
13937
13937
|
width: 100%;
|
|
13938
13938
|
display: flex;
|
|
13939
13939
|
align-items: center;
|
|
@@ -13944,7 +13944,7 @@ strong {
|
|
|
13944
13944
|
font-size: 14px;
|
|
13945
13945
|
color: rgba(0, 0, 0, 0.25);
|
|
13946
13946
|
}
|
|
13947
|
-
.
|
|
13947
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgDate__045dc0f6:before {
|
|
13948
13948
|
content: "";
|
|
13949
13949
|
display: block;
|
|
13950
13950
|
flex: 1;
|
|
@@ -13952,7 +13952,7 @@ strong {
|
|
|
13952
13952
|
height: 1px;
|
|
13953
13953
|
background: #ebebeb;
|
|
13954
13954
|
}
|
|
13955
|
-
.
|
|
13955
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgDate__045dc0f6:after {
|
|
13956
13956
|
content: "";
|
|
13957
13957
|
display: block;
|
|
13958
13958
|
flex: 1;
|
|
@@ -13960,30 +13960,30 @@ strong {
|
|
|
13960
13960
|
height: 1px;
|
|
13961
13961
|
background: #ebebeb;
|
|
13962
13962
|
}
|
|
13963
|
-
.
|
|
13963
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 {
|
|
13964
13964
|
width: 100%;
|
|
13965
13965
|
padding: 0px 16px;
|
|
13966
13966
|
padding-top: 0;
|
|
13967
13967
|
box-sizing: border-box;
|
|
13968
13968
|
display: flex;
|
|
13969
13969
|
}
|
|
13970
|
-
.
|
|
13970
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 {
|
|
13971
13971
|
max-width: 80%;
|
|
13972
13972
|
font-size: 14px;
|
|
13973
13973
|
color: rgba(0, 0, 0, 0.65);
|
|
13974
13974
|
display: flex;
|
|
13975
13975
|
flex-direction: column;
|
|
13976
13976
|
}
|
|
13977
|
-
.
|
|
13977
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 {
|
|
13978
13978
|
position: relative;
|
|
13979
13979
|
width: -moz-fit-content;
|
|
13980
13980
|
width: fit-content;
|
|
13981
13981
|
max-width: 100%;
|
|
13982
13982
|
}
|
|
13983
|
-
.
|
|
13983
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 {
|
|
13984
13984
|
padding: 12px 16px;
|
|
13985
13985
|
}
|
|
13986
|
-
.
|
|
13986
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6 {
|
|
13987
13987
|
display: flex;
|
|
13988
13988
|
justify-content: flex-end;
|
|
13989
13989
|
align-items: center;
|
|
@@ -14001,106 +14001,115 @@ strong {
|
|
|
14001
14001
|
font-weight: 400;
|
|
14002
14002
|
top: 6px;
|
|
14003
14003
|
}
|
|
14004
|
-
.
|
|
14004
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6.index_module_copyCodeFun__045dc0f6 {
|
|
14005
14005
|
display: flex;
|
|
14006
14006
|
}
|
|
14007
|
-
.
|
|
14007
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6 .index_module_copyCodeText__045dc0f6 {
|
|
14008
14008
|
line-height: 1;
|
|
14009
14009
|
}
|
|
14010
|
-
.
|
|
14010
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6 .index_module_icon__045dc0f6 {
|
|
14011
14011
|
display: none;
|
|
14012
14012
|
margin-right: 8px;
|
|
14013
14013
|
color: rgba(0, 0, 0, 0.65);
|
|
14014
14014
|
font-size: 14px;
|
|
14015
14015
|
}
|
|
14016
|
-
.
|
|
14016
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6 .index_module_icon__045dc0f6.index_module_copy__045dc0f6 {
|
|
14017
14017
|
display: flex;
|
|
14018
14018
|
}
|
|
14019
|
-
.
|
|
14019
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6.index_module_copy_success__045dc0f6 .index_module_copyCode__045dc0f6 {
|
|
14020
14020
|
color: #f4523b;
|
|
14021
14021
|
}
|
|
14022
|
-
.
|
|
14022
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6.index_module_copy_success__045dc0f6 .index_module_copy__045dc0f6 {
|
|
14023
14023
|
display: none;
|
|
14024
14024
|
}
|
|
14025
|
-
.
|
|
14025
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6.index_module_copy_success__045dc0f6 .index_module_copy_success_flag__045dc0f6 {
|
|
14026
14026
|
display: inline-block;
|
|
14027
14027
|
color: #f4523b;
|
|
14028
14028
|
}
|
|
14029
|
-
.
|
|
14029
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_copyCode__045dc0f6.index_module_copy_success__045dc0f6 .index_module_copyCodeText__045dc0f6 {
|
|
14030
14030
|
color: #f4523b;
|
|
14031
14031
|
}
|
|
14032
|
-
.
|
|
14033
|
-
.
|
|
14034
|
-
.
|
|
14035
|
-
.
|
|
14036
|
-
.
|
|
14037
|
-
.
|
|
14038
|
-
.
|
|
14032
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 h1,
|
|
14033
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 h2,
|
|
14034
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 h3,
|
|
14035
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 h4,
|
|
14036
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 h5,
|
|
14037
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 h6,
|
|
14038
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 strong {
|
|
14039
14039
|
color: rgba(0, 0, 0, 0.85);
|
|
14040
14040
|
font-weight: 600;
|
|
14041
14041
|
}
|
|
14042
|
-
.
|
|
14042
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 pre::-webkit-scrollbar {
|
|
14043
14043
|
background-color: #eaedf1;
|
|
14044
14044
|
background-color: transparent;
|
|
14045
14045
|
width: 4px;
|
|
14046
14046
|
height: 4px;
|
|
14047
14047
|
}
|
|
14048
|
-
.
|
|
14048
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 pre::-webkit-scrollbar-thumb {
|
|
14049
14049
|
border-radius: 4px;
|
|
14050
14050
|
background-color: rgba(0, 0, 0, 0.25);
|
|
14051
14051
|
}
|
|
14052
|
-
.
|
|
14052
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 p {
|
|
14053
14053
|
word-break: break-all;
|
|
14054
14054
|
white-space: break-spaces;
|
|
14055
14055
|
}
|
|
14056
|
-
.
|
|
14057
|
-
|
|
14056
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 blockquote {
|
|
14057
|
+
background: transparent;
|
|
14058
|
+
border: 0;
|
|
14059
|
+
font-size: 100%;
|
|
14060
|
+
margin: 0;
|
|
14061
|
+
outline: 0;
|
|
14062
|
+
padding: 0;
|
|
14063
|
+
vertical-align: baseline;
|
|
14064
|
+
}
|
|
14065
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 p,
|
|
14066
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 li {
|
|
14058
14067
|
line-height: 1.5;
|
|
14059
14068
|
color: rgba(0, 0, 0, 0.85);
|
|
14060
14069
|
}
|
|
14061
|
-
.
|
|
14070
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 li {
|
|
14062
14071
|
margin-top: 8px;
|
|
14063
14072
|
}
|
|
14064
|
-
.
|
|
14073
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 li:first-child {
|
|
14065
14074
|
margin-top: 0;
|
|
14066
14075
|
}
|
|
14067
|
-
.
|
|
14076
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol {
|
|
14068
14077
|
list-style: decimal;
|
|
14069
14078
|
padding-inline-start: 20px;
|
|
14070
14079
|
}
|
|
14071
|
-
.
|
|
14080
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li {
|
|
14072
14081
|
list-style-type: auto;
|
|
14073
14082
|
}
|
|
14074
|
-
.
|
|
14083
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li p {
|
|
14075
14084
|
font-size: 14px;
|
|
14076
14085
|
font-weight: 600;
|
|
14077
14086
|
}
|
|
14078
|
-
.
|
|
14087
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li > ul li {
|
|
14079
14088
|
list-style: inside;
|
|
14080
14089
|
color: rgba(0, 0, 0, 0.85);
|
|
14081
14090
|
}
|
|
14082
|
-
.
|
|
14091
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li > ul li::marker {
|
|
14083
14092
|
color: #d9d9d9;
|
|
14084
14093
|
}
|
|
14085
|
-
.
|
|
14094
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li > ul li:first-child {
|
|
14086
14095
|
padding-top: 8px;
|
|
14087
14096
|
}
|
|
14088
|
-
.
|
|
14097
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li > ol li::marker {
|
|
14089
14098
|
color: rgba(0, 0, 0, 0.45);
|
|
14090
14099
|
}
|
|
14091
|
-
.
|
|
14100
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol li > ol li:first-child {
|
|
14092
14101
|
padding-top: 8px;
|
|
14093
14102
|
}
|
|
14094
|
-
.
|
|
14103
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 ol > li:last-of-type pre {
|
|
14095
14104
|
margin-bottom: 0;
|
|
14096
14105
|
}
|
|
14097
|
-
.
|
|
14106
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 hr {
|
|
14098
14107
|
height: 0;
|
|
14099
14108
|
padding: 0;
|
|
14100
14109
|
margin: 0;
|
|
14101
14110
|
border: none;
|
|
14102
14111
|
}
|
|
14103
|
-
.
|
|
14112
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 table {
|
|
14104
14113
|
width: 100%;
|
|
14105
14114
|
padding: 0;
|
|
14106
14115
|
margin: 8px 0;
|
|
@@ -14108,21 +14117,21 @@ strong {
|
|
|
14108
14117
|
border-top: 1px solid #dfe6ec;
|
|
14109
14118
|
border-left: 1px solid #dfe6ec;
|
|
14110
14119
|
}
|
|
14111
|
-
.
|
|
14120
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 table thead tr th {
|
|
14112
14121
|
background-color: #f8f8f9;
|
|
14113
14122
|
padding: 8px;
|
|
14114
14123
|
text-align: center;
|
|
14115
14124
|
border-bottom: 1px solid #dfe6ec;
|
|
14116
14125
|
border-right: 1px solid #dfe6ec;
|
|
14117
14126
|
}
|
|
14118
|
-
.
|
|
14127
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 table tbody tr td {
|
|
14119
14128
|
padding: 8px;
|
|
14120
14129
|
line-height: 21px;
|
|
14121
14130
|
height: 37px;
|
|
14122
14131
|
border-bottom: 1px solid #dfe6ec;
|
|
14123
14132
|
border-right: 1px solid #dfe6ec;
|
|
14124
14133
|
}
|
|
14125
|
-
.
|
|
14134
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 pre {
|
|
14126
14135
|
background: #fafafa;
|
|
14127
14136
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
14128
14137
|
border-top: none;
|
|
@@ -14132,37 +14141,37 @@ strong {
|
|
|
14132
14141
|
margin-bottom: 8px;
|
|
14133
14142
|
border-radius: 0 0 4px 4px;
|
|
14134
14143
|
}
|
|
14135
|
-
.
|
|
14144
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > h3 {
|
|
14136
14145
|
font-size: 16px;
|
|
14137
14146
|
font-weight: 600;
|
|
14138
14147
|
padding: 10px 0;
|
|
14139
14148
|
}
|
|
14140
|
-
.
|
|
14149
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > *:not(pre) {
|
|
14141
14150
|
padding-top: 8px;
|
|
14142
14151
|
padding-bottom: 8px;
|
|
14143
14152
|
}
|
|
14144
|
-
.
|
|
14153
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > *:not(pre):first-child {
|
|
14145
14154
|
padding-top: 0;
|
|
14146
14155
|
}
|
|
14147
|
-
.
|
|
14156
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > *:not(pre):last-child {
|
|
14148
14157
|
padding-bottom: 0;
|
|
14149
14158
|
}
|
|
14150
|
-
.
|
|
14151
|
-
.
|
|
14159
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > h3,
|
|
14160
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > h4 {
|
|
14152
14161
|
padding-top: 8px;
|
|
14153
14162
|
padding-bottom: 4px;
|
|
14154
14163
|
}
|
|
14155
|
-
.
|
|
14164
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > p + p {
|
|
14156
14165
|
padding-top: 4px;
|
|
14157
14166
|
padding-bottom: 4px;
|
|
14158
14167
|
}
|
|
14159
|
-
.
|
|
14168
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > pre:last-of-type {
|
|
14160
14169
|
margin-bottom: 0;
|
|
14161
14170
|
}
|
|
14162
|
-
.
|
|
14171
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemRichText__045dc0f6 > pre:last-of-type + * {
|
|
14163
14172
|
margin-top: 8px;
|
|
14164
14173
|
}
|
|
14165
|
-
.
|
|
14174
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemFile__045dc0f6 {
|
|
14166
14175
|
display: flex;
|
|
14167
14176
|
align-items: center;
|
|
14168
14177
|
padding: 8px 12px;
|
|
@@ -14172,7 +14181,7 @@ strong {
|
|
|
14172
14181
|
gap: 12px;
|
|
14173
14182
|
min-width: 216px;
|
|
14174
14183
|
}
|
|
14175
|
-
.
|
|
14184
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemFile__045dc0f6 .index_module_msgItemFileLeft__045dc0f6 {
|
|
14176
14185
|
font-size: 24px;
|
|
14177
14186
|
display: flex;
|
|
14178
14187
|
justify-content: center;
|
|
@@ -14180,18 +14189,18 @@ strong {
|
|
|
14180
14189
|
padding: 0;
|
|
14181
14190
|
margin: 0;
|
|
14182
14191
|
}
|
|
14183
|
-
.
|
|
14192
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemFile__045dc0f6 .index_module_msgItemFileLeft__045dc0f6 > i {
|
|
14184
14193
|
display: flex;
|
|
14185
14194
|
font-size: 24px;
|
|
14186
14195
|
}
|
|
14187
|
-
.
|
|
14196
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemText__045dc0f6 .index_module_msgItemFile__045dc0f6 .index_module_msgItemFileRight__045dc0f6 {
|
|
14188
14197
|
font-size: 14px;
|
|
14189
14198
|
font-weight: 400;
|
|
14190
14199
|
color: rgba(0, 0, 0, 0.65);
|
|
14191
14200
|
margin: 0;
|
|
14192
14201
|
padding: 0;
|
|
14193
14202
|
}
|
|
14194
|
-
.
|
|
14203
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemAction__045dc0f6 {
|
|
14195
14204
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
14196
14205
|
padding: 12px 16px;
|
|
14197
14206
|
width: 100%;
|
|
@@ -14199,21 +14208,21 @@ strong {
|
|
|
14199
14208
|
align-items: center;
|
|
14200
14209
|
justify-content: space-between;
|
|
14201
14210
|
}
|
|
14202
|
-
.
|
|
14211
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemAction__045dc0f6 .index_module_msgItemActionLeft__045dc0f6 {
|
|
14203
14212
|
display: flex;
|
|
14204
14213
|
align-items: center;
|
|
14205
14214
|
gap: 8px;
|
|
14206
14215
|
}
|
|
14207
|
-
.
|
|
14216
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemAction__045dc0f6 .index_module_msgItemActionRight__045dc0f6 {
|
|
14208
14217
|
display: flex;
|
|
14209
14218
|
align-items: center;
|
|
14210
14219
|
gap: 8px;
|
|
14211
14220
|
}
|
|
14212
|
-
.
|
|
14221
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 {
|
|
14213
14222
|
height: 24px;
|
|
14214
14223
|
position: relative;
|
|
14215
14224
|
}
|
|
14216
|
-
.
|
|
14225
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6 {
|
|
14217
14226
|
position: absolute;
|
|
14218
14227
|
width: -moz-max-content;
|
|
14219
14228
|
width: max-content;
|
|
@@ -14223,30 +14232,30 @@ strong {
|
|
|
14223
14232
|
z-index: 9;
|
|
14224
14233
|
padding: 4px 8px;
|
|
14225
14234
|
}
|
|
14226
|
-
.
|
|
14235
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6 .index_module_msgItemActionLeft__045dc0f6 {
|
|
14227
14236
|
display: flex;
|
|
14228
14237
|
align-items: center;
|
|
14229
14238
|
gap: 8px;
|
|
14230
14239
|
}
|
|
14231
|
-
.
|
|
14240
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6 .index_module_msgItemActionRight__045dc0f6 {
|
|
14232
14241
|
display: flex;
|
|
14233
14242
|
align-items: center;
|
|
14234
14243
|
gap: 8px;
|
|
14235
14244
|
}
|
|
14236
|
-
.
|
|
14245
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6.index_module_msgItemActionPopoverFloatTop__045dc0f6 {
|
|
14237
14246
|
bottom: 4px;
|
|
14238
14247
|
right: 0;
|
|
14239
14248
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
14240
14249
|
}
|
|
14241
|
-
.
|
|
14250
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6.index_module_msgItemActionPopoverFloatBottom__045dc0f6 {
|
|
14242
14251
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
14243
14252
|
right: 0;
|
|
14244
14253
|
top: 4px;
|
|
14245
14254
|
}
|
|
14246
|
-
.
|
|
14255
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemActionEmpty__045dc0f6 {
|
|
14247
14256
|
min-height: 24px;
|
|
14248
14257
|
}
|
|
14249
|
-
.
|
|
14258
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceText__045dc0f6 {
|
|
14250
14259
|
padding: 8px;
|
|
14251
14260
|
border-radius: 2px;
|
|
14252
14261
|
background: #e7e7e7;
|
|
@@ -14254,7 +14263,7 @@ strong {
|
|
|
14254
14263
|
color: rgba(0, 0, 0, 0.65);
|
|
14255
14264
|
margin-top: 8px;
|
|
14256
14265
|
}
|
|
14257
|
-
.
|
|
14266
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceText__045dc0f6 > div {
|
|
14258
14267
|
width: 100%;
|
|
14259
14268
|
max-height: 36px;
|
|
14260
14269
|
word-break: break-all;
|
|
@@ -14265,7 +14274,7 @@ strong {
|
|
|
14265
14274
|
text-overflow: ellipsis;
|
|
14266
14275
|
word-wrap: break-word;
|
|
14267
14276
|
}
|
|
14268
|
-
.
|
|
14277
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceFile__045dc0f6 {
|
|
14269
14278
|
padding: 8px;
|
|
14270
14279
|
border-radius: 2px;
|
|
14271
14280
|
background: #e7e7e7;
|
|
@@ -14273,7 +14282,7 @@ strong {
|
|
|
14273
14282
|
color: rgba(0, 0, 0, 0.65);
|
|
14274
14283
|
margin-top: 8px;
|
|
14275
14284
|
}
|
|
14276
|
-
.
|
|
14285
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceFile__045dc0f6 .index_module_msgItemReferenceFileBox__045dc0f6 {
|
|
14277
14286
|
background: #fafafa;
|
|
14278
14287
|
border-radius: 8px;
|
|
14279
14288
|
border: 1px solid #ebebeb;
|
|
@@ -14283,7 +14292,7 @@ strong {
|
|
|
14283
14292
|
padding: 8px 12px;
|
|
14284
14293
|
min-width: 216px;
|
|
14285
14294
|
}
|
|
14286
|
-
.
|
|
14295
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceFile__045dc0f6 .index_module_msgItemReferenceFileBox__045dc0f6 .index_module_msgItemReferenceFileLeft__045dc0f6 {
|
|
14287
14296
|
font-size: 24px;
|
|
14288
14297
|
display: flex;
|
|
14289
14298
|
justify-content: center;
|
|
@@ -14291,55 +14300,55 @@ strong {
|
|
|
14291
14300
|
padding: 0;
|
|
14292
14301
|
margin: 0;
|
|
14293
14302
|
}
|
|
14294
|
-
.
|
|
14303
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceFile__045dc0f6 .index_module_msgItemReferenceFileBox__045dc0f6 .index_module_msgItemReferenceFileLeft__045dc0f6 > i {
|
|
14295
14304
|
display: flex;
|
|
14296
14305
|
font-size: 24px;
|
|
14297
14306
|
}
|
|
14298
|
-
.
|
|
14307
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6 .index_module_msgItemReferenceFile__045dc0f6 .index_module_msgItemReferenceFileBox__045dc0f6 .index_module_msgItemReferenceFileRight__045dc0f6 {
|
|
14299
14308
|
font-size: 14px;
|
|
14300
14309
|
font-weight: 400;
|
|
14301
14310
|
color: rgba(0, 0, 0, 0.65);
|
|
14302
14311
|
}
|
|
14303
|
-
.
|
|
14312
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLeft__045dc0f6 {
|
|
14304
14313
|
justify-content: flex-start;
|
|
14305
14314
|
}
|
|
14306
|
-
.
|
|
14315
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLeft__045dc0f6 .index_module_msgItemBox__045dc0f6 {
|
|
14307
14316
|
align-items: flex-start;
|
|
14308
14317
|
}
|
|
14309
|
-
.
|
|
14318
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLeft__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 {
|
|
14310
14319
|
background: #ffffff;
|
|
14311
14320
|
border-radius: 2px 20px 20px 20px;
|
|
14312
14321
|
}
|
|
14313
|
-
.
|
|
14322
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLeft__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemAction__045dc0f6 {
|
|
14314
14323
|
border-radius: 0px 0px 20px 20px;
|
|
14315
14324
|
}
|
|
14316
|
-
.
|
|
14325
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLeft__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 {
|
|
14317
14326
|
margin-left: auto;
|
|
14318
14327
|
}
|
|
14319
|
-
.
|
|
14328
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLeft__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6 {
|
|
14320
14329
|
display: none;
|
|
14321
14330
|
}
|
|
14322
|
-
.
|
|
14331
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemRight__045dc0f6 {
|
|
14323
14332
|
justify-content: flex-end;
|
|
14324
14333
|
padding-bottom: 24px;
|
|
14325
14334
|
}
|
|
14326
|
-
.
|
|
14335
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemRight__045dc0f6 .index_module_msgItemBox__045dc0f6 {
|
|
14327
14336
|
align-items: flex-end;
|
|
14328
14337
|
}
|
|
14329
|
-
.
|
|
14338
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemRight__045dc0f6 .index_module_msgItemBox__045dc0f6:hover .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6 {
|
|
14330
14339
|
display: flex;
|
|
14331
14340
|
}
|
|
14332
|
-
.
|
|
14341
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemRight__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 {
|
|
14333
14342
|
border-radius: 20px 2px 20px 20px;
|
|
14334
14343
|
background: #d1e4ff;
|
|
14335
14344
|
}
|
|
14336
|
-
.
|
|
14345
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemRight__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemContent__045dc0f6 .index_module_msgItemAction__045dc0f6 {
|
|
14337
14346
|
border-radius: 0px 0px 20px 20px;
|
|
14338
14347
|
}
|
|
14339
|
-
.
|
|
14348
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemRight__045dc0f6 .index_module_msgItemBox__045dc0f6 .index_module_msgItemActionOperate__045dc0f6 .index_module_msgItemActionPopover__045dc0f6 {
|
|
14340
14349
|
display: none;
|
|
14341
14350
|
}
|
|
14342
|
-
.
|
|
14351
|
+
.index_module_virtuosoListWrapper__045dc0f6 .index_module_msgItem__045dc0f6.index_module_msgItemLast__045dc0f6 {
|
|
14343
14352
|
box-sizing: border-box;
|
|
14344
14353
|
}
|
|
14345
14354
|
|