|
@@ -4,11 +4,11 @@
|
|
<div class="icon"></div>
|
|
<div class="icon"></div>
|
|
<span>重点用地监管</span>
|
|
<span>重点用地监管</span>
|
|
</div>
|
|
</div>
|
|
- <div class="hysy_box">
|
|
|
|
|
|
+ <!-- <div class="hysy_box">
|
|
<DialWatch class="hysy_dial_watch" :dial_watch_info="dial_watch_info" ref="hysy_dial_watch" />
|
|
<DialWatch class="hysy_dial_watch" :dial_watch_info="dial_watch_info" ref="hysy_dial_watch" />
|
|
<BarGraph3D class="hysy_bar_graph" ref="hysy_bar_graph" />
|
|
<BarGraph3D class="hysy_bar_graph" ref="hysy_bar_graph" />
|
|
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -333,11 +333,11 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.hysy {
|
|
.hysy {
|
|
- display: none;
|
|
|
|
- position: relative;
|
|
|
|
- top: 18rem;
|
|
|
|
- left: 48rem;
|
|
|
|
- width: 373px;
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 38.4rem;
|
|
|
|
+ left: 47.5rem;
|
|
|
|
+ width: 23rem;
|
|
|
|
+ height: 17rem;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
}
|
|
}
|
|
|
|
|