2019-10-29 10:06:25 +00:00
|
|
|
::ng-deep .mat-card-header-tex {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2019-10-31 10:17:29 +00:00
|
|
|
//조직도 레이아웃 변경
|
2019-10-29 10:06:25 +00:00
|
|
|
::ng-deep .dialog-org {
|
|
|
|
.oraganization-tab {
|
|
|
|
width: 100%;
|
|
|
|
height:380px;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
position: relative;
|
|
|
|
.oraganization-tab-tree {
|
|
|
|
display: inline-flex;
|
|
|
|
width: 50%;
|
|
|
|
height:100% !important;
|
|
|
|
border-right: 1px solid #dddddd;
|
|
|
|
overflow: auto;
|
2019-11-18 00:15:20 +00:00
|
|
|
.tab-tree-frame{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
}
|
2019-10-29 10:06:25 +00:00
|
|
|
}
|
|
|
|
.select-list {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 50%;
|
|
|
|
height:100% !important;
|
|
|
|
overflow: auto;
|
|
|
|
.search-list {
|
|
|
|
overflow: auto;
|
|
|
|
height: calc(100% - 40px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-chip {
|
|
|
|
height: 100px;
|
|
|
|
width: 100%;
|
|
|
|
padding:10px;
|
|
|
|
border:1px solid #dddddd;
|
|
|
|
overflow: auto;
|
|
|
|
background-color:#f9f9f9;
|
|
|
|
}
|
|
|
|
.mat-chip.mat-standard-chip .mat-chip-remove{
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
.confirm-card {
|
|
|
|
min-width: 500px;
|
|
|
|
.mat-card-header {
|
2019-10-31 10:17:29 +00:00
|
|
|
margin-bottom: 10px;
|
2019-10-29 10:06:25 +00:00
|
|
|
.mat-card-header-text {
|
|
|
|
.mat-card-title {
|
|
|
|
margin: 0 -16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mat-card-content {
|
|
|
|
.content-box {
|
|
|
|
flex-direction: column;
|
|
|
|
flex-flow: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.button-farm {
|
|
|
|
text-align: right;
|
|
|
|
.mat-primary {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-19 01:47:18 +00:00
|
|
|
|
2019-10-29 10:06:25 +00:00
|
|
|
::ng-deep .mat-dialog-container .mat-tab-body-wrapper {
|
|
|
|
height: 380px;
|
2019-11-18 00:15:20 +00:00
|
|
|
width:100%;
|
2019-11-19 01:47:18 +00:00
|
|
|
.mat-tab-body{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
.mat-tab-body-content{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
}
|
2019-10-29 10:06:25 +00:00
|
|
|
}
|
2019-11-19 01:47:18 +00:00
|
|
|
.mat-tab-frame{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
.list-panel{
|
|
|
|
width:100%;
|
|
|
|
height: calc(100% - 60px);
|
|
|
|
.group-expansion{
|
|
|
|
.list-item{
|
|
|
|
height:70px;
|
|
|
|
}
|
|
|
|
}
|
2019-10-31 10:17:29 +00:00
|
|
|
}
|
|
|
|
}
|
2019-11-11 02:42:08 +00:00
|
|
|
.mat-tab-group>.mat-tab-header .mat-tab-label{
|
|
|
|
border-bottom:2px solid #dddddd;
|
2019-11-19 01:47:18 +00:00
|
|
|
}
|
|
|
|
::ng-deep .ps-content{
|
|
|
|
.cdk-virtual-scroll-viewport{
|
|
|
|
height:100%;
|
|
|
|
}
|
2019-11-11 02:42:08 +00:00
|
|
|
}
|