|
@@ -4,9 +4,11 @@
|
|
<div class="icon"></div>
|
|
<div class="icon"></div>
|
|
<span>海域使用权出让</span>
|
|
<span>海域使用权出让</span>
|
|
</div>
|
|
</div>
|
|
- <DialWatch class="hysy_dial_watch" :dial_watch_info="dial_watch_info" ref="hysy_dial_watch" />
|
|
|
|
- <BarGraph3D class="hysy_bar_graph" ref="hysy_bar_graph" />
|
|
|
|
|
|
+ <div class="hysy_box">
|
|
|
|
+ <DialWatch class="hysy_dial_watch" :dial_watch_info="dial_watch_info" ref="hysy_dial_watch" />
|
|
|
|
+ <BarGraph3D class="hysy_bar_graph" ref="hysy_bar_graph" />
|
|
|
|
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -332,9 +334,9 @@ export default {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.hysy {
|
|
.hysy {
|
|
position: relative;
|
|
position: relative;
|
|
- left: 57rem;
|
|
|
|
|
|
+ left: 62rem;
|
|
top: 43rem;
|
|
top: 43rem;
|
|
- width: 559px;
|
|
|
|
|
|
+ width: 430px;
|
|
height: 310px;
|
|
height: 310px;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
}
|
|
}
|
|
@@ -360,7 +362,7 @@ export default {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
position: relative;
|
|
position: relative;
|
|
top: 0.3rem;
|
|
top: 0.3rem;
|
|
- left: -25.5rem;
|
|
|
|
|
|
+ left: 18rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -392,7 +394,7 @@ export default {
|
|
|
|
|
|
.hysy_bar_graph {
|
|
.hysy_bar_graph {
|
|
margin-left: 5rem;
|
|
margin-left: 5rem;
|
|
- left: 1rem !important;
|
|
|
|
|
|
+ left: -5rem !important;
|
|
top: -12rem !important;
|
|
top: -12rem !important;
|
|
height: 10rem !important;
|
|
height: 10rem !important;
|
|
}
|
|
}
|
|
@@ -400,7 +402,6 @@ export default {
|
|
.hysy_dial_watch {
|
|
.hysy_dial_watch {
|
|
position: relative;
|
|
position: relative;
|
|
top: -2.5rem;
|
|
top: -2.5rem;
|
|
- left: 4rem;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|