mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
更新log modal style
This commit is contained in:
parent
9c5e6efff7
commit
7fb46f0079
|
@ -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()}
|
||||
|
|
Loading…
Reference in New Issue
Block a user