Browse Source

问答广场 card item.name tooltip方向调整为 top

Ryuiso 3 months ago
parent
commit
582aae226c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/deepseek/questionAnswer/list/index.tsx

+ 1 - 1
src/pages/deepseek/questionAnswer/list/index.tsx

@@ -643,7 +643,7 @@ const QuestionAnswerList: React.FC = () => {
                             justifyContent: 'center',
                             justifyContent: 'center',
                             height: '100%'
                             height: '100%'
                           }}>
                           }}>
-                            <Tooltip title={item.name} placement="right">
+                            <Tooltip title={item.name} placement="top">
                               <div style={{
                               <div style={{
                                 lineHeight: '18px',
                                 lineHeight: '18px',
                                 fontSize: 14,
                                 fontSize: 14,