提交 5cde8d05 编写于 作者: Z zoulinken 提交者: 邹林肯

fixed 26bd6eb5 from https://gitee.com/xzken/xts_acts/pulls/9938

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