Browse Source

属性修改

maxiaoxiao 11 months ago
parent
commit
5b38d2f534
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/components/Query/clickQuery/CockpitVector.vue

+ 6 - 4
src/components/Query/clickQuery/CockpitVector.vue

@@ -331,6 +331,10 @@ export default {
 <style  scoped lang="scss">
 <style  scoped lang="scss">
 .CockpitVectorBox {
 .CockpitVectorBox {
   // color: #198ec0;
   // color: #198ec0;
+  position: absolute;
+  top: 6rem;
+  width: 100%;
+  height: 100%;
 }
 }
 
 
 .list_vector {
 .list_vector {
@@ -348,10 +352,8 @@ export default {
 }
 }
 
 
 .cockpit_vector {
 .cockpit_vector {
-  position: absolute;
-  top: 6rem;
-  width: 20rem;
-  height: 37rem;
+  width: 100%;
+  height: 100%;
   overflow: auto;
   overflow: auto;
   overflow-x: hidden;
   overflow-x: hidden;
   // z-index: -1;
   // z-index: -1;