@@ -123,6 +133,11 @@ class AttendanceDataViewSlide extends Component {
/>
+
this.viewAttendQuote({}, this.props)}
+ onClose={() => this.setState({
+ attendanceSlide: { ...attendanceSlide, visible: false }
+ })}/>
}
/>
From 2920d5892ab615f9a3416eb138f72feecf4720c3 Mon Sep 17 00:00:00 2001
From: lys <971387674@qq.com>
Date: Tue, 3 Jun 2025 18:26:31 +0800
Subject: [PATCH 2/2] =?UTF-8?q?feature/2.19.1.2501.01-=E8=80=83=E5=8B=A4?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BC=96=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dataAcquisition/attendance/index.less | 24 ++++++++++---------
1 file changed, 13 insertions(+), 11 deletions(-)
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
+ }
}
}