Skip to content

Commit c42ac06

Browse files
committed
feat: css fix
1 parent ecac255 commit c42ac06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/view/CodemirrorEditor.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,14 @@ export default {
261261
<style lang="less" scoped>
262262
@import url('../scripts/google-code-prettify/prettify.css');
263263
.main-body {
264+
padding-top: 12px;
264265
overflow: hidden;
265266
}
266267
.el-main {
267268
transition: all .3s;
268269
padding: 0;
269270
margin: 20px;
271+
margin-top: 0;
270272
}
271273
.container {
272274
transition: all .3s;

0 commit comments

Comments
 (0)