修复移动端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
+2 -5
View File
@@ -66,11 +66,11 @@ const Log = () => {
return (
<PageContainer
className="code-mirror-wrapper"
className="ql-container-wrapper"
title={title}
extra={[
<TreeSelect
style={{ width: 280 }}
className="log-select"
value={select}
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
treeData={data}
@@ -92,9 +92,6 @@ const Log = () => {
marginLeft,
},
}}
style={{
height: '100vh',
}}
>
<CodeMirror
value={value}