mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修改codemirror容器样式
This commit is contained in:
parent
e3ff6d1ce6
commit
81ba9d5e52
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user