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; }