修改codemirror容器样式

This commit is contained in:
whyour 2021-04-02 13:27:25 +08:00
parent e3ff6d1ce6
commit 81ba9d5e52

View File

@ -8,7 +8,7 @@ body {
.code-mirror-wrapper .CodeMirror { .code-mirror-wrapper .CodeMirror {
position: absolute; position: absolute;
height: calc(100vh - 176px); height: calc(100vh - 128px);
width: calc(100% - 32px); width: calc(100% - 32px);
} }
@ -29,4 +29,7 @@ body {
height: calc(100vh - 144px); height: calc(100vh - 144px);
} }
} }
.code-mirror-wrapper .CodeMirror {
height: calc(100vh - 176px);
}
} }