forked from gzzfw/frontEnd/gzDyh

liuwh
2024-08-07 cffcab7b05e5d9a3b32edfcb90d3a84d02e4ee80
依赖增加和修改
3 files added
5 files modified
56316 ■■■■ changed files
customerSystem/.gitignore 23 ●●●●● patch | view | raw | blame | history
customerSystem/package-lock.json 23401 ●●●●● patch | view | raw | blame | history
customerSystem/package.json 5 ●●●●● patch | view | raw | blame | history
customerSystem/src/styles/theme.less 4 ●●●● patch | view | raw | blame | history
customerSystem/yarn.lock 17825 ●●●● patch | view | raw | blame | history
operation/.gitignore 23 ●●●●● patch | view | raw | blame | history
operation/package-lock.json 15034 ●●●●● patch | view | raw | blame | history
operation/package.json 1 ●●●● patch | view | raw | blame | history
customerSystem/.gitignore
New file
@@ -0,0 +1,23 @@
# 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*
customerSystem/package-lock.json
New file
Diff too large
customerSystem/package.json
@@ -8,12 +8,13 @@
    "@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",
@@ -53,4 +54,4 @@
      "last 1 safari version"
    ]
  }
}
}
customerSystem/src/styles/theme.less
@@ -1,5 +1,5 @@
// 主色
@main-color: #d10202;
@main-color: #1A6FB8;
// 主色拓展
@main-color-1: #ffe7e6;
@@ -12,7 +12,7 @@
@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;
customerSystem/yarn.lock
Diff too large
operation/.gitignore
New file
@@ -0,0 +1,23 @@
# 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*
operation/package-lock.json
Diff too large
operation/package.json
@@ -4,6 +4,7 @@
  "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",