提交 942d74bf 编写于 作者: X xiaoyucoding

fix: 修复 input 组件文字颜色无法通过动态修改 class 来调整的问题

上级 89d45a4e
......@@ -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`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册