fix: new config width
This commit is contained in:
parent
21c157f548
commit
d37228caef
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user