From c4246ca910f28014efaace64ebf92f47a673a9cf Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 25 Jan 2021 11:47:46 +0800 Subject: [PATCH] gx --- hive-app/pages/workbench/selectService/index.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hive-app/pages/workbench/selectService/index.vue b/hive-app/pages/workbench/selectService/index.vue index e96b2c7..71593c1 100644 --- a/hive-app/pages/workbench/selectService/index.vue +++ b/hive-app/pages/workbench/selectService/index.vue @@ -347,6 +347,7 @@ border-radius: 4px; } .status{ + flex: 0 0 80px; width: 80px; text-align: right; color: #a5abaf; @@ -361,8 +362,11 @@ display: flex; justify-content: space-between; background: #FFFFFF; - padding: 10px 10px; - box-shadow: 0 6px 100px rgba(237,234,244,1); + padding: 10px; + padding-bottom: 10px; + padding-bottom: calc(10px + constant(safe-area-inset-bottom)); + padding-bottom: calc(10px + env(safe-area-inset-bottom)); + box-shadow: 0 -6px 6px rgba(237,234,244,0.2); } .footer .icon-car-wrap{ position: relative; @@ -386,8 +390,8 @@ } .footer .btn{ border-radius: 20px; - line-height: 34px; - padding: 0 24px; + line-height: 36px; + padding: 0 26px; font-size: 14px; } .no-record{ -- Gitblit v1.9.1