52 lines
930 B
Plaintext
52 lines
930 B
Plaintext
.attendenceImportWrapper{
|
|
.wea-dialog-body{
|
|
padding: 16px 120px;
|
|
.wea-select, .ant-select, .ant-select-selection{
|
|
width: 100%;
|
|
}
|
|
.ant-select-selection{
|
|
border-radius: 0;
|
|
height: 30px;
|
|
}
|
|
}
|
|
}
|
|
//导入字段设置
|
|
.fieldSetWrapper{
|
|
.wea-dialog-body{
|
|
padding: 16px 20px;
|
|
}
|
|
.ant-modal-footer button{
|
|
margin-right: 0!important;
|
|
}
|
|
.ant-btn-group{
|
|
margin-left: 10px!important;
|
|
}
|
|
.searchWrapper{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.allInWrapper{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
//新建考勤自定义字段弹框
|
|
.itemManageModalWrapper{
|
|
.wea-select,.ant-select-selection,.ant-select{
|
|
width: 100%;
|
|
}
|
|
.wea-select{
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.ant-select-selection{
|
|
height: 30px;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|