From 0f7b53066151dd474d69886689ac221da0fa105a Mon Sep 17 00:00:00 2001 From: baiy Date: Wed, 8 Sep 2021 10:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BB=A3=E7=A0=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=AD=89=E5=AE=BD=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/statics/theme.less | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f99b610..7bc66f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c-tool", - "version": "1.7.5", + "version": "1.7.6", "private": true, "scripts": { "serve": "vue-cli-service serve --port 8081", diff --git a/src/statics/theme.less b/src/statics/theme.less index 8e450ce..63c02ab 100644 --- a/src/statics/theme.less +++ b/src/statics/theme.less @@ -1,4 +1,9 @@ @import '~view-design/src/styles/index.less'; @primary-color: #1abc9c; -@link-color: #1abc9c; \ No newline at end of file +@link-color: #1abc9c; + +// 设置代码等宽字体 +.CodeMirror-sizer { + font-family: Consolas, Menlo, monospace, Courier; +} -- GitLab