Authored by htoooth

fix

... ... @@ -235,9 +235,12 @@ export default {
};
</script>
<style scoped>
.ivu-table .top td{
<style>
.ivu-table td.top {
vertical-align: top;
}
</style>
... ...
... ... @@ -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
... ...