|
@@ -52,6 +52,9 @@
|
|
|
<div class="rhombus JLQ-rhombus JLQ-rhombus-27" @click="handleDialogVisible('2521')" ref-data="2521">2521</div>
|
|
|
<div class="rhombus JLQ-rhombus JLQ-rhombus-28" @click="handleDialogVisible('2520')" ref-data="2520">2520</div>
|
|
|
|
|
|
+ <!-- 长方形触发点,跳转页面 -->
|
|
|
+ <div class="JLQ-rectangle-1" @click="handleToPage('PAN')" ref-data="PAN OIL COOLING">PAN OIL COOLING</div>
|
|
|
+ <div class="JLQ-rectangle-2" @click="handleToPage('PRIMARY')" ref-data="PRIMARY QUENCH WATER COOLING">PRIMARY QUENCH WATER COOLING</div>
|
|
|
</div>
|
|
|
<!-- 中间区域 -->
|
|
|
<div class="area-ZJQ" :style="ZJQStyle">
|
|
@@ -434,6 +437,11 @@ export default {
|
|
|
done();
|
|
|
})
|
|
|
.catch(_ => {});
|
|
|
+ },
|
|
|
+ // 跳转页面
|
|
|
+ handleToPage(id){
|
|
|
+ //带参数跳转
|
|
|
+ this.$router.push({ path: '/pfd/jlq' , query: { id: id }});
|
|
|
}
|
|
|
|
|
|
},
|
|
@@ -470,7 +478,7 @@ body{
|
|
|
width: 1898px;
|
|
|
height: 100%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid red; */
|
|
|
+ border: 1px solid red;
|
|
|
}
|
|
|
.area-JLQ{
|
|
|
position: absolute;
|
|
@@ -479,7 +487,7 @@ body{
|
|
|
height: 100%;
|
|
|
width: 2976px;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid blue; */
|
|
|
+ border: 1px solid blue;
|
|
|
}
|
|
|
.area-ZJQ{
|
|
|
position: absolute;
|
|
@@ -488,7 +496,7 @@ body{
|
|
|
height: 100%;
|
|
|
width: 5740px;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid green; */
|
|
|
+ border: 1px solid green;
|
|
|
}
|
|
|
.area-YS{
|
|
|
position: absolute;
|
|
@@ -497,7 +505,7 @@ body{
|
|
|
width: 520px;
|
|
|
height:54%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid red; */
|
|
|
+ border: 1px solid red;
|
|
|
|
|
|
}
|
|
|
.area-TBP{
|
|
@@ -507,7 +515,7 @@ body{
|
|
|
width: 342px;
|
|
|
height:54%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid blue; */
|
|
|
+ border: 1px solid blue;
|
|
|
}
|
|
|
.area-RQ-1{
|
|
|
position: absolute;
|
|
@@ -516,7 +524,7 @@ body{
|
|
|
width: 520px;
|
|
|
height:45%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid yellow; */
|
|
|
+ border: 1px solid yellow;
|
|
|
|
|
|
}
|
|
|
.area-LQ_RQ{
|
|
@@ -526,7 +534,7 @@ body{
|
|
|
height: 100%;
|
|
|
width: 4931px;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid darkmagenta; */
|
|
|
+ border: 1px solid darkmagenta;
|
|
|
}
|
|
|
.area-LQ-1{
|
|
|
position: absolute;
|
|
@@ -535,7 +543,7 @@ body{
|
|
|
width: 666px;
|
|
|
height: 65%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid darkorange; */
|
|
|
+ border: 1px solid darkorange;
|
|
|
}
|
|
|
.area-LQ-2{
|
|
|
position: absolute;
|
|
@@ -544,7 +552,7 @@ body{
|
|
|
width: 320px;
|
|
|
height: 35%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid darkred; */
|
|
|
+ border: 1px solid darkred;
|
|
|
}
|
|
|
.area-RQ-2{
|
|
|
position: absolute;
|
|
@@ -553,7 +561,7 @@ body{
|
|
|
width: 320px;
|
|
|
height: 35%;
|
|
|
z-index: 20;
|
|
|
- /* border: 1px solid darkgreen; */
|
|
|
+ border: 1px solid darkgreen;
|
|
|
}
|
|
|
/* 放大缩小按钮 */
|
|
|
.resizeBox{
|
|
@@ -1084,6 +1092,26 @@ body{
|
|
|
top: 40.5%;
|
|
|
left: 78.9%;
|
|
|
}
|
|
|
+
|
|
|
+/* 方形区域 */
|
|
|
+.JLQ-rectangle-1{
|
|
|
+ position: absolute;
|
|
|
+ top: 33.3%;
|
|
|
+ left: 19.1%;
|
|
|
+ width: 2%;
|
|
|
+ height: .7%;
|
|
|
+ z-index: 20;
|
|
|
+ font-size: 0;
|
|
|
+}
|
|
|
+.JLQ-rectangle-2{
|
|
|
+ position: absolute;
|
|
|
+ top: 36%;
|
|
|
+ left: 36.7%;
|
|
|
+ width: 3%;
|
|
|
+ height: .9%;
|
|
|
+ z-index: 20;
|
|
|
+ font-size: 0;
|
|
|
+}
|
|
|
</style>
|
|
|
|
|
|
|