From afd39f37d80c44b48f57092b0c35e604f3259df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 10 Mar 2023 14:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/components/slideModalTitle/index.less | 5 ++++- .../pages/ledgerPage/components/ledgerSalaryItemAddModal.js | 6 ++---- .../hrmSalary/pages/payroll/stepForm/salaryItemSettings.js | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pc4mobx/hrmSalary/components/slideModalTitle/index.less b/pc4mobx/hrmSalary/components/slideModalTitle/index.less index 1fadc267..4810f6f8 100644 --- a/pc4mobx/hrmSalary/components/slideModalTitle/index.less +++ b/pc4mobx/hrmSalary/components/slideModalTitle/index.less @@ -50,7 +50,7 @@ .btnWrapper { position: absolute; right: 50px; - top: 0px; + top: 0; } } @@ -58,5 +58,8 @@ .wea-new-top-req-wapper .wea-new-top-req-title>div:last-child{ right: 16px!important; } + .wea-new-top-req-wapper .wea-new-top-req-title>div:first-child>div:first-child{ + min-width: 440px!important; + } } diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemAddModal.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemAddModal.js index b2bb071b..20562453 100644 --- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemAddModal.js +++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemAddModal.js @@ -124,10 +124,8 @@ export default class LedgerSalaryItemAddModal extends React.Component { }; return ( 添加]} >
diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemSettings.js b/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemSettings.js index bdd1b1c8..c1441f0c 100644 --- a/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemSettings.js +++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemSettings.js @@ -247,7 +247,7 @@ class SalaryItemSettings extends Component { )} renderNodeItem={(filed) => { return
-
+
{filed.name}
this.handleDeleteSalaryItem(item, filed)}/>