Merge branch 'hotfix/v2-1202' into develop
This commit is contained in:
commit
42e959c579
|
|
@ -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={"%"}
|
||||
|
|
|
|||
|
|
@ -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={"%"}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue