feat(frontend): 前端调整

This commit is contained in:
junjie 2021-03-19 16:59:57 +08:00
parent be13e864ea
commit da17802f94

View File

@ -522,7 +522,7 @@ export default {
overflow-y: auto;
}
.codemirror >>> .CodeMirror-scroll {
height: 160px;
height: 100px;
overflow-y: auto;
}
</style>