49 lines
931 B
Plaintext
49 lines
931 B
Plaintext
|
|
|
||
|
|
@coms-prefix:coms-mode;
|
||
|
|
|
||
|
|
@coms-height:46px;
|
||
|
|
@coms-small-height:32px;
|
||
|
|
|
||
|
|
|
||
|
|
.wea-prj-task-layout,
|
||
|
|
.wea-prj-task-layout .prj-layout-left,
|
||
|
|
.wea-prj-task-layout .prj-layout-right{
|
||
|
|
height: 100%;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.wea-prj-task-layout{
|
||
|
|
background-color: #e8edf4;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.wea-prj-task-layout .prj-layout-left{
|
||
|
|
border-right: 1px solid #ececec;
|
||
|
|
// position: relative;
|
||
|
|
height: 100%;
|
||
|
|
// float: right;
|
||
|
|
// width: 100%;
|
||
|
|
.prj-layout-container{
|
||
|
|
padding: 0 0px 0 1px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.wea-prj-task-layout .prj-layout-right{
|
||
|
|
float: right;
|
||
|
|
background-color: brown;
|
||
|
|
box-shadow: -5px 10px 23px 2px rgba(0,0,0,0.3), 0 3px 6px rgba(0,0,0,.15);
|
||
|
|
z-index: 100;
|
||
|
|
.prj-layout-board{
|
||
|
|
height: 100%;
|
||
|
|
overflow: hidden;
|
||
|
|
float: right;
|
||
|
|
border-right: 1px solid #ececec;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|