mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: 优化资产详情页面布局
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user