From e80ebeb585f20b569806a83b83d88cc08f90af19 Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Thu, 24 Dec 2020 13:03:17 +0800 Subject: [PATCH] =?UTF-8?q?codemirror=E4=BD=BF=E7=94=A8cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 亮色侧边栏样式修改 --- vue/full/package-lock.json | 5 ---- vue/full/package.json | 1 - vue/full/public/index.html | 6 ++++ vue/full/src/component/editor/JsonEditor.vue | 6 +--- .../component/menu/NavMenu/theme-light.scss | 29 +++++++++++++++++++ 5 files changed, 36 insertions(+), 11 deletions(-) diff --git a/vue/full/package-lock.json b/vue/full/package-lock.json index 8e1e0f1..baf4be1 100644 --- a/vue/full/package-lock.json +++ b/vue/full/package-lock.json @@ -5587,11 +5587,6 @@ "q": "^1.1.2" } }, - "codemirror": { - "version": "5.56.0", - "resolved": "https://registry.npm.taobao.org/codemirror/download/codemirror-5.56.0.tgz", - "integrity": "sha1-Z1ZA/MeAEFzSLT+qc4tdfqZCb2E=" - }, "collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", diff --git a/vue/full/package.json b/vue/full/package.json index e48f519..24f16a9 100644 --- a/vue/full/package.json +++ b/vue/full/package.json @@ -9,7 +9,6 @@ }, "dependencies": { "axios": "^0.19.2", - "codemirror": "^5.56.0", "core-js": "^3.6.5", "decimal.js": "^10.2.0", "element-ui": "^2.13.2", diff --git a/vue/full/public/index.html b/vue/full/public/index.html index 91b1e68..47faa35 100644 --- a/vue/full/public/index.html +++ b/vue/full/public/index.html @@ -34,6 +34,12 @@ + + + + + + diff --git a/vue/full/src/component/editor/JsonEditor.vue b/vue/full/src/component/editor/JsonEditor.vue index 1c17991..85f9c5a 100644 --- a/vue/full/src/component/editor/JsonEditor.vue +++ b/vue/full/src/component/editor/JsonEditor.vue @@ -3,10 +3,6 @@