Lines Matching refs:row
4 …tainer of the grid layout. Within the root container, you can use **\<grid-row>** and **\<grid-col…
9 … file under **pages/index** and add a [\<grid-row>](../reference/apis-arkui/arkui-js/js-components…
16 …<grid-row style="height:100px;justify-content:space-around;width: 80%;background-color: #f67002;ma…
17 10%;"></grid-row>
18 …<grid-row style="height:300px;justify-content:space-around;background-color: #ffcf00;width: 100%;"…
19 …<grid-row style="height:150px;justify-content:space-around;background-color: #032cf8;width: 100%;"…
40 > **\<grid-container>** supports only **\<grid-row>** as a child component.
53 …<grid-row style="height:100px;justify-content:space-around;background-color: #4cedf3;width: 20%;ma…
54 40%;"></grid-row>
55 …<grid-row style="height:150px;justify-content:space-around;background-color: #4cbff3;width: 50%;ma…
56 25%;"></grid-row>
57 …<grid-row style="height:200px;justify-content:space-around;background-color: #465ff6;width: 80%;ma…
58 10%;"></grid-row>
59 …<grid-row style="height:200px;justify-content:space-around;background-color: #5011ec;width: 100%;"…
114 After adding a **\<grid-row>** child component to **\<grid-container>**, add a **\<grid-col>** chil…
121 …<grid-row style="height: 100px;justify-content: space-around;background-color: #4cbff3;width: 100%…
127 </grid-row>
128 …<grid-row style="height:500px;justify-content:space-around;background-color: #3b55ef;width: 100%;">
139 </grid-row>
140 …<grid-row style="height: 100px;justify-content: space-around;background-color: #4cbff3;width: 100%…
146 </grid-row>
172 > **\<grid-row>** supports only **\<grid-col>** as a child component. You can add content only to *…
185 …<grid-row style="height:200px;width: 100%;background-color: #e7e7e2;margin-top: 50px; padding: 0px…
196 </grid-row>