소스 검색

通过修改button的iconname属性,为saveas应用图标

sw 1 개월 전
부모
커밋
0fc9c4fe39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/view/components/ImageStateControl.tsx

+ 1 - 1
src/pages/view/components/ImageStateControl.tsx

@@ -192,7 +192,7 @@ const ImageStateControl: React.FC = () => {
           icon={
             <Icon
               module="module-process"
-              name="saveas"
+              name="SaveAs"
               userId="base"
               theme="default"
               size="2x"