mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化表单设计乱码问题
This commit is contained in:
parent
c7fff2ae8d
commit
bd0f7d3e71
@ -4,6 +4,7 @@
|
||||
<!--
|
||||
required editor styles
|
||||
-->
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/css/vc-ui.css" />
|
||||
<link rel="stylesheet" href="css/form-js.css">
|
||||
@ -33,7 +34,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body{
|
||||
body {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@ -55,7 +56,7 @@
|
||||
<button type="button" class="btn btn-primary" onclick="_doSaveDiagram()" style="margin-left:10px">
|
||||
保存
|
||||
</button>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/form-editor.umd.js"></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user