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 } /* 输入表单 */