瀏覽代碼

调生产效能指标

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 {