提交 0f7b5306 编写于 作者: B baiy 提交者: ninecents

设置代码显示等宽字体

上级 3d67690f
{
"name": "c-tool",
"version": "1.7.5",
"version": "1.7.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
......
@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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册