王文博 5 жил өмнө
parent
commit
5aa2f5b1ba
2 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 1 1
      package.json
  2. 2 0
      src/app.js

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
     "lodash": "^4.17.15",
     "react": "^16.9.0",
     "react-dom": "^16.9.0",
-    "wptpc-design": "^1.1.99"
+    "wptpc-design": "^1.1.100"
   },
   "devDependencies": {
     "@babel/plugin-proposal-decorators": "^7.7.4",

+ 2 - 0
src/app.js

@@ -1,4 +1,6 @@
 import { fetchApi } from '@/apis/index'
+import 'antd/dist/antd.css'
+
 window.fetchApi = fetchApi
 
 export const dva = {