fix: 修改能源流向图地址

This commit is contained in:
zty 2024-11-07 11:16:45 +08:00
parent fb79ad7943
commit 72d29e6758
1 changed files with 1 additions and 1 deletions

View File

@ -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>