fix: new config width

This commit is contained in:
LoadChange 2019-01-22 11:12:45 +08:00 committed by Asa
parent 21c157f548
commit d37228caef
4 changed files with 5 additions and 10 deletions

View File

@ -379,10 +379,10 @@ class NewConfig extends React.Component {
const { init } = this.field;
const formItemLayout = {
labelCol: {
fixedSpan: 10,
span: 2,
},
wrapperCol: {
span: 14,
span: 22,
},
};

View File

@ -12,12 +12,7 @@
*/
.new-config-form {
max-width: 1000px;
margin-top: 30px;
}
.more-container {
text-align: right;
margin-top: 36px;
}
.more-item.hide {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long