Browse Source

修复已知bug

dev-xx
马远东 4 months ago
parent
commit
44f8d62f84
  1. 7
      src/views/warehouse/warehousingentry/warehouseWarehouseingAddReceipt.vue

7
src/views/warehouse/warehousingentry/warehouseWarehouseingAddReceipt.vue

@ -258,6 +258,7 @@
</el-table>
</el-row>
<div
class="drawer-footer"
style="line-height: 20px; text-align: center; padding-top: 10px"
v-if="!typeView || this.$route.query.type == '3'"
>
@ -1350,4 +1351,10 @@ export default {
width: 25vw;
min-width: 20vw;
}
.drawer-footer{
position: fixed;
bottom: 10px;
left: 50%;
z-index: 999;
}
</style>

Loading…
Cancel
Save