@@ -123,6 +133,11 @@ class AttendanceDataViewSlide extends Component {
/>
+
this.viewAttendQuote({}, this.props)}
+ onClose={() => this.setState({
+ attendanceSlide: { ...attendanceSlide, visible: false }
+ })}/>
}
/>
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.less b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.less
index b8713b71..3b097033 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.less
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.less
@@ -3,19 +3,21 @@
display: flex;
flex-direction: column;
- .wea-form-item {
- height: 46px;
- line-height: 46px;
- background: #FFF;
- margin: 8px 16px 0 16px;
+ .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;
- }
+ .wea-form-item-label {
+ line-height: 46px !important;
+ padding-left: 8px !important;
+ }
- .to {
- padding: 0 10px
+ .to {
+ padding: 0 10px
+ }
}
}