修复移动端100vh兼容性

This commit is contained in:
whyour
2021-05-11 19:37:37 +08:00
parent d9db5442d3
commit 49a3662788
12 changed files with 45 additions and 40 deletions
+1 -4
View File
@@ -537,7 +537,7 @@ const Crontab = () => {
return (
<PageContainer
className="code-mirror-wrapper"
className="ql-container-wrapper crontab-wrapper"
title="定时任务"
extra={[
<Search
@@ -563,9 +563,6 @@ const Crontab = () => {
marginLeft,
},
}}
style={{
height: '100vh',
}}
>
{selectedRowIds.length > 0 && (
<div style={{ marginBottom: 16 }}>