修复codemirror样式

This commit is contained in:
whyour 2021-04-02 13:20:03 +08:00
parent 3fa5956051
commit e3ff6d1ce6

View File

@ -8,8 +8,8 @@ body {
.code-mirror-wrapper .CodeMirror { .code-mirror-wrapper .CodeMirror {
position: absolute; position: absolute;
height: calc(100% - 64px); height: calc(100vh - 176px);
width: 100%; width: calc(100% - 32px);
} }
.ant-pro-grid-content.wide { .ant-pro-grid-content.wide {