From 7b2e58c3183777ed23c4925613c91142468dd8df Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 17 Oct 2025 11:06:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E6=B7=BB=E5=8A=A0uniform?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/App.vue b/App.vue index 5258844..5fc741d 100644 --- a/App.vue +++ b/App.vue @@ -76,6 +76,10 @@ .uni-forms-item--border { padding: 4rpx } + .uni-forms-item__content { + display: flex; + align-items: center; + } .dialogWrap { position: fixed; width: 100vw; @@ -122,5 +126,14 @@ z-index: 1; background-color: white; } - + .footer_fixed { + position: fixed; + bottom: 0; + left: 0; + right: 0; + background-color: #fff; + padding: 12rpx; + box-shadow: 0 -2rpx 8rpx rgba(0, 0, 0, 0.1); + z-index: 10; + }