浏览代码

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

Ryuiso 3 月之前
父节点
当前提交
582aae226c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',
                             height: '100%'
                           }}>
-                            <Tooltip title={item.name} placement="right">
+                            <Tooltip title={item.name} placement="top">
                               <div style={{
                                 lineHeight: '18px',
                                 fontSize: 14,