mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修复任务详情样式
This commit is contained in:
@@ -63,7 +63,6 @@ const CronDetailModal = ({
|
||||
const contentList: any = {
|
||||
log: (
|
||||
<List
|
||||
style={{ height: 'calc(80vh - 236px)', overflowY: 'auto' }}
|
||||
dataSource={logs}
|
||||
loading={loading}
|
||||
renderItem={(item) => (
|
||||
@@ -246,6 +245,7 @@ const CronDetailModal = ({
|
||||
onTabChange={(key) => {
|
||||
onTabChange(key);
|
||||
}}
|
||||
bodyStyle={{ height: 'calc(80vh - 188px)', overflowY: 'auto' }}
|
||||
>
|
||||
{contentList[activeTabKey]}
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user