| | |
| | | * @Description: less配置 |
| | | */ |
| | | const CracoLessPlugin = require('craco-less'); |
| | | const path = require('path'); |
| | | |
| | | module.exports = { |
| | | plugins: [ |
| | | { |
| | | plugins: [{ |
| | | plugin: CracoLessPlugin, |
| | | options: { |
| | | lessLoaderOptions: { |
| | |
| | | }, |
| | | }, |
| | | }, |
| | | }, ], |
| | | webpack: { |
| | | alias: { |
| | | '@': path.resolve(__dirname, 'src'), |
| | | }, |
| | | ], |
| | | }, |
| | | }; |
| | |
| | | "@ant-design/plots": "^1.2.5", |
| | | "@antv/g2": "^4.2.1", |
| | | "@arco-design/web-react": "^2.63.1", |
| | | "@arco-themes/react-gzzz": "^0.0.2", |
| | | "@craco/craco": "^6.4.3", |
| | | "@testing-library/jest-dom": "^5.16.2", |
| | | "@testing-library/react": "^12.1.2", |
| | |
| | | import PropTypes from 'prop-types'; |
| | | import { Form, Button, TreeSelect, } from 'antd'; |
| | | import { Grid, Input, Select, DatePicker } from '@arco-design/web-react'; |
| | | import "@arco-design/web-react/dist/css/arco.css"; |
| | | import "@arco-themes/react-gzzz/css/arco.css"; |
| | | import { DownOutlined } from '@ant-design/icons'; |
| | | import * as $$ from '../../utils/utility'; |
| | | import './index.less'; |
| | |
| | | import React, { useState, useEffect, useRef } from "react"; |
| | | import { Row, Col, Space, Tooltip, Button } from 'antd'; |
| | | import { Form, Input, Radio, Select, DatePicker, Cascader, Modal, Upload, InputNumber } from '@arco-design/web-react'; |
| | | import "@arco-design/web-react/dist/css/arco.css"; |
| | | import '@arco-themes/react-gzzz/index.less'; |
| | | import PersonCard from '../../../../components/personCard'; |
| | | import * as $$ from '../../../../utils/utility'; |
| | | import { |
| | |
| | | |
| | | } from '../../../../assets/images'; |
| | | import { CheckOutlined, } from '@ant-design/icons'; |
| | | import "@arco-design/web-react/dist/css/arco.css"; |
| | | import TableView from '../../../../components/TableView'; |
| | | import '../../index.less'; |
| | | import ApplyDialog from "./applyDialog"; |
| | |
| | | */ |
| | | |
| | | import React, { useState, useEffect, useRef, Fragment } from "react"; |
| | | import NewPage from '../../../components/NewPage'; |
| | | import RegisterTab from '../../../components/registerTab'; |
| | | import * as $$ from '../../../utils/utility'; |
| | | import "@arco-design/web-react/dist/css/arco.css"; |
| | | import NewPage from '@/components/NewPage'; |
| | | import RegisterTab from '@/components/registerTab'; |
| | | import * as $$ from '@/utils/utility'; |
| | | import "@arco-themes/react-gzzz/css/arco.css"; |
| | | import '../index.less'; |
| | | import { Space } from 'antd'; |
| | | import { Button } from '@arco-design/web-react'; |
| | |
| | | "@babel/types" "^7.12.12" |
| | | "@types/node" "^16.11.10" |
| | | |
| | | "@arco-themes/react-gzzz@^0.0.2": |
| | | version "0.0.2" |
| | | resolved "https://registry.yarnpkg.com/@arco-themes/react-gzzz/-/react-gzzz-0.0.2.tgz#4a413958e662fff64c1e31b36ccf0484be0e2388" |
| | | integrity sha512-YQGlkswfowsuaodIevDPMx+UPpJW7Is6b3+xFKh49GDNCJf5sIz37bSiK5zxLsIl1pBj16PkUIXzm7Fq4AdHgw== |
| | | |
| | | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.8.3": |
| | | version "7.24.7" |
| | | resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.7.tgz" |