yt-chat-components 1.5.5 → 1.5.7
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/package.json
CHANGED
|
@@ -960,7 +960,8 @@ export default function ChatWindow({
|
|
|
960
960
|
messageItemList: [],
|
|
961
961
|
renderInitNode: () => <div style={{minHeight: '365px', width: '100%'}}>
|
|
962
962
|
{
|
|
963
|
-
!isEmpty(finalChatHistoryList) &&
|
|
963
|
+
!isEmpty(finalChatHistoryList) &&
|
|
964
|
+
<div style={{display: 'flex', justifyContent: 'center', alignItems: 'center'}}>
|
|
964
965
|
<div style={{width: '36px', height: '1px', border: '1px dashed rgb(192, 194, 197)'}}></div>
|
|
965
966
|
<div style={{color:'rgb(192, 194, 197)'}}> 以上是历史消息 </div>
|
|
966
967
|
<div style={{width: '36px', height: '1px', border: '1px dashed rgb(192, 194, 197)'}}></div>
|