Browse Source

盘点下拉修复

fix_bug_pro20231227
马远东 11 months ago
parent
commit
54a24c8a6e
  1. 6
      src/views/distribution/checkInventoryTask/createTask.vue
  2. 2
      vite.config.js

6
src/views/distribution/checkInventoryTask/createTask.vue

@ -2502,4 +2502,10 @@ const InventorySubmit = () => {
}
}
}
:deep(.el-input__wrapper){
height: 30px;
.el-input__inner{
height: 30px;
}
}
</style>

2
vite.config.js

@ -21,7 +21,7 @@ export default ({ mode, command }) => {
// 老zyc
// target: 'http://192.168.10.75:8777',
// 新zyc
target: 'http://192.168.6.137:8777',
target: 'http://192.168.6.141:8777',
// tjj
// target: 'http://192.168.10.25:13000',

Loading…
Cancel
Save