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;
}
.flow-item pre, .flow-reply pre {
cursor: text;
}
.flow-reply-row::-webkit-scrollbar {
display: none;
}

View File

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