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