Authored by htoooth

fix

@@ -235,9 +235,12 @@ export default { @@ -235,9 +235,12 @@ export default {
235 }; 235 };
236 </script> 236 </script>
237 237
238 -<style scoped>  
239 -.ivu-table .top td{ 238 +<style>
  239 +
  240 +.ivu-table td.top {
240 vertical-align: top; 241 vertical-align: top;
241 } 242 }
  243 +
  244 +
242 </style> 245 </style>
243 246
@@ -34,7 +34,8 @@ module.exports = merge(webpackBaseConfig, { @@ -34,7 +34,8 @@ module.exports = merge(webpackBaseConfig, {
34 ], 34 ],
35 devServer: { 35 devServer: {
36 proxy: { 36 proxy: {
37 - '/api': 'http://localhost:6009'  
38 - } 37 + '/api': 'http://localhost:8080'
  38 + },
  39 + port: 8000
39 } 40 }
40 }); 41 });