105 lines
1.6 KiB
Plaintext
105 lines
1.6 KiB
Plaintext
.attendanceRefWrapper {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.wea-new-top-req-content {
|
|
& > .wea-form-item {
|
|
height: 46px;
|
|
line-height: 46px;
|
|
background: #FFF;
|
|
margin: 8px 16px 0 16px;
|
|
|
|
.wea-form-item-label {
|
|
line-height: 46px !important;
|
|
padding-left: 8px !important;
|
|
}
|
|
|
|
.to {
|
|
padding: 0 10px
|
|
}
|
|
}
|
|
}
|
|
|
|
.tableWrapper {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
background: #FFF;
|
|
margin: 8px 16px;
|
|
}
|
|
|
|
.linkWapper {
|
|
& > a:first-child {
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.zIndex0-attendance {
|
|
.wea-new-top-req {
|
|
z-index: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|