fix(web): local file support preview

This commit is contained in:
zhaoying
2026-03-19 10:12:33 +08:00
parent 8d8c6c695a
commit 18ca83d763
2 changed files with 21 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-03-05
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-03-18 20:29:28
* @Last Modified time: 2026-03-19 09:59:42
*/
import { forwardRef, useImperativeHandle, useState } from 'react';
import { Form, InputNumber, Flex, Switch, Row, Col, Radio } from 'antd';
@@ -112,7 +112,6 @@ const FileUploadSettingModal = forwardRef<FileUploadSettingModalRef, FileUploadS
open={visible}
onCancel={handleClose}
onOk={handleSave}
width={600}
>
<Form form={form} layout="vertical" initialValues={defaultValues}>
<Form.Item