cw-form-render-mobile
Version:
通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成
27 lines (26 loc) • 531 B
CSS
.frm-widget-card {
border-radius: 4px;
margin: 0 12px;
margin-top: 12px;
}
.frm-widget-card .adm-card-header {
border-bottom: none ;
}
.frm-widget-card .adm-card-body {
padding: 0;
}
.frm-widget-card .adm-form-item {
padding-left: 4px;
}
.frm-widget-card-title {
margin-right: 6px;
padding-left: 4px;
}
.frm-widget-card-desc {
font-size: 12px;
word-break: break-all;
color: rgba(0, 0, 0, 0.45);
}
.frm-widget-card-no-title .adm-grid-item:first-of-type .adm-list-item-content {
border-top: none;
}