修改
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<!-- <div v-if="visible" class="zzLine"></div> -->
|
||||
<!-- <div v-if="visible" class="rcLine"></div> -->
|
||||
<!-- <div v-if="visible" class="rcLineTwo"></div> -->
|
||||
<div v-if="visible" class="hdLine"></div>
|
||||
<div v-if="visible" class="hdLineTwo"></div>
|
||||
<!-- <div v-if="visible" class="hdLine"></div> -->
|
||||
<!-- <div v-if="visible" class="hdLineTwo"></div> -->
|
||||
<!-- <div v-if="visible" class="ksLine"></div> -->
|
||||
<!-- <div v-if="visible" class="bbLine"></div> -->
|
||||
<!-- <div v-if="visible" class="bbLineTwo"></div> -->
|
||||
@@ -69,11 +69,11 @@ const LOCATIONS = [
|
||||
// 蚌埠2
|
||||
// { x: 61, y: 53, tx: 39, ty: 68, path: 'factoryData/ksIndex' },
|
||||
// 江西 瑞昌
|
||||
{ x: 60, y: 58, tx: 68, ty: 52,lx:61,ly:61.5,ltx:68.8,lty:52, path: 'factoryData/factory-data' },
|
||||
{ x: 60, y: 58, tx: 68, ty: 52,lx:61,ly:61.5,ltx:69.5,lty:52, path: 'factoryData/factory-data' },
|
||||
// 湖南 株洲
|
||||
// { x: 56, y: 60, tx: 60, ty: 95, path: 'factoryData/zzIndex' },
|
||||
// 邯郸
|
||||
{ x: 58, y: 45, tx: 47, ty: 34, lx: 58.7, ly: 34, ltx: 53, lty: 34, path: 'factoryData/hdIndex' },
|
||||
{ x: 58, y: 45, tx: 47.4, ty: 34.3, lx: 58.7, ly: 34, ltx: 53.2, lty: 34, path: 'factoryData/hdIndex' },
|
||||
];
|
||||
// rcLine.style.left = `66.8%`;
|
||||
// rcLine.style.top = `52%`;
|
||||
@@ -395,9 +395,9 @@ export default {
|
||||
|
||||
.hdLine {
|
||||
position: absolute;
|
||||
left: 58.7%;
|
||||
/* left: 58.7%; */
|
||||
width: 1px;
|
||||
top: 34%;
|
||||
/* top: 34%; */
|
||||
display: inline-block;
|
||||
/* // x: 60, y: 58, */
|
||||
height: 6vw;
|
||||
@@ -405,9 +405,9 @@ export default {
|
||||
}
|
||||
.hdLineTwo {
|
||||
position: absolute;
|
||||
left: 53%;
|
||||
/* left: 53%; */
|
||||
width: 5vw;
|
||||
top: 34%;
|
||||
/* top: 34%; */
|
||||
display: inline-block;
|
||||
/* // x: 60, y: 58, */
|
||||
height: 1px;
|
||||
|
||||
Reference in New Issue
Block a user