Commit c40b2918 authored by renjintao's avatar renjintao

execute

parent 83cad4c3
...@@ -82,7 +82,6 @@ export default { ...@@ -82,7 +82,6 @@ export default {
background: white; background: white;
border: 1px solid #ccc; border: 1px solid #ccc;
border-top: 0; border-top: 0;
height: 100px;
overflow-y: auto; overflow-y: auto;
} }
</style> </style>
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
} }
.tech_box{ .tech_box{
height: calc(100vh - 165px); height: calc(100vh - 110px);
.ivu-layout-header{ .ivu-layout-header{
height: 50px; height: 50px;
} }
......
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
bottom: 1px; bottom: 1px;
} }
.tech_box { .tech_box {
height: calc(100vh - 165px); height: calc(100vh - 110px);
} }
.tech_box .ivu-layout-header { .tech_box .ivu-layout-header {
height: 50px; height: 50px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment