Toggle navigation
Toggle navigation
This project
Loading...
Sign in
黄涛
/
yoho-dl-label-fe
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-03-19 10:17:03 +0800
Commit
63d6f37abb6b0502a8ed3183cc78d3eb186f546c
1 parent
7135bfc8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
src/views/layout.vue
webpack.dev.config.js
src/views/layout.vue
View file @
63d6f37
...
...
@@ -235,9 +235,12 @@ export default {
};
</script>
<style scoped>
.ivu-table .top td{
<style>
.ivu-table td.top {
vertical-align: top;
}
</style>
...
...
webpack.dev.config.js
View file @
63d6f37
...
...
@@ -34,7 +34,8 @@ module.exports = merge(webpackBaseConfig, {
],
devServer
:
{
proxy
:
{
'/api'
:
'http://localhost:6009'
}
'/api'
:
'http://localhost:8080'
},
port
:
8000
}
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment