Преглед изворни кода

问答广场 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,