未验证 提交 18a4feb1 编写于 作者: O openharmony_ci 提交者: Gitee

!9938 Button FontSize为负数场景的xts修复

Merge pull request !9938 from 邹林肯/origin_xts2
...@@ -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.
先完成此消息的编辑!
想要评论请 注册