From fb5cae4f955cc6fb534de172076d550536f06672 Mon Sep 17 00:00:00 2001 From: Wks Date: Fri, 19 Oct 2018 22:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/order-check.vue | 6 ++++++ src/view/order-detail.vue | 1 + 2 files changed, 7 insertions(+) diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 28cdd8b..36d50f1 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -569,12 +569,18 @@ export default { color: #00ba86; } } +.fill { + width: 100%; + height: 1rem; + background-color: rgba(247, 247, 247, 0); +} .button { width: 100%; height: 1rem; display: flex; position: fixed; bottom: 0; + z-index: 1; justify-content: space-between; background-color: white; .button-text { diff --git a/src/view/order-detail.vue b/src/view/order-detail.vue index c3b3634..90d7957 100644 --- a/src/view/order-detail.vue +++ b/src/view/order-detail.vue @@ -670,6 +670,7 @@ export default { width: 100%; position: fixed; height: 1rem; + z-index: 1; bottom: 0; background-color: #fff; text-align: center;