From 8f267fc752e951568ada41bdf2a3fc8e2877682e Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 26 Feb 2019 19:08:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3input=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8D=8A=E9=80=8F=E6=98=8E=E8=83=8C=E6=99=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/input/index.vue | 39 ++++++++++++------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index dffdd20f0..b418bef76 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -1,30 +1,30 @@ @@ -405,6 +405,7 @@ export default { color: gray; height: inherit; line-height: inherit; + background: none; } input[type="search"]::-webkit-search-cancel-button { @@ -420,4 +421,4 @@ export default { input[type="number"] { -moz-appearance: textfield; } - + -- GitLab