mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 17:09:20 +08:00
更新log modal style
This commit is contained in:
@@ -86,6 +86,11 @@ const CronLogModal = ({
|
||||
<Modal
|
||||
title={titleElement()}
|
||||
visible={visible}
|
||||
centered
|
||||
bodyStyle={{
|
||||
overflowY: 'auto',
|
||||
height: 'calc(80vh - var(--vh-offset, 0px))',
|
||||
}}
|
||||
forceRender
|
||||
onOk={() => cancel()}
|
||||
onCancel={() => cancel()}
|
||||
|
||||
Reference in New Issue
Block a user