소스 검색

调生产效能指标

liujiejie 4 달 전
부모
커밋
01e6c15ab2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/virtual_list/index.vue

+ 2 - 1
src/components/virtual_list/index.vue

@@ -49,7 +49,8 @@ export default {
 
 <style lang="scss" scoped>
 .charts {
-  height: calc(100% - 150px);
+  // height: calc(100% - 150px);
+  height: 100%;
 }
 
 .virtual-list {