207 lines
3.1 KiB
Plaintext
207 lines
3.1 KiB
Plaintext
.wea-hrm-address-dialog {
|
|
.trasfer-header {
|
|
// height: 40px;
|
|
// line-height: 40px;
|
|
// background-color: #f9fcff;
|
|
// padding: 0 10px;
|
|
// border-radius: 5px 5px 0 0;
|
|
// border-bottom: 1px solid #ddd;
|
|
|
|
.wea-input-focus {
|
|
width: 105px;
|
|
float: right;
|
|
margin-top: 5px;
|
|
margin-left:10px;
|
|
}
|
|
|
|
.wea-select {
|
|
margin-top: -1px;
|
|
width: 85px;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.wea-transfer-list-wrapper {
|
|
// border-radius: 5px;
|
|
}
|
|
|
|
.trasfer-list-item {
|
|
padding: 10px 20px;
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
.top {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.bottom {
|
|
color: #999;
|
|
}
|
|
}
|
|
|
|
.icon-coms-NoDisplayOfSubordinates:before {
|
|
content: "\e9ac";
|
|
}
|
|
|
|
.icon-coms-NoDisplayOfSubordinates:before {
|
|
content: "\e9ac";
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.exportSetting{
|
|
.wea-transfer {
|
|
padding: 25px 22px;
|
|
}
|
|
.header{
|
|
padding: 0px 15px 0px 15px;
|
|
&>div{
|
|
float: left;
|
|
}
|
|
.title{
|
|
width: 20%;
|
|
}
|
|
.options, .search{
|
|
width: 40%;
|
|
.wea-select {
|
|
width: 100%;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
.item{
|
|
height: 70px;
|
|
// line-height: 60px;
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
.left{
|
|
width: 142px;
|
|
padding: 5px 15px 5px 15px;
|
|
float: left;
|
|
|
|
.info{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
|
|
&-module{
|
|
color: #999;
|
|
}
|
|
}
|
|
}
|
|
|
|
.right{
|
|
float: right;
|
|
width: 120px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.name{
|
|
padding: 5px 15px 5px 15px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
color: #333333;
|
|
font-weight: 400;
|
|
|
|
&-module{
|
|
color: #999;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.wea-hrm-address{
|
|
.exportSetting;
|
|
|
|
.formSetting{
|
|
// z-index: 1051;
|
|
}
|
|
|
|
.leftCom {
|
|
.orgTree{
|
|
height:calc(~"100% - 47px");
|
|
}
|
|
.ant-tabs-nav{
|
|
width: 100%;
|
|
}
|
|
.ant-tabs-tab{
|
|
width:50%;
|
|
text-align: center;
|
|
}
|
|
.ant-tree-title {
|
|
.wea-tree-hr-node-icon{
|
|
display: none;
|
|
}
|
|
|
|
}
|
|
.ant-tree-title img{
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 15px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.edit{
|
|
|
|
}
|
|
}
|
|
|
|
.hrm-col-set-transfer{
|
|
padding: 25px 22px;
|
|
position: relative;
|
|
.header{
|
|
padding-left: 24px;
|
|
&-left{
|
|
display: inline-block;
|
|
width: 160px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.colset{
|
|
display: inline;
|
|
width: initial;
|
|
}
|
|
}
|
|
.hrm-transfer-item{
|
|
padding: 10px 0 10px 24px;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
color: #333;
|
|
position: relative;
|
|
.name{
|
|
|
|
}
|
|
.ascOrDesc{
|
|
position: absolute;
|
|
right:30px;
|
|
}
|
|
.ascOrDesc:hover{
|
|
color:#27aef3;
|
|
cursor: pointer;
|
|
}
|
|
.transfer-item-type{
|
|
padding-top:10px;
|
|
}
|
|
}
|
|
}
|
|
.hrm-log-detail{
|
|
padding: 30px 20px;
|
|
.title{
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.content{
|
|
padding-top: 10px;
|
|
}
|
|
}
|
|
|
|
.hrm-log-query{
|
|
color:#4d7ad8 !important;
|
|
}
|
|
|
|
.hrm-log-query:hover{
|
|
color:#008ef8 !important;
|
|
}
|