From b8f941d575af9cac30edf7dfab4c453d0c4b083d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 7 Feb 2023 15:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9A=84=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/index.js | 1 + .../pages/fieldManagement/components/fieldSlide.js | 6 +++++- pc4mobx/hrmSalary/pages/fieldManagement/index.less | 13 +++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) 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;