diff --git a/src/pages/product/warehouse/index.vue b/src/pages/product/warehouse/index.vue index 5397f58..3e9e7c9 100644 --- a/src/pages/product/warehouse/index.vue +++ b/src/pages/product/warehouse/index.vue @@ -76,19 +76,22 @@ export default class productAppointment extends BasePage { .header { position: fixed; - top: 36rpx; + top: 0; + padding-top: 18px; left: 0; right: 0; z-index: 99; + display: -webkit-box; + display: -webkit-flex; display: flex; background-color: #255cea; - height: 88rpx; - line-height: 88rpx; + /* height: 46px; */ + line-height: 46px; color: #fff; - font-size: 34rpx; + font-size: 17px; font-weight: 500; text-align: center; - box-shadow: 0 1rpx 5rpx #6b90ef; + box-shadow: 0 1px 2px #6b90ef; .title { flex: 3; } diff --git a/src/pages/raw/commission/index.vue b/src/pages/raw/commission/index.vue index 7703d01..a92cc1e 100644 --- a/src/pages/raw/commission/index.vue +++ b/src/pages/raw/commission/index.vue @@ -83,19 +83,22 @@ export default class RawAppointment extends BasePage { .header { position: fixed; - top: 36rpx; + top: 0; + padding-top: 18px; left: 0; right: 0; z-index: 99; + display: -webkit-box; + display: -webkit-flex; display: flex; background-color: #255cea; - height: 88rpx; - line-height: 88rpx; + /* height: 46px; */ + line-height: 46px; color: #fff; - font-size: 34rpx; + font-size: 17px; font-weight: 500; text-align: center; - box-shadow: 0 1rpx 5rpx #6b90ef; + box-shadow: 0 1px 2px #6b90ef; .title { flex: 3; } diff --git a/src/pages/raw/handover/index.vue b/src/pages/raw/handover/index.vue index f51ab1e..cd07421 100644 --- a/src/pages/raw/handover/index.vue +++ b/src/pages/raw/handover/index.vue @@ -76,19 +76,22 @@ export default class RawHandover extends BasePage { .header { position: fixed; - top: 36rpx; + top: 0; + padding-top: 18px; left: 0; right: 0; z-index: 99; + display: -webkit-box; + display: -webkit-flex; display: flex; background-color: #255cea; - height: 88rpx; - line-height: 88rpx; + /* height: 46px; */ + line-height: 46px; color: #fff; - font-size: 34rpx; + font-size: 17px; font-weight: 500; text-align: center; - box-shadow: 0 1rpx 5rpx #6b90ef; + box-shadow: 0 1px 2px #6b90ef; .title { flex: 3; } diff --git a/src/pages/raw/ingoods/index.vue b/src/pages/raw/ingoods/index.vue index 7b277a2..217706c 100644 --- a/src/pages/raw/ingoods/index.vue +++ b/src/pages/raw/ingoods/index.vue @@ -74,19 +74,22 @@ export default class RawAppointment extends BasePage { .header { position: fixed; - top: 36rpx; + top: 0; + padding-top: 18px; left: 0; right: 0; z-index: 99; + display: -webkit-box; + display: -webkit-flex; display: flex; background-color: #255cea; - height: 88rpx; - line-height: 88rpx; + /* height: 46px; */ + line-height: 46px; color: #fff; - font-size: 34rpx; + font-size: 17px; font-weight: 500; text-align: center; - box-shadow: 0 1rpx 5rpx #6b90ef; + box-shadow: 0 1px 2px #6b90ef; .title { flex: 3; } diff --git a/src/pages/raw/warehouse/index.vue b/src/pages/raw/warehouse/index.vue index ea7c49f..9e4da12 100644 --- a/src/pages/raw/warehouse/index.vue +++ b/src/pages/raw/warehouse/index.vue @@ -71,19 +71,22 @@ export default class RawAppointment extends BasePage { .header { position: fixed; - top: 36rpx; + top: 0; + padding-top: 18px; left: 0; right: 0; z-index: 99; + display: -webkit-box; + display: -webkit-flex; display: flex; background-color: #255cea; - height: 88rpx; - line-height: 88rpx; + /* height: 46px; */ + line-height: 46px; color: #fff; - font-size: 34rpx; + font-size: 17px; font-weight: 500; text-align: center; - box-shadow: 0 1rpx 5rpx #6b90ef; + box-shadow: 0 1px 2px #6b90ef; .title { flex: 3; }