zpf 11 сар өмнө
parent
commit
e9819cf195

+ 2 - 2
src/views/cockpit/bjxm.vue

@@ -394,8 +394,8 @@ export default {
 <style lang="scss" scoped>
 .bjxm {
   position: absolute;
-  width: 350px;
-  height: 310px;
+  width: 22rem;
+  height: 19rem;
   top: 38.5rem;
   left: 26.5rem;
   border-radius: 0px;

+ 7 - 7
src/views/cockpit/hysy.vue

@@ -4,11 +4,11 @@
             <div class="icon"></div>
             <span>重点用地监管</span>
         </div>
-        <div class="hysy_box">
+        <!-- <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>
 
@@ -333,11 +333,11 @@ export default {
 
 <style lang="scss"  scoped>
 .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;
 }
 

+ 2 - 2
src/views/cockpit/wpjg.vue

@@ -587,7 +587,7 @@ export default {
 </script>
 <style lang="scss" scoped>
 .wpjg {
-  top: 37rem !important;
+  top: 38.5rem !important;
 
 
   .stacontent {
@@ -623,7 +623,7 @@ export default {
 
 #wpjg_echart {
   left: -1rem;
-  top: 1rem;
+  top: -0.5rem;
   width: 26rem;
   height: 12rem;
 }