Browse Source

样式调整

xiaoct 7 years ago
parent
commit
ffd18ba19d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/dashboardDesigner/layout.less

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

@@ -13,7 +13,7 @@
     &>.ant-layout-content {
         flex: 1;
         .content {
-            height: 95%;
+            height: 100%;
             &>.dashboard-content {
                 height: calc(~"100% - 20px");
                 margin: 10px;
@@ -23,7 +23,7 @@
                     overflow: hidden;
                     height: 100%;
                     &>.viewlayout {
-                        padding: 5px;
+                        padding: 5px 5px 50px 5px;
                         overflow: auto;
                         border: 1px solid #CCCCCC;
                     }