From 4a773d418214f0c68662ec298333b93ca1f880c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=A2=E6=BE=9C=E5=A3=AE=E9=98=94?= <263303411@qq.com> Date: Sun, 23 Mar 2025 23:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96GHD=E9=A2=84=E6=B5=8B?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E9=9A=90=E8=97=8F=E8=AE=A1=E7=AE=97=E8=BF=87=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ghdCalculator/ghdCalculator.wxml | 13 +++++++------ pages/ghdCalculator/ghdCalculator.wxss | 2 ++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pages/ghdCalculator/ghdCalculator.wxml b/pages/ghdCalculator/ghdCalculator.wxml index b1b8ce9..2b2eaa3 100644 --- a/pages/ghdCalculator/ghdCalculator.wxml +++ b/pages/ghdCalculator/ghdCalculator.wxml @@ -56,20 +56,17 @@ 计算 重置 - - - - + 计算结果 - + @@ -80,4 +77,8 @@ 注:本计算结果仅供参考,具体诊断请咨询专业医生。预测模型基于二元Logistic回归分析。 + + + + \ No newline at end of file diff --git a/pages/ghdCalculator/ghdCalculator.wxss b/pages/ghdCalculator/ghdCalculator.wxss index 5500f86..5600a51 100644 --- a/pages/ghdCalculator/ghdCalculator.wxss +++ b/pages/ghdCalculator/ghdCalculator.wxss @@ -3,6 +3,8 @@ padding: 20rpx; background: #f5f5f5; min-height: 100vh; + display: flex; + flex-direction:column } /* 输入表单 */