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 {