@charset 'utf-8'; .current-head { display: flex; justify-content: center; padding: 0 10px; height: 60px; h3 { display: inline-flex; padding-left: 10px; align-items: center; } .btn-box { height: 100%; margin-left: auto; display: inline-flex; align-items: center; .mat-icon-button { } } } .search-result { height: calc(100% - 120px); overflow: auto; .result-num { padding: 10px; display: flex; height: 40px; } } ::ng-deep .mat-tab-body-content { height: 100%; overflow: unset; }