This commit is contained in:
khk 2020-03-27 10:39:44 +09:00
commit 42ddc88c9c
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<div *ngIf="isMain"> <div>
<div class="current-head"> <div class="current-head" *ngIf="isMain">
<h3>{{ 'organization.chart' | translate }}</h3> <h3>{{ 'organization.chart' | translate }}</h3>
</div> </div>
<ucap-organization-tenant-search <ucap-organization-tenant-search

View File

@ -91,8 +91,8 @@
} }
&-tab { &-tab {
width: 100%; width: 100%;
height: 100%; height: calc(100% - 50px);
border-bottom: 1px solid #dddddd; // border-bottom: 1px solid #dddddd;
position: relative; position: relative;
&-tree { &-tree {
display: inline-flex; display: inline-flex;