From 824167892fd0685fae68ebb89de83a295f70965e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Mon, 15 Dec 2025 15:19:05 +0800 Subject: [PATCH] fix(input): fix width --- style/web/components/input/_index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/web/components/input/_index.less b/style/web/components/input/_index.less index 471e8d4ae0..53a8b5a9b6 100644 --- a/style/web/components/input/_index.less +++ b/style/web/components/input/_index.less @@ -54,6 +54,7 @@ border: none; outline: none; padding: 0; + width: 100%; max-width: 100%; min-width: 0; color: @input-text-color-default;