From d48405420d630b4aca0ad0ac61ea82bc56a12afe Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Thu, 28 Aug 2025 14:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=85=B1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/static/common.css b/src/static/common.css index 6a978a1..68e0c81 100644 --- a/src/static/common.css +++ b/src/static/common.css @@ -8,6 +8,7 @@ page { background-color: #307AF5; /* background-color: #F5F5F5; */ color: #333; + } .container { @@ -530,6 +531,14 @@ uni-button[type='primary'][plain] { .form-con { padding: 0 30rpx; + /* height: 100vh !important; */ + /* #ifdef APP-PLUS */ + height: calc(100vh - 95px) !important; + /* #endif */ + /* #ifndef APP-PLUS */ + height:calc(100vh - 68px) !important; + /* #endif */ + overflow-y: auto; } .form-con .uni-forms-item__label { @@ -560,6 +569,7 @@ uni-button[type='primary'][plain] { .form-con .footer-con { display: flex; + padding-bottom:30rpx; } /* .form-con .form-texarea .is-textarea{