diff --git a/src/views/distribution/checkInventoryTask/createTask.vue b/src/views/distribution/checkInventoryTask/createTask.vue index eeeccbb6..cc65fc18 100644 --- a/src/views/distribution/checkInventoryTask/createTask.vue +++ b/src/views/distribution/checkInventoryTask/createTask.vue @@ -2504,8 +2504,9 @@ const InventorySubmit = () => { } :deep(.el-input__wrapper){ height: 30px; - .el-input__inner{ - height: 30px; - } + +} +:deep(.el-input__inner){ + height: 30px; }