sujunling il y a 5 mois
Parent
commit
f346250d94

+ 1 - 1
src/views/groupPage/districtPageModules/decisionSupport/constructionProgressSimulation/LeftBox.vue

@@ -231,7 +231,7 @@ export default {
   margin-left: $size20 /* 20/192 */;
   position: absolute;
   //size
-  height: calc(100% - 1.57292rem - 105px);
+  height: calc(100% - 1.57292rem - 115px);
   width: 2.083333rem /* 400/192 */;
   overflow: hidden;
   color: #eee;

+ 1 - 1
src/views/groupPage/districtPageModules/decisionSupport/constructionProgressSimulation/RightBox.vue

@@ -309,7 +309,7 @@ export default {
   right: 0;
   position: absolute;
   //size
-  height: calc(100% - 1.57292rem - 105px);
+  height: calc(100% - 1.57292rem - 115px);
   width: 2.083333rem /* 400/192 */;
   color: #eee;
   overflow: hidden;

+ 2 - 2
src/views/groupPage/districtPageModules/decisionSupport/index.vue

@@ -57,11 +57,11 @@ export default {
     changeDom() {
       var dom = document.querySelector('.widget-SectorToolbar')
       if (dom) {
-        dom.style.bottom = '278px'
+        dom.style.bottom = '320px'
       }
       var dom2 = document.querySelector('.widget-Legend')
       if (dom2) {
-        dom2.style.bottom = '278px'
+        dom2.style.bottom = '320px'
       }
     }
   }