Browse Source

修复下拉

fix_bug_pro20231227
马远东 1 year ago
parent
commit
efa37f0f70
  1. 7
      src/views/distribution/checkInventoryTask/createTask.vue

7
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;
}
</style>

Loading…
Cancel
Save