diff --git a/en/application-dev/ui/ui-js-building-ui-layout-intro.md b/en/application-dev/ui/ui-js-building-ui-layout-intro.md index 14c6e5f3a16ba09a07c5948c717d8c89828b97f2..c85e905d992effc798e91bcd427beb3a907fe456 100644 --- a/en/application-dev/ui/ui-js-building-ui-layout-intro.md +++ b/en/application-dev/ui/ui-js-building-ui-layout-intro.md @@ -23,10 +23,11 @@ Basic page elements include title, text, and image areas. Each basic element may - Container components and their types You can disassemble elements on the page first and then implement them in sequence. This reduces visual confusion and logical conflicts caused by element nesting and improves code readability for easier modification. For example, as shown below, you disassemble the page elements and elements in the comment area. - figure1 Page layout + + Figure 1 Page layout ![en-us_image_0000001222967792](figures/en-us_image_0000001222967792.png) - figure2 Layout of the comment area + Figure 2 Layout of the comment area ![en-us_image_0000001267767889](figures/en-us_image_0000001267767889.png)