change position

pull/4271/head
handsomewu 2024-11-13 15:25:52 +08:00
parent 5aeddbd026
commit 574131a64e
1 changed files with 6 additions and 5 deletions

View File

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