Преглед на файлове

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

wangjinlong преди 2 седмици
родител
ревизия
9add7dcbf3
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      src/components/Header/ToolBarHeader.vue
  2. 1 1
      src/components/echarts/bar.vue
  3. 1 1
      src/components/echarts/linechart.vue
  4. 1 1
      src/components/echarts/piechart.vue

+ 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;
   }