huang_an 1 год назад
Родитель
Сommit
bb95da50dc

+ 5 - 1
src/views/warehouseManagement/inboundRequests/components/search.vue

@@ -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

+ 1 - 1
src/views/warehouseManagement/inboundRequests/index.vue

@@ -63,7 +63,7 @@
 
 <style lang="scss" scoped>
   #inboundRequests {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     :deep(.el-card) {
       height: 100%;

+ 1 - 1
src/views/warehouseManagement/inventoryAllocation/index.vue

@@ -248,7 +248,7 @@
 
 <style lang="scss" scoped>
   #inventoryAllocation_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/outgoingManagement/index.vue

@@ -594,7 +594,7 @@
 
 <style lang="scss" scoped>
   #outgoingManagement_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/picking/index.vue

@@ -252,7 +252,7 @@
 
 <style lang="scss" scoped>
   #picking_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/statisticalReports/inventoryBalance/index.vue

@@ -208,7 +208,7 @@
 </script>
 <style lang="scss" scoped>
   #inventoryBalance {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/statisticalReports/transceiverDetails/index.vue

@@ -208,7 +208,7 @@
 </script>
 <style lang="scss" scoped>
   #inventoryBalance {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/statisticalReports/transceiverSummary/index.vue

@@ -208,7 +208,7 @@
 </script>
 <style lang="scss" scoped>
   #inventoryBalance {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/stockManagement/index.vue

@@ -586,7 +586,7 @@
 
 <style lang="scss" scoped>
   #stockManagement_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/stocktaking/plan/index.vue

@@ -249,7 +249,7 @@
 
 <style lang="scss" scoped>
   #stocktakingPlan_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/stocktaking/reportLoss/index.vue

@@ -218,7 +218,7 @@
 
 <style lang="scss" scoped>
   #stocktakingReportLoss_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/stocktaking/work/index.vue

@@ -183,7 +183,7 @@
 
 <style lang="scss" scoped>
   #stocktakingWork_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;

+ 1 - 1
src/views/warehouseManagement/warehouseDefinition/index.vue

@@ -404,7 +404,7 @@
 
 <style lang="scss" scoped>
   #warehouseDefinition_index {
-    height: 100%;
+    height: calc(100vh - 96px);
     width: 100%;
     padding: 10px;
     box-sizing: border-box;