From 942d74bf4f5c43deb011e4ea1f5455ce5af155f2 Mon Sep 17 00:00:00 2001 From: xiaoyucoding Date: Mon, 21 Jan 2019 14:06:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20input=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E5=8A=A8=E6=80=81=E4=BF=AE=E6=94=B9=20class?= =?UTF-8?q?=20=E6=9D=A5=E8=B0=83=E6=95=B4=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index 4020cf78f..26ebb699e 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -190,7 +190,7 @@ export default { inputElem.style.lineHeight = `${realHeight}px` this.wrapperHeight = realHeight } - inputElem.style.color = computedStyle.color + // inputElem.style.color = computedStyle.color placeholderElem.style.height = `${realHeight}px` placeholderElem.style.lineHeight = `${realHeight}px` -- GitLab