@zscreate/form-component 1.1.177 → 1.1.178
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/dist/form-component.css
CHANGED
|
@@ -3256,46 +3256,46 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3256
3256
|
align-items: center;
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
.t-border[data-v-
|
|
3259
|
+
.t-border[data-v-405d58bb] {
|
|
3260
3260
|
border-right: 1px solid #333;
|
|
3261
3261
|
border-bottom: 1px solid #333;
|
|
3262
3262
|
}
|
|
3263
|
-
[data-v-
|
|
3263
|
+
[data-v-405d58bb] * {
|
|
3264
3264
|
font-size: var(--paperFontSize);
|
|
3265
3265
|
}
|
|
3266
|
-
[data-v-
|
|
3266
|
+
[data-v-405d58bb] .custom_form_item {
|
|
3267
3267
|
height: -moz-fit-content;
|
|
3268
3268
|
height: fit-content;
|
|
3269
3269
|
}
|
|
3270
|
-
.save-pdf[data-v-
|
|
3270
|
+
.save-pdf[data-v-405d58bb] .ant-input {
|
|
3271
3271
|
border: none !important;
|
|
3272
3272
|
}
|
|
3273
|
-
.save-pdf[data-v-
|
|
3273
|
+
.save-pdf[data-v-405d58bb] .ant-select-selection {
|
|
3274
3274
|
border: none !important;
|
|
3275
3275
|
}
|
|
3276
|
-
.save-pdf[data-v-
|
|
3276
|
+
.save-pdf[data-v-405d58bb] .ant-select-arrow svg {
|
|
3277
3277
|
display: none;
|
|
3278
3278
|
}
|
|
3279
|
-
.save-pdf[data-v-
|
|
3279
|
+
.save-pdf[data-v-405d58bb] .ant-upload.ant-upload-select-picture-card {
|
|
3280
3280
|
display: none;
|
|
3281
3281
|
}
|
|
3282
|
-
.save-pdf[data-v-
|
|
3282
|
+
.save-pdf[data-v-405d58bb] .anticon svg {
|
|
3283
3283
|
display: none;
|
|
3284
3284
|
}
|
|
3285
|
-
.save-pdf[data-v-
|
|
3285
|
+
.save-pdf[data-v-405d58bb] .ant-time-picker-input {
|
|
3286
3286
|
border: none !important;
|
|
3287
3287
|
}
|
|
3288
|
-
.save-pdf[data-v-
|
|
3288
|
+
.save-pdf[data-v-405d58bb] .ant-upload.ant-upload-select {
|
|
3289
3289
|
display: none;
|
|
3290
3290
|
}
|
|
3291
3291
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3292
|
-
.computed-wrap[data-v-
|
|
3292
|
+
.computed-wrap[data-v-405d58bb] {
|
|
3293
3293
|
background: #f5f5f5;
|
|
3294
3294
|
}
|
|
3295
|
-
.computed-wrap .item[data-v-
|
|
3295
|
+
.computed-wrap .item[data-v-405d58bb] {
|
|
3296
3296
|
display: flex;
|
|
3297
3297
|
}
|
|
3298
|
-
.computed-wrap .item > div[data-v-
|
|
3298
|
+
.computed-wrap .item > div[data-v-405d58bb] {
|
|
3299
3299
|
height: 35px;
|
|
3300
3300
|
line-height: 35px;
|
|
3301
3301
|
flex: 1;
|
|
@@ -3303,129 +3303,129 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3303
3303
|
border-bottom: 1px solid #000;
|
|
3304
3304
|
text-align: center;
|
|
3305
3305
|
}
|
|
3306
|
-
.computed-wrap .item > div + div[data-v-
|
|
3306
|
+
.computed-wrap .item > div + div[data-v-405d58bb] {
|
|
3307
3307
|
flex: 2;
|
|
3308
3308
|
}
|
|
3309
|
-
.layout .paper[data-v-
|
|
3309
|
+
.layout .paper[data-v-405d58bb] {
|
|
3310
3310
|
position: relative;
|
|
3311
3311
|
}
|
|
3312
|
-
.layout .paper .form-title[data-v-
|
|
3312
|
+
.layout .paper .form-title[data-v-405d58bb] {
|
|
3313
3313
|
text-align: center;
|
|
3314
3314
|
font-weight: 600;
|
|
3315
3315
|
font-size: 16px;
|
|
3316
3316
|
height: 40px;
|
|
3317
3317
|
}
|
|
3318
|
-
.row-item[data-v-
|
|
3318
|
+
.row-item[data-v-405d58bb] {
|
|
3319
3319
|
height: -moz-fit-content;
|
|
3320
3320
|
height: fit-content;
|
|
3321
3321
|
/**打印非固定高度标签 高度不确定bug**/
|
|
3322
3322
|
}
|
|
3323
|
-
.no-row-item[data-v-
|
|
3323
|
+
.no-row-item[data-v-405d58bb] {
|
|
3324
3324
|
border-right: none;
|
|
3325
3325
|
border-bottom: none;
|
|
3326
3326
|
}
|
|
3327
3327
|
/****page边框内的 ***/
|
|
3328
|
-
.page-border[data-v-
|
|
3328
|
+
.page-border[data-v-405d58bb] {
|
|
3329
3329
|
background: #fff;
|
|
3330
3330
|
box-sizing: border-box;
|
|
3331
3331
|
}
|
|
3332
|
-
.page-border .row-item[data-v-
|
|
3332
|
+
.page-border .row-item[data-v-405d58bb]:first-child {
|
|
3333
3333
|
border-top: 1px solid #000;
|
|
3334
3334
|
}
|
|
3335
|
-
.page-border .row-item[data-v-
|
|
3335
|
+
.page-border .row-item[data-v-405d58bb] {
|
|
3336
3336
|
border-left: 1px solid #000;
|
|
3337
3337
|
}
|
|
3338
|
-
.page-border .item-bottom[data-v-
|
|
3338
|
+
.page-border .item-bottom[data-v-405d58bb] {
|
|
3339
3339
|
border-bottom: 1px solid #000;
|
|
3340
3340
|
}
|
|
3341
|
-
.page-border .row-item[data-v-
|
|
3341
|
+
.page-border .row-item[data-v-405d58bb]:not(:last-child) {
|
|
3342
3342
|
position: relative;
|
|
3343
3343
|
}
|
|
3344
|
-
.page-border li.sortable-chosen[data-v-
|
|
3344
|
+
.page-border li.sortable-chosen[data-v-405d58bb] {
|
|
3345
3345
|
height: 2px !important;
|
|
3346
3346
|
overflow: hidden !important;
|
|
3347
3347
|
background: red !important;
|
|
3348
3348
|
}
|
|
3349
|
-
.page-border .ant-time-picker-panel[data-v-
|
|
3349
|
+
.page-border .ant-time-picker-panel[data-v-405d58bb] {
|
|
3350
3350
|
z-index: 200000 !important;
|
|
3351
3351
|
}
|
|
3352
|
-
.page-border .ant-calendar-picker-container[data-v-
|
|
3352
|
+
.page-border .ant-calendar-picker-container[data-v-405d58bb] {
|
|
3353
3353
|
z-index: 200000 !important;
|
|
3354
3354
|
}
|
|
3355
|
-
[data-v-
|
|
3355
|
+
[data-v-405d58bb] .ant-time-picker-panel {
|
|
3356
3356
|
z-index: 9999 !important;
|
|
3357
3357
|
}
|
|
3358
|
-
.ant-calendar-picker-container[data-v-
|
|
3358
|
+
.ant-calendar-picker-container[data-v-405d58bb] {
|
|
3359
3359
|
z-index: 200000 !important;
|
|
3360
3360
|
}
|
|
3361
|
-
[data-v-
|
|
3361
|
+
[data-v-405d58bb] .ant-form-item-children {
|
|
3362
3362
|
display: block;
|
|
3363
3363
|
}
|
|
3364
|
-
[data-v-
|
|
3364
|
+
[data-v-405d58bb] .ant-form-item {
|
|
3365
3365
|
width: 100%;
|
|
3366
3366
|
height: 100%;
|
|
3367
3367
|
margin-bottom: 0;
|
|
3368
3368
|
display: flex;
|
|
3369
3369
|
}
|
|
3370
|
-
[data-v-
|
|
3370
|
+
[data-v-405d58bb] .ant-form-item .is_required::before {
|
|
3371
3371
|
content: "*";
|
|
3372
3372
|
color: #f56c6c;
|
|
3373
3373
|
margin-right: 4px;
|
|
3374
3374
|
}
|
|
3375
|
-
[data-v-
|
|
3375
|
+
[data-v-405d58bb] .ant-form-item .ant-form-item-label {
|
|
3376
3376
|
border-right: 1px solid #000;
|
|
3377
3377
|
}
|
|
3378
|
-
[data-v-
|
|
3378
|
+
[data-v-405d58bb] .ant-form-item .ant-form-item-label label {
|
|
3379
3379
|
display: flex;
|
|
3380
3380
|
justify-content: center;
|
|
3381
3381
|
align-items: center;
|
|
3382
3382
|
height: 100%;
|
|
3383
3383
|
}
|
|
3384
|
-
[data-v-
|
|
3384
|
+
[data-v-405d58bb] .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
3385
3385
|
display: none;
|
|
3386
3386
|
}
|
|
3387
|
-
[data-v-
|
|
3387
|
+
[data-v-405d58bb] .ant-form-item .ant-form-item-control-wrapper {
|
|
3388
3388
|
display: flex;
|
|
3389
3389
|
align-items: center;
|
|
3390
3390
|
text-align: left;
|
|
3391
3391
|
}
|
|
3392
|
-
[data-v-
|
|
3392
|
+
[data-v-405d58bb] .ant-form-item .ant-form-item-control {
|
|
3393
3393
|
width: 98%;
|
|
3394
3394
|
margin: 0 auto;
|
|
3395
3395
|
}
|
|
3396
|
-
[data-v-
|
|
3396
|
+
[data-v-405d58bb] .ant-form-item .is_required::before {
|
|
3397
3397
|
content: "*";
|
|
3398
3398
|
color: #f56c6c;
|
|
3399
3399
|
margin-right: 4px;
|
|
3400
3400
|
}
|
|
3401
|
-
.row-table[data-v-
|
|
3401
|
+
.row-table[data-v-405d58bb] {
|
|
3402
3402
|
display: flex;
|
|
3403
3403
|
}
|
|
3404
|
-
.row-table[data-v-
|
|
3405
|
-
.row-table[data-v-
|
|
3404
|
+
.row-table[data-v-405d58bb] .ant-spin-container,
|
|
3405
|
+
.row-table[data-v-405d58bb] {
|
|
3406
3406
|
display: flex;
|
|
3407
3407
|
width: 100%;
|
|
3408
3408
|
}
|
|
3409
|
-
.row-table[data-v-
|
|
3410
|
-
.row-table .table-left[data-v-
|
|
3409
|
+
.row-table[data-v-405d58bb] .ant-spin-container .table-left,
|
|
3410
|
+
.row-table .table-left[data-v-405d58bb] {
|
|
3411
3411
|
width: 100px;
|
|
3412
3412
|
text-align: center;
|
|
3413
3413
|
border-right: 1px solid #333;
|
|
3414
3414
|
border-bottom: 1px solid #333;
|
|
3415
3415
|
position: relative;
|
|
3416
3416
|
}
|
|
3417
|
-
.row-table[data-v-
|
|
3418
|
-
.row-table .table-left p[data-v-
|
|
3417
|
+
.row-table[data-v-405d58bb] .ant-spin-container .table-left p,
|
|
3418
|
+
.row-table .table-left p[data-v-405d58bb] {
|
|
3419
3419
|
position: absolute;
|
|
3420
3420
|
top: 50%;
|
|
3421
3421
|
left: 50%;
|
|
3422
3422
|
transform: translate(-50%, -50%);
|
|
3423
3423
|
}
|
|
3424
|
-
.row-table[data-v-
|
|
3425
|
-
.row-table .table-right[data-v-
|
|
3424
|
+
.row-table[data-v-405d58bb] .ant-spin-container .table-right,
|
|
3425
|
+
.row-table .table-right[data-v-405d58bb] {
|
|
3426
3426
|
flex: 1;
|
|
3427
3427
|
}
|
|
3428
|
-
.table-content[data-v-
|
|
3428
|
+
.table-content[data-v-405d58bb] {
|
|
3429
3429
|
width: 100%;
|
|
3430
3430
|
height: 40px;
|
|
3431
3431
|
line-height: 40px;
|
|
@@ -3434,11 +3434,11 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3434
3434
|
border-bottom: 1px solid #333;
|
|
3435
3435
|
border-right: 1px solid #333;
|
|
3436
3436
|
}
|
|
3437
|
-
.sub-table-col[data-v-
|
|
3437
|
+
.sub-table-col[data-v-405d58bb] {
|
|
3438
3438
|
display: flex;
|
|
3439
3439
|
box-sizing: border-box;
|
|
3440
3440
|
}
|
|
3441
|
-
.sub-table-col > span[data-v-
|
|
3441
|
+
.sub-table-col > span[data-v-405d58bb] {
|
|
3442
3442
|
flex: 2;
|
|
3443
3443
|
border-bottom: 1px solid #000;
|
|
3444
3444
|
border-right: 1px solid #000;
|
|
@@ -3446,22 +3446,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3446
3446
|
line-height: 40px;
|
|
3447
3447
|
text-align: center;
|
|
3448
3448
|
}
|
|
3449
|
-
.sub-table-col > .last-one[data-v-
|
|
3449
|
+
.sub-table-col > .last-one[data-v-405d58bb] {
|
|
3450
3450
|
width: 87px;
|
|
3451
3451
|
flex: 0 0 87px;
|
|
3452
3452
|
border-right: 1px solid #333;
|
|
3453
3453
|
border-bottom: 1px solid #333;
|
|
3454
3454
|
}
|
|
3455
|
-
.sub-table-col-no-border > span[data-v-
|
|
3455
|
+
.sub-table-col-no-border > span[data-v-405d58bb] {
|
|
3456
3456
|
border: none;
|
|
3457
3457
|
height: auto;
|
|
3458
3458
|
width: 0;
|
|
3459
3459
|
}
|
|
3460
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
3461
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
3460
|
+
.sub-table-col-no-border > .sub-table-title[data-v-405d58bb]:last-child,
|
|
3461
|
+
.sub-table-col-no-border > .sub-table-item[data-v-405d58bb]:last-child {
|
|
3462
3462
|
border-right: none !important;
|
|
3463
3463
|
}
|
|
3464
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
3464
|
+
.sub-table-col-no-border > .last-one[data-v-405d58bb] {
|
|
3465
3465
|
width: 87px;
|
|
3466
3466
|
flex: 0 0 87px;
|
|
3467
3467
|
display: flex;
|
|
@@ -3469,33 +3469,33 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3469
3469
|
align-items: center;
|
|
3470
3470
|
}
|
|
3471
3471
|
/*****无border *****/
|
|
3472
|
-
.no-border .page-border[data-v-
|
|
3472
|
+
.no-border .page-border[data-v-405d58bb] {
|
|
3473
3473
|
border: none;
|
|
3474
3474
|
}
|
|
3475
|
-
.no-border .page-border .row-item[data-v-
|
|
3475
|
+
.no-border .page-border .row-item[data-v-405d58bb]:not(:last-child) {
|
|
3476
3476
|
border: none;
|
|
3477
3477
|
}
|
|
3478
|
-
.no-border .page-border[data-v-
|
|
3478
|
+
.no-border .page-border[data-v-405d58bb] .ant-form-item .ant-form-item-label {
|
|
3479
3479
|
border: none;
|
|
3480
3480
|
}
|
|
3481
|
-
.table_border[data-v-
|
|
3481
|
+
.table_border[data-v-405d58bb] {
|
|
3482
3482
|
border-bottom: 0;
|
|
3483
3483
|
border-right: 0;
|
|
3484
3484
|
}
|
|
3485
3485
|
/*****无border *****/
|
|
3486
|
-
[data-v-
|
|
3486
|
+
[data-v-405d58bb] .ant-form-item-children > div > p,[data-v-405d58bb] .ant-form-item-children > div > h1,[data-v-405d58bb] .ant-form-item-children > div > h2,[data-v-405d58bb] .ant-form-item-children > div > h3,[data-v-405d58bb] .ant-form-item-children > div > h4,[data-v-405d58bb] .ant-form-item-children > div > h5,[data-v-405d58bb] .ant-form-item-children > div > table /deep/ .ant-form-item-children > div > pre {
|
|
3487
3487
|
margin: 10px 0;
|
|
3488
3488
|
line-height: 1.5;
|
|
3489
3489
|
}
|
|
3490
|
-
[data-v-
|
|
3490
|
+
[data-v-405d58bb] .ant-spin-dot {
|
|
3491
3491
|
font-size: 20px !important;
|
|
3492
3492
|
}
|
|
3493
|
-
.form_skeleton[data-v-
|
|
3493
|
+
.form_skeleton[data-v-405d58bb] {
|
|
3494
3494
|
display: block;
|
|
3495
3495
|
width: 700px;
|
|
3496
3496
|
margin: 55px auto;
|
|
3497
3497
|
}
|
|
3498
|
-
.form_skeleton[data-v-
|
|
3498
|
+
.form_skeleton[data-v-405d58bb] .ant-skeleton-title {
|
|
3499
3499
|
margin: 0 auto;
|
|
3500
3500
|
}
|
|
3501
3501
|
|