no message
This commit is contained in:
BIN
src/images/scene1.png
Normal file
BIN
src/images/scene1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 818 KiB |
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="center_wrapper">
|
||||
<img src="../../../images/scene.png" width="1095" height="804" usemap="#image-map" @click.stop="closePop">
|
||||
<img src="../../../images/scene1.png" width="1095" height="804" usemap="#image-map" @click.stop="closePop">
|
||||
<div class="status_icon" v-for="(e, i) in areaList" :key="i" :class="'status_colr_' + e.mode" :style="{left: e.coord.x + 'px', top: e.coord.y + 'px'}"></div>
|
||||
<map name="image-map" id="map">
|
||||
<area v-for="(e, i) in areaList" :key="i" :alt="e.device_code" :title="e.device_code" :coords="e.coords" :shape="e.shape" @click="showPop($event, e)">
|
||||
|
||||
Reference in New Issue
Block a user