mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
样式修正,暂停按钮布局
This commit is contained in:
parent
e206fb900c
commit
d701e63a52
@ -1263,45 +1263,6 @@ function _Chat() {
|
||||
? Locale.Chat.IsContext
|
||||
: message.date.toLocaleString()}
|
||||
</div>
|
||||
|
||||
{/*{showActions && (*/}
|
||||
{/* <div className={styles["chat-message-actions"]}>*/}
|
||||
{/* <div className={styles["chat-input-actions"]}>*/}
|
||||
{/* {message.streaming ? (*/}
|
||||
{/* <ChatAction*/}
|
||||
{/* text={Locale.Chat.Actions.Stop}*/}
|
||||
{/* icon={<StopIcon />}*/}
|
||||
{/* onClick={() => onUserStop(message.id ?? i)}*/}
|
||||
{/* />*/}
|
||||
{/* ) : (*/}
|
||||
{/* <>*/}
|
||||
{/* <ChatAction*/}
|
||||
{/* text={Locale.Chat.Actions.Retry}*/}
|
||||
{/* icon={<ResetIcon />}*/}
|
||||
{/* onClick={() => onResend(message)}*/}
|
||||
{/* />*/}
|
||||
|
||||
{/* <ChatAction*/}
|
||||
{/* text={Locale.Chat.Actions.Delete}*/}
|
||||
{/* icon={<DeleteIcon />}*/}
|
||||
{/* onClick={() => onDelete(message.id ?? i)}*/}
|
||||
{/* />*/}
|
||||
|
||||
{/* <ChatAction*/}
|
||||
{/* text={Locale.Chat.Actions.Pin}*/}
|
||||
{/* icon={<PinIcon />}*/}
|
||||
{/* onClick={() => onPinMessage(message)}*/}
|
||||
{/* />*/}
|
||||
{/* <ChatAction*/}
|
||||
{/* text={Locale.Chat.Actions.Copy}*/}
|
||||
{/* icon={<CopyIcon />}*/}
|
||||
{/* onClick={() => copyToClipboard(message.content)}*/}
|
||||
{/* />*/}
|
||||
{/* </>*/}
|
||||
{/* )}*/}
|
||||
{/* </div>*/}
|
||||
{/* </div>*/}
|
||||
{/*)}*/}
|
||||
</div>
|
||||
{showTyping && (
|
||||
<div className={styles["chat-message-status"]}>
|
||||
@ -1419,12 +1380,6 @@ function _Chat() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/*<div className={styles["chat-message-action-date"]}>*/}
|
||||
{/* {isContext*/}
|
||||
{/* ? Locale.Chat.IsContext*/}
|
||||
{/* : message.date.toLocaleString()}*/}
|
||||
{/*</div>*/}
|
||||
|
||||
{showActions && (
|
||||
<div
|
||||
className={styles["chat-message-actions"]}
|
||||
|
Loading…
Reference in New Issue
Block a user