mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复文件编辑页样式
This commit is contained in:
@@ -102,6 +102,7 @@ const CronLogModal = ({
|
||||
{!loading && value && (
|
||||
<CodeMirror
|
||||
value={value}
|
||||
className="log-modal-code"
|
||||
options={{
|
||||
lineWrapping: true,
|
||||
readOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user