From 7ae1e62bbb1f22bfefc0c7ee9932ab1694037c1d Mon Sep 17 00:00:00 2001 From: xmcp Date: Sat, 8 Feb 2020 22:38:39 +0800 Subject: [PATCH] style fix --- src/Flows.css | 4 ++++ src/UserAction.js | 3 +-- src/infrastructure | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Flows.css b/src/Flows.css index 4f97e41..c1b01a2 100644 --- a/src/Flows.css +++ b/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; } diff --git a/src/UserAction.js b/src/UserAction.js index 97b9f72..ce576f8 100644 --- a/src/UserAction.js +++ b/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, }); diff --git a/src/infrastructure b/src/infrastructure index 4777c70..99e6eac 160000 --- a/src/infrastructure +++ b/src/infrastructure @@ -1 +1 @@ -Subproject commit 4777c70b0c65b76f9b473954e966ea922e41740d +Subproject commit 99e6eac3bc5ba618fe00b763a3a71c1bc5875635