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'
|
className='slideOuterWrapper'
|
||||||
visible={this.props.visible}
|
visible={this.props.visible}
|
||||||
top={0}
|
top={0}
|
||||||
width={40}
|
width={65}
|
||||||
height={100}
|
height={100}
|
||||||
direction={"right"}
|
direction={"right"}
|
||||||
measure={"%"}
|
measure={"%"}
|
||||||
|
|
|
||||||
|
|
@ -515,7 +515,7 @@ export default class Ledger extends React.Component {
|
||||||
className="slideOuterWrapper"
|
className="slideOuterWrapper"
|
||||||
visible={this.state.editSlideVisible}
|
visible={this.state.editSlideVisible}
|
||||||
top={0}
|
top={0}
|
||||||
width={45}
|
width={65}
|
||||||
height={100}
|
height={100}
|
||||||
direction={"right"}
|
direction={"right"}
|
||||||
measure={"%"}
|
measure={"%"}
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,8 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.wea-sortable-grid-item{
|
|
||||||
|
.wea-sortable-grid-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -166,6 +167,7 @@
|
||||||
.headerIcon {
|
.headerIcon {
|
||||||
float: right;
|
float: right;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.ant-btn {
|
.ant-btn {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
@ -285,6 +287,10 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wea-new-table.wea-new-table-draggable table {
|
||||||
|
table-layout: fixed
|
||||||
|
}
|
||||||
|
|
||||||
.rodal-close {
|
.rodal-close {
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
top: 10px !important;
|
top: 10px !important;
|
||||||
|
|
@ -309,19 +315,22 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//关联人员弹框
|
//关联人员弹框
|
||||||
.associatesWrapper{
|
.associatesWrapper {
|
||||||
.wea-select,.ant-select-selection,.ant-select{
|
.wea-select, .ant-select-selection, .ant-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.wea-select{
|
|
||||||
|
.wea-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
.wea-required-e9{
|
|
||||||
|
.wea-required-e9 {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-select-selection{
|
|
||||||
|
.ant-select-selection {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue