This commit is contained in:
leejh 2019-10-21 16:11:39 +09:00
commit bd0b8561e5

View File

@ -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;
@ -22,26 +22,26 @@
.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;
} }
} }
} }