Procházet zdrojové kódy

因饼状图、折线图、柱状图与系统设置栏重叠,向左调节其位置

wangjinlong před 2 týdny
rodič
revize
9add7dcbf3

+ 1 - 1
src/components/Header/ToolBarHeader.vue

@@ -102,7 +102,7 @@ export default {
    border-radius: 4px;
    z-index: 99999;
    position: absolute;
-   right: -2100px;
+   right: -1700px;
 }
 
 .ulClass li {

+ 1 - 1
src/components/echarts/bar.vue

@@ -118,7 +118,7 @@ export default {
     width: 550px;
     position: absolute;
     bottom: -45px;
-    right: -2120px;
+    right: -1820px;
     z-index: 1000000;
     background-color: rgba(0, 0, 0, 0.2);
 }

+ 1 - 1
src/components/echarts/linechart.vue

@@ -89,7 +89,7 @@ export default {
     width: 550px;
     height: 280px;
     top: 285px;
-    right: -2120px;
+    right: -1820px;
     z-index: 20330;
     background-color: rgba(0, 0, 0, 0.2);
 

+ 1 - 1
src/components/echarts/piechart.vue

@@ -223,7 +223,7 @@
     z-index: 20300;
     position: fixed;
     bottom: 800px;
-    right: 0;
+    right: 300px;
     height: 100px;
     width: 500px;
   }