From c5413b874d8c3cd3f506593430e9d45b69cb6f13 Mon Sep 17 00:00:00 2001 From: donqi Date: Sun, 26 Feb 2023 18:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=EF=BC=8C=E5=85=A5=E9=A9=BB?= =?UTF-8?q?=EF=BC=8C=E5=BA=95=E9=83=A8=E7=BC=96=E8=BE=91=E5=9D=97=E8=A2=AB?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/certification.vue | 3 ++- pages/my/master-occupancy.vue | 11 +++++++---- style/default.css | 4 ++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/my/certification.vue b/pages/my/certification.vue index 3a44792..0d6211c 100644 --- a/pages/my/certification.vue +++ b/pages/my/certification.vue @@ -249,7 +249,8 @@ 继续添加特殊技能 - + + diff --git a/pages/my/master-occupancy.vue b/pages/my/master-occupancy.vue index 20087bd..526979b 100644 --- a/pages/my/master-occupancy.vue +++ b/pages/my/master-occupancy.vue @@ -55,14 +55,15 @@ 继续添加服务区域 - + + - + @@ -104,7 +105,8 @@ 继续添加服务技能 - + + @@ -192,7 +194,8 @@ 继续添加特殊技能 - + + diff --git a/style/default.css b/style/default.css index 29ad553..bb30d02 100644 --- a/style/default.css +++ b/style/default.css @@ -283,4 +283,8 @@ .readonlyPicker { background-color: #EEEEEE; +} + +.bottom-site-bar { + height: calc(120rpx + env(safe-area-inset-bottom) / 2); } \ No newline at end of file