From fdeefb3599b411d4130346621aa3a285e88e71a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Thu, 4 Aug 2022 18:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=80(input):=20=E4=BC=98=E5=8C=96=20suf?= =?UTF-8?q?fix=20=E4=B8=8E=20prefix=20=E6=8F=92=E6=A7=BD=E6=97=A0=E5=BA=95?= =?UTF-8?q?=E8=89=B2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/input/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/component/src/component/input/index.less b/package/component/src/component/input/index.less index 7a205211..6464230c 100644 --- a/package/component/src/component/input/index.less +++ b/package/component/src/component/input/index.less @@ -71,6 +71,11 @@ border-color: #d2d2d2 !important; } +.layui-input-prefix, +.layui-input-suffix { + background-color: white; +} + .layui-input-prefix { display: flex; flex: none;