Browse Source

首页报表界面滚动条bug

zhuth 6 years ago
parent
commit
b84c8885da

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

@@ -15,6 +15,8 @@
         .content {
             height: 100%;
             &>.dashboard-content {
+                display: flex;
+                flex-direction: column;
                 margin: 10px;
                 overflow: hidden;
                 &.nomargin {

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

@@ -1,4 +1,5 @@
 .dashboard-viewcontent {
+  height: 100%;
   .default-chartview {
     background: transparent;
     display: flex;