Commit 666f0e0e authored by zhanglongbao's avatar zhanglongbao

fix

parent 374635f7
...@@ -89,6 +89,8 @@ init(); ...@@ -89,6 +89,8 @@ init();
height: 100vh; height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden;
.bottom { .bottom {
padding: 8px 20px; padding: 8px 20px;
flex-shrink: 0; flex-shrink: 0;
......
...@@ -58,6 +58,7 @@ const getShowComp = (formItem: FormItemConfig) => { ...@@ -58,6 +58,7 @@ const getShowComp = (formItem: FormItemConfig) => {
.widget_main { .widget_main {
width: 100%; width: 100%;
height: 100%; height: 100%;
flex: 1;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-content: flex-start; align-content: flex-start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment