加入 张峰贡献 css

This commit is contained in:
java110 2022-06-10 13:21:30 +08:00
parent 9e97735323
commit 9e6a625282
2 changed files with 2302 additions and 51 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,67 +1,67 @@
<html> <html>
<head> <head>
<!-- <!--
required editor styles required editor styles
--> -->
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" /> <link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/css/vc-ui.css" /> <link rel="stylesheet" href="/css/vc-ui.css" />
<link rel="stylesheet" href="css/form-js.css"> <link rel="stylesheet" href="css/form-js.css">
<link rel="stylesheet" href="css/form-js-editor.css"> <link rel="stylesheet" href="css/form-js-editor.css">
<link rel="stylesheet" href="css/dragula.css"> <link rel="stylesheet" href="css/dragula.css">
<script src="/js/vue/vue.min.js"></script> <script src="/js/vue/vue.min.js"></script>
<script src="/js/vue/vue-resource.min.js"></script> <script src="/js/vue/vue-resource.min.js"></script>
<style> <style>
body, body,
html { html {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: sans-serif; font-family: sans-serif;
} }
#form { #form {
max-width: 100%; max-width: 100%;
} }
.r { .r {
position: fixed; position: fixed;
margin: auto; margin: auto;
left: 0; left: 0;
right: 0; right: 0;
bottom: 20px; bottom: 20px;
width: 300px; width: 300px;
text-align: center; text-align: center;
} }
body { body {
background: #fff; background: #fff;
} }
.no_display { .no_display {
display: none; display: none;
} }
</style> </style>
</head> </head>
<body> <body>
<vc:create path="frame/bodyTop"></vc:create> <vc:create path="frame/bodyTop"></vc:create>
<div id="component"> <div id="component">
</div> </div>
<div id="form"></div> <div id="form"></div>
<div> <div>
<div class="r btn-group"> <div class="r btn-group">
<button type="button" class="btn btn-white " onclick="_closeBpmnjs()">返回</button> <button type="button" class="btn btn-white " onclick="_closeBpmnjs()">返回</button>
<button type="button" class="btn btn-primary" onclick="_doSaveDiagram()" style="margin-left:10px"> <button type="button" class="btn btn-primary" onclick="_doSaveDiagram()" style="margin-left:10px">
保存 保存
</button> </button>
</div>
</div> </div>
</div> <script src="js/form-editor.umd.js"></script>
<script src="js/form-editor.umd.js"></script> <script src="/vcCore/vcFramework.js"></script>
<script src="/vcCore/vcFramework.js"></script> <script src="editor.js"></script>
<script src="editor.js"></script>
</body> </body>
</html> </html>