Merge branch 'hotfix/v2-1202' into develop

This commit is contained in:
黎永顺 2022-12-02 14:38:33 +08:00
commit 42e959c579
3 changed files with 17 additions and 8 deletions

View File

@ -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={"%"}

View File

@ -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={"%"}

View File

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