From af80ea17e23674475e3ae33a1bef1be2745d5806 Mon Sep 17 00:00:00 2001 From: kwx1085518 Date: Thu, 18 Aug 2022 16:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=80=E7=B3=96=E6=A8=A1=E6=9D=BF=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E7=AA=97=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/historyDetail.vue | 45 +++++++++++-------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/bloodSugarGprsSampleCode/src/views/historyDetail.vue b/bloodSugarGprsSampleCode/src/views/historyDetail.vue index e379a7c..fab2fad 100644 --- a/bloodSugarGprsSampleCode/src/views/historyDetail.vue +++ b/bloodSugarGprsSampleCode/src/views/historyDetail.vue @@ -82,25 +82,25 @@ -
- -
- + +
+ +
@@ -633,7 +633,7 @@ export default { flex-direction: column; align-items: center; overflow: hidden scroll; - margin-bottom: 12.5rem; + margin-bottom: 8rem; } .date { @@ -802,4 +802,11 @@ export default { } } + + /* 适配悬浮窗 */ + @media screen and (max-height: 625px){ + .detailBox{ + margin-bottom: 18rem; + } + } \ No newline at end of file -- Gitee