2023年4月8日 修复页面过窄的问题

This commit is contained in:
bai 2023-04-08 19:14:38 +08:00
parent 15cd6e2e3c
commit 0617377879
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<template>
<!-- <a-list item-layout="horizontal" :data-source="list" :grid="{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3, xxxl: 2 }"> -->
<a-list item-layout="horizontal" :data-source="list">
<template #renderItem="{ item }">
<a-list-item>

View File

@ -34,7 +34,7 @@
</a-row>
<a-divider class="divider"/>
<a-row>
<a-col :span="12">
<a-col :span="24">
<listPage/>
</a-col>
</a-row>