jihuaqiang 1 月之前
父節點
當前提交
73511bc4d6
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/publishContent/weGZH/components/editTitleCoverModal/index.tsx

+ 2 - 0
src/views/publishContent/weGZH/components/editTitleCoverModal/index.tsx

@@ -193,6 +193,8 @@ const EditTitleCoverModal: React.FC<EditTitleCoverModalProps> = ({ visible, onCa
 			open={visible}
 			onCancel={onCancel}
 			onOk={handleOk}
+			okText="确定"
+			cancelText="取消"
 			width={600}
 			destroyOnClose
 			zIndex={20}