diff --git a/App.vue b/App.vue index a3755b7..40f2355 100644 --- a/App.vue +++ b/App.vue @@ -37,10 +37,10 @@ padding: 0; } .page { - min-height: calc(100vh - 50px) !important; + min-height: 100vh !important; } - uni-page-head .uni-page-head { - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); + uni-page-head { + display: none !important; } /* #endif */ diff --git a/components/h5-signature/h5-signature.vue b/components/h5-signature/h5-signature.vue index fe4f9a3..d4a8fc6 100644 --- a/components/h5-signature/h5-signature.vue +++ b/components/h5-signature/h5-signature.vue @@ -1,6 +1,6 @@