fix(code-editor): fix CodeEditor style problem, fix #655

This commit is contained in:
vben
2021-05-27 22:59:41 +08:00
parent 3a16f2b80a
commit 566280422d
7 changed files with 63 additions and 137 deletions

View File

@@ -15,8 +15,8 @@ import { registerGlobComp } from '/@/components/registerGlobComp';
// Register icon Sprite
import 'virtual:svg-icons-register';
// Do not introduce` on-demand in local development?
// In the local development for on-demand introduction, the number of browser requests will increase by about 20%.
// Do not introduce on-demand in local development?
// In the local development for introduce on-demand, the number of browser requests will increase by about 20%.
// Which may slow down the browser refresh.
// Therefore, all are introduced in local development, and only introduced on demand in the production environment
if (import.meta.env.DEV) {