perf: 优化资产详情页面布局

This commit is contained in:
“huailei000”
2023-12-27 15:26:20 +08:00
committed by huailei
parent cdd51a9c16
commit 7df11b907f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<el-row :gutter="10">
<el-col :span="18">
<el-row :gutter="24">
<el-col :md="24" :sm="24">
<BaseList :asset-id="object.id" :is-page="false" />
</el-col>
</el-row>

View File

@@ -1,6 +1,6 @@
<template>
<el-row :gutter="10">
<el-col :span="18">
<el-row :gutter="24">
<el-col :md="24" :sm="24">
<BaseList :url="url" :columns-show="columnsShow" />
</el-col>
</el-row>