Selaa lähdekoodia

2022-11-18 9:00

codeMan 2 vuotta sitten
vanhempi
commit
a62499c41e

+ 3 - 1
src/HDrpManagement/productMoneyOdd/modules/productOddDetail.vue

@@ -141,5 +141,7 @@ export default {
 </script>
 
 <style scoped>
-
+/deep/.el-table__fixed-body-wrapper {
+  top: 36px !important;
+}
 </style>

+ 1 - 1
vue.config.js

@@ -14,7 +14,7 @@ module.exports = {
       port: 8080,
       proxy: {
         '/apis': {
-          target: 'http://61.164.207.46:8080',  // target host
+          target: 'http://61.164.207.46:8081',  // target host
           // target: 'localhost:8080',  // target host
           ws: true,  // proxy websockets 
           changeOrigin: true,  // needed for virtual hosted sites