소스 검색

:fire: 对话框按钮

visuddhinanda 3 년 전
부모
커밋
be64035ebe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dashboard/src/components/term/TermModal.tsx

+ 1 - 0
dashboard/src/components/term/TermModal.tsx

@@ -38,6 +38,7 @@ const TermModalWidget = ({
       <Modal
         width={760}
         title="术语"
+        footer={false}
         destroyOnClose={true}
         open={isModalOpen}
         onOk={handleOk}