Merge branch 'master' of http://10.81.13.221:6990/Web/next-ucap-messenger
This commit is contained in:
commit
bd0b8561e5
|
@ -6,14 +6,14 @@
|
||||||
::ng-deep .mat-tab-body-wrapper,
|
::ng-deep .mat-tab-body-wrapper,
|
||||||
::ng-deep .mat-tab-body {
|
::ng-deep .mat-tab-body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width:100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.logo{
|
.logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0;
|
top: 0;
|
||||||
left:0;
|
left: 0;
|
||||||
height:60px;
|
height: 60px;
|
||||||
width:70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -21,27 +21,27 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-tab-group {
|
.mat-tab-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
width:100%;
|
width: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .global-menu{
|
::ng-deep .global-menu {
|
||||||
border-right:1px solid #dddddd;
|
border-right: 1px solid #dddddd;
|
||||||
.mat-tab-label-container{
|
.mat-tab-label-container {
|
||||||
border-right:1px solid #dddddd;
|
border-right: 1px solid #dddddd;
|
||||||
.mat-tab-list{
|
.mat-tab-list {
|
||||||
.mat-tab-labels{
|
.mat-tab-labels {
|
||||||
padding-top:60px;
|
padding-top: 30px;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
height: 60%;
|
height: 280px;
|
||||||
.mat-tab-label{
|
.mat-tab-label {
|
||||||
height:80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mat-ink-bar{
|
.mat-ink-bar {
|
||||||
background-color:none;
|
background-color: none;
|
||||||
height:0;
|
height: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user