Kaynağa Gözat

尝试提问的内容可以滚动

李富豪 4 ay önce
ebeveyn
işleme
756184abb2
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      app/components/chat.tsx

+ 2 - 2
app/components/chat.tsx

@@ -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 (