update antd version
This commit is contained in:
parent
33b8bc2cde
commit
c271058a50
|
@ -85,6 +85,13 @@ cnpm run docker:build
|
|||
cnpm install --save md5
|
||||
```
|
||||
|
||||
### 前端开发常用链接
|
||||
|
||||
- 当前所用组件:https://3x.ant.design/components/button-cn/
|
||||
- ProComponents: https://procomponents.ant.design/
|
||||
- 图表组件:https://charts.ant.design/guide
|
||||
- Ant Design Pro 预览: https://preview.pro.ant.design
|
||||
|
||||
|
||||
## 后端开发说明
|
||||
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
"version": "1.0.0",
|
||||
"description": "极限日志分析中心,致力于简单易用。",
|
||||
"dependencies": {
|
||||
"@ant-design/charts": "^1.0.4",
|
||||
"@ant-design/icons": "^4.0.0",
|
||||
"@antv/data-set": "^0.9.6",
|
||||
"@babel/runtime": "^7.1.2",
|
||||
"antd": "^3.10.0",
|
||||
"antd": "^3.26.18",
|
||||
"antd-table-infinity": "^1.1.6",
|
||||
"bizcharts": "^3.2.2",
|
||||
"bizcharts-plugin-slider": "^2.0.3",
|
||||
|
|
Loading…
Reference in New Issue