Sfoglia il codice sorgente

:fire: 对话框按钮

visuddhinanda 2 anni fa
parent
commit
be64035ebe
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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}