1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

change position

This commit is contained in:
handsomewu 2024-11-13 15:25:52 +08:00
parent 5aeddbd026
commit 574131a64e

View File

@ -1,5 +1,10 @@
<template> <template>
<div class="dashboard-editor-container"> <div class="dashboard-editor-container">
<el-image
style="width: 100%; height: 100%"
:src="require('@/assets/custom-theme/topology.png')"
fit="fill"
/>
<el-table :data="tableData" border style="width: 100%"> <el-table :data="tableData" border style="width: 100%">
<el-table-column prop="date" label="所属集群" width="180" /> <el-table-column prop="date" label="所属集群" width="180" />
<el-table-column prop="name" label="Node 名称" width="180" /> <el-table-column prop="name" label="Node 名称" width="180" />
@ -14,11 +19,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-image
style="width: 100%; height: 100%"
:src="require('@/assets/custom-theme/topology.png')"
fit="fill"
/>
</div> </div>
</template> </template>