jihuaqiang 6 месяцев назад
Родитель
Сommit
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}
 			open={visible}
 			onCancel={onCancel}
 			onCancel={onCancel}
 			onOk={handleOk}
 			onOk={handleOk}
+			okText="确定"
+			cancelText="取消"
 			width={600}
 			width={600}
 			destroyOnClose
 			destroyOnClose
 			zIndex={20}
 			zIndex={20}