bhd-components 0.10.59 → 0.11.0
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 +97 -90
- package/dist/index.esm.es5.development.js +59 -31
- 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 +19 -4
- package/es2017/AIMessageList/components/sendBtn/index.js +17 -10
- package/es2017/AIMessageList/components/uplodaFileBtn/index.d.ts +2 -2
- package/es2017/AIMessageList/components/uplodaFileBtn/index.js +6 -5
- package/es2017/AIMessageList/components/uplodaFileBtn/index.module.less +4 -0
- package/es2017/AIMessageList/components/virtuosoList/index.js +5 -2
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +3 -0
- package/es2017/AIMessageList/type.d.ts +5 -0
- package/esm/AIMessageList/components/footer/index.js +21 -6
- package/esm/AIMessageList/components/sendBtn/index.js +19 -12
- package/esm/AIMessageList/components/uplodaFileBtn/index.d.ts +2 -2
- package/esm/AIMessageList/components/uplodaFileBtn/index.js +6 -5
- package/esm/AIMessageList/components/uplodaFileBtn/index.module.less +4 -0
- package/esm/AIMessageList/components/virtuosoList/index.js +7 -2
- package/esm/AIMessageList/components/virtuosoList/index.module.less +3 -0
- package/esm/AIMessageList/type.d.ts +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13917,11 +13917,11 @@ strong {
|
|
|
13917
13917
|
height: 100%;
|
|
13918
13918
|
}
|
|
13919
13919
|
|
|
13920
|
-
.
|
|
13920
|
+
.index_module_virtuosoListWrapper__9a66fea1 {
|
|
13921
13921
|
width: 100%;
|
|
13922
13922
|
height: 100%;
|
|
13923
13923
|
}
|
|
13924
|
-
.
|
|
13924
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_loadingIcon__9a66fea1 {
|
|
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__9a66fea1 .index_module_loadingIcon__9a66fea1 > img {
|
|
13933
13933
|
width: 32px;
|
|
13934
13934
|
height: 32px;
|
|
13935
13935
|
}
|
|
13936
|
-
.
|
|
13936
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgDate__9a66fea1 {
|
|
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__9a66fea1 .index_module_msgDate__9a66fea1: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__9a66fea1 .index_module_msgDate__9a66fea1: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__9a66fea1 .index_module_msgItem__9a66fea1 {
|
|
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__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 {
|
|
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__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 {
|
|
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__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 {
|
|
13984
13984
|
padding: 12px 16px;
|
|
13985
13985
|
}
|
|
13986
|
-
.
|
|
13986
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1 {
|
|
13987
13987
|
display: flex;
|
|
13988
13988
|
justify-content: flex-end;
|
|
13989
13989
|
align-items: center;
|
|
@@ -14001,106 +14001,106 @@ strong {
|
|
|
14001
14001
|
font-weight: 400;
|
|
14002
14002
|
top: 6px;
|
|
14003
14003
|
}
|
|
14004
|
-
.
|
|
14004
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1.index_module_copyCodeFun__9a66fea1 {
|
|
14005
14005
|
display: flex;
|
|
14006
14006
|
}
|
|
14007
|
-
.
|
|
14007
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1 .index_module_copyCodeText__9a66fea1 {
|
|
14008
14008
|
line-height: 1;
|
|
14009
14009
|
}
|
|
14010
|
-
.
|
|
14010
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1 .index_module_icon__9a66fea1 {
|
|
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__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1 .index_module_icon__9a66fea1.index_module_copy__9a66fea1 {
|
|
14017
14017
|
display: flex;
|
|
14018
14018
|
}
|
|
14019
|
-
.
|
|
14019
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1.index_module_copy_success__9a66fea1 .index_module_copyCode__9a66fea1 {
|
|
14020
14020
|
color: #f4523b;
|
|
14021
14021
|
}
|
|
14022
|
-
.
|
|
14022
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1.index_module_copy_success__9a66fea1 .index_module_copy__9a66fea1 {
|
|
14023
14023
|
display: none;
|
|
14024
14024
|
}
|
|
14025
|
-
.
|
|
14025
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1.index_module_copy_success__9a66fea1 .index_module_copy_success_flag__9a66fea1 {
|
|
14026
14026
|
display: inline-block;
|
|
14027
14027
|
color: #f4523b;
|
|
14028
14028
|
}
|
|
14029
|
-
.
|
|
14029
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_copyCode__9a66fea1.index_module_copy_success__9a66fea1 .index_module_copyCodeText__9a66fea1 {
|
|
14030
14030
|
color: #f4523b;
|
|
14031
14031
|
}
|
|
14032
|
-
.
|
|
14033
|
-
.
|
|
14034
|
-
.
|
|
14035
|
-
.
|
|
14036
|
-
.
|
|
14037
|
-
.
|
|
14038
|
-
.
|
|
14032
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 h1,
|
|
14033
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 h2,
|
|
14034
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 h3,
|
|
14035
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 h4,
|
|
14036
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 h5,
|
|
14037
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 h6,
|
|
14038
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 strong {
|
|
14039
14039
|
color: rgba(0, 0, 0, 0.85);
|
|
14040
14040
|
font-weight: 600;
|
|
14041
14041
|
}
|
|
14042
|
-
.
|
|
14042
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 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__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 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__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 p {
|
|
14053
14053
|
word-break: break-all;
|
|
14054
14054
|
white-space: break-spaces;
|
|
14055
14055
|
}
|
|
14056
|
-
.
|
|
14057
|
-
.
|
|
14056
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 p,
|
|
14057
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 li {
|
|
14058
14058
|
line-height: 1.5;
|
|
14059
14059
|
color: rgba(0, 0, 0, 0.85);
|
|
14060
14060
|
}
|
|
14061
|
-
.
|
|
14061
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 li {
|
|
14062
14062
|
margin-top: 8px;
|
|
14063
14063
|
}
|
|
14064
|
-
.
|
|
14064
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 li:first-child {
|
|
14065
14065
|
margin-top: 0;
|
|
14066
14066
|
}
|
|
14067
|
-
.
|
|
14067
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol {
|
|
14068
14068
|
list-style: decimal;
|
|
14069
14069
|
padding-inline-start: 20px;
|
|
14070
14070
|
}
|
|
14071
|
-
.
|
|
14071
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li {
|
|
14072
14072
|
list-style-type: auto;
|
|
14073
14073
|
}
|
|
14074
|
-
.
|
|
14074
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li p {
|
|
14075
14075
|
font-size: 14px;
|
|
14076
14076
|
font-weight: 600;
|
|
14077
14077
|
}
|
|
14078
|
-
.
|
|
14078
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li > ul li {
|
|
14079
14079
|
list-style: inside;
|
|
14080
14080
|
color: rgba(0, 0, 0, 0.85);
|
|
14081
14081
|
}
|
|
14082
|
-
.
|
|
14082
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li > ul li::marker {
|
|
14083
14083
|
color: #d9d9d9;
|
|
14084
14084
|
}
|
|
14085
|
-
.
|
|
14085
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li > ul li:first-child {
|
|
14086
14086
|
padding-top: 8px;
|
|
14087
14087
|
}
|
|
14088
|
-
.
|
|
14088
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li > ol li::marker {
|
|
14089
14089
|
color: rgba(0, 0, 0, 0.45);
|
|
14090
14090
|
}
|
|
14091
|
-
.
|
|
14091
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol li > ol li:first-child {
|
|
14092
14092
|
padding-top: 8px;
|
|
14093
14093
|
}
|
|
14094
|
-
.
|
|
14094
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 ol > li:last-of-type pre {
|
|
14095
14095
|
margin-bottom: 0;
|
|
14096
14096
|
}
|
|
14097
|
-
.
|
|
14097
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 hr {
|
|
14098
14098
|
height: 0;
|
|
14099
14099
|
padding: 0;
|
|
14100
14100
|
margin: 0;
|
|
14101
14101
|
border: none;
|
|
14102
14102
|
}
|
|
14103
|
-
.
|
|
14103
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 table {
|
|
14104
14104
|
width: 100%;
|
|
14105
14105
|
padding: 0;
|
|
14106
14106
|
margin: 8px 0;
|
|
@@ -14108,21 +14108,21 @@ strong {
|
|
|
14108
14108
|
border-top: 1px solid #dfe6ec;
|
|
14109
14109
|
border-left: 1px solid #dfe6ec;
|
|
14110
14110
|
}
|
|
14111
|
-
.
|
|
14111
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 table thead tr th {
|
|
14112
14112
|
background-color: #f8f8f9;
|
|
14113
14113
|
padding: 8px;
|
|
14114
14114
|
text-align: center;
|
|
14115
14115
|
border-bottom: 1px solid #dfe6ec;
|
|
14116
14116
|
border-right: 1px solid #dfe6ec;
|
|
14117
14117
|
}
|
|
14118
|
-
.
|
|
14118
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 table tbody tr td {
|
|
14119
14119
|
padding: 8px;
|
|
14120
14120
|
line-height: 21px;
|
|
14121
14121
|
height: 37px;
|
|
14122
14122
|
border-bottom: 1px solid #dfe6ec;
|
|
14123
14123
|
border-right: 1px solid #dfe6ec;
|
|
14124
14124
|
}
|
|
14125
|
-
.
|
|
14125
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 pre {
|
|
14126
14126
|
background: #fafafa;
|
|
14127
14127
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
14128
14128
|
border-top: none;
|
|
@@ -14132,37 +14132,37 @@ strong {
|
|
|
14132
14132
|
margin-bottom: 8px;
|
|
14133
14133
|
border-radius: 0 0 4px 4px;
|
|
14134
14134
|
}
|
|
14135
|
-
.
|
|
14135
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > h3 {
|
|
14136
14136
|
font-size: 16px;
|
|
14137
14137
|
font-weight: 600;
|
|
14138
14138
|
padding: 10px 0;
|
|
14139
14139
|
}
|
|
14140
|
-
.
|
|
14140
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > *:not(pre) {
|
|
14141
14141
|
padding-top: 8px;
|
|
14142
14142
|
padding-bottom: 8px;
|
|
14143
14143
|
}
|
|
14144
|
-
.
|
|
14144
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > *:not(pre):first-child {
|
|
14145
14145
|
padding-top: 0;
|
|
14146
14146
|
}
|
|
14147
|
-
.
|
|
14147
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > *:not(pre):last-child {
|
|
14148
14148
|
padding-bottom: 0;
|
|
14149
14149
|
}
|
|
14150
|
-
.
|
|
14151
|
-
.
|
|
14150
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > h3,
|
|
14151
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > h4 {
|
|
14152
14152
|
padding-top: 8px;
|
|
14153
14153
|
padding-bottom: 4px;
|
|
14154
14154
|
}
|
|
14155
|
-
.
|
|
14155
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > p + p {
|
|
14156
14156
|
padding-top: 4px;
|
|
14157
14157
|
padding-bottom: 4px;
|
|
14158
14158
|
}
|
|
14159
|
-
.
|
|
14159
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > pre:last-of-type {
|
|
14160
14160
|
margin-bottom: 0;
|
|
14161
14161
|
}
|
|
14162
|
-
.
|
|
14162
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemRichText__9a66fea1 > pre:last-of-type + * {
|
|
14163
14163
|
margin-top: 8px;
|
|
14164
14164
|
}
|
|
14165
|
-
.
|
|
14165
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemFile__9a66fea1 {
|
|
14166
14166
|
display: flex;
|
|
14167
14167
|
align-items: center;
|
|
14168
14168
|
padding: 8px 12px;
|
|
@@ -14172,7 +14172,7 @@ strong {
|
|
|
14172
14172
|
gap: 12px;
|
|
14173
14173
|
min-width: 216px;
|
|
14174
14174
|
}
|
|
14175
|
-
.
|
|
14175
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemFile__9a66fea1 .index_module_msgItemFileLeft__9a66fea1 {
|
|
14176
14176
|
font-size: 24px;
|
|
14177
14177
|
display: flex;
|
|
14178
14178
|
justify-content: center;
|
|
@@ -14180,18 +14180,18 @@ strong {
|
|
|
14180
14180
|
padding: 0;
|
|
14181
14181
|
margin: 0;
|
|
14182
14182
|
}
|
|
14183
|
-
.
|
|
14183
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemFile__9a66fea1 .index_module_msgItemFileLeft__9a66fea1 > i {
|
|
14184
14184
|
display: flex;
|
|
14185
14185
|
font-size: 24px;
|
|
14186
14186
|
}
|
|
14187
|
-
.
|
|
14187
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemText__9a66fea1 .index_module_msgItemFile__9a66fea1 .index_module_msgItemFileRight__9a66fea1 {
|
|
14188
14188
|
font-size: 14px;
|
|
14189
14189
|
font-weight: 400;
|
|
14190
14190
|
color: rgba(0, 0, 0, 0.65);
|
|
14191
14191
|
margin: 0;
|
|
14192
14192
|
padding: 0;
|
|
14193
14193
|
}
|
|
14194
|
-
.
|
|
14194
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemAction__9a66fea1 {
|
|
14195
14195
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
14196
14196
|
padding: 12px 16px;
|
|
14197
14197
|
width: 100%;
|
|
@@ -14199,21 +14199,21 @@ strong {
|
|
|
14199
14199
|
align-items: center;
|
|
14200
14200
|
justify-content: space-between;
|
|
14201
14201
|
}
|
|
14202
|
-
.
|
|
14202
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemAction__9a66fea1 .index_module_msgItemActionLeft__9a66fea1 {
|
|
14203
14203
|
display: flex;
|
|
14204
14204
|
align-items: center;
|
|
14205
14205
|
gap: 8px;
|
|
14206
14206
|
}
|
|
14207
|
-
.
|
|
14207
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemAction__9a66fea1 .index_module_msgItemActionRight__9a66fea1 {
|
|
14208
14208
|
display: flex;
|
|
14209
14209
|
align-items: center;
|
|
14210
14210
|
gap: 8px;
|
|
14211
14211
|
}
|
|
14212
|
-
.
|
|
14212
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 {
|
|
14213
14213
|
height: 24px;
|
|
14214
14214
|
position: relative;
|
|
14215
14215
|
}
|
|
14216
|
-
.
|
|
14216
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1 {
|
|
14217
14217
|
position: absolute;
|
|
14218
14218
|
width: -moz-max-content;
|
|
14219
14219
|
width: max-content;
|
|
@@ -14223,30 +14223,30 @@ strong {
|
|
|
14223
14223
|
z-index: 9;
|
|
14224
14224
|
padding: 4px 8px;
|
|
14225
14225
|
}
|
|
14226
|
-
.
|
|
14226
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1 .index_module_msgItemActionLeft__9a66fea1 {
|
|
14227
14227
|
display: flex;
|
|
14228
14228
|
align-items: center;
|
|
14229
14229
|
gap: 8px;
|
|
14230
14230
|
}
|
|
14231
|
-
.
|
|
14231
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1 .index_module_msgItemActionRight__9a66fea1 {
|
|
14232
14232
|
display: flex;
|
|
14233
14233
|
align-items: center;
|
|
14234
14234
|
gap: 8px;
|
|
14235
14235
|
}
|
|
14236
|
-
.
|
|
14236
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1.index_module_msgItemActionPopoverFloatTop__9a66fea1 {
|
|
14237
14237
|
bottom: 4px;
|
|
14238
14238
|
right: 0;
|
|
14239
14239
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
14240
14240
|
}
|
|
14241
|
-
.
|
|
14241
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1.index_module_msgItemActionPopoverFloatBottom__9a66fea1 {
|
|
14242
14242
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
14243
14243
|
right: 0;
|
|
14244
14244
|
top: 4px;
|
|
14245
14245
|
}
|
|
14246
|
-
.
|
|
14246
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemActionEmpty__9a66fea1 {
|
|
14247
14247
|
min-height: 24px;
|
|
14248
14248
|
}
|
|
14249
|
-
.
|
|
14249
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceText__9a66fea1 {
|
|
14250
14250
|
padding: 8px;
|
|
14251
14251
|
border-radius: 2px;
|
|
14252
14252
|
background: #e7e7e7;
|
|
@@ -14254,7 +14254,7 @@ strong {
|
|
|
14254
14254
|
color: rgba(0, 0, 0, 0.65);
|
|
14255
14255
|
margin-top: 8px;
|
|
14256
14256
|
}
|
|
14257
|
-
.
|
|
14257
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceText__9a66fea1 > div {
|
|
14258
14258
|
width: 100%;
|
|
14259
14259
|
max-height: 36px;
|
|
14260
14260
|
word-break: break-all;
|
|
@@ -14265,7 +14265,7 @@ strong {
|
|
|
14265
14265
|
text-overflow: ellipsis;
|
|
14266
14266
|
word-wrap: break-word;
|
|
14267
14267
|
}
|
|
14268
|
-
.
|
|
14268
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceFile__9a66fea1 {
|
|
14269
14269
|
padding: 8px;
|
|
14270
14270
|
border-radius: 2px;
|
|
14271
14271
|
background: #e7e7e7;
|
|
@@ -14273,7 +14273,7 @@ strong {
|
|
|
14273
14273
|
color: rgba(0, 0, 0, 0.65);
|
|
14274
14274
|
margin-top: 8px;
|
|
14275
14275
|
}
|
|
14276
|
-
.
|
|
14276
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceFile__9a66fea1 .index_module_msgItemReferenceFileBox__9a66fea1 {
|
|
14277
14277
|
background: #fafafa;
|
|
14278
14278
|
border-radius: 8px;
|
|
14279
14279
|
border: 1px solid #ebebeb;
|
|
@@ -14283,7 +14283,7 @@ strong {
|
|
|
14283
14283
|
padding: 8px 12px;
|
|
14284
14284
|
min-width: 216px;
|
|
14285
14285
|
}
|
|
14286
|
-
.
|
|
14286
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceFile__9a66fea1 .index_module_msgItemReferenceFileBox__9a66fea1 .index_module_msgItemReferenceFileLeft__9a66fea1 {
|
|
14287
14287
|
font-size: 24px;
|
|
14288
14288
|
display: flex;
|
|
14289
14289
|
justify-content: center;
|
|
@@ -14291,54 +14291,57 @@ strong {
|
|
|
14291
14291
|
padding: 0;
|
|
14292
14292
|
margin: 0;
|
|
14293
14293
|
}
|
|
14294
|
-
.
|
|
14294
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceFile__9a66fea1 .index_module_msgItemReferenceFileBox__9a66fea1 .index_module_msgItemReferenceFileLeft__9a66fea1 > i {
|
|
14295
14295
|
display: flex;
|
|
14296
14296
|
font-size: 24px;
|
|
14297
14297
|
}
|
|
14298
|
-
.
|
|
14298
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1 .index_module_msgItemReferenceFile__9a66fea1 .index_module_msgItemReferenceFileBox__9a66fea1 .index_module_msgItemReferenceFileRight__9a66fea1 {
|
|
14299
14299
|
font-size: 14px;
|
|
14300
14300
|
font-weight: 400;
|
|
14301
14301
|
color: rgba(0, 0, 0, 0.65);
|
|
14302
14302
|
}
|
|
14303
|
-
.
|
|
14303
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLeft__9a66fea1 {
|
|
14304
14304
|
justify-content: flex-start;
|
|
14305
14305
|
}
|
|
14306
|
-
.
|
|
14306
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLeft__9a66fea1 .index_module_msgItemBox__9a66fea1 {
|
|
14307
14307
|
align-items: flex-start;
|
|
14308
14308
|
}
|
|
14309
|
-
.
|
|
14309
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLeft__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 {
|
|
14310
14310
|
background: #ffffff;
|
|
14311
14311
|
border-radius: 2px 20px 20px 20px;
|
|
14312
14312
|
}
|
|
14313
|
-
.
|
|
14313
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLeft__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemAction__9a66fea1 {
|
|
14314
14314
|
border-radius: 0px 0px 20px 20px;
|
|
14315
14315
|
}
|
|
14316
|
-
.
|
|
14316
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLeft__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 {
|
|
14317
14317
|
margin-left: auto;
|
|
14318
14318
|
}
|
|
14319
|
-
.
|
|
14319
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLeft__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1 {
|
|
14320
14320
|
display: none;
|
|
14321
14321
|
}
|
|
14322
|
-
.
|
|
14322
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemRight__9a66fea1 {
|
|
14323
14323
|
justify-content: flex-end;
|
|
14324
14324
|
padding-bottom: 24px;
|
|
14325
14325
|
}
|
|
14326
|
-
.
|
|
14326
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemRight__9a66fea1 .index_module_msgItemBox__9a66fea1 {
|
|
14327
14327
|
align-items: flex-end;
|
|
14328
14328
|
}
|
|
14329
|
-
.
|
|
14329
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemRight__9a66fea1 .index_module_msgItemBox__9a66fea1:hover .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1 {
|
|
14330
14330
|
display: flex;
|
|
14331
14331
|
}
|
|
14332
|
-
.
|
|
14332
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemRight__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 {
|
|
14333
14333
|
border-radius: 20px 2px 20px 20px;
|
|
14334
14334
|
background: #d1e4ff;
|
|
14335
14335
|
}
|
|
14336
|
-
.
|
|
14336
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemRight__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemContent__9a66fea1 .index_module_msgItemAction__9a66fea1 {
|
|
14337
14337
|
border-radius: 0px 0px 20px 20px;
|
|
14338
14338
|
}
|
|
14339
|
-
.
|
|
14339
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemRight__9a66fea1 .index_module_msgItemBox__9a66fea1 .index_module_msgItemActionOperate__9a66fea1 .index_module_msgItemActionPopover__9a66fea1 {
|
|
14340
14340
|
display: none;
|
|
14341
14341
|
}
|
|
14342
|
+
.index_module_virtuosoListWrapper__9a66fea1 .index_module_msgItem__9a66fea1.index_module_msgItemLast__9a66fea1 {
|
|
14343
|
+
box-sizing: border-box;
|
|
14344
|
+
}
|
|
14342
14345
|
|
|
14343
14346
|
.index_module_msgItemActionCopy__9b012114 {
|
|
14344
14347
|
cursor: pointer;
|
|
@@ -14473,11 +14476,15 @@ strong {
|
|
|
14473
14476
|
color: rgba(0, 0, 0, 0.65) !important;
|
|
14474
14477
|
}
|
|
14475
14478
|
|
|
14476
|
-
.
|
|
14479
|
+
.index_module_uploadFileBtn__1fde9d45 {
|
|
14477
14480
|
font-size: 24px;
|
|
14478
14481
|
display: flex;
|
|
14479
14482
|
cursor: pointer;
|
|
14480
14483
|
}
|
|
14484
|
+
.index_module_uploadFileBtn__1fde9d45.index_module_uploadFileBtn_diabled__1fde9d45 {
|
|
14485
|
+
cursor: not-allowed;
|
|
14486
|
+
color: rgba(0, 0, 0, 0.25);
|
|
14487
|
+
}
|
|
14481
14488
|
|
|
14482
14489
|
.index_module_footerFileListWrapper__6ffd6fa6 {
|
|
14483
14490
|
width: 100%;
|