bug fixed

This commit is contained in:
병준 박 2019-11-21 15:32:18 +09:00
parent 7d76bb7076
commit 6f52bd411c

View File

@ -1,7 +1,7 @@
::ng-deep .cdk-overlay-pane{ ::ng-deep .cdk-overlay-pane {
width:600px; width: 600px;
max-height:90%; max-height: 90%;
.setting-frame{ .setting-frame {
.mat-dialog-container { .mat-dialog-container {
position: relative; position: relative;
} }
@ -28,12 +28,12 @@
align-items: flex-start; align-items: flex-start;
height: calc(100% - 100px); height: calc(100% - 100px);
.setting-tab { .setting-tab {
width:100%; width: 100%;
height:100%; height: 100%;
position: relative; position: relative;
.mat-tab-group { .mat-tab-group {
width:100%; width: 100%;
height:100%; height: 100%;
position: relative; position: relative;
} }
} }
@ -49,15 +49,3 @@
} }
} }
} }
::ng-deep .mat-tab-group {
.mat-tab-header{
margin-bottom:10px;
.mat-tab-labels{
border-bottom:2px solid #dddddd;
.mat-tab-label{
padding:0 10px;
}
}
}
}