|
|
@@ -660,7 +660,7 @@ export function ChatActions(props: {
|
|
|
<div className={styles["chat-input-actions"]}>
|
|
|
{
|
|
|
props.sendStatus &&
|
|
|
- <div style={{ color: '#8096ca', fontSize: 13 }}>
|
|
|
+ <div style={{ color: '#8096ca', fontSize: 13, overflowX: 'auto' }}>
|
|
|
<div>
|
|
|
你还可以尝试提问:
|
|
|
</div>
|
|
|
@@ -672,7 +672,7 @@ export function ChatActions(props: {
|
|
|
<Skeleton.Button size="small" active={true} />
|
|
|
</Space>
|
|
|
:
|
|
|
- <div style={{ display: 'flex', marginTop: 10, flexWrap: 'wrap' }}>
|
|
|
+ <div style={{ display: 'flex', margin: '10px 0', overflowX: 'auto' }}>
|
|
|
{
|
|
|
guessList.map((item, index) => {
|
|
|
return (
|