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)}/>