@@ -7,6 +7,7 @@
margin: 0 auto;
box-sizing: border-box;
.filter-box {
+ margin-top: 20px;
padding: 20px;
background: #ffffff;
display: flex;
@@ -315,7 +315,7 @@
<style scope lang="scss">
@import "../../../../assets/css/company/index.scss";
.main {
- margin-top: 20px !important;
+ margin-top: 0 !important;
margin-bottom: 0 !important;
}
</style>