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;