diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index 8c978c26..2af8ff26 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -8,7 +8,6 @@ 生产计划:{{ dataContent.planNumber }} - @@ -28,7 +27,6 @@ {{ dataContent.noGoodQty }}{{ dataContent.uom }} - diff --git a/src/pages/fg/receiptNoPlan.vue b/src/pages/fg/receiptNoPlan.vue index 8970a669..f9522fce 100644 --- a/src/pages/fg/receiptNoPlan.vue +++ b/src/pages/fg/receiptNoPlan.vue @@ -1,95 +1,122 @@ @@ -420,14 +467,10 @@ page { .header { position: fixed; - /* #ifdef H5 */ - top: 88rpx; - /* #endif */ left: 0; width: 100%; background-color: #fff; z-index: 10; - padding: 10rpx; /* 确保头部在内容之上 */ } @@ -438,6 +481,7 @@ page { right: 0; } + .page-main { flex: 1; position: relative; @@ -453,9 +497,10 @@ page { .page-main-list { /* height: 80rpx; - line-height: 80rpx; */ + line-height: 80rpx; */ text-align: center; background: #e0e0e0; + } .item { @@ -472,4 +517,4 @@ page { overflow-wrap: break-word; /* 对于兼容性更好的情况 */ } - + \ No newline at end of file