标签: dart polymer dart-polymer
使用getComputedStyle()从我的core-input读取样式似乎没有返回正确的值。
getComputedStyle()
core-input
print(getComputedStyle('core-input').lineHeight);
根据实际价值,我的意思是我的CSS中设置的内容,以及Chrome的“计算”样式标签告诉我的内容。以上打印“正常”,而实际上是“16px”。
如果我以编程方式设置样式,它似乎确实有效。