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{
width:600px;
max-height:90%;
.setting-frame{
::ng-deep .cdk-overlay-pane {
width: 600px;
max-height: 90%;
.setting-frame {
.mat-dialog-container {
position: relative;
}
@ -28,12 +28,12 @@
align-items: flex-start;
height: calc(100% - 100px);
.setting-tab {
width:100%;
height:100%;
width: 100%;
height: 100%;
position: relative;
.mat-tab-group {
width:100%;
height:100%;
width: 100%;
height: 100%;
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;
}
}
}
}