فهرست منبع

首页报表界面滚动条bug

zhuth 6 سال پیش
والد
کامیت
b84c8885da
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 2 0
      src/components/dashboardDesigner/layout.less
  2. 1 0
      src/components/dashboardDesigner/viewLayout.less

+ 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;