修复radio checkbox展示的问题

This commit is contained in:
yubaolee
2018-04-11 14:35:41 +08:00
parent 94f75c3471
commit a552b15bac
6 changed files with 76 additions and 67 deletions

View File

@@ -57,4 +57,9 @@ input[type="color"],
select[leipiplugins] {
display: inherit !important
}
#frmPreview select,
#frmPreview input {
display: inline !important
}

View File

@@ -22,7 +22,7 @@
, flowcontent:schemeContent
});
$("#frmPreview").html(data.Result.FrmDataHtml);
$("#frmPreview").html(data.Result.FrmPreviewHtml);
flowDesignPanel.reinitSize($(window).width() - 30, $(window).height() - 100);
});

View File

@@ -23,7 +23,7 @@
, flowcontent:schemeContent
});
$("#frmPreview").html(data.Result.FrmDataHtml);
$("#frmPreview").html(data.Result.FrmPreviewHtml);
});
//提交数据