diff --git a/pc4mobx/hrmSalary/index.js b/pc4mobx/hrmSalary/index.js index 9faba78d..b59a534a 100644 --- a/pc4mobx/hrmSalary/index.js +++ b/pc4mobx/hrmSalary/index.js @@ -77,6 +77,7 @@ const DataAcquisition = (props) => props.children; // sysconfig 系統配置 // sysconfig-1 规则配置 // appconfig 应用配置 +// fieldManagement 字段管理 const Routes = ( this.handleChangeFields("name", value)}/> @@ -232,6 +233,7 @@ class FieldSlide extends Component { this.handleChangeFields("roundingMode", value)} /> @@ -239,12 +241,14 @@ class FieldSlide extends Component { this.handleChangeFields("pattern", value)} /> this.handleChangeFields("description", value)} /> diff --git a/pc4mobx/hrmSalary/pages/fieldManagement/index.less b/pc4mobx/hrmSalary/pages/fieldManagement/index.less index be964427..33e962a8 100644 --- a/pc4mobx/hrmSalary/pages/fieldManagement/index.less +++ b/pc4mobx/hrmSalary/pages/fieldManagement/index.less @@ -1,7 +1,16 @@ .slideOuterWrapper { - .wea-form-item-group{ - padding: 56px 80px; + .wea-form-item-group { + margin: 16px; + border: 1px solid #e5e5e5; + border-bottom: none; + + & > div { + border-bottom: 1px solid #e5e5e5; + margin-bottom: 0; + padding: 5px 16px + } } + .wea-slide-modal-title { height: initial; line-height: initial;