3 files added
5 files modified
New file |
| | |
| | | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
| | | |
| | | # dependencies |
| | | /node_modules |
| | | /.pnp |
| | | .pnp.js |
| | | |
| | | # testing |
| | | /coverage |
| | | |
| | | # production |
| | | /build |
| | | |
| | | # misc |
| | | .DS_Store |
| | | .env.local |
| | | .env.development.local |
| | | .env.test.local |
| | | .env.production.local |
| | | |
| | | npm-debug.log* |
| | | yarn-debug.log* |
| | | yarn-error.log* |
| | |
| | | "@ant-design/icons": "^4.7.0", |
| | | "@ant-design/plots": "^1.2.5", |
| | | "@antv/g2": "^4.2.1", |
| | | "@arco-design/web-react": "^2.63.1", |
| | | "@craco/craco": "^6.4.3", |
| | | "@testing-library/jest-dom": "^5.16.2", |
| | | "@testing-library/react": "^12.1.2", |
| | | "@testing-library/user-event": "^13.5.0", |
| | | "@types/react-router-dom": "^5.3.3", |
| | | "antd": "^4.19.2", |
| | | "antd": "^4.19.5", |
| | | "axios": "^0.26.0", |
| | | "craco-less": "^2.0.0", |
| | | "crypto-js": "^4.1.1", |
| | |
| | | // 主色 |
| | | @main-color: #d10202; |
| | | @main-color: #1A6FB8; |
| | | |
| | | // 主色拓展 |
| | | @main-color-1: #ffe7e6; |
| | |
| | | @link-color: @main-color; // 链接色 |
| | | @success-color: #52c41a; // 成功色 |
| | | @warning-color: #faad14; // 警告色 |
| | | @warning-bg-color: #fdf6e0; // 警告色背景 |
| | | @warning-bg-color: #141413; // 警告色背景 |
| | | @error-color: #f5222d; // 错误色 |
| | | @font-size-base: 14px; // 主字号 |
| | | @line-height-base: 1.5715; |
New file |
| | |
| | | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
| | | |
| | | # dependencies |
| | | /node_modules |
| | | /.pnp |
| | | .pnp.js |
| | | |
| | | # testing |
| | | /coverage |
| | | |
| | | # production |
| | | /build |
| | | |
| | | # misc |
| | | .DS_Store |
| | | .env.local |
| | | .env.development.local |
| | | .env.test.local |
| | | .env.production.local |
| | | |
| | | npm-debug.log* |
| | | yarn-debug.log* |
| | | yarn-error.log* |
| | |
| | | "private": true, |
| | | "dependencies": { |
| | | "@ant-design/icons": "^4.7.0", |
| | | "@arco-design/web-react": "^2.63.1", |
| | | "@craco/craco": "^6.4.3", |
| | | "@testing-library/jest-dom": "^5.16.2", |
| | | "@testing-library/react": "^12.1.2", |