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

!9072 【UI组件重构】Button默认截断方式 XTS修改

Merge pull request !9072 from 张潇/dev625
...@@ -631,7 +631,7 @@ export default function buttonTest() { ...@@ -631,7 +631,7 @@ export default function buttonTest() {
let labelStyle = JSON.parse(obj.$attrs.labelStyle) let labelStyle = JSON.parse(obj.$attrs.labelStyle)
console.info("ArkUX_Stage_Button_LabelStyle_2100 component obj.$attrs.labelStyle is: " + console.info("ArkUX_Stage_Button_LabelStyle_2100 component obj.$attrs.labelStyle is: " +
JSON.stringify(labelStyle)); JSON.stringify(labelStyle));
expect(labelStyle.overflow).assertEqual("TextOverflow.Clip"); expect(labelStyle.overflow).assertEqual("TextOverflow.Ellipsis");
console.info('ArkUX_Stage_Button_LabelStyle_2100 END '); console.info('ArkUX_Stage_Button_LabelStyle_2100 END ');
} catch(err) { } catch(err) {
expect().assertFail() expect().assertFail()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册