This commit is contained in:
wfz
2026-01-20 20:02:38 +08:00
parent ad2322b553
commit 1bf26e6e71
4 changed files with 174 additions and 12 deletions

View File

@@ -10,13 +10,14 @@
</el-col>
</el-row>
<el-row :gutter="10">
<el-col :span="12">
<div class="design-component">右侧列1</div>
</el-col>
<el-col :span="12">
<div class="design-component">右侧列2</div>
</el-col>
</el-row>
<el-col :span="12">
<div class="design-component">右侧列1</div>
</el-col>
</el-col>
</el-row>
</template>