提交 26bd6eb5 编写于 作者: Z zoulinken

Button 字体大小xts适配

Signed-off-by: Nzoulinken <zoulinken1@huawei.com>
上级 5b3c8f71
...@@ -169,7 +169,7 @@ export default function buttonJsunit() { ...@@ -169,7 +169,7 @@ export default function buttonJsunit() {
let strJsonNew = getInspectorByKey('button2'); let strJsonNew = getInspectorByKey('button2');
let objNew = JSON.parse(strJsonNew); let objNew = JSON.parse(strJsonNew);
console.info("[testButton07] component objNew is: " + JSON.stringify(objNew)); console.info("[testButton07] component objNew is: " + JSON.stringify(objNew));
expect(objNew.$attrs.fontSize).assertEqual('-1.00fp'); expect(objNew.$attrs.fontSize).assertEqual('16.00fp');
done(); done();
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册