更新log modal style

This commit is contained in:
whyour 2021-05-14 22:46:44 +08:00
parent 9c5e6efff7
commit 7fb46f0079

View File

@ -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()}