Browse Source

style fix

dev
xmcp 6 years ago
parent
commit
7ae1e62bbb
  1. 4
      src/Flows.css
  2. 3
      src/UserAction.js
  3. 2
      src/infrastructure

4
src/Flows.css

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

3
src/UserAction.js

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

2
src/infrastructure

@ -1 +1 @@
Subproject commit 4777c70b0c65b76f9b473954e966ea922e41740d
Subproject commit 99e6eac3bc5ba618fe00b763a3a71c1bc5875635
Loading…
Cancel
Save