更新
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
<template>
|
||||
<el-card>
|
||||
<div class="process">
|
||||
<div style="position: relative;left:48px;top:375px; width: 100px;height: 28px;" >
|
||||
<div :id="OPNAME137" :title="tooltip" style="position: relative;left:48px;top:375px; width: 100px;height: 28px;" @mouseover="changeActive($event)" @mouseout="removeActive($event)" @click="opclickshowPanel($event)">
|
||||
<el-row>
|
||||
<!--<div :id="OPNAME137+fang" class="fang"/>-->
|
||||
<div :id="OPNAME137+circle" class="circle" style="margin-left: 11px;"/>
|
||||
<div style="float: left;text-align: center;width: 50px;line-height: 12px;font-size: 15px;font-weight: bold;margin-left: 3px">{{ OPNAME137 }}</div>
|
||||
</el-row>
|
||||
</div>
|
||||
<div style="position: relative;left:48px;top:382px; width: 100px;height: 28px;">
|
||||
<div :id="OPNAME138" :title="tooltip" style="position: relative;left:48px;top:382px; width: 100px;height: 28px;" @mouseover="changeActive($event)" @mouseout="removeActive($event)" @click="opclickshowPanel($event)">
|
||||
<el-row>
|
||||
<!--<div :id="OPNAME138+fang" class="fang"/>-->
|
||||
<div :id="OPNAME138+circle" class="circle" style="margin-left: 11px;"/>
|
||||
<div style="float: left;text-align: center;width: 50px;line-height: 12px;font-size: 15px;font-weight: bold;margin-left: 3px">{{ OPNAME138 }}</div>
|
||||
</el-row>
|
||||
</div>
|
||||
<div style="position: relative;left:48px;top:389px; width: 100px;height: 28px;">
|
||||
<div :id="OPNAME139" :title="tooltip" style="position: relative;left:48px;top:389px; width: 100px;height: 28px;" @mouseover="changeActive($event)" @mouseout="removeActive($event)" @click="opclickshowPanel($event)">
|
||||
<el-row>
|
||||
<!--<div :id="OPNAME139+fang" class="fang"/>-->
|
||||
<div :id="OPNAME139+circle" class="circle" style="margin-left: 11px;"/>
|
||||
|
||||
@@ -4491,7 +4491,7 @@ export default {
|
||||
width: 1680px;
|
||||
height: 400px;
|
||||
/*border: 1px solid red;*/
|
||||
background: url('../../../assets/img/img15.png') repeat;
|
||||
background: url('../../../assets/img/img16.png') repeat;
|
||||
background-repeat:no-repeat;
|
||||
background-size:100% 100%;-moz-background-size:100% 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user