提交 9c8b615c 编写于 作者: Y yaoyuchi

修改代码缩进

Signed-off-by: Nyaoyuchi <yaoyuchi@huawei.com>
上级 627213f6
...@@ -73,16 +73,15 @@ ...@@ -73,16 +73,15 @@
### box-sizing ### box-sizing
```html ```html
<div class="container" onswipe="touchMove"> <div class="container" onswipe="touchMove">
<text style="margin: 10px; box-sizing: content-box; width: 300px;height: 300px; border: blue; border-width: 20px;"> <text style="margin: 10px; box-sizing: content-box; width: 300px;height: 300px; border: blue; border-width: 20px;">
contentBox contentBox
</text> </text>
<text style="margin: 10px; box-sizing: border-box; width: 300px;height: 300px;border: blue; border-width: 20px;"> <text style="margin: 10px; box-sizing: border-box; width: 300px;height: 300px;border: blue; border-width: 20px;">
borderBox borderBox
</text> </text>
</div> </div>
``` ```
![zh-cn_image_0000001214837129](figures/zh-cn_image_0000001214837129.png) ![zh-cn_image_0000001214837129](figures/zh-cn_image_0000001214837129.png)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册