Browse Source

自适应修改

zpf 11 months ago
parent
commit
a608bd87aa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/cockpit/bjxm.vue
  2. 1 1
      src/views/cockpit/common/ThreeStackedBarAndLine.vue

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

@@ -447,7 +447,7 @@ export default {
 .content {
   position: absolute;
   left: 1%;
-  width: 100%;
+  //width: 100%;
   height: 220px;
   top: 1.5rem;
 }

+ 1 - 1
src/views/cockpit/common/ThreeStackedBarAndLine.vue

@@ -223,7 +223,7 @@ export default {
 #ThreeStackedBarAndLine {
     left: 0rem;
     top: 0.1rem;
-    width: 24rem;
+    width: 23vw;
     height: 12rem;
 }
 </style>