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 class="current-head">
<div>
<div class="current-head" *ngIf="isMain">
<h3>{{ 'organization.chart' | translate }}</h3>
</div>
<ucap-organization-tenant-search

View File

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