Browse Source

数据监测样式

Q-ABAB 2 years ago
parent
commit
745b84048e
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/views/echarts/components/topData.vue
  2. 1 0
      src/views/echarts/echarts.vue

+ 1 - 1
src/views/echarts/components/topData.vue

@@ -86,7 +86,7 @@
     .topData{
       width: 19%;
       height: 94%;
-      margin-right: 3%;
+      margin-right: 2%;
       border-radius: 5px;
       box-sizing: border-box;
       position: relative;

+ 1 - 0
src/views/echarts/echarts.vue

@@ -193,6 +193,7 @@
 
   .histogram{       //柱状图
     margin-top: 20px;
+    padding-top: 20px;    
     box-sizing: border-box;
     // padding: 20px;
     min-width: 90%;