Merge branch 'master' of https://git.loafle.net/ucap-web/next-ucap-messenger
This commit is contained in:
commit
42ddc88c9c
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user