form-render
Version:
通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成
32 lines (31 loc) • 580 B
CSS
.fr-search {
width: 100%;
background: #fff;
padding: 24px 24px 0 16px;
margin-bottom: 16px;
box-sizing: border-box;
position: relative;
}
.fr-search .search-action-col {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: baseline;
height: 56px;
}
.fr-search .search-action-fixed {
position: absolute;
right: 0;
bottom: 0;
background-color: #fff;
padding-right: 24px ;
}
.fr-search .search-action-column {
height: auto;
}
.fr-search .fr-form > .ant-row {
align-items: center;
}
.fr-column-search {
padding-left: 24px;
}