Commit 3d6f877a by zhaochengxiang

bug fix

parent aef62e66
...@@ -77,6 +77,7 @@ code { ...@@ -77,6 +77,7 @@ code {
.word-wrap { .word-wrap {
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word;
white-space:normal; white-space:normal;
} }
......
...@@ -173,7 +173,7 @@ const ImportActionHeader = (props) => { ...@@ -173,7 +173,7 @@ const ImportActionHeader = (props) => {
flex: '120px', flex: '120px',
}, },
wrapperCol: { 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