@zscreate/form-component 1.1.98 → 1.1.99-asd.1

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.
@@ -322,48 +322,48 @@
322
322
  color: #cccccc;
323
323
  }
324
324
 
325
- .option_row_header[data-v-4b742c9e] {
325
+ .option_row_header[data-v-d6a19f88] {
326
326
  background: #eee;
327
327
  text-align: center;
328
328
  line-height: 45px;
329
329
  }
330
- .option_row[data-v-4b742c9e] {
330
+ .option_row[data-v-d6a19f88] {
331
331
  border-left: 1px solid #eee;
332
332
  }
333
- .option_row .ant-col[data-v-4b742c9e] {
333
+ .option_row .ant-col[data-v-d6a19f88] {
334
334
  border-right: 1px solid #eee;
335
335
  border-bottom: 1px solid #eee;
336
336
  text-align: left;
337
337
  height: 180px;
338
338
  }
339
- .option_row .ant-col[data-v-4b742c9e]:not(.code-col) {
339
+ .option_row .ant-col[data-v-d6a19f88]:not(.code-col) {
340
340
  line-height: 180px;
341
341
  text-align: center;
342
342
  }
343
- .no-data[data-v-4b742c9e] {
343
+ .no-data[data-v-d6a19f88] {
344
344
  border: 1px solid #eee;
345
345
  line-height: 45px;
346
346
  text-align: center;
347
347
  cursor: pointer;
348
348
  color: #ccc;
349
349
  }
350
- .code[data-v-4b742c9e] {
350
+ .code[data-v-d6a19f88] {
351
351
  height: 180px;
352
352
  width: 100%;
353
353
  }
354
- .getTemp[data-v-4b742c9e] {
354
+ .getTemp[data-v-d6a19f88] {
355
355
  position: absolute;
356
356
  right: -10px;
357
357
  top: 45px;
358
358
  cursor: pointer;
359
359
  }
360
- .delete[data-v-4b742c9e] {
360
+ .delete[data-v-d6a19f88] {
361
361
  color: #ff0000;
362
362
  }
363
- [data-v-4b742c9e] .vue-codemirror {
363
+ [data-v-d6a19f88] .vue-codemirror {
364
364
  height: 100%;
365
365
  }
366
- [data-v-4b742c9e] .CodeMirror {
366
+ [data-v-d6a19f88] .CodeMirror {
367
367
  height: 178px !important;
368
368
  }
369
369
 
@@ -3238,43 +3238,43 @@ span.CodeMirror-selectedtext { background: none; }
3238
3238
  align-items: center;
3239
3239
  }
3240
3240
 
3241
- .t-border[data-v-78d92637] {
3241
+ .t-border[data-v-5c74b4ed] {
3242
3242
  border-right: 1px solid #333;
3243
3243
  border-bottom: 1px solid #333;
3244
3244
  }
3245
- [data-v-78d92637] .custom_form_item {
3245
+ [data-v-5c74b4ed] .custom_form_item {
3246
3246
  height: -moz-fit-content;
3247
3247
  height: fit-content;
3248
3248
  }
3249
- .save-pdf[data-v-78d92637] .ant-input {
3249
+ .save-pdf[data-v-5c74b4ed] .ant-input {
3250
3250
  border: none !important;
3251
3251
  }
3252
- .save-pdf[data-v-78d92637] .ant-select-selection {
3252
+ .save-pdf[data-v-5c74b4ed] .ant-select-selection {
3253
3253
  border: none !important;
3254
3254
  }
3255
- .save-pdf[data-v-78d92637] .ant-select-arrow svg {
3255
+ .save-pdf[data-v-5c74b4ed] .ant-select-arrow svg {
3256
3256
  display: none;
3257
3257
  }
3258
- .save-pdf[data-v-78d92637] .ant-upload.ant-upload-select-picture-card {
3258
+ .save-pdf[data-v-5c74b4ed] .ant-upload.ant-upload-select-picture-card {
3259
3259
  display: none;
3260
3260
  }
3261
- .save-pdf[data-v-78d92637] .anticon svg {
3261
+ .save-pdf[data-v-5c74b4ed] .anticon svg {
3262
3262
  display: none;
3263
3263
  }
3264
- .save-pdf[data-v-78d92637] .ant-time-picker-input {
3264
+ .save-pdf[data-v-5c74b4ed] .ant-time-picker-input {
3265
3265
  border: none !important;
3266
3266
  }
3267
- .save-pdf[data-v-78d92637] .ant-upload.ant-upload-select {
3267
+ .save-pdf[data-v-5c74b4ed] .ant-upload.ant-upload-select {
3268
3268
  display: none;
3269
3269
  }
3270
3270
  /**打印非固定高度标签 高度不确定bug**/
3271
- .computed-wrap[data-v-78d92637] {
3271
+ .computed-wrap[data-v-5c74b4ed] {
3272
3272
  background: #f5f5f5;
3273
3273
  }
3274
- .computed-wrap .item[data-v-78d92637] {
3274
+ .computed-wrap .item[data-v-5c74b4ed] {
3275
3275
  display: flex;
3276
3276
  }
3277
- .computed-wrap .item > div[data-v-78d92637] {
3277
+ .computed-wrap .item > div[data-v-5c74b4ed] {
3278
3278
  height: 35px;
3279
3279
  line-height: 35px;
3280
3280
  flex: 1;
@@ -3282,129 +3282,129 @@ span.CodeMirror-selectedtext { background: none; }
3282
3282
  border-bottom: 1px solid #000;
3283
3283
  text-align: center;
3284
3284
  }
3285
- .computed-wrap .item > div + div[data-v-78d92637] {
3285
+ .computed-wrap .item > div + div[data-v-5c74b4ed] {
3286
3286
  flex: 2;
3287
3287
  }
3288
- .layout .paper[data-v-78d92637] {
3288
+ .layout .paper[data-v-5c74b4ed] {
3289
3289
  position: relative;
3290
3290
  }
3291
- .layout .paper .form-title[data-v-78d92637] {
3291
+ .layout .paper .form-title[data-v-5c74b4ed] {
3292
3292
  text-align: center;
3293
3293
  font-weight: 600;
3294
3294
  font-size: 16px;
3295
3295
  height: 40px;
3296
3296
  }
3297
- .row-item[data-v-78d92637] {
3297
+ .row-item[data-v-5c74b4ed] {
3298
3298
  height: -moz-fit-content;
3299
3299
  height: fit-content;
3300
3300
  /**打印非固定高度标签 高度不确定bug**/
3301
3301
  }
3302
- .no-row-item[data-v-78d92637] {
3302
+ .no-row-item[data-v-5c74b4ed] {
3303
3303
  border-right: none;
3304
3304
  border-bottom: none;
3305
3305
  }
3306
3306
  /****page边框内的 ***/
3307
- .page-border[data-v-78d92637] {
3307
+ .page-border[data-v-5c74b4ed] {
3308
3308
  background: #fff;
3309
3309
  box-sizing: border-box;
3310
3310
  }
3311
- .page-border .row-item[data-v-78d92637]:first-child {
3311
+ .page-border .row-item[data-v-5c74b4ed]:first-child {
3312
3312
  border-top: 1px solid #000;
3313
3313
  }
3314
- .page-border .row-item[data-v-78d92637] {
3314
+ .page-border .row-item[data-v-5c74b4ed] {
3315
3315
  border-left: 1px solid #000;
3316
3316
  }
3317
- .page-border .item-bottom[data-v-78d92637] {
3317
+ .page-border .item-bottom[data-v-5c74b4ed] {
3318
3318
  border-bottom: 1px solid #000;
3319
3319
  }
3320
- .page-border .row-item[data-v-78d92637]:not(:last-child) {
3320
+ .page-border .row-item[data-v-5c74b4ed]:not(:last-child) {
3321
3321
  position: relative;
3322
3322
  }
3323
- .page-border li.sortable-chosen[data-v-78d92637] {
3323
+ .page-border li.sortable-chosen[data-v-5c74b4ed] {
3324
3324
  height: 2px !important;
3325
3325
  overflow: hidden !important;
3326
3326
  background: red !important;
3327
3327
  }
3328
- .page-border .ant-time-picker-panel[data-v-78d92637] {
3328
+ .page-border .ant-time-picker-panel[data-v-5c74b4ed] {
3329
3329
  z-index: 200000 !important;
3330
3330
  }
3331
- .page-border .ant-calendar-picker-container[data-v-78d92637] {
3331
+ .page-border .ant-calendar-picker-container[data-v-5c74b4ed] {
3332
3332
  z-index: 200000 !important;
3333
3333
  }
3334
- [data-v-78d92637] .ant-time-picker-panel {
3334
+ [data-v-5c74b4ed] .ant-time-picker-panel {
3335
3335
  z-index: 9999 !important;
3336
3336
  }
3337
- .ant-calendar-picker-container[data-v-78d92637] {
3337
+ .ant-calendar-picker-container[data-v-5c74b4ed] {
3338
3338
  z-index: 200000 !important;
3339
3339
  }
3340
- [data-v-78d92637] .ant-form-item-children {
3340
+ [data-v-5c74b4ed] .ant-form-item-children {
3341
3341
  display: block;
3342
3342
  }
3343
- [data-v-78d92637] .ant-form-item {
3343
+ [data-v-5c74b4ed] .ant-form-item {
3344
3344
  width: 100%;
3345
3345
  height: 100%;
3346
3346
  margin-bottom: 0;
3347
3347
  display: flex;
3348
3348
  }
3349
- [data-v-78d92637] .ant-form-item .is_required::before {
3349
+ [data-v-5c74b4ed] .ant-form-item .is_required::before {
3350
3350
  content: "*";
3351
3351
  color: #f56c6c;
3352
3352
  margin-right: 4px;
3353
3353
  }
3354
- [data-v-78d92637] .ant-form-item .ant-form-item-label {
3354
+ [data-v-5c74b4ed] .ant-form-item .ant-form-item-label {
3355
3355
  border-right: 1px solid #000;
3356
3356
  }
3357
- [data-v-78d92637] .ant-form-item .ant-form-item-label label {
3357
+ [data-v-5c74b4ed] .ant-form-item .ant-form-item-label label {
3358
3358
  display: flex;
3359
3359
  justify-content: center;
3360
3360
  align-items: center;
3361
3361
  height: 100%;
3362
3362
  }
3363
- [data-v-78d92637] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
3363
+ [data-v-5c74b4ed] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
3364
3364
  display: none;
3365
3365
  }
3366
- [data-v-78d92637] .ant-form-item .ant-form-item-control-wrapper {
3366
+ [data-v-5c74b4ed] .ant-form-item .ant-form-item-control-wrapper {
3367
3367
  display: flex;
3368
3368
  align-items: center;
3369
3369
  text-align: left;
3370
3370
  }
3371
- [data-v-78d92637] .ant-form-item .ant-form-item-control {
3371
+ [data-v-5c74b4ed] .ant-form-item .ant-form-item-control {
3372
3372
  width: 98%;
3373
3373
  margin: 0 auto;
3374
3374
  }
3375
- [data-v-78d92637] .ant-form-item .is_required::before {
3375
+ [data-v-5c74b4ed] .ant-form-item .is_required::before {
3376
3376
  content: "*";
3377
3377
  color: #f56c6c;
3378
3378
  margin-right: 4px;
3379
3379
  }
3380
- .row-table[data-v-78d92637] {
3380
+ .row-table[data-v-5c74b4ed] {
3381
3381
  display: flex;
3382
3382
  }
3383
- .row-table[data-v-78d92637] .ant-spin-container,
3384
- .row-table[data-v-78d92637] {
3383
+ .row-table[data-v-5c74b4ed] .ant-spin-container,
3384
+ .row-table[data-v-5c74b4ed] {
3385
3385
  display: flex;
3386
3386
  width: 100%;
3387
3387
  }
3388
- .row-table[data-v-78d92637] .ant-spin-container .table-left,
3389
- .row-table .table-left[data-v-78d92637] {
3388
+ .row-table[data-v-5c74b4ed] .ant-spin-container .table-left,
3389
+ .row-table .table-left[data-v-5c74b4ed] {
3390
3390
  width: 100px;
3391
3391
  text-align: center;
3392
3392
  border-right: 1px solid #333;
3393
3393
  border-bottom: 1px solid #333;
3394
3394
  position: relative;
3395
3395
  }
3396
- .row-table[data-v-78d92637] .ant-spin-container .table-left p,
3397
- .row-table .table-left p[data-v-78d92637] {
3396
+ .row-table[data-v-5c74b4ed] .ant-spin-container .table-left p,
3397
+ .row-table .table-left p[data-v-5c74b4ed] {
3398
3398
  position: absolute;
3399
3399
  top: 50%;
3400
3400
  left: 50%;
3401
3401
  transform: translate(-50%, -50%);
3402
3402
  }
3403
- .row-table[data-v-78d92637] .ant-spin-container .table-right,
3404
- .row-table .table-right[data-v-78d92637] {
3403
+ .row-table[data-v-5c74b4ed] .ant-spin-container .table-right,
3404
+ .row-table .table-right[data-v-5c74b4ed] {
3405
3405
  flex: 1;
3406
3406
  }
3407
- .table-content[data-v-78d92637] {
3407
+ .table-content[data-v-5c74b4ed] {
3408
3408
  width: 100%;
3409
3409
  height: 40px;
3410
3410
  line-height: 40px;
@@ -3413,11 +3413,11 @@ span.CodeMirror-selectedtext { background: none; }
3413
3413
  border-bottom: 1px solid #333;
3414
3414
  border-right: 1px solid #333;
3415
3415
  }
3416
- .sub-table-col[data-v-78d92637] {
3416
+ .sub-table-col[data-v-5c74b4ed] {
3417
3417
  display: flex;
3418
3418
  box-sizing: border-box;
3419
3419
  }
3420
- .sub-table-col > span[data-v-78d92637] {
3420
+ .sub-table-col > span[data-v-5c74b4ed] {
3421
3421
  flex: 2;
3422
3422
  border-bottom: 1px solid #000;
3423
3423
  border-right: 1px solid #000;
@@ -3425,22 +3425,22 @@ span.CodeMirror-selectedtext { background: none; }
3425
3425
  line-height: 40px;
3426
3426
  text-align: center;
3427
3427
  }
3428
- .sub-table-col > .last-one[data-v-78d92637] {
3428
+ .sub-table-col > .last-one[data-v-5c74b4ed] {
3429
3429
  width: 87px;
3430
3430
  flex: 0 0 87px;
3431
3431
  border-right: 1px solid #333;
3432
3432
  border-bottom: 1px solid #333;
3433
3433
  }
3434
- .sub-table-col-no-border > span[data-v-78d92637] {
3434
+ .sub-table-col-no-border > span[data-v-5c74b4ed] {
3435
3435
  border: none;
3436
3436
  height: auto;
3437
3437
  width: 0;
3438
3438
  }
3439
- .sub-table-col-no-border > .sub-table-title[data-v-78d92637]:last-child,
3440
- .sub-table-col-no-border > .sub-table-item[data-v-78d92637]:last-child {
3439
+ .sub-table-col-no-border > .sub-table-title[data-v-5c74b4ed]:last-child,
3440
+ .sub-table-col-no-border > .sub-table-item[data-v-5c74b4ed]:last-child {
3441
3441
  border-right: none !important;
3442
3442
  }
3443
- .sub-table-col-no-border > .last-one[data-v-78d92637] {
3443
+ .sub-table-col-no-border > .last-one[data-v-5c74b4ed] {
3444
3444
  width: 87px;
3445
3445
  flex: 0 0 87px;
3446
3446
  display: flex;
@@ -3448,25 +3448,25 @@ span.CodeMirror-selectedtext { background: none; }
3448
3448
  align-items: center;
3449
3449
  }
3450
3450
  /*****无border *****/
3451
- .no-border .page-border[data-v-78d92637] {
3451
+ .no-border .page-border[data-v-5c74b4ed] {
3452
3452
  border: none;
3453
3453
  }
3454
- .no-border .page-border .row-item[data-v-78d92637]:not(:last-child) {
3454
+ .no-border .page-border .row-item[data-v-5c74b4ed]:not(:last-child) {
3455
3455
  border: none;
3456
3456
  }
3457
- .no-border .page-border[data-v-78d92637] .ant-form-item .ant-form-item-label {
3457
+ .no-border .page-border[data-v-5c74b4ed] .ant-form-item .ant-form-item-label {
3458
3458
  border: none;
3459
3459
  }
3460
- .table_border[data-v-78d92637] {
3460
+ .table_border[data-v-5c74b4ed] {
3461
3461
  border-bottom: 0;
3462
3462
  border-right: 0;
3463
3463
  }
3464
3464
  /*****无border *****/
3465
- [data-v-78d92637] .ant-form-item-children > div > p,[data-v-78d92637] .ant-form-item-children > div > h1,[data-v-78d92637] .ant-form-item-children > div > h2,[data-v-78d92637] .ant-form-item-children > div > h3,[data-v-78d92637] .ant-form-item-children > div > h4,[data-v-78d92637] .ant-form-item-children > div > h5,[data-v-78d92637] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
3465
+ [data-v-5c74b4ed] .ant-form-item-children > div > p,[data-v-5c74b4ed] .ant-form-item-children > div > h1,[data-v-5c74b4ed] .ant-form-item-children > div > h2,[data-v-5c74b4ed] .ant-form-item-children > div > h3,[data-v-5c74b4ed] .ant-form-item-children > div > h4,[data-v-5c74b4ed] .ant-form-item-children > div > h5,[data-v-5c74b4ed] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
3466
3466
  margin: 10px 0;
3467
3467
  line-height: 1.5;
3468
3468
  }
3469
- [data-v-78d92637] .ant-spin-dot {
3469
+ [data-v-5c74b4ed] .ant-spin-dot {
3470
3470
  font-size: 20px !important;
3471
3471
  }
3472
3472