소스 검색

数据监测样式

Q-ABAB 2 년 전
부모
커밋
745b84048e
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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%;