临时保存
This commit is contained in:
parent
4a479185cf
commit
78e4564382
@ -3,10 +3,10 @@
|
|||||||
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="`南门水房物联监测系统`" :titleTip="[]" :typeFun="['time']"
|
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="`南门水房物联监测系统`" :titleTip="[]" :typeFun="['time']"
|
||||||
:alarmType="['']"></header2>
|
:alarmType="['']"></header2>
|
||||||
<div class="main">
|
<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 class="mainChart" ref="mainChart">
|
||||||
|
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -84,7 +84,7 @@ function init() {
|
|||||||
chart.setOption(option);
|
chart.setOption(option);
|
||||||
}
|
}
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
init()
|
//init()
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<style module>
|
<style module>
|
||||||
@ -101,6 +101,7 @@ onMounted(() => {
|
|||||||
.main {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 980px;
|
height: 980px;
|
||||||
|
background: url('/src/assets/img/water_house_bg.jpg') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainChart {
|
.mainChart {
|
||||||
|
Loading…
Reference in New Issue
Block a user