Browse Source

兼容下钻布局

hy 6 years ago
parent
commit
b36a2e9378
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/dashboardDesigner/viewLayout.less

+ 2 - 0
src/components/dashboardDesigner/viewLayout.less

@@ -53,6 +53,8 @@
       }
     }
     .chartview-content {
+      display: flex;
+      flex-direction: column;
       flex: 1;
       overflow: hidden;
       padding: 0 8px 8px;