Commit 666f0e0e authored by zhanglongbao's avatar zhanglongbao

fix

parent 374635f7
......@@ -89,6 +89,8 @@ init();
height: 100vh;
display: flex;
flex-direction: column;
overflow: hidden;
.bottom {
padding: 8px 20px;
flex-shrink: 0;
......
......@@ -58,6 +58,7 @@ const getShowComp = (formItem: FormItemConfig) => {
.widget_main {
width: 100%;
height: 100%;
flex: 1;
display: flex;
flex-wrap: wrap;
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