mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-05 11:18:42 +08:00
change position
This commit is contained in:
parent
5aeddbd026
commit
574131a64e
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user