Commit 3d6f877a by zhaochengxiang

bug fix

parent aef62e66
......@@ -77,6 +77,7 @@ code {
.word-wrap {
overflow: hidden;
word-wrap: break-word;
word-break: break-word;
white-space:normal;
}
......
......@@ -173,7 +173,7 @@ const ImportActionHeader = (props) => {
flex: '120px',
},
wrapperCol: {
flex: 'auto',
flex: '1 1 200px',
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment