@@ -7,6 +7,8 @@
display: flex;
flex-direction: column;
&>.ant-card-head {
+ height: 64px;
+ min-height: 64px;
padding: 0 10px;
.tools {
flex: 1;
@@ -58,15 +60,15 @@
}
&>.ant-card-body {
- &:before {
- content: none;
- }
padding: 10px;
flex-wrap: wrap;
justify-content: center;
overflow: auto;
+ &:before {
+ content: none;
+ }
&>.chart-body {
.chart-card {
width: 207px;
@@ -26,3 +26,6 @@ html,body,#root{
.ant-input-number {
width: 100% !important;
+.ant-layout-content {
+ height: 100%;
+}