目录
创建grid-container组件
在pages/index目录下的hml文件中创建一个grid-container组件,并添加Grid-row子组件。
<!-- index.hml --> <div class="container"> <grid-container id="mygrid" columns="5" gutter="20px" style="background-color: pink;"> <grid-row style="height:100px;justify-content:space-around;width: 80%;background-color: #f67002;margin-left: 10%;"></g