From b8da7bdc5c2820758d27f98e18762d2566640591 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Mon, 6 Mar 2023 15:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/d-form/components/d-form/d-form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/d-form/components/d-form/d-form.vue b/uni_modules/d-form/components/d-form/d-form.vue index 872d796..f03d68f 100644 --- a/uni_modules/d-form/components/d-form/d-form.vue +++ b/uni_modules/d-form/components/d-form/d-form.vue @@ -172,7 +172,7 @@ } .tip{ position:absolute; - bottom:-20rpx; + bottom:-30rpx; font-size:20rpx; color:#FBA83C; }