修复任务详情手机样式

This commit is contained in:
whyour
2022-03-09 22:32:50 +08:00
parent aa288c89b3
commit ec5f6d20cb
6 changed files with 59 additions and 121 deletions
+1
View File
@@ -968,6 +968,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => {
}}
cron={detailCron}
theme={theme}
isPhone={isPhone}
/>
</PageContainer>
);