|
|
@@ -109,7 +109,11 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
style="display: flex; justify-content: flex-end"
|
|
|
- v-bind="styleResponsive ? { lg: 18, md: 24 } : { span: 18 }"
|
|
|
+ v-bind="
|
|
|
+ styleResponsive
|
|
|
+ ? { lg: activeName == '出入库明细表' ? 24 : 18, md: 24 }
|
|
|
+ : { span: activeName == '出入库明细表' ? 24 : 18 }
|
|
|
+ "
|
|
|
>
|
|
|
<el-form-item label-width="0px">
|
|
|
<el-button
|