diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 1e3f08c..21f2230 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -605,12 +605,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 6932c79..342d7a9 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;