From 1b28a5fb40bc36b50c3c2253a26c8e901c8badb4 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Fri, 18 Dec 2020 14:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/style/common.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 74300e7..89ea6e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,7 +35,7 @@ export default { computed: { }, async created () { - if (!dd.other) { + if (dd.other) { var vConsole = new VConsole({ vConsole_switch_x: 0, vConsole_switch_y: 0 diff --git a/src/style/common.less b/src/style/common.less index 96b25af..1e7040c 100644 --- a/src/style/common.less +++ b/src/style/common.less @@ -18,7 +18,7 @@ .pre{ line-height: 20px; pre{ - overflow:hidden; + overflow:hidden; line-height: 20px; // white-space:pre-line; // word-wrap: break-word;