提交 8f8aed63 编写于 作者: Y yamila

update ui-ts-layout-flex

Signed-off-by: Nyamila <tianyu55@huawei.com>
上级 0f032b31
......@@ -427,17 +427,17 @@ export default {
];
this.animation = this.$element('content').animate(frames, options);
this.animation.onstart = function(){
prompt.showToast({
promptAction.showToast({
message: "start"
});
};
this.animation.onrepeat = function(){
prompt.showToast({
promptAction.showToast({
message: " repeated"
});
};
this.animation.onfinish = function(){
prompt.showToast({
promptAction.showToast({
message: " finished"
});
};
......
......@@ -65,7 +65,7 @@ index和detail这两个页面均包含一个text组件和button组件:text组
import router from '@ohos.router';
export default {
launch() {
router.pushUrl ({
router.push ({
url: 'pages/detail/detail',
});
},
......
......@@ -6,7 +6,7 @@
- 容器: [Flex组件](../reference/arkui-ts/ts-container-flex.md)作为Flex布局的容器,用于设置布局相关属性。
- 子组件: Flex组件内的子组件自动成为布局的子组件。
- 主轴: Flex组件布局方向的轴线,子组件默认沿着主轴排列。主轴开始的位置称为主轴起始端,结束位置称为主轴终点端。
- 交叉轴: 垂直于主轴方向的轴线。交叉轴起始的位置称为轴首部,结束位置称为交叉轴尾部。
- 交叉轴: 垂直于主轴方向的轴线。交叉轴起始的位置称为交叉轴首部,结束位置称为交叉轴尾部。
以FlexDirection.Row的Flex为例:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册