diff --git a/pages/index/index.vue b/pages/index/index.vue index efa6abd..e91fc3e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -781,14 +781,14 @@ } .order-msg-box { - width: 90%; + width: 95%; height: 146rpx; border-radius: 40rpx; border: 2px solid #A6FFEA; background: #fff; z-index: 99; position: absolute; - left: 5%; + left: 2.5%; bottom: 0; display: flex; }