diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index 4020cf78f57cff06773b56c5b1e2eef8d62ad811..26ebb699ed0b66f8f71b7b124a5f44e4cd8d93a4 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`