forked from newthuhole/hole_thu_frontend
style fix
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.flow-item pre, .flow-reply pre {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.flow-reply-row::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -63,8 +63,7 @@ class LifeInfoBox extends Component {
|
||||
)
|
||||
.then(get_json)
|
||||
.then((json)=>{
|
||||
console.log(json);
|
||||
|
||||
//console.log(json);
|
||||
this.setState({
|
||||
[state_key]: json,
|
||||
});
|
||||
|
||||
Submodule src/infrastructure updated: 4777c70b0c...99e6eac3bc
Reference in New Issue
Block a user