Explorar el Código

:fire: 对话框按钮

visuddhinanda hace 3 años
padre
commit
be64035ebe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}