@@ -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;
}