------------恢復內容開始------------
1.直接引入:import 'element-ui/lib/theme-chalk/index.css'
2.下載資源包:https://unpkg.com/element-ui@2.15.2/lib/theme-chalk/index.css 【2.15.2】為"element-ui": "^2.13.0"版本號。
復制當前頁面內容,添加到index.css文件中
同時它需要fonts文件夾下.ttf,.woff 下載就行了:https://unpkg.com/element-ui@2.13.2/lib/theme-chalk/fonts/element-icons.ttf
然后2的引用方式就是 import './assets/css/theme-chalk/index.css' 如果你想修改樣式就可以直接修改了。
------------恢復內容結束------------