提交 2cc84540 编写于 作者: S sienna1128

update docs

Signed-off-by: Nsienna1128 <lixiaoyan45@huawei.com>
上级 ca1a9750
......@@ -313,7 +313,7 @@
.backgroundColor(0xAFEEEE)
```
![zh-cn_image_0000001218739570](figures/itemalignstretch.png)
![zh-cn_image_0000001218739570](figures/zh-cn_image_0000001218739570.png)
- ItemAlign. Baseline:交叉轴方向文本基线对齐。
......
......@@ -47,7 +47,7 @@ Stack容器中兄弟组件显示层级关系可以通过[zIndex](../reference/ar
```ts
Stack({ alignContent: Alignment.BottomStart }) {
Column() {
Text('Stack子元素1').fontSize(20)
Text('Stack子元素1').textAlign(TextAlign.End).fontSize(20)
}.width(100).height(100).backgroundColor(0xffd306).zIndex(2)
Column() {
Text('Stack子元素2').fontSize(20)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册