fix: 优化

This commit is contained in:
osiris
2023-12-12 11:05:55 +08:00
parent 19bf468fb5
commit c8f6ec1d5d
3 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -8,8 +8,8 @@ import Right from '@/components/Layout/Right/Right.vue'
<Header></Header>
<div class="w-full flex flex-col justify-between mb-20">
<el-row>
<el-col :lg="4" :sm="1" class=""></el-col>
<el-col :lg="16" :sm="22" class="mt-4">
<el-col :xl="4" :lg="3" :sm="1" class=""></el-col>
<el-col :xl="16" :lg="18" :sm="22" class="mt-4">
<el-row class="flex-1">
<el-col :lg="19" :sm="19" class="">
<router-view v-slot="{ Component, route }">
@@ -24,7 +24,7 @@ import Right from '@/components/Layout/Right/Right.vue'
</el-row>
</el-col>
<!-- <el-col :lg="4" :sm="1" class="flex bg-gray-200"></el-col> -->
<el-col :lg="4" :sm="1"></el-col>
<el-col :xl="4" :lg="3" :sm="1"></el-col>
</el-row>
</div>
<Floor></Floor>