@wibetter/json-schema-editor 5.0.21 → 5.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/sdk/index.css ADDED
@@ -0,0 +1,742 @@
1
+ /*!
2
+ * @wibetter/json-schema-editor v5.0.23
3
+ * author: wibetter
4
+ * build tool: AKFun
5
+ * build time: Thu Jan 02 2025 09:37:19 GMT+0800 (中国标准时间)
6
+ * build tool info: https://github.com/wibetter/akfun
7
+ */
8
+ /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
9
+ !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[2]!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[3]!../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-11.use[4]!../../node_modules/sass-resources-loader/lib/loader.js??clonedRuleSet-11.use[5]!./src/components/AdvanceConfig/index.scss ***!
10
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
11
+ @charset "UTF-8";
12
+ /* 公共的自定义函数 */
13
+ /* 头部细线 */
14
+ /* 底部细线 */
15
+ /* 统一的内边距 */
16
+ /* 统一的左内边距 */
17
+ /* 统一的右内边距 */
18
+ /* 统一的底部边框样式 */
19
+ /* 统一的上边框样式 */
20
+ /* 统一的Item高度 */
21
+ /* 设置行高样式 */
22
+ /* 统一的Item样式 */
23
+ /* 统一的弹性盒子样式 */
24
+ /* 统一的Title样式 */
25
+ /* 统一的内容样式 */
26
+ /* 底部导航盒子样式 */
27
+ .advance-config-model {
28
+ position: relative;
29
+ padding: 8px 10px;
30
+ text-align: center;
31
+ }
32
+ .advance-config-model .small-screen-element-warp,
33
+ .advance-config-model .mobile-screen-element-warp {
34
+ position: relative;
35
+ margin-bottom: 12px;
36
+ line-height: 38px;
37
+ -webkit-box-sizing: border-box;
38
+ -moz-box-sizing: border-box;
39
+ box-sizing: border-box;
40
+ min-width: 280px;
41
+ }
42
+ .advance-config-model .small-screen-element-warp .element-title,
43
+ .advance-config-model .mobile-screen-element-warp .element-title {
44
+ display: block;
45
+ word-break: keep-all;
46
+ margin-right: 12px;
47
+ text-align: left;
48
+ white-space: nowrap;
49
+ overflow: hidden;
50
+ text-overflow: ellipsis;
51
+ -webkit-box-sizing: border-box;
52
+ -moz-box-sizing: border-box;
53
+ box-sizing: border-box;
54
+ }
55
+ .advance-config-model .small-screen-element-warp .content-item,
56
+ .advance-config-model .mobile-screen-element-warp .content-item {
57
+ position: relative;
58
+ text-align: left;
59
+ }
60
+ .advance-config-model .small-screen-element-warp .content-item > .small-screen-element-warp,
61
+ .advance-config-model .small-screen-element-warp .content-item > .mobile-screen-element-warp,
62
+ .advance-config-model .mobile-screen-element-warp .content-item > .small-screen-element-warp,
63
+ .advance-config-model .mobile-screen-element-warp .content-item > .mobile-screen-element-warp {
64
+ min-width: 230px;
65
+ }
66
+ .advance-config-model .small-screen-element-warp .content-item .color-item-form,
67
+ .advance-config-model .mobile-screen-element-warp .content-item .color-item-form {
68
+ width: 60px;
69
+ }
70
+ .advance-config-model .small-screen-element-warp .content-item .add-rule-condition-btn,
71
+ .advance-config-model .mobile-screen-element-warp .content-item .add-rule-condition-btn {
72
+ margin: 3px 0;
73
+ }
74
+ .advance-config-model .wide-screen-element-warp {
75
+ position: relative;
76
+ line-height: 30px;
77
+ -webkit-box-sizing: border-box;
78
+ -moz-box-sizing: border-box;
79
+ box-sizing: border-box;
80
+ min-width: 350px;
81
+ margin-bottom: 6px;
82
+ display: -webkit-box;
83
+ display: -webkit-flex;
84
+ display: -moz-box;
85
+ display: -ms-flexbox;
86
+ display: flex;
87
+ -webkit-box-pack: start;
88
+ -webkit-justify-content: flex-start;
89
+ -moz-box-pack: start;
90
+ -ms-flex-pack: start;
91
+ justify-content: flex-start;
92
+ -webkit-box-align: start;
93
+ -webkit-align-items: flex-start;
94
+ -moz-box-align: start;
95
+ -ms-flex-align: start;
96
+ align-items: flex-start;
97
+ }
98
+ .advance-config-model .wide-screen-element-warp .element-title {
99
+ -webkit-box-flex: 0;
100
+ -webkit-flex: 0 1 100px;
101
+ -moz-box-flex: 0;
102
+ -ms-flex: 0 1 100px;
103
+ flex: 0 1 100px;
104
+ word-break: keep-all;
105
+ max-width: 100px;
106
+ margin-right: 12px;
107
+ padding-left: 12px;
108
+ text-align: right;
109
+ white-space: nowrap;
110
+ overflow: hidden;
111
+ text-overflow: ellipsis;
112
+ -webkit-box-sizing: border-box;
113
+ -moz-box-sizing: border-box;
114
+ box-sizing: border-box;
115
+ }
116
+ .advance-config-model .wide-screen-element-warp .content-item {
117
+ -webkit-box-flex: 1;
118
+ -webkit-flex: 1 1 200px;
119
+ -moz-box-flex: 1;
120
+ -ms-flex: 1 1 200px;
121
+ flex: 1 1 200px;
122
+ text-align: left;
123
+ }
124
+ .advance-config-model .wide-screen-element-warp .content-item .color-item-form {
125
+ width: 60px;
126
+ }
127
+ .advance-config-model .wide-screen-element-warp .content-item .add-rule-condition-btn {
128
+ margin: 3px 0;
129
+ }
130
+ .advance-config-model .code-area-item {
131
+ min-width: 230px;
132
+ max-width: 600px;
133
+ }
134
+ .advance-config-model .hidden-rule-box {
135
+ margin: 10px auto 0 auto;
136
+ width: 450px;
137
+ padding: 8px 15px;
138
+ -webkit-box-sizing: border-box;
139
+ -moz-box-sizing: border-box;
140
+ box-sizing: border-box;
141
+ border-top: solid 1px #ccc;
142
+ }
143
+ .advance-config-model .hidden-rule-box .rule-title {
144
+ line-height: 30px;
145
+ display: -webkit-box;
146
+ display: -webkit-flex;
147
+ display: -moz-box;
148
+ display: -ms-flexbox;
149
+ display: flex;
150
+ -webkit-box-pack: justify;
151
+ -webkit-justify-content: space-between;
152
+ -moz-box-pack: justify;
153
+ -ms-flex-pack: justify;
154
+ justify-content: space-between;
155
+ }
156
+ .advance-config-model .hidden-rule-box .rule-condition-box {
157
+ position: relative;
158
+ background-color: #f8f8f8;
159
+ padding: 8px 10px;
160
+ min-height: 30px;
161
+ line-height: 30px;
162
+ -webkit-box-sizing: border-box;
163
+ -moz-box-sizing: border-box;
164
+ box-sizing: border-box;
165
+ display: -webkit-box;
166
+ display: -webkit-flex;
167
+ display: -moz-box;
168
+ display: -ms-flexbox;
169
+ display: flex;
170
+ -webkit-box-align: center;
171
+ -webkit-align-items: center;
172
+ -moz-box-align: center;
173
+ -ms-flex-align: center;
174
+ align-items: center;
175
+ }
176
+ .advance-config-model .hidden-rule-box .rule-condition-box .condition-title {
177
+ -webkit-box-flex: 0;
178
+ -webkit-flex: 0 0 70px;
179
+ -moz-box-flex: 0;
180
+ -ms-flex: 0 0 70px;
181
+ flex: 0 0 70px;
182
+ text-align: center;
183
+ }
184
+ .advance-config-model .hidden-rule-box .rule-condition-box .condition-equal {
185
+ -webkit-box-flex: 0;
186
+ -webkit-flex: 0 0 40px;
187
+ -moz-box-flex: 0;
188
+ -ms-flex: 0 0 40px;
189
+ flex: 0 0 40px;
190
+ text-align: center;
191
+ }
192
+ .advance-config-model .hidden-rule-box .rule-condition-box .condition-prop {
193
+ -webkit-box-flex: 1;
194
+ -webkit-flex: 1 1 100px;
195
+ -moz-box-flex: 1;
196
+ -ms-flex: 1 1 100px;
197
+ flex: 1 1 100px;
198
+ text-align: left;
199
+ }
200
+ .advance-config-model .hidden-rule-box .rule-condition-box .condition-value {
201
+ -webkit-box-flex: 1;
202
+ -webkit-flex: 1 1 100px;
203
+ -moz-box-flex: 1;
204
+ -ms-flex: 1 1 100px;
205
+ flex: 1 1 100px;
206
+ text-align: left;
207
+ }
208
+ .advance-config-model .hidden-rule-box .rule-condition-box .ant-select-single {
209
+ max-width: 145px;
210
+ }
211
+ .advance-config-model .warning-box {
212
+ width: 100%;
213
+ padding: 8px 0;
214
+ color: red;
215
+ font-size: 12px;
216
+ background-color: rgb(254, 236, 235);
217
+ -webkit-transition-duration: 0.2s;
218
+ transition-duration: 0.2s;
219
+ -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
220
+ transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
221
+ display: -webkit-box;
222
+ display: -webkit-flex;
223
+ display: -moz-box;
224
+ display: -ms-flexbox;
225
+ display: flex;
226
+ -webkit-box-orient: horizontal;
227
+ -webkit-box-direction: normal;
228
+ -webkit-flex-direction: row;
229
+ -moz-box-orient: horizontal;
230
+ -moz-box-direction: normal;
231
+ -ms-flex-direction: row;
232
+ flex-direction: row;
233
+ -webkit-box-pack: start;
234
+ -webkit-justify-content: flex-start;
235
+ -moz-box-pack: start;
236
+ -ms-flex-pack: start;
237
+ justify-content: flex-start;
238
+ -webkit-box-align: center;
239
+ -webkit-align-items: center;
240
+ -moz-box-align: center;
241
+ -ms-flex-align: center;
242
+ align-items: center;
243
+ }
244
+ .advance-config-model .warning-box .warning-img {
245
+ -webkit-box-flex: 0;
246
+ -webkit-flex: 0 1 60px;
247
+ -moz-box-flex: 0;
248
+ -ms-flex: 0 1 60px;
249
+ flex: 0 1 60px;
250
+ display: -webkit-box;
251
+ display: -webkit-flex;
252
+ display: -moz-box;
253
+ display: -ms-flexbox;
254
+ display: flex;
255
+ -webkit-box-pack: center;
256
+ -webkit-justify-content: center;
257
+ -moz-box-pack: center;
258
+ -ms-flex-pack: center;
259
+ justify-content: center;
260
+ -webkit-box-align: center;
261
+ -webkit-align-items: center;
262
+ -moz-box-align: center;
263
+ -ms-flex-align: center;
264
+ align-items: center;
265
+ }
266
+ .advance-config-model .warning-box .warning-text {
267
+ -webkit-box-flex: 1;
268
+ -webkit-flex: 1 1 160px;
269
+ -moz-box-flex: 1;
270
+ -ms-flex: 1 1 160px;
271
+ flex: 1 1 160px;
272
+ display: -webkit-box;
273
+ display: -webkit-flex;
274
+ display: -moz-box;
275
+ display: -ms-flexbox;
276
+ display: flex;
277
+ -webkit-box-pack: start;
278
+ -webkit-justify-content: flex-start;
279
+ -moz-box-pack: start;
280
+ -ms-flex-pack: start;
281
+ justify-content: flex-start;
282
+ -webkit-box-align: center;
283
+ -webkit-align-items: center;
284
+ -moz-box-align: center;
285
+ -ms-flex-align: center;
286
+ align-items: center;
287
+ line-height: 20px;
288
+ }
289
+ .advance-config-model .form-item-box {
290
+ min-height: 30px;
291
+ display: -webkit-box;
292
+ display: -webkit-flex;
293
+ display: -moz-box;
294
+ display: -ms-flexbox;
295
+ display: flex;
296
+ -webkit-box-pack: stretch;
297
+ -webkit-justify-content: stretch;
298
+ -moz-box-pack: stretch;
299
+ -ms-flex-pack: stretch;
300
+ justify-content: stretch;
301
+ -webkit-box-align: center;
302
+ -webkit-align-items: center;
303
+ -moz-box-align: center;
304
+ -ms-flex-align: center;
305
+ align-items: center;
306
+ }
307
+ /*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
308
+ !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[2]!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[3]!../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-11.use[4]!../../node_modules/sass-resources-loader/lib/loader.js??clonedRuleSet-11.use[5]!./src/components/BaseFormSchema/index.scss ***!
309
+ \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
310
+ @charset "UTF-8";
311
+ /* 公共的自定义函数 */
312
+ /* 头部细线 */
313
+ /* 底部细线 */
314
+ /* 统一的内边距 */
315
+ /* 统一的左内边距 */
316
+ /* 统一的右内边距 */
317
+ /* 统一的底部边框样式 */
318
+ /* 统一的上边框样式 */
319
+ /* 统一的Item高度 */
320
+ /* 设置行高样式 */
321
+ /* 统一的Item样式 */
322
+ /* 统一的弹性盒子样式 */
323
+ /* 统一的Title样式 */
324
+ /* 统一的内容样式 */
325
+ /* 底部导航盒子样式 */
326
+ .base-schema-box {
327
+ position: relative;
328
+ min-height: 35px;
329
+ -webkit-box-sizing: border-box;
330
+ -moz-box-sizing: border-box;
331
+ box-sizing: border-box;
332
+ display: -webkit-box;
333
+ display: -webkit-flex;
334
+ display: -moz-box;
335
+ display: -ms-flexbox;
336
+ display: flex;
337
+ -webkit-box-pack: center;
338
+ -webkit-justify-content: center;
339
+ -moz-box-pack: center;
340
+ -ms-flex-pack: center;
341
+ justify-content: center;
342
+ -webkit-box-align: center;
343
+ -webkit-align-items: center;
344
+ -moz-box-align: center;
345
+ -ms-flex-align: center;
346
+ align-items: center;
347
+ }
348
+ .base-schema-box .warn-text {
349
+ width: 100%;
350
+ color: #ad4e00;
351
+ }
352
+ .base-schema-box .key-input-item {
353
+ -webkit-box-flex: 1;
354
+ -webkit-flex: 1 1 200px;
355
+ -moz-box-flex: 1;
356
+ -ms-flex: 1 1 200px;
357
+ flex: 1 1 200px;
358
+ padding-right: 8px;
359
+ }
360
+ .base-schema-box .type-select-item {
361
+ -webkit-box-flex: 0;
362
+ -webkit-flex: 0 1 120px;
363
+ -moz-box-flex: 0;
364
+ -ms-flex: 0 1 120px;
365
+ flex: 0 1 120px;
366
+ padding-right: 8px;
367
+ }
368
+ .base-schema-box .title-input-item {
369
+ -webkit-box-flex: 0;
370
+ -webkit-flex: 0 1 200px;
371
+ -moz-box-flex: 0;
372
+ -ms-flex: 0 1 200px;
373
+ flex: 0 1 200px;
374
+ }
375
+ .base-schema-box .operate-item {
376
+ -webkit-box-flex: 0;
377
+ -webkit-flex: 0 1 110px;
378
+ -moz-box-flex: 0;
379
+ -ms-flex: 0 1 110px;
380
+ flex: 0 1 110px;
381
+ padding-left: 10px;
382
+ display: -webkit-inline-box;
383
+ display: -webkit-inline-flex;
384
+ display: -moz-inline-box;
385
+ display: -ms-inline-flexbox;
386
+ display: inline-flex;
387
+ -webkit-box-pack: start;
388
+ -webkit-justify-content: flex-start;
389
+ -moz-box-pack: start;
390
+ -ms-flex-pack: start;
391
+ justify-content: flex-start;
392
+ -webkit-box-align: center;
393
+ -webkit-align-items: center;
394
+ -moz-box-align: center;
395
+ -ms-flex-align: center;
396
+ align-items: center;
397
+ }
398
+ .base-schema-box .operate-item .operate-btn {
399
+ -webkit-box-flex: 0;
400
+ -webkit-flex: 0 0 auto;
401
+ -moz-box-flex: 0;
402
+ -ms-flex: 0 0 auto;
403
+ flex: 0 0 auto;
404
+ width: 15px;
405
+ margin-right: 8px;
406
+ color: #2395f1;
407
+ cursor: pointer !important;
408
+ }
409
+ .base-schema-box .operate-item .delete-operate {
410
+ color: #ff561b;
411
+ }
412
+ .base-schema-box .operate-item .drag-btn {
413
+ color: #8a8a8a;
414
+ }
415
+ .base-schema-box .operate-item .drag-btn:hover {
416
+ color: #2395f1;
417
+ }
418
+ /*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
419
+ !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[2]!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[3]!../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-11.use[4]!../../node_modules/sass-resources-loader/lib/loader.js??clonedRuleSet-11.use[5]!./src/components/SelectFormSchema/index.scss ***!
420
+ \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
421
+ @charset "UTF-8";
422
+ /* 公共的自定义函数 */
423
+ /* 头部细线 */
424
+ /* 底部细线 */
425
+ /* 统一的内边距 */
426
+ /* 统一的左内边距 */
427
+ /* 统一的右内边距 */
428
+ /* 统一的底部边框样式 */
429
+ /* 统一的上边框样式 */
430
+ /* 统一的Item高度 */
431
+ /* 设置行高样式 */
432
+ /* 统一的Item样式 */
433
+ /* 统一的弹性盒子样式 */
434
+ /* 统一的Title样式 */
435
+ /* 统一的内容样式 */
436
+ /* 底部导航盒子样式 */
437
+ .typeSelect-schema-box {
438
+ position: relative;
439
+ min-height: 35px;
440
+ -webkit-box-sizing: border-box;
441
+ -moz-box-sizing: border-box;
442
+ box-sizing: border-box;
443
+ display: -webkit-box;
444
+ display: -webkit-flex;
445
+ display: -moz-box;
446
+ display: -ms-flexbox;
447
+ display: flex;
448
+ -webkit-box-pack: center;
449
+ -webkit-justify-content: center;
450
+ -moz-box-pack: center;
451
+ -ms-flex-pack: center;
452
+ justify-content: center;
453
+ -webkit-box-align: center;
454
+ -webkit-align-items: center;
455
+ -moz-box-align: center;
456
+ -ms-flex-align: center;
457
+ align-items: center;
458
+ }
459
+ .typeSelect-schema-box .key-input-item {
460
+ -webkit-box-flex: 1;
461
+ -webkit-flex: 1 1 200px;
462
+ -moz-box-flex: 1;
463
+ -ms-flex: 1 1 200px;
464
+ flex: 1 1 200px;
465
+ padding-right: 8px;
466
+ }
467
+ .typeSelect-schema-box .key-input-item .ant-select {
468
+ display: block;
469
+ }
470
+ .typeSelect-schema-box .type-select-item {
471
+ -webkit-box-flex: 0;
472
+ -webkit-flex: 0 1 120px;
473
+ -moz-box-flex: 0;
474
+ -ms-flex: 0 1 120px;
475
+ flex: 0 1 120px;
476
+ padding-right: 8px;
477
+ }
478
+ .typeSelect-schema-box .title-input-item {
479
+ -webkit-box-flex: 0;
480
+ -webkit-flex: 0 1 200px;
481
+ -moz-box-flex: 0;
482
+ -ms-flex: 0 1 200px;
483
+ flex: 0 1 200px;
484
+ }
485
+ .typeSelect-schema-box .operate-item {
486
+ -webkit-box-flex: 0;
487
+ -webkit-flex: 0 1 110px;
488
+ -moz-box-flex: 0;
489
+ -ms-flex: 0 1 110px;
490
+ flex: 0 1 110px;
491
+ padding-left: 10px;
492
+ display: -webkit-inline-box;
493
+ display: -webkit-inline-flex;
494
+ display: -moz-inline-box;
495
+ display: -ms-inline-flexbox;
496
+ display: inline-flex;
497
+ -webkit-box-pack: start;
498
+ -webkit-justify-content: flex-start;
499
+ -moz-box-pack: start;
500
+ -ms-flex-pack: start;
501
+ justify-content: flex-start;
502
+ -webkit-box-align: center;
503
+ -webkit-align-items: center;
504
+ -moz-box-align: center;
505
+ -ms-flex-align: center;
506
+ align-items: center;
507
+ }
508
+ .typeSelect-schema-box .operate-item .operate-btn {
509
+ -webkit-box-flex: 0;
510
+ -webkit-flex: 0 0 auto;
511
+ -moz-box-flex: 0;
512
+ -ms-flex: 0 0 auto;
513
+ flex: 0 0 auto;
514
+ width: 15px;
515
+ margin-right: 8px;
516
+ color: #2395f1;
517
+ cursor: pointer !important;
518
+ }
519
+ .typeSelect-schema-box .operate-item .delete-operate {
520
+ color: #ff561b;
521
+ }
522
+ .typeSelect-schema-box .operate-item .drag-btn {
523
+ display: inline-block;
524
+ width: 18px;
525
+ height: 18px;
526
+ color: #8a8a8a;
527
+ background-image: url("//storage.jd.local/cdnnpm/jdw-web/img/drag-default.svg");
528
+ background-size: contain;
529
+ }
530
+ /*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
531
+ !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[2]!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[3]!../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-11.use[4]!../../node_modules/sass-resources-loader/lib/loader.js??clonedRuleSet-11.use[5]!./src/components/OptionSchema/index.scss ***!
532
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
533
+ @charset "UTF-8";
534
+ /* 公共的自定义函数 */
535
+ /* 头部细线 */
536
+ /* 底部细线 */
537
+ /* 统一的内边距 */
538
+ /* 统一的左内边距 */
539
+ /* 统一的右内边距 */
540
+ /* 统一的底部边框样式 */
541
+ /* 统一的上边框样式 */
542
+ /* 统一的Item高度 */
543
+ /* 设置行高样式 */
544
+ /* 统一的Item样式 */
545
+ /* 统一的弹性盒子样式 */
546
+ /* 统一的Title样式 */
547
+ /* 统一的内容样式 */
548
+ /* 底部导航盒子样式 */
549
+ .option-schema-box {
550
+ position: relative;
551
+ min-height: 35px;
552
+ -webkit-box-sizing: border-box;
553
+ -moz-box-sizing: border-box;
554
+ box-sizing: border-box;
555
+ display: -webkit-box;
556
+ display: -webkit-flex;
557
+ display: -moz-box;
558
+ display: -ms-flexbox;
559
+ display: flex;
560
+ -webkit-box-pack: center;
561
+ -webkit-justify-content: center;
562
+ -moz-box-pack: center;
563
+ -ms-flex-pack: center;
564
+ justify-content: center;
565
+ -webkit-box-align: center;
566
+ -webkit-align-items: center;
567
+ -moz-box-align: center;
568
+ -ms-flex-align: center;
569
+ align-items: center;
570
+ }
571
+ .option-schema-box .key-input-item {
572
+ -webkit-box-flex: 1;
573
+ -webkit-flex: 1 1 200px;
574
+ -moz-box-flex: 1;
575
+ -ms-flex: 1 1 200px;
576
+ flex: 1 1 200px;
577
+ padding-right: 8px;
578
+ }
579
+ .option-schema-box .type-select-item {
580
+ -webkit-box-flex: 0;
581
+ -webkit-flex: 0 1 120px;
582
+ -moz-box-flex: 0;
583
+ -ms-flex: 0 1 120px;
584
+ flex: 0 1 120px;
585
+ padding-right: 8px;
586
+ }
587
+ .option-schema-box .title-input-item {
588
+ -webkit-box-flex: 0;
589
+ -webkit-flex: 0 1 200px;
590
+ -moz-box-flex: 0;
591
+ -ms-flex: 0 1 200px;
592
+ flex: 0 1 200px;
593
+ }
594
+ .option-schema-box .operate-item {
595
+ -webkit-box-flex: 0;
596
+ -webkit-flex: 0 1 110px;
597
+ -moz-box-flex: 0;
598
+ -ms-flex: 0 1 110px;
599
+ flex: 0 1 110px;
600
+ padding-left: 10px;
601
+ display: -webkit-inline-box;
602
+ display: -webkit-inline-flex;
603
+ display: -moz-inline-box;
604
+ display: -ms-inline-flexbox;
605
+ display: inline-flex;
606
+ -webkit-box-pack: start;
607
+ -webkit-justify-content: flex-start;
608
+ -moz-box-pack: start;
609
+ -ms-flex-pack: start;
610
+ justify-content: flex-start;
611
+ -webkit-box-align: center;
612
+ -webkit-align-items: center;
613
+ -moz-box-align: center;
614
+ -ms-flex-align: center;
615
+ align-items: center;
616
+ }
617
+ .option-schema-box .operate-item .operate-btn {
618
+ -webkit-box-flex: 0;
619
+ -webkit-flex: 0 0 auto;
620
+ -moz-box-flex: 0;
621
+ -ms-flex: 0 0 auto;
622
+ flex: 0 0 auto;
623
+ width: 15px;
624
+ margin-right: 8px;
625
+ color: #2395f1;
626
+ cursor: pointer !important;
627
+ }
628
+ .option-schema-box .operate-item .delete-operate {
629
+ color: #ff561b;
630
+ }
631
+ /*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
632
+ !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[2]!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[3]!../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-11.use[4]!../../node_modules/sass-resources-loader/lib/loader.js??clonedRuleSet-11.use[5]!./src/components/JSONSchemaEditor/index.scss ***!
633
+ \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
634
+ @charset "UTF-8";
635
+ /* 公共的自定义函数 */
636
+ /* 头部细线 */
637
+ /* 底部细线 */
638
+ /* 统一的内边距 */
639
+ /* 统一的左内边距 */
640
+ /* 统一的右内边距 */
641
+ /* 统一的底部边框样式 */
642
+ /* 统一的上边框样式 */
643
+ /* 统一的Item高度 */
644
+ /* 设置行高样式 */
645
+ /* 统一的Item样式 */
646
+ /* 统一的弹性盒子样式 */
647
+ /* 统一的Title样式 */
648
+ /* 统一的内容样式 */
649
+ /* 底部导航盒子样式 */
650
+ .json-schema-container {
651
+ position: relative;
652
+ padding: 8px 10px;
653
+ }
654
+ .json-schema-container .schema-item-form {
655
+ position: relative;
656
+ min-height: 35px;
657
+ -webkit-box-sizing: border-box;
658
+ -moz-box-sizing: border-box;
659
+ box-sizing: border-box;
660
+ display: -webkit-box;
661
+ display: -webkit-flex;
662
+ display: -moz-box;
663
+ display: -ms-flexbox;
664
+ display: flex;
665
+ -webkit-box-pack: center;
666
+ -webkit-justify-content: center;
667
+ -moz-box-pack: center;
668
+ -ms-flex-pack: center;
669
+ justify-content: center;
670
+ -webkit-box-align: center;
671
+ -webkit-align-items: center;
672
+ -moz-box-align: center;
673
+ -ms-flex-align: center;
674
+ align-items: center;
675
+ }
676
+
677
+ .json-schema-empty {
678
+ position: relative;
679
+ height: 50px;
680
+ line-height: 50px;
681
+ }
682
+
683
+ /* 重置antd的样式 */
684
+ .ant-tree-list-holder-inner {
685
+ -webkit-box-align: stretch;
686
+ -webkit-align-items: stretch;
687
+ -moz-box-align: stretch;
688
+ -ms-flex-align: stretch;
689
+ align-items: stretch;
690
+ }
691
+
692
+ .ant-tree-switcher {
693
+ -webkit-box-flex: 0;
694
+ -webkit-flex: 0 0 auto;
695
+ -moz-box-flex: 0;
696
+ -ms-flex: 0 0 auto;
697
+ flex: 0 0 auto;
698
+ }
699
+
700
+ .ant-tree-node-content-wrapper {
701
+ -webkit-box-flex: 1;
702
+ -webkit-flex: 1 1 auto;
703
+ -moz-box-flex: 1;
704
+ -ms-flex: 1 1 auto;
705
+ flex: 1 1 auto;
706
+ }
707
+
708
+ .ant-tree .ant-tree-switcher {
709
+ display: -webkit-box;
710
+ display: -webkit-flex;
711
+ display: -moz-box;
712
+ display: -ms-flexbox;
713
+ display: flex;
714
+ -webkit-box-pack: center;
715
+ -webkit-justify-content: center;
716
+ -moz-box-pack: center;
717
+ -ms-flex-pack: center;
718
+ justify-content: center;
719
+ -webkit-box-align: center;
720
+ -webkit-align-items: center;
721
+ -moz-box-align: center;
722
+ -ms-flex-align: center;
723
+ align-items: center;
724
+ }
725
+
726
+ .ant-modal-close-x {
727
+ display: -webkit-box;
728
+ display: -webkit-flex;
729
+ display: -moz-box;
730
+ display: -ms-flexbox;
731
+ display: flex;
732
+ -webkit-box-pack: center;
733
+ -webkit-justify-content: center;
734
+ -moz-box-pack: center;
735
+ -ms-flex-pack: center;
736
+ justify-content: center;
737
+ -webkit-box-align: center;
738
+ -webkit-align-items: center;
739
+ -moz-box-align: center;
740
+ -ms-flex-align: center;
741
+ align-items: center;
742
+ }