From 501b94746827e8d0ac4c42947b12f8b3be9abd6b Mon Sep 17 00:00:00 2001 From: chaishi Date: Mon, 1 Aug 2022 20:48:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20input,=20tips=20=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=20absolute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/web/components/input/_index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/web/components/input/_index.less b/style/web/components/input/_index.less index 54a58c5ae9..2be4da1bea 100644 --- a/style/web/components/input/_index.less +++ b/style/web/components/input/_index.less @@ -263,6 +263,8 @@ height: auto; min-height: @input-tips-min-height; font: @input-tips-font; + line-height: @input-tips-line-height; + position: absolute; } .@{prefix}-input__tips--normal {