From 75d5a76eb1fb0c98cff856d0cc285bacf28f1364 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Sat, 5 Jul 2025 16:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E7=94=A8=E7=94=B3=E8=AF=B7=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E7=94=B5=E8=AF=9D=E5=BF=85=E5=A1=AB=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/leaseApply.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/business/leaseApply.vue b/src/pages/business/leaseApply.vue index d34f154..21e9510 100644 --- a/src/pages/business/leaseApply.vue +++ b/src/pages/business/leaseApply.vue @@ -39,7 +39,7 @@ style="width: 100%; height: 70rpx" /> - + { // 使用 :deep 选择器调整错误提示样式,添加 !important 提高优先级 :deep(.uni-forms-item__error-message) { position: absolute !important; - bottom: 0 !important; - margin-top: 0 !important; - font-size: 14rpx !important; + bottom: 0 !important; + margin-top: 0 !important; + font-size: 14rpx !important; line-height: 1 !important; // 确保行高合适 transform: translateY(50%); // 向下移动提示信息,可根据实际调整 } :deep(.uni-forms-item) { - position: relative !important; - padding-bottom: 5rpx !important; + position: relative !important; + padding-bottom: 5rpx !important; box-sizing: border-box; // 确保内边距包含在元素尺寸内 } @@ -873,7 +873,7 @@ const clearConfig = () => { } } } - + // 操作按钮样式 .uni-group { display: flex;