Skip to content

Commit

Permalink
update vue and element-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Dec 24, 2019
1 parent b7e5711 commit f0d7c0e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 22 deletions.
3 changes: 2 additions & 1 deletion web_src/build/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ exports.cssLoaders = function (options) {
if (options.extract) {
return ExtractTextPlugin.extract({
use: loaders,
fallback: 'vue-style-loader'
fallback: 'vue-style-loader',
publicPath:'../../'
})
} else {
return ['vue-style-loader'].concat(loaders)
Expand Down
48 changes: 30 additions & 18 deletions web_src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web_src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"element-ui": "^2.0.8",
"element-ui": "^2.13.0",
"scriptjs": "^2.5.8",
"url-search-params-polyfill": "^2.0.3",
"vue": "^2.5.2",
"vue": "^2.6.0",
"vue-axios": "^2.0.2",
"vue-clipboard2": "^0.2.1",
"vue-i18n": "5.0.3",
Expand Down Expand Up @@ -81,7 +81,7 @@
"vue-jest": "^1.0.2",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"vue-template-compiler": "^2.6.0",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
Expand Down
2 changes: 2 additions & 0 deletions web_src/src/components/team/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ export default {

.el-table__empty-text{
text-align: left;
line-height: 30px;
margin-top: 20px;
}

</style>

0 comments on commit f0d7c0e

Please sign in to comment.