style fix

This commit is contained in:
xmcp
2020-02-08 22:38:39 +08:00
parent 681fc1dfb0
commit 7ae1e62bbb
3 changed files with 6 additions and 3 deletions

View File

@@ -54,6 +54,10 @@
overflow-x: auto; overflow-x: auto;
} }
.flow-item pre, .flow-reply pre {
cursor: text;
}
.flow-reply-row::-webkit-scrollbar { .flow-reply-row::-webkit-scrollbar {
display: none; display: none;
} }

View File

@@ -63,8 +63,7 @@ class LifeInfoBox extends Component {
) )
.then(get_json) .then(get_json)
.then((json)=>{ .then((json)=>{
console.log(json); //console.log(json);
this.setState({ this.setState({
[state_key]: json, [state_key]: json,
}); });