diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue index 6a827776..eeeccbb6 100644 --- a/src/views/distribution/checkInventoryTask/createTask.vue +++ b/src/views/distribution/checkInventoryTask/createTask.vue @@ -2502,4 +2502,10 @@ const InventorySubmit = () => { } } } +:deep(.el-input__wrapper){ + height: 30px; + .el-input__inner{ + height: 30px; + } +} diff --git a/vite.config.js b/vite.config.js index ef8b29a2..e1c949ee 100644 --- a/vite.config.js +++ b/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',