mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
修复radio checkbox展示的问题
This commit is contained in:
@@ -57,4 +57,9 @@ input[type="color"],
|
||||
|
||||
select[leipiplugins] {
|
||||
display: inherit !important
|
||||
}
|
||||
|
||||
#frmPreview select,
|
||||
#frmPreview input {
|
||||
display: inline !important
|
||||
}
|
@@ -22,7 +22,7 @@
|
||||
, flowcontent:schemeContent
|
||||
});
|
||||
|
||||
$("#frmPreview").html(data.Result.FrmDataHtml);
|
||||
$("#frmPreview").html(data.Result.FrmPreviewHtml);
|
||||
flowDesignPanel.reinitSize($(window).width() - 30, $(window).height() - 100);
|
||||
});
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
, flowcontent:schemeContent
|
||||
});
|
||||
|
||||
$("#frmPreview").html(data.Result.FrmDataHtml);
|
||||
$("#frmPreview").html(data.Result.FrmPreviewHtml);
|
||||
});
|
||||
|
||||
//提交数据
|
||||
|
Reference in New Issue
Block a user