-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
633 lines (598 loc) · 47.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ortum</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/iconfont.css">
<!-- 滚动条css -->
<link rel="stylesheet" href="lib/mCustonScrollbar/jquery.mCustomScrollbar.css">
<!-- 引入bootstrap css-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="lib/jquery.min.js"></script>
<!-- 滚动条js -->
<script src="lib/mCustonScrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- <script src="https://unpkg.com/[email protected]/dist/jshint.js"></script> -->
<script src="lib/jshint.js"></script>
<script src="lib/ortumReq.js"></script>
<script src="lib/axios.min.js"></script>
<!-- js格式化 -->
<!-- <script src="lib/beautify.js"></script> -->
<!-- <script src="lib/jsBeautify.js"></script> -->
<!-- js压缩和格式化 -->
<script src="lib/format.js"></script>
<!-- 引入bootstrap js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
<script src="lib/require.js" defer async="true"data-main="config" ></script>
</head>
<body class="body_bgc_newPC">
<div class="ortum_tip">
<div class="alert alert-danger" role="alert" id="ortum_tip_content_danger">
火速赶制中!!!
</div>
<div class="alert alert-info" role="alert" id="ortum_tip_content_info">
一切OK!!!
</div>
</div>
<div id="ortum">
<div class="container no-gutters" style="max-width: 100%;">
<div class='row'>
<div class="col-2 p-0" style="display: flex;flex-direction: column;height: 100vh;">
<div style="text-align: center;font-weight: 800;line-height:20px;letter-spacing: 5px;padding: 10px 0;">组件选择</div>
<div id="ortum_left" class="ortum_mCustomScrollbar">
<div class="shadow-none p-1 bg-info text-white pl-2">表单组件</div>
<div class="ortum_components mb-2" data-type="form"></div>
<div class="shadow-none p-1 bg-info text-white pl-2">修饰组件</div>
<div class="ortum_components mb-2" data-type="decorate"></div>
<div class="shadow-none p-1 bg-info text-white pl-2">高级组件</div>
<div class="ortum_components mb-2" data-type="super"></div>
<div class="shadow-none p-1 bg-info text-white pl-2">布局组件</div>
<div class="ortum_components mb-2" data-type="layout"></div>
</div>
<div style="text-align: center" class="p-2 ortum_form_switch">
<button type="button" class="btn btn-outline-primary">切换新增</button>
</div>
</div>
<div class="col-8" style="padding:0 5px;">
<div id="ortum_table_act">
<span class="iconfont icon-css1 ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="CSS"></span>
<span class="iconfont icon-js ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="JS"></span>
<span class="iconfont icon-yulan ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="预览"></span>
<span class="iconfont icon-daochu ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="导出"></span>
<input type="file" id="ortum_import_file" style="display:none;" accept=".json">
<span class="iconfont icon-daoru ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="导入"></span>
<span class="iconfont icon-baocun ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom"title="保存"></span>
<span class="iconfont icon-qingkong ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="清空"></span>
<span class="iconfont icon-xinjian ortum_tableAct_icon ortum_newPC_color" data-toggle="tooltip" data-placement="bottom" title="新建"></span>
<div id="ortum_table_info" style="flex-grow: 2">
<div class="row" style="padding: 0;margin:0;">
<div class="col-1 ortum_table_method_col">
<span class="ortum_table_method ortum_newPC_color" data-method="newPCTable">新增</span>
</div>
<div class="col ortum_table_name_col">
<div class="form-group ortum_item row">
<input type="text" class="form-control form-control-sm" placeholder="表单名称" id="ortum_table_name" name="ortum_table_name">
</div>
</div>
<div class="col ortum_table_code_col">
<div class="form-group ortum_item row">
<input type="text" class="form-control form-control-sm" placeholder="表单编号" id="ortum_table_code" name="ortum_table_code">
</div>
</div>
</div>
</div>
</div>
<div id="ortum_body">
<div id='originState' class="ortum_display_NONE">组件拖拽</div>
<div id="ortum_field"></div>
</div>
</div>
<div class="col-2 no-gutters" style="height: 100vh;overflow: auto;padding:0;">
<div style="text-align: center;font-weight: 800;letter-spacing: 5px;padding: 10px 0;line-height:20px;">参数配置</div>
<div id="ortum_right" class="ortum_mCustomScrollbar" >
<div class="accordion">
<div class="card">
<div class="card-header p-0" id="headingOne">
<button class="btn btn-block text-left btn-sm ortum_boot_btn_no_shadow" type="button" data-toggle="collapse" data-target="#ortum_collapseOne" aria-expanded="true" aria-controls="ortum_collapseOne">
组件属性
</button>
</div>
<form id="ortum_component_propertiesForm">
<div id="ortum_collapseOne" class="collapse show" aria-labelledby="headingOne">
<div class="card-body" style="padding:0.8rem 0.5rem">
<div class="form-group">
<label for="ortum_property_id">ID</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_id" id="ortum_property_id">
</div>
<div class="form-group">
<label for="ortum_property_name">name属性</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_name" id="ortum_property_name">
</div>
<div class="form-group">
<label for="ortum_property_rows">rows</label>
<input type="number" step="1" min="1" class="form-control form-control-sm" name="ortum_property_rows" id="ortum_property_rows">
</div>
<div class="form-group">
<label for="ortum_property_columns">columns</label>
<input type="number" step="1" min="1" class="form-control form-control-sm" name="ortum_property_columns" id="ortum_property_columns">
</div>
<div class="form-group">
<label for="ortum_property_defaultVal">默认值</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_defaultVal" id="ortum_property_defaultVal">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_previewName">预览按钮名称</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_previewName" id="ortum_property_previewName">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_downName">下载按钮名称</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_downName" id="ortum_property_downName">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_delName">删除按钮名称</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_delName" id="ortum_property_delName">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_accept">文件类型</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_accept" id="ortum_property_accept">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_uploadUrl">上传地址</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_uploadUrl" id="ortum_property_uploadUrl">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_serverUrl">服务器地址</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_serverUrl" id="ortum_property_serverUrl">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_formName">上传name</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_formName" id="ortum_property_formName">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_automatic" class="custom-control-input" id="ortum_property_automatic">
<label class="custom-control-label" for="ortum_property_automatic">自动上传</label>
<div class="invalid-feedback">
请填写
</div>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_multiple" class="custom-control-input" id="ortum_property_multiple">
<label class="custom-control-label" for="ortum_property_multiple">多文件</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showFileName" class="custom-control-input" id="ortum_property_showFileName">
<label class="custom-control-label" for="ortum_property_showFileName">显示文件名称</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showPrevBtn" class="custom-control-input" id="ortum_property_showPrevBtn">
<label class="custom-control-label" for="ortum_property_showPrevBtn">显示预览按钮</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showDownBtn" class="custom-control-input" id="ortum_property_showDownBtn">
<label class="custom-control-label" for="ortum_property_showDownBtn">显示下载按钮</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showDelBtn" class="custom-control-input" id="ortum_property_showDelBtn">
<label class="custom-control-label" for="ortum_property_showDelBtn">显示删除按钮</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_labelBindInput" class="custom-control-input" id="ortum_property_labelBindInput">
<label class="custom-control-label" for="ortum_property_labelBindInput">label关联上传</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_checked" class="custom-control-input" id="ortum_property_checked">
<label class="custom-control-label" for="ortum_property_checked">默认选中</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_useRemote" class="custom-control-input" id="ortum_property_useRemote">
<label class="custom-control-label" for="ortum_property_useRemote">远端option</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showThead" class="custom-control-input" id="ortum_property_showThead">
<label class="custom-control-label" for="ortum_property_showThead">显示thead</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showTfoot" class="custom-control-input" id="ortum_property_showTfoot">
<label class="custom-control-label" for="ortum_property_showTfoot">显示tfoot</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showTbody" class="custom-control-input" id="ortum_property_showTbody">
<label class="custom-control-label" for="ortum_property_showTbody">显示tbody</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_showSpan" class="custom-control-input" id="ortum_property_showSpan">
<label class="custom-control-label" for="ortum_property_showSpan">显示tip</label>
</div>
</div>
<div class="form-group">
<label for="ortum_property_max">最大范围</label>
<input type="number" class="form-control form-control-sm" name="ortum_property_max" id="ortum_property_max">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_min">最小范围</label>
<input type="number" class="form-control form-control-sm" name="ortum_property_min" id="ortum_property_min">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<label for="ortum_property_step">步伐</label>
<input type="number" class="form-control form-control-sm" name="ortum_property_step" id="ortum_property_step">
</div>
<div class="form-group">
<label for="ortum_property_verification">校验</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_verification" id="ortum_property_verification">
</div>
<div class="form-group">
<label for="ortum_property_bindComponentName">关联组件</label>
<select class="form-control form-control-sm" id="ortum_property_bindComponentName" name="ortum_property_bindComponentName">
</select>
</div>
<div class="form-group">
<label for="ortum_property_titleType">title标签</label>
<select class="form-control form-control-sm" id="ortum_property_titleType" name="ortum_property_titleType">
<option value="h1">h1</option>
<option value="h2">h2</option>
<option value="h3">h3</option>
<option value="h4">h4</option>
<option value="h5">h5</option>
<option value="h6">h6</option>
</select>
</div>
<!-- <div class="form-group">
<label for="ortum_property_step">选项</label>
<div class="ortum_radio_newValue">
<div class="row" style="text-align: center;line-height: 2rem;">
<div class="col-6" style="padding-right:0;">
名称
</div>
<div class="col-6" style="padding-left:0;">
值
</div>
</div>
<div class="row ortum_radio_newValue_item" style="padding:0;">
<div class="col-2">
<input type="checkbox">
</div>
<div class="col-5" style="padding:0;">
<input type="text" class="form-control form-control-sm" placeholder="名称">
</div>
<div class="col-5" style="padding-left:0;">
<input type="text" class="form-control form-control-sm" placeholder="值">
</div>
</div>
<div class="row">
<div class="col-12">
<button type="button" class="btn btn-secondary btn-sm btn-block" id="ortum_radio_add_newLine">新增</button>
</div>
</div>
</div>
</div> -->
<div class="form-group">
<label id="ortum_property_authority">权限</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_authority" id="ortum_property_authority1" value="hide">
<label class="form-check-label" for="ortum_property_authority1">
隐藏
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_authority" id="ortum_property_authority2" value="edit">
<label class="form-check-label" for="ortum_property_authority2">
可编辑
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_authority" id="ortum_property_authority3" value="readonly">
<label class="form-check-label" for="ortum_property_authority3">
只读可点击
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_authority" id="ortum_property_authority4" value="disabled">
<label class="form-check-label" for="ortum_property_authority4">
只读且无法点击
</label>
</div>
</div>
<div class="form-group">
<label for="ortum_property_placeholder">placeholder</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_placeholder" id="ortum_property_placeholder">
</div>
<div class="form-group">
<label for="ortum_property_cssClass">CSS类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_cssClass" id="ortum_property_cssClass">
</div>
<div class="form-group">
<label for="ortum_property_theadCssClass">thead类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_theadCssClass" id="ortum_property_theadCssClass">
</div>
<div class="form-group">
<label for="ortum_property_theadTrCssClass">thead的tr类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_theadTrCssClass" id="ortum_property_theadTrCssClass">
</div>
<div class="form-group">
<label for="ortum_property_thCssClass">th类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_thCssClass" id="ortum_property_thCssClass">
</div>
<div class="form-group">
<label for="ortum_property_tbodyCssClass">tbody类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_tbodyCssClass" id="ortum_property_tbodyCssClass">
</div>
<div class="form-group">
<label for="ortum_property_tbodyTrCssClass">tbody的tr类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_tbodyTrCssClass" id="ortum_property_tbodyTrCssClass">
</div>
<div class="form-group">
<label for="ortum_property_tdCssClass">td类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_tdCssClass" id="ortum_property_tdCssClass">
</div>
<div class="form-group">
<label for="ortum_property_tfootCssClass">tfoot类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_tfootCssClass" id="ortum_property_tfootCssClass">
</div>
<div class="form-group">
<label for="ortum_property_tfootTrCssClass">tfoot的tr类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_tfootTrCssClass" id="ortum_property_tfootTrCssClass">
</div>
<div class="form-group">
<label for="ortum_property_tfootTdCssClass">tfoot的td类</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_tfootTdCssClass" id="ortum_property_tfootTdCssClass">
</div>
<div class="form-group">
<label for="ortum_property_iconName">icon名称</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_iconName" id="ortum_property_iconName">
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_inline" class="custom-control-input" id="ortum_property_inline">
<label class="custom-control-label" for="ortum_property_inline">单行显示</label>
</div>
</div>
<div class="form-group">
<label for="ortum_property_title">title属性</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_title" id="ortum_property_title">
</div>
<div class="ortum_poperty_splitLine"></div>
<div class="form-group">
<label for="ortum_property_browse">浏览名称</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_browse" id="ortum_property_browse">
<div class="invalid-feedback">
请填写
</div>
</div>
<div class="form-group">
<div class="custom-control custom-switch">
<input type="checkbox" name="ortum_property_hideLabel" class="custom-control-input" id="ortum_property_hideLabel">
<label class="custom-control-label" for="ortum_property_hideLabel">隐藏标签</label>
</div>
</div>
<div class="form-group">
<label for="ortum_property_labelName">标签名称</label>
<input type="text" class="form-control form-control-sm" name="ortum_property_labelName" id="ortum_property_labelName">
</div>
<div class="form-group">
<label id="ortum_property_labelPosition">标签位置</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_labelPosition" id="ortum_property_labelPosition1" value="topLeft">
<label class="form-check-label" for="ortum_property_labelPosition1">
顶部左边
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_labelPosition" id="ortum_property_labelPosition2" value="topRight">
<label class="form-check-label" for="ortum_property_labelPosition2">
顶部右边
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_labelPosition" id="ortum_property_labelPosition3" value="rowLeft">
<label class="form-check-label" for="ortum_property_labelPosition3">
同行左边
</label>
</div>
<!-- <div class="form-check">
<input class="form-check-input" type="radio" name="ortum_property_labelPosition" id="ortum_property_labelPosition4" value="rowRight">
<label class="form-check-label" for="ortum_property_labelPosition4">
同行左边
</label>
</div> -->
</div>
<div class="form-group">
<label for="ortum_property_labelCSS">标签CSS类</label>
<input type="text" class="form-control form-control-sm" id="ortum_property_labelCSS" name="ortum_property_labelCSS">
</div>
</div>
</div>
</form>
</div>
<!-- <div class="card">
<div class="card-header p-0" id="headingTwo">
<button class="btn btn-block text-left btn-sm ortum_boot_btn_no_shadow" type="button" data-toggle="collapse" data-target="#ortum_collapseTwo" aria-expanded="true" aria-controls="ortum_collapseTwo">
父级组件①
</button>
</div>
<div id="ortum_collapseTwo" class="collapse show" aria-labelledby="headingTwo">
<div class="card-body">
待开发
</div>
</div>
</div>
<div class="card">
<div class="card-header p-0" id="headingThree">
<button class="btn btn-block text-left btn-sm ortum_boot_btn_no_shadow" type="button" data-toggle="collapse" data-target="#ortum_collapseThree" aria-expanded="true" aria-controls="ortum_collapseThree">
父级组件②
</button>
</div>
<div id="ortum_collapseThree" class="collapse show" aria-labelledby="headingThree">
<div class="card-body">
待开发
</div>
</div>
</div> -->
</div>
</div>
<!--<div style="text-align: center" class="p-2">
<button type="button" class="btn btn-outline-primary">另存</button>
<button type="button" class="btn btn-outline-info" id="testReset">重置</button>
</div>-->
</div>
</div>
</div>
</div>
<!-- <button onclick="findGloabl()">查看</button> -->
<!-- <form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form> -->
<!-- 顶部弹窗XL -->
<div class="modal" id="ortum_top_dialog_xl" tabindex="-1" role="dialog" aria-labelledby="ortum_top_dialog_xl" aria-hidden="true" data-keyboard="false">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div id="ortum_top_model_xl_wait" class="spinner-border" role="status" style="margin:100px auto;">
<span class="sr-only">Loading...</span>
</div>
<div id="ortum_top_model_xl_content"></div>
</div>
</div>
</div>
<!-- 顶部弹窗LG -->
<div class="modal fade" id="ortum_top_dialog_lg" tabindex="-1" role="dialog" aria-labelledby="ortum_top_dialog_lg" aria-hidden="true" data-keyboard="false">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div id="ortum_top_model_lg_wait" class="spinner-border" role="status" style="margin:100px auto;">
<span class="sr-only">Loading...</span>
</div>
<div id="ortum_top_model_lg_content"></div>
</div>
</div>
</div>
<!-- 顶部弹窗 -->
<div class="modal fade" id="ortum_top_dialog" tabindex="-1" role="dialog" aria-labelledby="ortum_top_dialog" aria-hidden="true" data-keyboard="false">
<div class="modal-dialog">
<div class="modal-content">
<div id="ortum_top_model_wait" class="spinner-border" role="status" style="margin:100px auto;">
<span class="sr-only">Loading...</span>
</div>
<div id="ortum_top_model_content"></div>
</div>
</div>
</div>
<!-- 中间弹窗 -->
<div class="modal fade" id="ortum_middle_dialog" tabindex="-1" role="dialog" aria-labelledby="ortum_middle_dialog" aria-hidden="true" data-keyboard="false">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div id="ortum_middle_model_wait" class="spinner-border" role="status" style="margin:100px auto;">
<span class="sr-only">Loading...</span>
</div>
<div id="ortum_middle_model_content"></div>
</div>
</div>
</div>
<!--loading-->
<div class="ortum_loading">
<div class="spinner-border text-info" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!--绘制区组件替换-->
<div class="modal" id="ortum_replaceItem_model" tabindex="-1" role="dialog" aria-labelledby="ortum_middle_dialog" aria-hidden="true" data-keyboard="false">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">
<div id="ortum_replaceItem_model_content">
<div class="modal-header">
<h5 class="modal-title" >操作</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" style="padding: 0px;">
<div style="text-align: center;margin:10px 0px 20px 0px;display: flex;justify-content: center;">
<div class="ortum_itemDragAct" id="ortum_repalceItemBtn">
<img src="./image/replace.png" alt="" class="ortum_itemDragAct_img">
<span class="ortum_itemDragAct_span">替换</span>
</div>
<div class="ortum_itemDragAct" id="ortum_exchangeItemBtn">
<img src="./image/exchange.png" alt="" class="ortum_itemDragAct_img">
<span class="ortum_itemDragAct_span">交换</span>
</div>
<!-- <button type="button" class="btn btn-warning" id="ortum_repalceItemBtn">替换</button>
<button type="button" class="btn btn-primary" id="ortum_exchangeItemBtn">交换</button> -->
</div>
</div>
</div>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>