修改内容基础样式

This commit is contained in:
whyour
2021-04-02 11:31:49 +08:00
parent 90fd845169
commit 3fa5956051
2 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ body {
.code-mirror-wrapper .CodeMirror {
position: absolute;
height: calc(100% - 48px);
height: calc(100% - 64px);
width: 100%;
}
@@ -19,7 +19,7 @@ body {
overflow: auto;
height: calc(100vh - 96px);
background-color: #fff;
padding: 24px;
padding: 16px;
}
}