bhd-components 0.11.14 → 0.11.16
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 +155 -153
- package/dist/index.esm.es5.development.js +28 -14
- 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 +12 -4
- package/es2017/AIMessageList/components/footer/index.module.less +3 -0
- package/es2017/AIMessageList/components/virtuosoList/index.js +11 -7
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +2 -0
- package/es2017/AIMessageList/type.d.ts +13 -1
- package/esm/AIMessageList/components/footer/index.js +15 -7
- package/esm/AIMessageList/components/footer/index.module.less +3 -0
- package/esm/AIMessageList/components/virtuosoList/index.js +12 -6
- package/esm/AIMessageList/components/virtuosoList/index.module.less +2 -0
- package/esm/AIMessageList/type.d.ts +13 -1
- package/package.json +1 -1
|
@@ -13917,11 +13917,11 @@ strong {
|
|
|
13917
13917
|
height: 100%;
|
|
13918
13918
|
}
|
|
13919
13919
|
|
|
13920
|
-
.
|
|
13920
|
+
.index_module_virtuosoListWrapper__69d58fd0 {
|
|
13921
13921
|
width: 100%;
|
|
13922
13922
|
height: 100%;
|
|
13923
13923
|
}
|
|
13924
|
-
.
|
|
13924
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingIcon__69d58fd0 {
|
|
13925
13925
|
width: 100%;
|
|
13926
13926
|
display: flex;
|
|
13927
13927
|
align-items: center;
|
|
@@ -13929,55 +13929,55 @@ strong {
|
|
|
13929
13929
|
padding: 16px 0 24px 0;
|
|
13930
13930
|
box-sizing: border-box;
|
|
13931
13931
|
}
|
|
13932
|
-
.
|
|
13932
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingIcon__69d58fd0 > img {
|
|
13933
13933
|
width: 32px;
|
|
13934
13934
|
height: 32px;
|
|
13935
13935
|
}
|
|
13936
|
-
.
|
|
13936
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 {
|
|
13937
13937
|
width: 100%;
|
|
13938
13938
|
padding: 24px 24px 0 24px;
|
|
13939
13939
|
}
|
|
13940
|
-
.
|
|
13940
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 > div {
|
|
13941
13941
|
width: 100%;
|
|
13942
13942
|
margin-bottom: 24px;
|
|
13943
13943
|
}
|
|
13944
|
-
.
|
|
13944
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 > div:last-child {
|
|
13945
13945
|
margin-bottom: 0;
|
|
13946
13946
|
}
|
|
13947
|
-
.
|
|
13947
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 > div .bhd-skeleton {
|
|
13948
13948
|
width: 80%;
|
|
13949
13949
|
}
|
|
13950
|
-
.
|
|
13950
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_left__69d58fd0 {
|
|
13951
13951
|
display: flex;
|
|
13952
13952
|
justify-content: flex-start;
|
|
13953
13953
|
}
|
|
13954
|
-
.
|
|
13954
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_left__69d58fd0 .bhd-skeleton-paragraph {
|
|
13955
13955
|
margin: 0;
|
|
13956
13956
|
}
|
|
13957
|
-
.
|
|
13957
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_left__69d58fd0 .bhd-skeleton-paragraph > li {
|
|
13958
13958
|
width: 100%!important;
|
|
13959
13959
|
height: 20px;
|
|
13960
13960
|
border-radius: 17.5px;
|
|
13961
13961
|
}
|
|
13962
|
-
.
|
|
13962
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_left__69d58fd0 .bhd-skeleton-paragraph > li + li {
|
|
13963
13963
|
margin-top: 8px;
|
|
13964
13964
|
}
|
|
13965
|
-
.
|
|
13965
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_right__69d58fd0 {
|
|
13966
13966
|
display: flex;
|
|
13967
13967
|
justify-content: flex-end;
|
|
13968
13968
|
}
|
|
13969
|
-
.
|
|
13969
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_right__69d58fd0 .bhd-skeleton-paragraph {
|
|
13970
13970
|
margin: 0;
|
|
13971
13971
|
}
|
|
13972
|
-
.
|
|
13972
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_right__69d58fd0 .bhd-skeleton-paragraph > li {
|
|
13973
13973
|
width: 100%!important;
|
|
13974
13974
|
height: 66px;
|
|
13975
13975
|
border-radius: 20px 2px 20px 20px;
|
|
13976
13976
|
}
|
|
13977
|
-
.
|
|
13977
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_loadingInit__69d58fd0 .index_module_loadingInit_right__69d58fd0 .bhd-skeleton-paragraph > li + li {
|
|
13978
13978
|
margin-top: 8px;
|
|
13979
13979
|
}
|
|
13980
|
-
.
|
|
13980
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgDate__69d58fd0 {
|
|
13981
13981
|
width: 100%;
|
|
13982
13982
|
display: flex;
|
|
13983
13983
|
align-items: center;
|
|
@@ -13988,41 +13988,41 @@ strong {
|
|
|
13988
13988
|
font-size: 14px;
|
|
13989
13989
|
color: rgba(0, 0, 0, 0.25);
|
|
13990
13990
|
}
|
|
13991
|
-
.
|
|
13991
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgDate__69d58fd0:before {
|
|
13992
13992
|
content: "";
|
|
13993
13993
|
display: block;
|
|
13994
13994
|
width: 100px;
|
|
13995
13995
|
height: 1px;
|
|
13996
13996
|
background: #ebebeb;
|
|
13997
13997
|
}
|
|
13998
|
-
.
|
|
13998
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgDate__69d58fd0:after {
|
|
13999
13999
|
content: "";
|
|
14000
14000
|
display: block;
|
|
14001
14001
|
width: 100px;
|
|
14002
14002
|
height: 1px;
|
|
14003
14003
|
background: #ebebeb;
|
|
14004
14004
|
}
|
|
14005
|
-
.
|
|
14005
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 {
|
|
14006
14006
|
width: 100%;
|
|
14007
14007
|
padding: 0px 16px;
|
|
14008
14008
|
padding-top: 0;
|
|
14009
14009
|
box-sizing: border-box;
|
|
14010
14010
|
display: flex;
|
|
14011
14011
|
}
|
|
14012
|
-
.
|
|
14012
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 {
|
|
14013
14013
|
max-width: 80%;
|
|
14014
14014
|
font-size: 14px;
|
|
14015
14015
|
color: rgba(0, 0, 0, 0.65);
|
|
14016
14016
|
display: flex;
|
|
14017
14017
|
flex-direction: column;
|
|
14018
14018
|
}
|
|
14019
|
-
.
|
|
14019
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 {
|
|
14020
14020
|
position: relative;
|
|
14021
14021
|
width: -moz-fit-content;
|
|
14022
14022
|
width: fit-content;
|
|
14023
14023
|
max-width: 100%;
|
|
14024
14024
|
}
|
|
14025
|
-
.
|
|
14025
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0 {
|
|
14026
14026
|
display: flex;
|
|
14027
14027
|
justify-content: flex-end;
|
|
14028
14028
|
align-items: center;
|
|
@@ -14040,35 +14040,35 @@ strong {
|
|
|
14040
14040
|
font-weight: 400;
|
|
14041
14041
|
top: 6px;
|
|
14042
14042
|
}
|
|
14043
|
-
.
|
|
14043
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0.index_module_copyCodeFun__69d58fd0 {
|
|
14044
14044
|
display: flex;
|
|
14045
14045
|
}
|
|
14046
|
-
.
|
|
14046
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0 .index_module_copyCodeText__69d58fd0 {
|
|
14047
14047
|
line-height: 1;
|
|
14048
14048
|
}
|
|
14049
|
-
.
|
|
14049
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0 .index_module_icon__69d58fd0 {
|
|
14050
14050
|
display: none;
|
|
14051
14051
|
margin-right: 8px;
|
|
14052
14052
|
color: rgba(0, 0, 0, 0.65);
|
|
14053
14053
|
font-size: 14px;
|
|
14054
14054
|
}
|
|
14055
|
-
.
|
|
14055
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0 .index_module_icon__69d58fd0.index_module_copy__69d58fd0 {
|
|
14056
14056
|
display: flex;
|
|
14057
14057
|
}
|
|
14058
|
-
.
|
|
14058
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0.index_module_copy_success__69d58fd0 .index_module_copyCode__69d58fd0 {
|
|
14059
14059
|
color: #f4523b;
|
|
14060
14060
|
}
|
|
14061
|
-
.
|
|
14061
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0.index_module_copy_success__69d58fd0 .index_module_copy__69d58fd0 {
|
|
14062
14062
|
display: none;
|
|
14063
14063
|
}
|
|
14064
|
-
.
|
|
14064
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0.index_module_copy_success__69d58fd0 .index_module_copy_success_flag__69d58fd0 {
|
|
14065
14065
|
display: inline-block;
|
|
14066
14066
|
color: #f4523b;
|
|
14067
14067
|
}
|
|
14068
|
-
.
|
|
14068
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_copyCode__69d58fd0.index_module_copy_success__69d58fd0 .index_module_copyCodeText__69d58fd0 {
|
|
14069
14069
|
color: #f4523b;
|
|
14070
14070
|
}
|
|
14071
|
-
.
|
|
14071
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemFile__69d58fd0 {
|
|
14072
14072
|
display: flex;
|
|
14073
14073
|
align-items: center;
|
|
14074
14074
|
padding: 8px 12px;
|
|
@@ -14078,7 +14078,7 @@ strong {
|
|
|
14078
14078
|
gap: 12px;
|
|
14079
14079
|
min-width: 216px;
|
|
14080
14080
|
}
|
|
14081
|
-
.
|
|
14081
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemFile__69d58fd0 .index_module_msgItemFileLeft__69d58fd0 {
|
|
14082
14082
|
font-size: 24px;
|
|
14083
14083
|
display: flex;
|
|
14084
14084
|
justify-content: center;
|
|
@@ -14086,45 +14086,45 @@ strong {
|
|
|
14086
14086
|
padding: 0;
|
|
14087
14087
|
margin: 0;
|
|
14088
14088
|
}
|
|
14089
|
-
.
|
|
14089
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemFile__69d58fd0 .index_module_msgItemFileLeft__69d58fd0 > i {
|
|
14090
14090
|
display: flex;
|
|
14091
14091
|
font-size: 24px;
|
|
14092
14092
|
}
|
|
14093
|
-
.
|
|
14093
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemFile__69d58fd0 .index_module_msgItemFileRight__69d58fd0 {
|
|
14094
14094
|
font-size: 14px;
|
|
14095
14095
|
font-weight: 400;
|
|
14096
14096
|
color: rgba(0, 0, 0, 0.65);
|
|
14097
14097
|
margin: 0;
|
|
14098
14098
|
padding: 0;
|
|
14099
14099
|
}
|
|
14100
|
-
.
|
|
14100
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 {
|
|
14101
14101
|
padding: 12px 16px;
|
|
14102
14102
|
}
|
|
14103
|
-
.
|
|
14104
|
-
.
|
|
14105
|
-
.
|
|
14106
|
-
.
|
|
14107
|
-
.
|
|
14108
|
-
.
|
|
14109
|
-
.
|
|
14103
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 h1,
|
|
14104
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 h2,
|
|
14105
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 h3,
|
|
14106
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 h4,
|
|
14107
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 h5,
|
|
14108
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 h6,
|
|
14109
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 strong {
|
|
14110
14110
|
color: rgba(0, 0, 0, 0.85);
|
|
14111
14111
|
font-weight: 600;
|
|
14112
14112
|
}
|
|
14113
|
-
.
|
|
14113
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 pre::-webkit-scrollbar {
|
|
14114
14114
|
background-color: #eaedf1;
|
|
14115
14115
|
background-color: transparent;
|
|
14116
14116
|
width: 4px;
|
|
14117
14117
|
height: 4px;
|
|
14118
14118
|
}
|
|
14119
|
-
.
|
|
14119
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 pre::-webkit-scrollbar-thumb {
|
|
14120
14120
|
border-radius: 4px;
|
|
14121
14121
|
background-color: rgba(0, 0, 0, 0.25);
|
|
14122
14122
|
}
|
|
14123
|
-
.
|
|
14123
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 p {
|
|
14124
14124
|
word-break: break-all;
|
|
14125
14125
|
white-space: break-spaces;
|
|
14126
14126
|
}
|
|
14127
|
-
.
|
|
14127
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 blockquote {
|
|
14128
14128
|
background: transparent;
|
|
14129
14129
|
border: 0;
|
|
14130
14130
|
font-size: 100%;
|
|
@@ -14133,54 +14133,54 @@ strong {
|
|
|
14133
14133
|
padding: 0;
|
|
14134
14134
|
vertical-align: baseline;
|
|
14135
14135
|
}
|
|
14136
|
-
.
|
|
14137
|
-
.
|
|
14136
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 p,
|
|
14137
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 li {
|
|
14138
14138
|
line-height: 1.5;
|
|
14139
14139
|
color: rgba(0, 0, 0, 0.85);
|
|
14140
14140
|
}
|
|
14141
|
-
.
|
|
14141
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 li {
|
|
14142
14142
|
margin-top: 8px;
|
|
14143
14143
|
}
|
|
14144
|
-
.
|
|
14144
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 li:first-child {
|
|
14145
14145
|
margin-top: 0;
|
|
14146
14146
|
}
|
|
14147
|
-
.
|
|
14147
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol {
|
|
14148
14148
|
list-style: decimal;
|
|
14149
14149
|
padding-inline-start: 20px;
|
|
14150
14150
|
}
|
|
14151
|
-
.
|
|
14151
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li {
|
|
14152
14152
|
list-style-type: auto;
|
|
14153
14153
|
}
|
|
14154
|
-
.
|
|
14154
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li p {
|
|
14155
14155
|
font-size: 14px;
|
|
14156
14156
|
font-weight: 600;
|
|
14157
14157
|
}
|
|
14158
|
-
.
|
|
14158
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li > ul li {
|
|
14159
14159
|
list-style: inside;
|
|
14160
14160
|
color: rgba(0, 0, 0, 0.85);
|
|
14161
14161
|
}
|
|
14162
|
-
.
|
|
14162
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li > ul li::marker {
|
|
14163
14163
|
color: #d9d9d9;
|
|
14164
14164
|
}
|
|
14165
|
-
.
|
|
14165
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li > ul li:first-child {
|
|
14166
14166
|
padding-top: 8px;
|
|
14167
14167
|
}
|
|
14168
|
-
.
|
|
14168
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li > ol li::marker {
|
|
14169
14169
|
color: rgba(0, 0, 0, 0.45);
|
|
14170
14170
|
}
|
|
14171
|
-
.
|
|
14171
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol li > ol li:first-child {
|
|
14172
14172
|
padding-top: 8px;
|
|
14173
14173
|
}
|
|
14174
|
-
.
|
|
14174
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 ol > li:last-of-type pre {
|
|
14175
14175
|
margin-bottom: 0;
|
|
14176
14176
|
}
|
|
14177
|
-
.
|
|
14177
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 hr {
|
|
14178
14178
|
height: 0;
|
|
14179
14179
|
padding: 0;
|
|
14180
14180
|
margin: 0;
|
|
14181
14181
|
border: none;
|
|
14182
14182
|
}
|
|
14183
|
-
.
|
|
14183
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 table {
|
|
14184
14184
|
width: 100%;
|
|
14185
14185
|
padding: 0;
|
|
14186
14186
|
margin: 8px 0;
|
|
@@ -14188,21 +14188,21 @@ strong {
|
|
|
14188
14188
|
border-top: 1px solid #dfe6ec;
|
|
14189
14189
|
border-left: 1px solid #dfe6ec;
|
|
14190
14190
|
}
|
|
14191
|
-
.
|
|
14191
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 table thead tr th {
|
|
14192
14192
|
background-color: #f8f8f9;
|
|
14193
14193
|
padding: 8px;
|
|
14194
14194
|
text-align: center;
|
|
14195
14195
|
border-bottom: 1px solid #dfe6ec;
|
|
14196
14196
|
border-right: 1px solid #dfe6ec;
|
|
14197
14197
|
}
|
|
14198
|
-
.
|
|
14198
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 table tbody tr td {
|
|
14199
14199
|
padding: 8px;
|
|
14200
14200
|
line-height: 21px;
|
|
14201
14201
|
height: 37px;
|
|
14202
14202
|
border-bottom: 1px solid #dfe6ec;
|
|
14203
14203
|
border-right: 1px solid #dfe6ec;
|
|
14204
14204
|
}
|
|
14205
|
-
.
|
|
14205
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 pre {
|
|
14206
14206
|
background: #fafafa;
|
|
14207
14207
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
14208
14208
|
border-top: none;
|
|
@@ -14212,40 +14212,40 @@ strong {
|
|
|
14212
14212
|
margin-bottom: 8px;
|
|
14213
14213
|
border-radius: 0 0 4px 4px;
|
|
14214
14214
|
}
|
|
14215
|
-
.
|
|
14215
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > h3 {
|
|
14216
14216
|
font-size: 16px;
|
|
14217
14217
|
font-weight: 600;
|
|
14218
14218
|
padding: 10px 0;
|
|
14219
14219
|
}
|
|
14220
|
-
.
|
|
14220
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > *:not(pre) {
|
|
14221
14221
|
padding-top: 8px;
|
|
14222
14222
|
padding-bottom: 8px;
|
|
14223
14223
|
}
|
|
14224
|
-
.
|
|
14224
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > *:not(pre):first-child {
|
|
14225
14225
|
padding-top: 0;
|
|
14226
14226
|
}
|
|
14227
|
-
.
|
|
14227
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > *:not(pre):last-child {
|
|
14228
14228
|
padding-bottom: 0;
|
|
14229
14229
|
}
|
|
14230
|
-
.
|
|
14231
|
-
.
|
|
14230
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > h3,
|
|
14231
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > h4 {
|
|
14232
14232
|
padding-top: 8px;
|
|
14233
14233
|
padding-bottom: 4px;
|
|
14234
14234
|
}
|
|
14235
|
-
.
|
|
14235
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > p + p {
|
|
14236
14236
|
padding-top: 4px;
|
|
14237
14237
|
padding-bottom: 4px;
|
|
14238
14238
|
}
|
|
14239
|
-
.
|
|
14239
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > pre:last-of-type {
|
|
14240
14240
|
margin-bottom: 0;
|
|
14241
14241
|
}
|
|
14242
|
-
.
|
|
14242
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemText__69d58fd0 .index_module_msgItemRichText__69d58fd0 > pre:last-of-type + * {
|
|
14243
14243
|
margin-top: 8px;
|
|
14244
14244
|
}
|
|
14245
|
-
.
|
|
14245
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 {
|
|
14246
14246
|
color: #1f2a28;
|
|
14247
14247
|
}
|
|
14248
|
-
.
|
|
14248
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 {
|
|
14249
14249
|
font-size: 13.5px;
|
|
14250
14250
|
line-height: 1.88;
|
|
14251
14251
|
color: #1f2a28;
|
|
@@ -14258,14 +14258,14 @@ strong {
|
|
|
14258
14258
|
*/
|
|
14259
14259
|
/* 统一重置:所有直接子元素默认上间距 10px,无下间距 */
|
|
14260
14260
|
}
|
|
14261
|
-
.
|
|
14261
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 > * {
|
|
14262
14262
|
margin-top: 10px;
|
|
14263
14263
|
margin-bottom: 0;
|
|
14264
14264
|
}
|
|
14265
|
-
.
|
|
14265
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 > *:first-child {
|
|
14266
14266
|
margin-top: 0;
|
|
14267
14267
|
}
|
|
14268
|
-
.
|
|
14268
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 {
|
|
14269
14269
|
--primary: #69c89e;
|
|
14270
14270
|
--primary-light: #eef8f3;
|
|
14271
14271
|
--primary-deep: #48b385;
|
|
@@ -14294,11 +14294,11 @@ strong {
|
|
|
14294
14294
|
/* 代码块 */
|
|
14295
14295
|
/* 操作按钮组:固定在内容末尾,与上方内容保持明显间距 */
|
|
14296
14296
|
}
|
|
14297
|
-
.
|
|
14297
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 * {
|
|
14298
14298
|
margin: 0;
|
|
14299
14299
|
padding: 0;
|
|
14300
14300
|
}
|
|
14301
|
-
.
|
|
14301
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h2 {
|
|
14302
14302
|
font-size: 15.5px;
|
|
14303
14303
|
font-weight: 800;
|
|
14304
14304
|
line-height: 1.35;
|
|
@@ -14308,12 +14308,12 @@ strong {
|
|
|
14308
14308
|
padding-top: 16px;
|
|
14309
14309
|
border-top: 1px solid rgba(120, 161, 138, 0.08);
|
|
14310
14310
|
}
|
|
14311
|
-
.
|
|
14311
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h2:first-child {
|
|
14312
14312
|
margin-top: 0;
|
|
14313
14313
|
padding-top: 0;
|
|
14314
14314
|
border-top: none;
|
|
14315
14315
|
}
|
|
14316
|
-
.
|
|
14316
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h3 {
|
|
14317
14317
|
font-size: 13px;
|
|
14318
14318
|
font-weight: 700;
|
|
14319
14319
|
letter-spacing: 0.01em;
|
|
@@ -14322,77 +14322,77 @@ strong {
|
|
|
14322
14322
|
padding-left: 10px;
|
|
14323
14323
|
border-left: 3px solid var(--primary);
|
|
14324
14324
|
}
|
|
14325
|
-
.
|
|
14325
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h3:first-child {
|
|
14326
14326
|
margin-top: 0;
|
|
14327
14327
|
}
|
|
14328
|
-
.
|
|
14328
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h4 {
|
|
14329
14329
|
font-size: 13.5px;
|
|
14330
14330
|
font-weight: 700;
|
|
14331
14331
|
color: var(--text);
|
|
14332
14332
|
margin-top: 14px;
|
|
14333
14333
|
}
|
|
14334
|
-
.
|
|
14334
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h4:first-child {
|
|
14335
14335
|
margin-top: 0;
|
|
14336
14336
|
}
|
|
14337
|
-
.
|
|
14337
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h2 + h3 {
|
|
14338
14338
|
margin-top: 8px;
|
|
14339
14339
|
}
|
|
14340
|
-
.
|
|
14340
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h3 + h4 {
|
|
14341
14341
|
margin-top: 6px;
|
|
14342
14342
|
}
|
|
14343
|
-
.
|
|
14344
|
-
.
|
|
14345
|
-
.
|
|
14343
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h3 + p,
|
|
14344
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h3 + ul,
|
|
14345
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h3 + ol {
|
|
14346
14346
|
margin-top: 5px;
|
|
14347
14347
|
}
|
|
14348
|
-
.
|
|
14349
|
-
.
|
|
14350
|
-
.
|
|
14348
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h2 + p,
|
|
14349
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h2 + ul,
|
|
14350
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h2 + ol {
|
|
14351
14351
|
margin-top: 7px;
|
|
14352
14352
|
}
|
|
14353
|
-
.
|
|
14354
|
-
.
|
|
14355
|
-
.
|
|
14353
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h4 + p,
|
|
14354
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h4 + ul,
|
|
14355
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 h4 + ol {
|
|
14356
14356
|
margin-top: 4px;
|
|
14357
14357
|
}
|
|
14358
|
-
.
|
|
14358
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 p {
|
|
14359
14359
|
line-height: 1.88;
|
|
14360
14360
|
}
|
|
14361
|
-
.
|
|
14361
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 ul {
|
|
14362
14362
|
padding-left: 20px;
|
|
14363
14363
|
list-style: disc;
|
|
14364
14364
|
}
|
|
14365
|
-
.
|
|
14365
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 ol {
|
|
14366
14366
|
padding-left: 24px;
|
|
14367
14367
|
list-style: decimal;
|
|
14368
14368
|
counter-reset: none;
|
|
14369
14369
|
}
|
|
14370
|
-
.
|
|
14370
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 li {
|
|
14371
14371
|
margin-top: 6px;
|
|
14372
14372
|
line-height: 1.82;
|
|
14373
14373
|
}
|
|
14374
|
-
.
|
|
14374
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 li:first-child {
|
|
14375
14375
|
margin-top: 0;
|
|
14376
14376
|
}
|
|
14377
|
-
.
|
|
14377
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 li::marker {
|
|
14378
14378
|
color: var(--primary-deep);
|
|
14379
14379
|
font-weight: 600;
|
|
14380
14380
|
}
|
|
14381
|
-
.
|
|
14382
|
-
.
|
|
14381
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 li > ul,
|
|
14382
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 li > ol {
|
|
14383
14383
|
margin-top: 4px;
|
|
14384
14384
|
}
|
|
14385
|
-
.
|
|
14385
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 ol ol {
|
|
14386
14386
|
list-style: lower-alpha;
|
|
14387
14387
|
}
|
|
14388
|
-
.
|
|
14388
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 ul ul {
|
|
14389
14389
|
list-style: circle;
|
|
14390
14390
|
}
|
|
14391
|
-
.
|
|
14391
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 strong {
|
|
14392
14392
|
font-weight: 700;
|
|
14393
14393
|
color: var(--text);
|
|
14394
14394
|
}
|
|
14395
|
-
.
|
|
14395
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 mark {
|
|
14396
14396
|
background: #e3f7ee;
|
|
14397
14397
|
color: #2a9962;
|
|
14398
14398
|
padding: 1px 6px;
|
|
@@ -14401,17 +14401,17 @@ strong {
|
|
|
14401
14401
|
font-style: normal;
|
|
14402
14402
|
font-size: 0.95em;
|
|
14403
14403
|
}
|
|
14404
|
-
.
|
|
14404
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 hr {
|
|
14405
14405
|
border: none;
|
|
14406
14406
|
border-top: 1px solid rgba(120, 161, 138, 0.11);
|
|
14407
14407
|
margin-top: 16px;
|
|
14408
14408
|
}
|
|
14409
|
-
.
|
|
14409
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 hr + * {
|
|
14410
14410
|
margin-top: 14px;
|
|
14411
14411
|
border-top: none;
|
|
14412
14412
|
padding-top: 0;
|
|
14413
14413
|
}
|
|
14414
|
-
.
|
|
14414
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 blockquote {
|
|
14415
14415
|
background: rgba(0, 125, 101, 0.05);
|
|
14416
14416
|
border-left: 2px solid var(--primary);
|
|
14417
14417
|
padding: 10px 14px;
|
|
@@ -14421,23 +14421,24 @@ strong {
|
|
|
14421
14421
|
line-height: 1.82;
|
|
14422
14422
|
color: #1b3d2e;
|
|
14423
14423
|
}
|
|
14424
|
-
.
|
|
14424
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 .ai-table-wrap {
|
|
14425
14425
|
margin-top: 12px;
|
|
14426
|
+
margin-bottom: 12px;
|
|
14426
14427
|
overflow-x: auto;
|
|
14427
14428
|
border: 1px solid rgba(120, 161, 138, 0.12);
|
|
14428
14429
|
border-radius: 10px;
|
|
14429
14430
|
}
|
|
14430
|
-
.
|
|
14431
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 table {
|
|
14431
14432
|
width: -moz-max-content;
|
|
14432
14433
|
width: max-content;
|
|
14433
14434
|
min-width: 100%;
|
|
14434
14435
|
border-collapse: collapse;
|
|
14435
14436
|
font-size: 13px;
|
|
14436
14437
|
}
|
|
14437
|
-
.
|
|
14438
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 table thead {
|
|
14438
14439
|
background: #f5faf7;
|
|
14439
14440
|
}
|
|
14440
|
-
.
|
|
14441
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 table th {
|
|
14441
14442
|
text-align: left;
|
|
14442
14443
|
font-size: 12px;
|
|
14443
14444
|
font-weight: 700;
|
|
@@ -14445,38 +14446,39 @@ strong {
|
|
|
14445
14446
|
padding: 10px 14px;
|
|
14446
14447
|
border-bottom: 1.5px solid rgba(120, 161, 138, 0.15);
|
|
14447
14448
|
}
|
|
14448
|
-
.
|
|
14449
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 table td {
|
|
14449
14450
|
padding: 10px 14px;
|
|
14450
14451
|
border-bottom: 1px solid rgba(120, 161, 138, 0.07);
|
|
14451
14452
|
vertical-align: top;
|
|
14452
14453
|
line-height: 1.7;
|
|
14453
14454
|
}
|
|
14454
|
-
.
|
|
14455
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 table tbody tr:last-child td {
|
|
14455
14456
|
border-bottom: none;
|
|
14456
14457
|
}
|
|
14457
|
-
.
|
|
14458
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 table tbody tr:hover td {
|
|
14458
14459
|
background: rgba(0, 125, 101, 0.05);
|
|
14459
14460
|
}
|
|
14460
|
-
.
|
|
14461
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 pre {
|
|
14461
14462
|
background: #f4f8f5;
|
|
14462
14463
|
border: 1px solid rgba(120, 161, 138, 0.13);
|
|
14463
14464
|
border-radius: 10px;
|
|
14464
14465
|
padding: 14px 16px;
|
|
14465
14466
|
margin-top: 10px;
|
|
14467
|
+
margin-bottom: 10px;
|
|
14466
14468
|
overflow-x: auto;
|
|
14467
14469
|
}
|
|
14468
|
-
.
|
|
14470
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 pre code {
|
|
14469
14471
|
font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', Menlo, monospace;
|
|
14470
14472
|
font-size: 12.5px;
|
|
14471
14473
|
line-height: 1.75;
|
|
14472
14474
|
color: #1a3a28;
|
|
14473
14475
|
white-space: pre;
|
|
14474
14476
|
}
|
|
14475
|
-
.
|
|
14477
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 .index_module_msgItemRichText__69d58fd0 .hljs {
|
|
14476
14478
|
background: #f4f8f5;
|
|
14477
14479
|
color: #1a3a28;
|
|
14478
14480
|
}
|
|
14479
|
-
.
|
|
14481
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemAction__69d58fd0 {
|
|
14480
14482
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
14481
14483
|
padding: 12px 16px;
|
|
14482
14484
|
width: 100%;
|
|
@@ -14484,21 +14486,21 @@ strong {
|
|
|
14484
14486
|
align-items: center;
|
|
14485
14487
|
justify-content: space-between;
|
|
14486
14488
|
}
|
|
14487
|
-
.
|
|
14489
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemAction__69d58fd0 .index_module_msgItemActionLeft__69d58fd0 {
|
|
14488
14490
|
display: flex;
|
|
14489
14491
|
align-items: center;
|
|
14490
14492
|
gap: 8px;
|
|
14491
14493
|
}
|
|
14492
|
-
.
|
|
14494
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemAction__69d58fd0 .index_module_msgItemActionRight__69d58fd0 {
|
|
14493
14495
|
display: flex;
|
|
14494
14496
|
align-items: center;
|
|
14495
14497
|
gap: 8px;
|
|
14496
14498
|
}
|
|
14497
|
-
.
|
|
14499
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 {
|
|
14498
14500
|
height: 24px;
|
|
14499
14501
|
position: relative;
|
|
14500
14502
|
}
|
|
14501
|
-
.
|
|
14503
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0 {
|
|
14502
14504
|
position: absolute;
|
|
14503
14505
|
width: -moz-max-content;
|
|
14504
14506
|
width: max-content;
|
|
@@ -14508,30 +14510,30 @@ strong {
|
|
|
14508
14510
|
z-index: 9;
|
|
14509
14511
|
padding: 4px 8px;
|
|
14510
14512
|
}
|
|
14511
|
-
.
|
|
14513
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0 .index_module_msgItemActionLeft__69d58fd0 {
|
|
14512
14514
|
display: flex;
|
|
14513
14515
|
align-items: center;
|
|
14514
14516
|
gap: 8px;
|
|
14515
14517
|
}
|
|
14516
|
-
.
|
|
14518
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0 .index_module_msgItemActionRight__69d58fd0 {
|
|
14517
14519
|
display: flex;
|
|
14518
14520
|
align-items: center;
|
|
14519
14521
|
gap: 8px;
|
|
14520
14522
|
}
|
|
14521
|
-
.
|
|
14523
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0.index_module_msgItemActionPopoverFloatTop__69d58fd0 {
|
|
14522
14524
|
bottom: 4px;
|
|
14523
14525
|
right: 0;
|
|
14524
14526
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
14525
14527
|
}
|
|
14526
|
-
.
|
|
14528
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0.index_module_msgItemActionPopoverFloatBottom__69d58fd0 {
|
|
14527
14529
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
14528
14530
|
right: 0;
|
|
14529
14531
|
top: 4px;
|
|
14530
14532
|
}
|
|
14531
|
-
.
|
|
14533
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemActionEmpty__69d58fd0 {
|
|
14532
14534
|
min-height: 24px;
|
|
14533
14535
|
}
|
|
14534
|
-
.
|
|
14536
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceText__69d58fd0 {
|
|
14535
14537
|
padding: 8px;
|
|
14536
14538
|
border-radius: 2px;
|
|
14537
14539
|
background: #e7e7e7;
|
|
@@ -14539,7 +14541,7 @@ strong {
|
|
|
14539
14541
|
color: rgba(0, 0, 0, 0.65);
|
|
14540
14542
|
margin-top: 8px;
|
|
14541
14543
|
}
|
|
14542
|
-
.
|
|
14544
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceText__69d58fd0 > div {
|
|
14543
14545
|
width: 100%;
|
|
14544
14546
|
max-height: 36px;
|
|
14545
14547
|
word-break: break-all;
|
|
@@ -14550,7 +14552,7 @@ strong {
|
|
|
14550
14552
|
text-overflow: ellipsis;
|
|
14551
14553
|
word-wrap: break-word;
|
|
14552
14554
|
}
|
|
14553
|
-
.
|
|
14555
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceFile__69d58fd0 {
|
|
14554
14556
|
padding: 8px;
|
|
14555
14557
|
border-radius: 2px;
|
|
14556
14558
|
background: #e7e7e7;
|
|
@@ -14558,7 +14560,7 @@ strong {
|
|
|
14558
14560
|
color: rgba(0, 0, 0, 0.65);
|
|
14559
14561
|
margin-top: 8px;
|
|
14560
14562
|
}
|
|
14561
|
-
.
|
|
14563
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceFile__69d58fd0 .index_module_msgItemReferenceFileBox__69d58fd0 {
|
|
14562
14564
|
background: #fafafa;
|
|
14563
14565
|
border-radius: 8px;
|
|
14564
14566
|
border: 1px solid #ebebeb;
|
|
@@ -14568,7 +14570,7 @@ strong {
|
|
|
14568
14570
|
padding: 8px 12px;
|
|
14569
14571
|
min-width: 216px;
|
|
14570
14572
|
}
|
|
14571
|
-
.
|
|
14573
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceFile__69d58fd0 .index_module_msgItemReferenceFileBox__69d58fd0 .index_module_msgItemReferenceFileLeft__69d58fd0 {
|
|
14572
14574
|
font-size: 24px;
|
|
14573
14575
|
display: flex;
|
|
14574
14576
|
justify-content: center;
|
|
@@ -14576,61 +14578,61 @@ strong {
|
|
|
14576
14578
|
padding: 0;
|
|
14577
14579
|
margin: 0;
|
|
14578
14580
|
}
|
|
14579
|
-
.
|
|
14581
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceFile__69d58fd0 .index_module_msgItemReferenceFileBox__69d58fd0 .index_module_msgItemReferenceFileLeft__69d58fd0 > i {
|
|
14580
14582
|
display: flex;
|
|
14581
14583
|
font-size: 24px;
|
|
14582
14584
|
}
|
|
14583
|
-
.
|
|
14585
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0 .index_module_msgItemReferenceFile__69d58fd0 .index_module_msgItemReferenceFileBox__69d58fd0 .index_module_msgItemReferenceFileRight__69d58fd0 {
|
|
14584
14586
|
font-size: 14px;
|
|
14585
14587
|
font-weight: 400;
|
|
14586
14588
|
color: rgba(0, 0, 0, 0.65);
|
|
14587
14589
|
}
|
|
14588
|
-
.
|
|
14590
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 {
|
|
14589
14591
|
justify-content: flex-start;
|
|
14590
14592
|
}
|
|
14591
|
-
.
|
|
14593
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 .index_module_msgItemBox__69d58fd0 {
|
|
14592
14594
|
align-items: flex-start;
|
|
14593
14595
|
}
|
|
14594
|
-
.
|
|
14596
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 {
|
|
14595
14597
|
background: #ffffff;
|
|
14596
14598
|
border-radius: 2px 20px 20px 20px;
|
|
14597
14599
|
}
|
|
14598
|
-
.
|
|
14600
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemAction__69d58fd0 {
|
|
14599
14601
|
border-radius: 0px 0px 20px 20px;
|
|
14600
14602
|
}
|
|
14601
|
-
.
|
|
14603
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 {
|
|
14602
14604
|
padding: 0;
|
|
14603
14605
|
}
|
|
14604
|
-
.
|
|
14606
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 {
|
|
14605
14607
|
margin-left: auto;
|
|
14606
14608
|
}
|
|
14607
|
-
.
|
|
14609
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLeft__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0 {
|
|
14608
14610
|
display: none;
|
|
14609
14611
|
}
|
|
14610
|
-
.
|
|
14612
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 {
|
|
14611
14613
|
justify-content: flex-end;
|
|
14612
14614
|
padding-bottom: 24px;
|
|
14613
14615
|
}
|
|
14614
|
-
.
|
|
14616
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 .index_module_msgItemBox__69d58fd0 {
|
|
14615
14617
|
align-items: flex-end;
|
|
14616
14618
|
}
|
|
14617
|
-
.
|
|
14619
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 .index_module_msgItemBox__69d58fd0:hover .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0 {
|
|
14618
14620
|
display: flex;
|
|
14619
14621
|
}
|
|
14620
|
-
.
|
|
14622
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 {
|
|
14621
14623
|
border-radius: 20px 2px 20px 20px;
|
|
14622
14624
|
background: #d1e4ff;
|
|
14623
14625
|
}
|
|
14624
|
-
.
|
|
14626
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemAction__69d58fd0 {
|
|
14625
14627
|
border-radius: 0px 0px 20px 20px;
|
|
14626
14628
|
}
|
|
14627
|
-
.
|
|
14629
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemContent__69d58fd0 .index_module_msgItemTextAibody__69d58fd0 {
|
|
14628
14630
|
padding: 12px 16px;
|
|
14629
14631
|
}
|
|
14630
|
-
.
|
|
14632
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemRight__69d58fd0 .index_module_msgItemBox__69d58fd0 .index_module_msgItemActionOperate__69d58fd0 .index_module_msgItemActionPopover__69d58fd0 {
|
|
14631
14633
|
display: none;
|
|
14632
14634
|
}
|
|
14633
|
-
.
|
|
14635
|
+
.index_module_virtuosoListWrapper__69d58fd0 .index_module_msgItem__69d58fd0.index_module_msgItemLast__69d58fd0 {
|
|
14634
14636
|
box-sizing: border-box;
|
|
14635
14637
|
}
|
|
14636
14638
|
|