From 915462919ac128324cb31b3b932b56432fec8793 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, 2 Dec 2022 14:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=96=AA=E8=B5=84=E8=B4=A6=E5=A5=97=E6=8A=BD?= =?UTF-8?q?=E5=B1=89=E9=A1=B5=E9=9D=A2=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hrmSalary/components/stepSlide/index.js | 2 +- pc4mobx/hrmSalary/pages/ledger/index.js | 2 +- pc4mobx/hrmSalary/pages/ledger/index.less | 21 +++++++++++++------ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/pc4mobx/hrmSalary/components/stepSlide/index.js b/pc4mobx/hrmSalary/components/stepSlide/index.js index d58989b9..cc5e8143 100644 --- a/pc4mobx/hrmSalary/components/stepSlide/index.js +++ b/pc4mobx/hrmSalary/components/stepSlide/index.js @@ -11,7 +11,7 @@ export default class StepSlide extends React.Component { className='slideOuterWrapper' visible={this.props.visible} top={0} - width={40} + width={65} height={100} direction={"right"} measure={"%"} diff --git a/pc4mobx/hrmSalary/pages/ledger/index.js b/pc4mobx/hrmSalary/pages/ledger/index.js index 4920a4e6..78739d74 100644 --- a/pc4mobx/hrmSalary/pages/ledger/index.js +++ b/pc4mobx/hrmSalary/pages/ledger/index.js @@ -515,7 +515,7 @@ export default class Ledger extends React.Component { className="slideOuterWrapper" visible={this.state.editSlideVisible} top={0} - width={45} + width={65} height={100} direction={"right"} measure={"%"} diff --git a/pc4mobx/hrmSalary/pages/ledger/index.less b/pc4mobx/hrmSalary/pages/ledger/index.less index 219586a4..21467cbe 100644 --- a/pc4mobx/hrmSalary/pages/ledger/index.less +++ b/pc4mobx/hrmSalary/pages/ledger/index.less @@ -121,7 +121,8 @@ border-radius: 5px; display: flex; align-items: center; - .wea-sortable-grid-item{ + + .wea-sortable-grid-item { display: inline-block; border: none; padding: 0; @@ -166,6 +167,7 @@ .headerIcon { float: right; cursor: pointer; + .ant-btn { margin-left: 10px; border-radius: 0; @@ -285,6 +287,10 @@ text-align: left; } + .wea-new-table.wea-new-table-draggable table { + table-layout: fixed + } + .rodal-close { z-index: 99; top: 10px !important; @@ -309,19 +315,22 @@ } //关联人员弹框 -.associatesWrapper{ - .wea-select,.ant-select-selection,.ant-select{ +.associatesWrapper { + .wea-select, .ant-select-selection, .ant-select { width: 100%; } - .wea-select{ + + .wea-select { display: inline-block; position: relative; - .wea-required-e9{ + + .wea-required-e9 { top: 0; right: 0; } } - .ant-select-selection{ + + .ant-select-selection { height: 30px; border-radius: 0; }