mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复文件编辑页样式
This commit is contained in:
parent
6256acbfca
commit
630ced4451
|
@ -6,14 +6,16 @@ body {
|
|||
|
||||
@import '~codemirror/lib/codemirror.css';
|
||||
|
||||
.CodeMirror {
|
||||
height: auto;
|
||||
}
|
||||
.log-modal-code {
|
||||
.CodeMirror {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
height: auto;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
.CodeMirror-scroll {
|
||||
height: auto;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.ql-container-wrapper {
|
||||
|
|
|
@ -102,6 +102,7 @@ const CronLogModal = ({
|
|||
{!loading && value && (
|
||||
<CodeMirror
|
||||
value={value}
|
||||
className="log-modal-code"
|
||||
options={{
|
||||
lineWrapping: true,
|
||||
readOnly: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user