临时保存

This commit is contained in:
hzz 2023-06-15 09:31:07 +08:00
parent 4a479185cf
commit 78e4564382

View File

@ -3,10 +3,10 @@
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="`南门水房物联监测系统`" :titleTip="[]" :typeFun="['time']"
:alarmType="['']"></header2>
<div class="main">
<el-image style="height: 400px" :src="imgUrl" fit="scale-down" />
<!-- <el-image style="height: 400px" :src="imgUrl" fit="scale-down" />
<div class="mainChart" ref="mainChart">
</div>
</div> -->
</div>
</div>
</template>
@ -84,7 +84,7 @@ function init() {
chart.setOption(option);
}
onMounted(() => {
init()
//init()
})
</script>
<style module>
@ -101,6 +101,7 @@ onMounted(() => {
.main {
width: 100%;
height: 980px;
background: url('/src/assets/img/water_house_bg.jpg') no-repeat;
}
.mainChart {