diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/index.less b/pc4mobx/hrmSalary/pages/payroll/stepForm/index.less index 6c8e324c..64b3892d 100644 --- a/pc4mobx/hrmSalary/pages/payroll/stepForm/index.less +++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/index.less @@ -23,6 +23,26 @@ } .showSettingForm { + .themeSetting { + border: 1px solid #e5e5e5; + border-bottom: none; + + & > div { + padding: 5px 16px; + border-bottom: 1px solid #e5e5e5; + + .wea-form-item-wrapper { + display: flex !important; + align-items: center; + justify-content: space-between; + + .wea-input-normal { + flex: 1; + padding-right: 8px; + } + } + } + } .settingItemWrapper { .itemTitle { @@ -197,8 +217,9 @@ } } } -.salaryItemModalWrapper{ - .modalContent{ + +.salaryItemModalWrapper { + .modalContent { padding: 16px; } } diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js b/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js index 0477bca2..50972199 100644 --- a/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js +++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js @@ -56,16 +56,17 @@ export default class ShowSettingForm extends React.Component { } = { ...salaryTemplateShowSet, ...JSON.parse(salaryTemplateShowSetStorage) }; return (
- - - { - this.handleChange({ theme: value }); - }}/> - + +
+ + { + this.handleChange({ theme: value }); + }}/> + 插入变量: { this.handleThemeNameCllck("${companyName}"); @@ -74,55 +75,56 @@ export default class ShowSettingForm extends React.Component { this.handleThemeNameCllck("${salaryMonth}"); }} className="themeFormalStr">薪资所属月 - - - { - this.handleChange({ background: value }); - }}/> - - - { - this.handleChange({ textContent: value }); - }}/> - - - { - this.handleChange({ textContentPosition: e.target.value }); - }}> - 薪资项目前 - 薪资项目后 - - - - { - this.handleChange({ salaryItemNullStatus: value }); - }}/> - - - { - this.handleChange({ salaryItemZeroStatus: value }); - }}/> - + + + { + this.handleChange({ background: value }); + }}/> + + + { + this.handleChange({ textContent: value }); + }}/> + + + { + this.handleChange({ textContentPosition: e.target.value }); + }}> + 薪资项目前 + 薪资项目后 + + + + { + this.handleChange({ salaryItemNullStatus: value }); + }}/> + + + { + this.handleChange({ salaryItemZeroStatus: value }); + }}/> + +