fix: 修改能源流向图地址
This commit is contained in:
parent
fb79ad7943
commit
72d29e6758
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<!-- <el-card style="height: 100%;background-image: url('/img/elec_flow.png');background-size: contain;background-repeat: no-repeat;"> -->
|
||||
<el-card style="height: 100%;">
|
||||
<img src="img/elec_flow.png" class="flowImg" style="max-height: 100%;width:50%;object-fit:contain;" >
|
||||
<img src="/media/elec_flow.png" class="flowImg" style="max-height: 100%;width:50%;object-fit:contain;" >
|
||||
</el-card>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue