mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修改codemirror容器样式
This commit is contained in:
@@ -8,7 +8,7 @@ body {
|
||||
|
||||
.code-mirror-wrapper .CodeMirror {
|
||||
position: absolute;
|
||||
height: calc(100vh - 176px);
|
||||
height: calc(100vh - 128px);
|
||||
width: calc(100% - 32px);
|
||||
}
|
||||
|
||||
@@ -29,4 +29,7 @@ body {
|
||||
height: calc(100vh - 144px);
|
||||
}
|
||||
}
|
||||
.code-mirror-wrapper .CodeMirror {
|
||||
height: calc(100vh - 176px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user