diff --git a/docs/self_layouter_default.md b/docs/self_layouter_default.md index 1ea3c7ab8..bdce4ba6d 100644 --- a/docs/self_layouter_default.md +++ b/docs/self_layouter_default.md @@ -71,7 +71,7 @@ widget_layout(btn); ## 六、位于右边 -让控件位于父控件的右侧,只需要将x的值设置成"right"即可。 +让控件位于父控件的右侧,只需要将x的值设置成"r"或者"right"即可。 示例: @@ -89,7 +89,7 @@ widget_layout(btn); ## 七、位于底部 -让控件位于父控件的底部,只需要将y的值设置成"bottom"即可。 +让控件位于父控件的底部,只需要将y的值设置成"b"或者"bottom"即可。 示例: