Explorar el Código

优化 应用广场列表卡片中 应用头像的样式逻辑

Ryuiso hace 3 meses
padre
commit
bd60bd8f82
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/pages/deepseek/questionAnswer/list/index.tsx

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

@@ -627,7 +627,8 @@ const QuestionAnswerList : React.FC = () => {
                                       <Image
                                           width={ 32 }
                                           height={ 32 }
-                                          src={ IconSvg }
+                                          src={IconSvg}
+                                          preview={false}
                                       />
                                     </div>
                                     {/*<div style={ { overflow: 'auto' } }>*/ }