|
|
|
@@ -21,7 +21,7 @@ import { useNavigate } from '@umijs/max'; |
|
|
|
import { Button, Col, Form, Input, Row, Upload, UploadFile, message, type UploadProps } from 'antd'; |
|
|
|
import { omit } from 'lodash'; |
|
|
|
import { useEffect, useState } from 'react'; |
|
|
|
import styles from './create.less'; |
|
|
|
import styles from './index.less'; |
|
|
|
|
|
|
|
type FormData = { |
|
|
|
name: string; |