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;