style fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
});
|
});
|
||||||
|
|||||||
Submodule src/infrastructure updated: 4777c70b0c...99e6eac3bc
Reference in New Issue
Block a user