@zscreate/form-component 1.1.720 → 1.1.722
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 +199 -197
- package/dist/form-component.umd.js +82 -82
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1327,45 +1327,45 @@ li.CodeMirror-hint-active {
|
|
|
1327
1327
|
color: white;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
|
-
.option_row_header[data-v-
|
|
1330
|
+
.option_row_header[data-v-9aa6bf54] {
|
|
1331
1331
|
background: #eee;
|
|
1332
1332
|
text-align: center;
|
|
1333
1333
|
line-height: 45px;
|
|
1334
1334
|
}
|
|
1335
|
-
.option_row[data-v-
|
|
1335
|
+
.option_row[data-v-9aa6bf54] {
|
|
1336
1336
|
border-left: 1px solid #eee;
|
|
1337
1337
|
}
|
|
1338
|
-
.option_row .ant-col[data-v-
|
|
1338
|
+
.option_row .ant-col[data-v-9aa6bf54] {
|
|
1339
1339
|
border-right: 1px solid #eee;
|
|
1340
1340
|
border-bottom: 1px solid #eee;
|
|
1341
1341
|
text-align: left;
|
|
1342
1342
|
height: 180px;
|
|
1343
1343
|
}
|
|
1344
|
-
.option_row .ant-col[data-v-
|
|
1344
|
+
.option_row .ant-col[data-v-9aa6bf54]:not(.code-col) {
|
|
1345
1345
|
line-height: 180px;
|
|
1346
1346
|
text-align: center;
|
|
1347
1347
|
}
|
|
1348
|
-
.no-data[data-v-
|
|
1348
|
+
.no-data[data-v-9aa6bf54] {
|
|
1349
1349
|
border: 1px solid #eee;
|
|
1350
1350
|
line-height: 45px;
|
|
1351
1351
|
text-align: center;
|
|
1352
1352
|
cursor: pointer;
|
|
1353
1353
|
color: #ccc;
|
|
1354
1354
|
}
|
|
1355
|
-
.code[data-v-
|
|
1355
|
+
.code[data-v-9aa6bf54] {
|
|
1356
1356
|
height: 180px;
|
|
1357
1357
|
width: 100%;
|
|
1358
1358
|
}
|
|
1359
|
-
.delete[data-v-
|
|
1359
|
+
.delete[data-v-9aa6bf54] {
|
|
1360
1360
|
color: #ff0000;
|
|
1361
1361
|
}
|
|
1362
|
-
[data-v-
|
|
1362
|
+
[data-v-9aa6bf54] .vue-codemirror {
|
|
1363
1363
|
height: 100%;
|
|
1364
1364
|
}
|
|
1365
|
-
[data-v-
|
|
1365
|
+
[data-v-9aa6bf54] .CodeMirror {
|
|
1366
1366
|
height: 178px !important;
|
|
1367
1367
|
}
|
|
1368
|
-
[data-v-
|
|
1368
|
+
[data-v-9aa6bf54] .CodeMirror-hints {
|
|
1369
1369
|
z-index: 999999 !important;
|
|
1370
1370
|
max-height: 200px;
|
|
1371
1371
|
overflow-y: auto;
|
|
@@ -1375,7 +1375,7 @@ li.CodeMirror-hint-active {
|
|
|
1375
1375
|
border: 1px solid #d9d9d9 !important;
|
|
1376
1376
|
position: fixed !important;
|
|
1377
1377
|
}
|
|
1378
|
-
[data-v-
|
|
1378
|
+
[data-v-9aa6bf54] .CodeMirror-hint {
|
|
1379
1379
|
padding: 6px 12px;
|
|
1380
1380
|
font-size: 13px;
|
|
1381
1381
|
line-height: 1.5;
|
|
@@ -1384,29 +1384,29 @@ li.CodeMirror-hint-active {
|
|
|
1384
1384
|
background: white !important;
|
|
1385
1385
|
cursor: pointer;
|
|
1386
1386
|
}
|
|
1387
|
-
[data-v-
|
|
1387
|
+
[data-v-9aa6bf54] .CodeMirror-hint:hover {
|
|
1388
1388
|
background-color: #f5f5f5 !important;
|
|
1389
1389
|
}
|
|
1390
|
-
[data-v-
|
|
1390
|
+
[data-v-9aa6bf54] .CodeMirror-hint-active {
|
|
1391
1391
|
background-color: #1890ff !important;
|
|
1392
1392
|
color: white !important;
|
|
1393
1393
|
}
|
|
1394
|
-
[data-v-
|
|
1394
|
+
[data-v-9aa6bf54] .custom-hint-item {
|
|
1395
1395
|
font-weight: 500;
|
|
1396
1396
|
}
|
|
1397
|
-
[data-v-
|
|
1397
|
+
[data-v-9aa6bf54]:global(.CodeMirror-hints) {
|
|
1398
1398
|
z-index: 999999 !important;
|
|
1399
1399
|
position: fixed !important;
|
|
1400
1400
|
background: white !important;
|
|
1401
1401
|
border: 1px solid #d9d9d9 !important;
|
|
1402
1402
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
|
|
1403
1403
|
}
|
|
1404
|
-
[data-v-
|
|
1404
|
+
[data-v-9aa6bf54] .CodeMirror-gutter.breakpoints {
|
|
1405
1405
|
width: 16px !important;
|
|
1406
1406
|
background: #2c3e50;
|
|
1407
1407
|
border-right: 1px solid #34495e;
|
|
1408
1408
|
}
|
|
1409
|
-
[data-v-
|
|
1409
|
+
[data-v-9aa6bf54] .CodeMirror-breakpoint {
|
|
1410
1410
|
width: 12px !important;
|
|
1411
1411
|
height: 12px !important;
|
|
1412
1412
|
border-radius: 50% !important;
|
|
@@ -1417,58 +1417,58 @@ li.CodeMirror-hint-active {
|
|
|
1417
1417
|
position: relative !important;
|
|
1418
1418
|
display: inline-block !important;
|
|
1419
1419
|
}
|
|
1420
|
-
[data-v-
|
|
1420
|
+
[data-v-9aa6bf54] .CodeMirror-breakpoint:hover {
|
|
1421
1421
|
background-color: #c0392b !important;
|
|
1422
1422
|
transform: scale(1.1) !important;
|
|
1423
1423
|
}
|
|
1424
|
-
[data-v-
|
|
1424
|
+
[data-v-9aa6bf54] .CodeMirror-breakpoint-line {
|
|
1425
1425
|
background-color: rgba(231, 76, 60, 0.1) !important;
|
|
1426
1426
|
}
|
|
1427
|
-
[data-v-
|
|
1427
|
+
[data-v-9aa6bf54] .CodeMirror-linenumber {
|
|
1428
1428
|
cursor: pointer !important;
|
|
1429
1429
|
-webkit-user-select: none !important;
|
|
1430
1430
|
-moz-user-select: none !important;
|
|
1431
1431
|
user-select: none !important;
|
|
1432
1432
|
}
|
|
1433
|
-
[data-v-
|
|
1433
|
+
[data-v-9aa6bf54] .CodeMirror-linenumber:hover {
|
|
1434
1434
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
|
1435
1435
|
}
|
|
1436
|
-
.debug-result .debug-status[data-v-
|
|
1436
|
+
.debug-result .debug-status[data-v-9aa6bf54] {
|
|
1437
1437
|
padding: 16px;
|
|
1438
1438
|
border-radius: 6px;
|
|
1439
1439
|
margin-bottom: 20px;
|
|
1440
1440
|
}
|
|
1441
|
-
.debug-result .debug-status.success[data-v-
|
|
1441
|
+
.debug-result .debug-status.success[data-v-9aa6bf54] {
|
|
1442
1442
|
background-color: #f6ffed;
|
|
1443
1443
|
border: 1px solid #b7eb8f;
|
|
1444
1444
|
color: #389e0d;
|
|
1445
1445
|
}
|
|
1446
|
-
.debug-result .debug-status.error[data-v-
|
|
1446
|
+
.debug-result .debug-status.error[data-v-9aa6bf54] {
|
|
1447
1447
|
background-color: #fff2f0;
|
|
1448
1448
|
border: 1px solid #ffccc7;
|
|
1449
1449
|
color: #cf1322;
|
|
1450
1450
|
}
|
|
1451
|
-
.debug-result .debug-status h3[data-v-
|
|
1451
|
+
.debug-result .debug-status h3[data-v-9aa6bf54] {
|
|
1452
1452
|
margin: 0 0 8px 0;
|
|
1453
1453
|
font-size: 16px;
|
|
1454
1454
|
font-weight: 600;
|
|
1455
1455
|
}
|
|
1456
|
-
.debug-result .debug-status p[data-v-
|
|
1456
|
+
.debug-result .debug-status p[data-v-9aa6bf54] {
|
|
1457
1457
|
margin: 0;
|
|
1458
1458
|
white-space: pre-wrap;
|
|
1459
1459
|
font-family: 'Courier New', monospace;
|
|
1460
1460
|
font-size: 12px;
|
|
1461
1461
|
}
|
|
1462
|
-
.debug-result .debug-section[data-v-
|
|
1462
|
+
.debug-result .debug-section[data-v-9aa6bf54] {
|
|
1463
1463
|
margin-bottom: 20px;
|
|
1464
1464
|
}
|
|
1465
|
-
.debug-result .debug-section h4[data-v-
|
|
1465
|
+
.debug-result .debug-section h4[data-v-9aa6bf54] {
|
|
1466
1466
|
margin: 0 0 8px 0;
|
|
1467
1467
|
font-size: 14px;
|
|
1468
1468
|
font-weight: 600;
|
|
1469
1469
|
color: #1890ff;
|
|
1470
1470
|
}
|
|
1471
|
-
.debug-result .debug-code[data-v-
|
|
1471
|
+
.debug-result .debug-code[data-v-9aa6bf54] {
|
|
1472
1472
|
background-color: #f5f5f5;
|
|
1473
1473
|
border: 1px solid #d9d9d9;
|
|
1474
1474
|
border-radius: 4px;
|
|
@@ -1480,7 +1480,7 @@ li.CodeMirror-hint-active {
|
|
|
1480
1480
|
max-height: 200px;
|
|
1481
1481
|
overflow-y: auto;
|
|
1482
1482
|
}
|
|
1483
|
-
.debug-result .debug-outputs[data-v-
|
|
1483
|
+
.debug-result .debug-outputs[data-v-9aa6bf54] {
|
|
1484
1484
|
background-color: #fafafa;
|
|
1485
1485
|
border: 1px solid #e8e8e8;
|
|
1486
1486
|
border-radius: 4px;
|
|
@@ -1488,25 +1488,25 @@ li.CodeMirror-hint-active {
|
|
|
1488
1488
|
max-height: 300px;
|
|
1489
1489
|
overflow-y: auto;
|
|
1490
1490
|
}
|
|
1491
|
-
.debug-result .debug-outputs .debug-output-item[data-v-
|
|
1491
|
+
.debug-result .debug-outputs .debug-output-item[data-v-9aa6bf54] {
|
|
1492
1492
|
font-family: 'Courier New', monospace;
|
|
1493
1493
|
font-size: 12px;
|
|
1494
1494
|
line-height: 1.5;
|
|
1495
1495
|
color: #333;
|
|
1496
1496
|
margin-bottom: 4px;
|
|
1497
1497
|
}
|
|
1498
|
-
.debug-result .debug-outputs .debug-output-item[data-v-
|
|
1498
|
+
.debug-result .debug-outputs .debug-output-item[data-v-9aa6bf54]:last-child {
|
|
1499
1499
|
margin-bottom: 0;
|
|
1500
1500
|
}
|
|
1501
|
-
.debug-result .debug-actions[data-v-
|
|
1501
|
+
.debug-result .debug-actions[data-v-9aa6bf54] {
|
|
1502
1502
|
text-align: right;
|
|
1503
1503
|
padding-top: 16px;
|
|
1504
1504
|
border-top: 1px solid #e8e8e8;
|
|
1505
1505
|
}
|
|
1506
|
-
.debug-result .debug-actions .ant-btn[data-v-
|
|
1506
|
+
.debug-result .debug-actions .ant-btn[data-v-9aa6bf54] {
|
|
1507
1507
|
margin-left: 8px;
|
|
1508
1508
|
}
|
|
1509
|
-
.debug-result .thumbnail-section[data-v-
|
|
1509
|
+
.debug-result .thumbnail-section[data-v-9aa6bf54] {
|
|
1510
1510
|
margin-top: 16px;
|
|
1511
1511
|
padding: 12px;
|
|
1512
1512
|
background-color: #f9f9f9;
|
|
@@ -1515,13 +1515,13 @@ li.CodeMirror-hint-active {
|
|
|
1515
1515
|
display: flex;
|
|
1516
1516
|
justify-content: flex-start;
|
|
1517
1517
|
}
|
|
1518
|
-
.debug-result .thumbnail-section .thumbnail-container[data-v-
|
|
1518
|
+
.debug-result .thumbnail-section .thumbnail-container[data-v-9aa6bf54] {
|
|
1519
1519
|
display: flex;
|
|
1520
1520
|
flex-direction: column;
|
|
1521
1521
|
align-items: flex-start;
|
|
1522
1522
|
gap: 8px;
|
|
1523
1523
|
}
|
|
1524
|
-
.debug-result .thumbnail-section .thumbnail-image[data-v-
|
|
1524
|
+
.debug-result .thumbnail-section .thumbnail-image[data-v-9aa6bf54] {
|
|
1525
1525
|
max-width: 150px;
|
|
1526
1526
|
max-height: 100px;
|
|
1527
1527
|
border: 1px solid #d9d9d9;
|
|
@@ -1529,11 +1529,11 @@ li.CodeMirror-hint-active {
|
|
|
1529
1529
|
cursor: pointer;
|
|
1530
1530
|
transition: all 0.3s ease;
|
|
1531
1531
|
}
|
|
1532
|
-
.debug-result .thumbnail-section .thumbnail-image[data-v-
|
|
1532
|
+
.debug-result .thumbnail-section .thumbnail-image[data-v-9aa6bf54]:hover {
|
|
1533
1533
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
1534
1534
|
transform: scale(1.05);
|
|
1535
1535
|
}
|
|
1536
|
-
.debug-result .thumbnail-section .debug-time[data-v-
|
|
1536
|
+
.debug-result .thumbnail-section .debug-time[data-v-9aa6bf54] {
|
|
1537
1537
|
font-size: 12px;
|
|
1538
1538
|
color: #666;
|
|
1539
1539
|
text-align: left;
|
|
@@ -2918,22 +2918,22 @@ li.CodeMirror-hint-active {
|
|
|
2918
2918
|
}
|
|
2919
2919
|
|
|
2920
2920
|
|
|
2921
|
-
[data-v-
|
|
2921
|
+
[data-v-c3040d76] .ant-popover-inner-content {
|
|
2922
2922
|
width: 190px;
|
|
2923
2923
|
}
|
|
2924
|
-
[data-v-
|
|
2924
|
+
[data-v-c3040d76] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
2925
2925
|
width: calc(100% - 0px) !important;
|
|
2926
2926
|
}
|
|
2927
|
-
[data-v-
|
|
2927
|
+
[data-v-c3040d76] .ant-form-item-control {
|
|
2928
2928
|
height: 100%;
|
|
2929
2929
|
}
|
|
2930
2930
|
/***label对齐方式*/
|
|
2931
|
-
.custom_form_item .break[data-v-
|
|
2931
|
+
.custom_form_item .break[data-v-c3040d76] {
|
|
2932
2932
|
white-space: normal;
|
|
2933
2933
|
word-break: break-all;
|
|
2934
2934
|
word-wrap: break-word;
|
|
2935
2935
|
}
|
|
2936
|
-
.custom_form_item .align-between[data-v-
|
|
2936
|
+
.custom_form_item .align-between[data-v-c3040d76] {
|
|
2937
2937
|
white-space: normal;
|
|
2938
2938
|
word-break: break-all;
|
|
2939
2939
|
word-wrap: break-word;
|
|
@@ -2942,28 +2942,28 @@ li.CodeMirror-hint-active {
|
|
|
2942
2942
|
text-align-last: justify;
|
|
2943
2943
|
width: 80%;
|
|
2944
2944
|
}
|
|
2945
|
-
.custom_form_item .align-middle[data-v-
|
|
2945
|
+
.custom_form_item .align-middle[data-v-c3040d76] {
|
|
2946
2946
|
white-space: normal;
|
|
2947
2947
|
word-break: break-all;
|
|
2948
2948
|
word-wrap: break-word;
|
|
2949
2949
|
text-align: center;
|
|
2950
2950
|
width: 80%;
|
|
2951
2951
|
}
|
|
2952
|
-
.custom_form_item .align-left[data-v-
|
|
2952
|
+
.custom_form_item .align-left[data-v-c3040d76] {
|
|
2953
2953
|
white-space: normal;
|
|
2954
2954
|
word-break: break-all;
|
|
2955
2955
|
word-wrap: break-word;
|
|
2956
2956
|
text-align: left;
|
|
2957
2957
|
width: 80%;
|
|
2958
2958
|
}
|
|
2959
|
-
.custom_form_item .align-right[data-v-
|
|
2959
|
+
.custom_form_item .align-right[data-v-c3040d76] {
|
|
2960
2960
|
white-space: normal;
|
|
2961
2961
|
word-break: break-all;
|
|
2962
2962
|
word-wrap: break-word;
|
|
2963
2963
|
text-align: right;
|
|
2964
2964
|
width: 80%;
|
|
2965
2965
|
}
|
|
2966
|
-
.custom_form_item .align-center[data-v-
|
|
2966
|
+
.custom_form_item .align-center[data-v-c3040d76] {
|
|
2967
2967
|
white-space: normal;
|
|
2968
2968
|
word-break: break-all;
|
|
2969
2969
|
word-wrap: break-word;
|
|
@@ -2972,51 +2972,51 @@ li.CodeMirror-hint-active {
|
|
|
2972
2972
|
}
|
|
2973
2973
|
/***label对齐方式 */
|
|
2974
2974
|
/*****公共boder ****/
|
|
2975
|
-
[data-v-
|
|
2975
|
+
[data-v-c3040d76] .ant-form-item-control-wrapper {
|
|
2976
2976
|
border-bottom: 1px solid #000;
|
|
2977
2977
|
}
|
|
2978
|
-
[data-v-
|
|
2978
|
+
[data-v-c3040d76] .ant-form-item-label {
|
|
2979
2979
|
border-bottom: 1px solid #000;
|
|
2980
2980
|
}
|
|
2981
|
-
.verify-right[data-v-
|
|
2981
|
+
.verify-right[data-v-c3040d76] {
|
|
2982
2982
|
border-right: 1px solid #000;
|
|
2983
2983
|
}
|
|
2984
|
-
.custom_form_item_special[data-v-
|
|
2984
|
+
.custom_form_item_special[data-v-c3040d76] .ant-form-item-children {
|
|
2985
2985
|
height: 100%;
|
|
2986
2986
|
}
|
|
2987
2987
|
/*****公共boder ****/
|
|
2988
|
-
.custom_form_item_special[data-v-
|
|
2988
|
+
.custom_form_item_special[data-v-c3040d76] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
2989
2989
|
width: 100%;
|
|
2990
2990
|
}
|
|
2991
|
-
.verify-no-border input[data-v-
|
|
2992
|
-
.verify-no-border textarea[data-v-
|
|
2991
|
+
.verify-no-border input[data-v-c3040d76],
|
|
2992
|
+
.verify-no-border textarea[data-v-c3040d76] {
|
|
2993
2993
|
display: block;
|
|
2994
2994
|
background: none;
|
|
2995
2995
|
height: 90%;
|
|
2996
2996
|
width: 98%;
|
|
2997
2997
|
margin: 0 auto;
|
|
2998
2998
|
}
|
|
2999
|
-
.verify-no-border input[data-v-
|
|
3000
|
-
.verify-no-border textarea[data-v-
|
|
2999
|
+
.verify-no-border input[data-v-c3040d76]:disabled,
|
|
3000
|
+
.verify-no-border textarea[data-v-c3040d76]:disabled {
|
|
3001
3001
|
background: none !important;
|
|
3002
3002
|
color: #333;
|
|
3003
3003
|
}
|
|
3004
|
-
.verify[data-v-
|
|
3004
|
+
.verify[data-v-c3040d76] {
|
|
3005
3005
|
position: relative;
|
|
3006
3006
|
}
|
|
3007
|
-
.verify .inner-form-item[data-v-
|
|
3007
|
+
.verify .inner-form-item[data-v-c3040d76] .ant-form-item-control-wrapper {
|
|
3008
3008
|
border-bottom: none !important;
|
|
3009
3009
|
}
|
|
3010
|
-
.verify .inner-form-item[data-v-
|
|
3010
|
+
.verify .inner-form-item[data-v-c3040d76] .ant-form-item-children {
|
|
3011
3011
|
display: flex;
|
|
3012
3012
|
align-items: center;
|
|
3013
3013
|
justify-content: center;
|
|
3014
3014
|
width: 100%;
|
|
3015
3015
|
}
|
|
3016
|
-
.verify .inner-form-item[data-v-
|
|
3016
|
+
.verify .inner-form-item[data-v-c3040d76] .ant-form-item-children .textarea-wrapper {
|
|
3017
3017
|
width: 100%;
|
|
3018
3018
|
}
|
|
3019
|
-
.verify .verify-left[data-v-
|
|
3019
|
+
.verify .verify-left[data-v-c3040d76] {
|
|
3020
3020
|
position: absolute;
|
|
3021
3021
|
left: 0;
|
|
3022
3022
|
top: 0;
|
|
@@ -3027,62 +3027,62 @@ li.CodeMirror-hint-active {
|
|
|
3027
3027
|
-moz-text-align-last: justify;
|
|
3028
3028
|
text-align-last: justify;
|
|
3029
3029
|
}
|
|
3030
|
-
.verify .verify-right[data-v-
|
|
3030
|
+
.verify .verify-right[data-v-c3040d76] {
|
|
3031
3031
|
height: 100%;
|
|
3032
3032
|
width: 100%;
|
|
3033
3033
|
}
|
|
3034
|
-
.verify .verify-right .verify-text[data-v-
|
|
3034
|
+
.verify .verify-right .verify-text[data-v-c3040d76] {
|
|
3035
3035
|
position: relative;
|
|
3036
3036
|
height: 70%;
|
|
3037
3037
|
padding-top: 5px;
|
|
3038
3038
|
border-bottom: 1px solid #e6e6e6;
|
|
3039
3039
|
/* 仅历史记录里直接包裹 textarea 的 span,避免误伤字数统计等嵌套 span */
|
|
3040
3040
|
}
|
|
3041
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
3041
|
+
.verify .verify-right .verify-text .verify-btn[data-v-c3040d76] {
|
|
3042
3042
|
position: absolute;
|
|
3043
3043
|
right: 3%;
|
|
3044
3044
|
bottom: 2%;
|
|
3045
3045
|
z-index: 10;
|
|
3046
3046
|
}
|
|
3047
|
-
.verify .verify-right .verify-text > span[data-v-
|
|
3047
|
+
.verify .verify-right .verify-text > span[data-v-c3040d76] {
|
|
3048
3048
|
display: block;
|
|
3049
3049
|
border: none;
|
|
3050
3050
|
height: 100%;
|
|
3051
3051
|
}
|
|
3052
|
-
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-
|
|
3052
|
+
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-c3040d76] {
|
|
3053
3053
|
display: inline;
|
|
3054
3054
|
height: auto;
|
|
3055
3055
|
width: auto;
|
|
3056
3056
|
}
|
|
3057
|
-
.verify .verify-right .verify-seal[data-v-
|
|
3057
|
+
.verify .verify-right .verify-seal[data-v-c3040d76] {
|
|
3058
3058
|
position: absolute;
|
|
3059
3059
|
width: 35mm;
|
|
3060
3060
|
height: 35mm;
|
|
3061
3061
|
z-index: 9 !important;
|
|
3062
3062
|
}
|
|
3063
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
3063
|
+
.verify .verify-right .verify-seal img[data-v-c3040d76] {
|
|
3064
3064
|
width: 35mm;
|
|
3065
3065
|
height: 35mm;
|
|
3066
3066
|
}
|
|
3067
|
-
.verify .verify-right .verify-icon[data-v-
|
|
3067
|
+
.verify .verify-right .verify-icon[data-v-c3040d76] {
|
|
3068
3068
|
position: absolute;
|
|
3069
3069
|
right: 3%;
|
|
3070
3070
|
top: 3%;
|
|
3071
3071
|
z-index: 20;
|
|
3072
3072
|
cursor: pointer;
|
|
3073
3073
|
}
|
|
3074
|
-
.verify .verify-option[data-v-
|
|
3074
|
+
.verify .verify-option[data-v-c3040d76] {
|
|
3075
3075
|
display: flex;
|
|
3076
3076
|
height: 30%;
|
|
3077
3077
|
}
|
|
3078
|
-
.verify .verify-option > div[data-v-
|
|
3078
|
+
.verify .verify-option > div[data-v-c3040d76] {
|
|
3079
3079
|
flex: 1;
|
|
3080
3080
|
border-right: 1px solid #e6e6e6;
|
|
3081
3081
|
display: flex;
|
|
3082
3082
|
justify-content: space-between;
|
|
3083
3083
|
align-items: center;
|
|
3084
3084
|
}
|
|
3085
|
-
.verify .verify-option > div span[data-v-
|
|
3085
|
+
.verify .verify-option > div span[data-v-c3040d76] {
|
|
3086
3086
|
text-align: center;
|
|
3087
3087
|
flex: 2;
|
|
3088
3088
|
border-right: 1px solid #e6e6e6;
|
|
@@ -3091,31 +3091,34 @@ li.CodeMirror-hint-active {
|
|
|
3091
3091
|
align-items: center;
|
|
3092
3092
|
justify-content: center;
|
|
3093
3093
|
}
|
|
3094
|
-
.verify .verify-option > div span + span[data-v-
|
|
3095
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
3094
|
+
.verify .verify-option > div span + span[data-v-c3040d76],
|
|
3095
|
+
.verify .verify-option > div span + .inner-form-item[data-v-c3040d76] {
|
|
3096
3096
|
border-right: none;
|
|
3097
3097
|
flex: 4;
|
|
3098
3098
|
}
|
|
3099
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
3099
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-c3040d76]:last-child {
|
|
3100
3100
|
box-sizing: border-box;
|
|
3101
3101
|
padding: 1px;
|
|
3102
3102
|
}
|
|
3103
|
-
.verify .verify-option div[data-v-
|
|
3103
|
+
.verify .verify-option div[data-v-c3040d76]:last-child {
|
|
3104
3104
|
border-right: none;
|
|
3105
3105
|
}
|
|
3106
|
-
.is-current-verify[data-v-
|
|
3106
|
+
.is-current-verify[data-v-c3040d76] {
|
|
3107
3107
|
position: relative;
|
|
3108
3108
|
z-index: 2;
|
|
3109
3109
|
background: rgba(24, 144, 255, 0.06);
|
|
3110
3110
|
box-shadow: inset 4px 0 0 0 #1890ff, 0 0 0 2px #1890ff;
|
|
3111
3111
|
outline: none;
|
|
3112
3112
|
}
|
|
3113
|
-
.is-current-verify[data-v-
|
|
3113
|
+
.is-current-verify[data-v-c3040d76] .ant-form-item-label {
|
|
3114
3114
|
background: rgba(24, 144, 255, 0.08);
|
|
3115
3115
|
}
|
|
3116
|
-
.current-verify-badge[data-v-
|
|
3116
|
+
.current-verify-badge[data-v-c3040d76] {
|
|
3117
|
+
position: absolute;
|
|
3118
|
+
top: 6px;
|
|
3119
|
+
right: 8px;
|
|
3120
|
+
z-index: 3;
|
|
3117
3121
|
display: inline-block;
|
|
3118
|
-
margin-left: 6px;
|
|
3119
3122
|
padding: 0 6px;
|
|
3120
3123
|
height: 18px;
|
|
3121
3124
|
line-height: 18px;
|
|
@@ -3124,10 +3127,8 @@ li.CodeMirror-hint-active {
|
|
|
3124
3127
|
color: #fff;
|
|
3125
3128
|
background: #1890ff;
|
|
3126
3129
|
border-radius: 2px;
|
|
3127
|
-
vertical-align: middle;
|
|
3128
3130
|
white-space: nowrap;
|
|
3129
|
-
-
|
|
3130
|
-
text-align-last: auto;
|
|
3131
|
+
pointer-events: none;
|
|
3131
3132
|
}
|
|
3132
3133
|
|
|
3133
3134
|
.verify-com[data-v-2ed5d5a9] {
|
|
@@ -3639,32 +3640,32 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3639
3640
|
width: 100%;
|
|
3640
3641
|
}
|
|
3641
3642
|
|
|
3642
|
-
.option_row_header[data-v-
|
|
3643
|
+
.option_row_header[data-v-4b7eefef] {
|
|
3643
3644
|
background: #eee;
|
|
3644
3645
|
text-align: center;
|
|
3645
3646
|
line-height: 45px;
|
|
3646
3647
|
}
|
|
3647
|
-
.option_row[data-v-
|
|
3648
|
+
.option_row[data-v-4b7eefef] {
|
|
3648
3649
|
border-left: 1px solid #eee;
|
|
3649
3650
|
}
|
|
3650
|
-
.option_row .ant-col[data-v-
|
|
3651
|
+
.option_row .ant-col[data-v-4b7eefef] {
|
|
3651
3652
|
border-right: 1px solid #eee;
|
|
3652
3653
|
border-bottom: 1px solid #eee;
|
|
3653
3654
|
text-align: left;
|
|
3654
3655
|
height: 60px;
|
|
3655
3656
|
}
|
|
3656
|
-
.option_row .ant-col[data-v-
|
|
3657
|
+
.option_row .ant-col[data-v-4b7eefef]:not(.code-col) {
|
|
3657
3658
|
line-height: 60px;
|
|
3658
3659
|
text-align: center;
|
|
3659
3660
|
}
|
|
3660
|
-
.no-data[data-v-
|
|
3661
|
+
.no-data[data-v-4b7eefef] {
|
|
3661
3662
|
border: 1px solid #eee;
|
|
3662
3663
|
line-height: 45px;
|
|
3663
3664
|
text-align: center;
|
|
3664
3665
|
cursor: pointer;
|
|
3665
3666
|
color: #ccc;
|
|
3666
3667
|
}
|
|
3667
|
-
.delete[data-v-
|
|
3668
|
+
.delete[data-v-4b7eefef] {
|
|
3668
3669
|
color: #ff0000;
|
|
3669
3670
|
}
|
|
3670
3671
|
|
|
@@ -4098,13 +4099,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4098
4099
|
}
|
|
4099
4100
|
|
|
4100
4101
|
|
|
4101
|
-
[data-v-
|
|
4102
|
+
[data-v-1744be28] .ant-modal-content {
|
|
4102
4103
|
top: 0px !important;
|
|
4103
4104
|
}
|
|
4104
|
-
[data-v-
|
|
4105
|
+
[data-v-1744be28] .ant-modal-body {
|
|
4105
4106
|
padding: 20px 12px !important;
|
|
4106
4107
|
}
|
|
4107
|
-
.conference-room-content[data-v-
|
|
4108
|
+
.conference-room-content[data-v-1744be28] {
|
|
4108
4109
|
-webkit-user-select: none;
|
|
4109
4110
|
/* Safari */
|
|
4110
4111
|
-moz-user-select: none;
|
|
@@ -4113,71 +4114,71 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4113
4114
|
user-select: none;
|
|
4114
4115
|
/* 标准语法 */
|
|
4115
4116
|
}
|
|
4116
|
-
.conference-room-content .conference-room-content-hard[data-v-
|
|
4117
|
+
.conference-room-content .conference-room-content-hard[data-v-1744be28] {
|
|
4117
4118
|
display: flex;
|
|
4118
4119
|
justify-content: space-between;
|
|
4119
4120
|
align-items: center;
|
|
4120
4121
|
}
|
|
4121
|
-
.conference-room-content .conference-room-content-hard .left[data-v-
|
|
4122
|
+
.conference-room-content .conference-room-content-hard .left[data-v-1744be28] {
|
|
4122
4123
|
display: flex;
|
|
4123
4124
|
}
|
|
4124
|
-
.conference-room-content .conference-room-content-hard .left .left-date-type[data-v-
|
|
4125
|
+
.conference-room-content .conference-room-content-hard .left .left-date-type[data-v-1744be28] {
|
|
4125
4126
|
margin-right: 20px;
|
|
4126
4127
|
}
|
|
4127
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-
|
|
4128
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .anticon[data-v-1744be28] {
|
|
4128
4129
|
cursor: pointer;
|
|
4129
4130
|
color: #999;
|
|
4130
4131
|
}
|
|
4131
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-
|
|
4132
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-1744be28] .ant-input {
|
|
4132
4133
|
border: none;
|
|
4133
4134
|
text-align: center;
|
|
4134
4135
|
}
|
|
4135
|
-
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-
|
|
4136
|
+
.conference-room-content .conference-room-content-hard .left .left-date-content .left-date-content-show[data-v-1744be28] .anticon {
|
|
4136
4137
|
display: none;
|
|
4137
4138
|
}
|
|
4138
|
-
.conference-room-content .conference-room-content-hard .left .left-date-button[data-v-
|
|
4139
|
+
.conference-room-content .conference-room-content-hard .left .left-date-button[data-v-1744be28] {
|
|
4139
4140
|
display: flex;
|
|
4140
4141
|
align-items: center;
|
|
4141
4142
|
margin-left: 12px;
|
|
4142
4143
|
}
|
|
4143
|
-
.conference-room-content .conference-room-content-hard .right .right-content[data-v-
|
|
4144
|
+
.conference-room-content .conference-room-content-hard .right .right-content[data-v-1744be28] {
|
|
4144
4145
|
display: flex;
|
|
4145
4146
|
margin-right: 10px;
|
|
4146
4147
|
}
|
|
4147
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-
|
|
4148
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item[data-v-1744be28] {
|
|
4148
4149
|
display: flex;
|
|
4149
4150
|
margin-left: 20px;
|
|
4150
4151
|
align-items: center;
|
|
4151
4152
|
}
|
|
4152
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-
|
|
4153
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-0[data-v-1744be28] {
|
|
4153
4154
|
background-color: #D7F4DA;
|
|
4154
4155
|
width: 14px;
|
|
4155
4156
|
height: 14px;
|
|
4156
4157
|
border-radius: 7px 7px 7px 7px;
|
|
4157
4158
|
}
|
|
4158
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-
|
|
4159
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-1[data-v-1744be28] {
|
|
4159
4160
|
background-color: #FFD4AF;
|
|
4160
4161
|
width: 14px;
|
|
4161
4162
|
height: 14px;
|
|
4162
4163
|
border-radius: 7px 7px 7px 7px;
|
|
4163
4164
|
}
|
|
4164
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-
|
|
4165
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .color-2[data-v-1744be28] {
|
|
4165
4166
|
background-color: #FFB5B5;
|
|
4166
4167
|
width: 14px;
|
|
4167
4168
|
height: 14px;
|
|
4168
4169
|
border-radius: 7px 7px 7px 7px;
|
|
4169
4170
|
}
|
|
4170
|
-
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-
|
|
4171
|
+
.conference-room-content .conference-room-content-hard .right .right-content .right-content-item .text[data-v-1744be28] {
|
|
4171
4172
|
font-weight: 400;
|
|
4172
4173
|
font-size: 14px;
|
|
4173
4174
|
color: #333333;
|
|
4174
4175
|
margin-left: 6px;
|
|
4175
4176
|
}
|
|
4176
|
-
.conference-room-content .conference-room-body[data-v-
|
|
4177
|
+
.conference-room-content .conference-room-body[data-v-1744be28] {
|
|
4177
4178
|
margin-top: 16px;
|
|
4178
4179
|
display: flex;
|
|
4179
4180
|
}
|
|
4180
|
-
.conference-room-content .conference-room-body .conference-room-body-left[data-v-
|
|
4181
|
+
.conference-room-content .conference-room-body .conference-room-body-left[data-v-1744be28] {
|
|
4181
4182
|
width: 243px;
|
|
4182
4183
|
height: 559px;
|
|
4183
4184
|
background: #F5F9FF;
|
|
@@ -4185,60 +4186,60 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
4185
4186
|
border: 1px solid #ECECEC;
|
|
4186
4187
|
border-bottom: none;
|
|
4187
4188
|
}
|
|
4188
|
-
.table[data-v-
|
|
4189
|
+
.table[data-v-1744be28] {
|
|
4189
4190
|
width: 100%;
|
|
4190
4191
|
}
|
|
4191
|
-
.table tr td[data-v-
|
|
4192
|
-
.table tr th[data-v-
|
|
4192
|
+
.table tr td[data-v-1744be28]:first-child,
|
|
4193
|
+
.table tr th[data-v-1744be28]:first-child {
|
|
4193
4194
|
width: 243px;
|
|
4194
4195
|
background-color: #F5F9FF;
|
|
4195
4196
|
}
|
|
4196
|
-
.table td[data-v-
|
|
4197
|
-
.table th[data-v-
|
|
4197
|
+
.table td[data-v-1744be28],
|
|
4198
|
+
.table th[data-v-1744be28] {
|
|
4198
4199
|
border: 1px solid #f1f1f1;
|
|
4199
4200
|
padding: 5px;
|
|
4200
4201
|
vertical-align: middle;
|
|
4201
4202
|
text-align: center;
|
|
4202
4203
|
}
|
|
4203
|
-
.table td .ellipsis[data-v-
|
|
4204
|
-
.table th .ellipsis[data-v-
|
|
4204
|
+
.table td .ellipsis[data-v-1744be28],
|
|
4205
|
+
.table th .ellipsis[data-v-1744be28] {
|
|
4205
4206
|
overflow: hidden;
|
|
4206
4207
|
text-overflow: ellipsis;
|
|
4207
4208
|
white-space: nowrap;
|
|
4208
4209
|
width: 97%;
|
|
4209
4210
|
}
|
|
4210
|
-
.table .td-bg-0[data-v-
|
|
4211
|
+
.table .td-bg-0[data-v-1744be28] {
|
|
4211
4212
|
background-color: #fff;
|
|
4212
4213
|
cursor: not-allowed;
|
|
4213
4214
|
}
|
|
4214
|
-
.table .td-bg-0[data-v-
|
|
4215
|
+
.table .td-bg-0[data-v-1744be28]:hover {
|
|
4215
4216
|
background-color: #efefee;
|
|
4216
4217
|
}
|
|
4217
|
-
.table .td-bg-1[data-v-
|
|
4218
|
+
.table .td-bg-1[data-v-1744be28] {
|
|
4218
4219
|
background-color: #d7f4da;
|
|
4219
4220
|
cursor: pointer;
|
|
4220
4221
|
}
|
|
4221
|
-
.table .td-bg-1[data-v-
|
|
4222
|
+
.table .td-bg-1[data-v-1744be28]:hover {
|
|
4222
4223
|
background-color: rgba(215, 244, 218, 0.5);
|
|
4223
4224
|
}
|
|
4224
|
-
.table .td-bg-2[data-v-
|
|
4225
|
+
.table .td-bg-2[data-v-1744be28] {
|
|
4225
4226
|
background-color: #ffd4af;
|
|
4226
4227
|
cursor: pointer;
|
|
4227
4228
|
}
|
|
4228
|
-
.table .td-bg-2[data-v-
|
|
4229
|
+
.table .td-bg-2[data-v-1744be28]:hover {
|
|
4229
4230
|
background-color: rgba(255, 212, 175, 0.5);
|
|
4230
4231
|
}
|
|
4231
|
-
.table .td-bg-3[data-v-
|
|
4232
|
+
.table .td-bg-3[data-v-1744be28] {
|
|
4232
4233
|
background-color: #ffb5b5;
|
|
4233
4234
|
cursor: pointer;
|
|
4234
4235
|
}
|
|
4235
|
-
.table .td-bg-3[data-v-
|
|
4236
|
+
.table .td-bg-3[data-v-1744be28]:hover {
|
|
4236
4237
|
background-color: rgba(255, 181, 181, 0.5);
|
|
4237
4238
|
}
|
|
4238
|
-
.input-no-border[data-v-
|
|
4239
|
+
.input-no-border[data-v-1744be28] {
|
|
4239
4240
|
border: none;
|
|
4240
4241
|
}
|
|
4241
|
-
[data-v-
|
|
4242
|
+
[data-v-1744be28] .ant-table-body {
|
|
4242
4243
|
margin: 0 !important;
|
|
4243
4244
|
}
|
|
4244
4245
|
|
|
@@ -4283,7 +4284,7 @@ div {
|
|
|
4283
4284
|
}
|
|
4284
4285
|
|
|
4285
4286
|
|
|
4286
|
-
[data-v-
|
|
4287
|
+
[data-v-de3a3c7e] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
4287
4288
|
line-height: 5px !important;
|
|
4288
4289
|
}
|
|
4289
4290
|
|
|
@@ -4511,22 +4512,22 @@ div {
|
|
|
4511
4512
|
}
|
|
4512
4513
|
|
|
4513
4514
|
|
|
4514
|
-
[data-v-
|
|
4515
|
+
[data-v-83706112] .ant-popover-inner-content {
|
|
4515
4516
|
width: 190px;
|
|
4516
4517
|
}
|
|
4517
|
-
[data-v-
|
|
4518
|
+
[data-v-83706112] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
4518
4519
|
width: calc(100% - 0px) !important;
|
|
4519
4520
|
}
|
|
4520
|
-
[data-v-
|
|
4521
|
+
[data-v-83706112] .ant-form-item-control {
|
|
4521
4522
|
height: 100%;
|
|
4522
4523
|
}
|
|
4523
4524
|
/***label对齐方式*/
|
|
4524
|
-
.custom_form_item .break[data-v-
|
|
4525
|
+
.custom_form_item .break[data-v-83706112] {
|
|
4525
4526
|
white-space: normal;
|
|
4526
4527
|
word-break: break-all;
|
|
4527
4528
|
word-wrap: break-word;
|
|
4528
4529
|
}
|
|
4529
|
-
.custom_form_item .align-between[data-v-
|
|
4530
|
+
.custom_form_item .align-between[data-v-83706112] {
|
|
4530
4531
|
white-space: normal;
|
|
4531
4532
|
word-break: break-all;
|
|
4532
4533
|
word-wrap: break-word;
|
|
@@ -4535,28 +4536,28 @@ div {
|
|
|
4535
4536
|
text-align-last: justify;
|
|
4536
4537
|
width: 80%;
|
|
4537
4538
|
}
|
|
4538
|
-
.custom_form_item .align-middle[data-v-
|
|
4539
|
+
.custom_form_item .align-middle[data-v-83706112] {
|
|
4539
4540
|
white-space: normal;
|
|
4540
4541
|
word-break: break-all;
|
|
4541
4542
|
word-wrap: break-word;
|
|
4542
4543
|
text-align: center;
|
|
4543
4544
|
width: 80%;
|
|
4544
4545
|
}
|
|
4545
|
-
.custom_form_item .align-left[data-v-
|
|
4546
|
+
.custom_form_item .align-left[data-v-83706112] {
|
|
4546
4547
|
white-space: normal;
|
|
4547
4548
|
word-break: break-all;
|
|
4548
4549
|
word-wrap: break-word;
|
|
4549
4550
|
text-align: left;
|
|
4550
4551
|
width: 80%;
|
|
4551
4552
|
}
|
|
4552
|
-
.custom_form_item .align-right[data-v-
|
|
4553
|
+
.custom_form_item .align-right[data-v-83706112] {
|
|
4553
4554
|
white-space: normal;
|
|
4554
4555
|
word-break: break-all;
|
|
4555
4556
|
word-wrap: break-word;
|
|
4556
4557
|
text-align: right;
|
|
4557
4558
|
width: 80%;
|
|
4558
4559
|
}
|
|
4559
|
-
.custom_form_item .align-center[data-v-
|
|
4560
|
+
.custom_form_item .align-center[data-v-83706112] {
|
|
4560
4561
|
white-space: normal;
|
|
4561
4562
|
word-break: break-all;
|
|
4562
4563
|
word-wrap: break-word;
|
|
@@ -4565,52 +4566,52 @@ div {
|
|
|
4565
4566
|
}
|
|
4566
4567
|
/***label对齐方式 */
|
|
4567
4568
|
/*****公共boder ****/
|
|
4568
|
-
[data-v-
|
|
4569
|
+
[data-v-83706112] .ant-form-item-control-wrapper {
|
|
4569
4570
|
border-right: none !important;
|
|
4570
4571
|
border-bottom: 1px solid #000;
|
|
4571
4572
|
}
|
|
4572
|
-
[data-v-
|
|
4573
|
+
[data-v-83706112] .ant-form-item-label {
|
|
4573
4574
|
border-bottom: 1px solid #000;
|
|
4574
4575
|
}
|
|
4575
|
-
.verify-right[data-v-
|
|
4576
|
+
.verify-right[data-v-83706112] {
|
|
4576
4577
|
border-right: 1px solid #000;
|
|
4577
4578
|
}
|
|
4578
|
-
.custom_form_item_special[data-v-
|
|
4579
|
+
.custom_form_item_special[data-v-83706112] .ant-form-item-children {
|
|
4579
4580
|
height: 100%;
|
|
4580
4581
|
}
|
|
4581
4582
|
/*****公共boder ****/
|
|
4582
|
-
.custom_form_item_special[data-v-
|
|
4583
|
+
.custom_form_item_special[data-v-83706112] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
4583
4584
|
width: 100%;
|
|
4584
4585
|
}
|
|
4585
|
-
.verify-no-border input[data-v-
|
|
4586
|
-
.verify-no-border textarea[data-v-
|
|
4586
|
+
.verify-no-border input[data-v-83706112],
|
|
4587
|
+
.verify-no-border textarea[data-v-83706112] {
|
|
4587
4588
|
display: block;
|
|
4588
4589
|
background: none;
|
|
4589
4590
|
height: 90%;
|
|
4590
4591
|
width: 98%;
|
|
4591
4592
|
margin: 0 auto;
|
|
4592
4593
|
}
|
|
4593
|
-
.verify-no-border input[data-v-
|
|
4594
|
-
.verify-no-border textarea[data-v-
|
|
4594
|
+
.verify-no-border input[data-v-83706112]:disabled,
|
|
4595
|
+
.verify-no-border textarea[data-v-83706112]:disabled {
|
|
4595
4596
|
background: none !important;
|
|
4596
4597
|
color: #333;
|
|
4597
4598
|
}
|
|
4598
|
-
.verify[data-v-
|
|
4599
|
+
.verify[data-v-83706112] {
|
|
4599
4600
|
position: relative;
|
|
4600
4601
|
}
|
|
4601
|
-
.verify .inner-form-item[data-v-
|
|
4602
|
+
.verify .inner-form-item[data-v-83706112] .ant-form-item-control-wrapper {
|
|
4602
4603
|
border-bottom: none !important;
|
|
4603
4604
|
}
|
|
4604
|
-
.verify .inner-form-item[data-v-
|
|
4605
|
+
.verify .inner-form-item[data-v-83706112] .ant-form-item-children {
|
|
4605
4606
|
display: flex;
|
|
4606
4607
|
align-items: center;
|
|
4607
4608
|
justify-content: center;
|
|
4608
4609
|
width: 100%;
|
|
4609
4610
|
}
|
|
4610
|
-
.verify .inner-form-item[data-v-
|
|
4611
|
+
.verify .inner-form-item[data-v-83706112] .ant-form-item-children .textarea-wrapper {
|
|
4611
4612
|
width: 100%;
|
|
4612
4613
|
}
|
|
4613
|
-
.verify .verify-left[data-v-
|
|
4614
|
+
.verify .verify-left[data-v-83706112] {
|
|
4614
4615
|
position: absolute;
|
|
4615
4616
|
left: 0;
|
|
4616
4617
|
top: 0;
|
|
@@ -4621,63 +4622,63 @@ div {
|
|
|
4621
4622
|
-moz-text-align-last: justify;
|
|
4622
4623
|
text-align-last: justify;
|
|
4623
4624
|
}
|
|
4624
|
-
.verify .verify-right[data-v-
|
|
4625
|
+
.verify .verify-right[data-v-83706112] {
|
|
4625
4626
|
height: 100%;
|
|
4626
4627
|
width: 100%;
|
|
4627
4628
|
position: relative;
|
|
4628
4629
|
}
|
|
4629
|
-
.verify .verify-right .verify-text[data-v-
|
|
4630
|
+
.verify .verify-right .verify-text[data-v-83706112] {
|
|
4630
4631
|
position: relative;
|
|
4631
4632
|
height: 70%;
|
|
4632
4633
|
padding-top: 5px;
|
|
4633
4634
|
border-bottom: 1px solid #e6e6e6;
|
|
4634
4635
|
/* 仅历史记录里直接包裹 textarea 的 span,避免误伤字数统计等嵌套 span */
|
|
4635
4636
|
}
|
|
4636
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
4637
|
+
.verify .verify-right .verify-text .verify-btn[data-v-83706112] {
|
|
4637
4638
|
position: absolute;
|
|
4638
4639
|
right: 10px;
|
|
4639
4640
|
bottom: 10px;
|
|
4640
4641
|
z-index: 10;
|
|
4641
4642
|
}
|
|
4642
|
-
.verify .verify-right .verify-text > span[data-v-
|
|
4643
|
+
.verify .verify-right .verify-text > span[data-v-83706112] {
|
|
4643
4644
|
display: block;
|
|
4644
4645
|
border: none;
|
|
4645
4646
|
height: 100%;
|
|
4646
4647
|
}
|
|
4647
|
-
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-
|
|
4648
|
+
.verify .verify-right .verify-text .textarea-wrapper__count[data-v-83706112] {
|
|
4648
4649
|
display: inline;
|
|
4649
4650
|
height: auto;
|
|
4650
4651
|
width: auto;
|
|
4651
4652
|
}
|
|
4652
|
-
.verify .verify-right .verify-seal[data-v-
|
|
4653
|
+
.verify .verify-right .verify-seal[data-v-83706112] {
|
|
4653
4654
|
position: absolute;
|
|
4654
4655
|
width: 35mm;
|
|
4655
4656
|
height: 35mm;
|
|
4656
4657
|
z-index: 9 !important;
|
|
4657
4658
|
}
|
|
4658
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
4659
|
+
.verify .verify-right .verify-seal img[data-v-83706112] {
|
|
4659
4660
|
width: 35mm;
|
|
4660
4661
|
height: 35mm;
|
|
4661
4662
|
}
|
|
4662
|
-
.verify .verify-right .verify-icon[data-v-
|
|
4663
|
+
.verify .verify-right .verify-icon[data-v-83706112] {
|
|
4663
4664
|
position: absolute;
|
|
4664
4665
|
right: 3%;
|
|
4665
4666
|
top: 3%;
|
|
4666
4667
|
z-index: 20;
|
|
4667
4668
|
cursor: pointer;
|
|
4668
4669
|
}
|
|
4669
|
-
.verify .verify-option[data-v-
|
|
4670
|
+
.verify .verify-option[data-v-83706112] {
|
|
4670
4671
|
display: flex;
|
|
4671
4672
|
height: 30%;
|
|
4672
4673
|
}
|
|
4673
|
-
.verify .verify-option > div[data-v-
|
|
4674
|
+
.verify .verify-option > div[data-v-83706112] {
|
|
4674
4675
|
flex: 1;
|
|
4675
4676
|
border-right: 1px solid #e6e6e6;
|
|
4676
4677
|
display: flex;
|
|
4677
4678
|
justify-content: space-between;
|
|
4678
4679
|
align-items: center;
|
|
4679
4680
|
}
|
|
4680
|
-
.verify .verify-option > div span[data-v-
|
|
4681
|
+
.verify .verify-option > div span[data-v-83706112] {
|
|
4681
4682
|
text-align: center;
|
|
4682
4683
|
flex: 2;
|
|
4683
4684
|
border-right: 1px solid #e6e6e6;
|
|
@@ -4686,20 +4687,20 @@ div {
|
|
|
4686
4687
|
align-items: center;
|
|
4687
4688
|
justify-content: center;
|
|
4688
4689
|
}
|
|
4689
|
-
.verify .verify-option > div span + span[data-v-
|
|
4690
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
4690
|
+
.verify .verify-option > div span + span[data-v-83706112],
|
|
4691
|
+
.verify .verify-option > div span + .inner-form-item[data-v-83706112] {
|
|
4691
4692
|
border-right: none;
|
|
4692
4693
|
flex: 4;
|
|
4693
4694
|
}
|
|
4694
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
4695
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-83706112]:last-child {
|
|
4695
4696
|
box-sizing: border-box;
|
|
4696
4697
|
padding: 1px;
|
|
4697
4698
|
}
|
|
4698
|
-
.verify .verify-option div[data-v-
|
|
4699
|
+
.verify .verify-option div[data-v-83706112]:last-child {
|
|
4699
4700
|
border-right: none;
|
|
4700
4701
|
}
|
|
4701
|
-
[data-v-
|
|
4702
|
-
.verify-style_label_left[data-v-
|
|
4702
|
+
[data-v-83706112] .verify-style_label_left .ant-form-item-label label > div,
|
|
4703
|
+
.verify-style_label_left[data-v-83706112] .ant-form-item-label label > div {
|
|
4703
4704
|
align-self: center;
|
|
4704
4705
|
flex: 0 0 auto;
|
|
4705
4706
|
height: auto;
|
|
@@ -4707,24 +4708,24 @@ div {
|
|
|
4707
4708
|
align-items: center;
|
|
4708
4709
|
justify-content: center;
|
|
4709
4710
|
}
|
|
4710
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4711
|
+
.verify-style_label_top > .ant-form-item[data-v-83706112] {
|
|
4711
4712
|
display: flex;
|
|
4712
4713
|
flex-direction: column;
|
|
4713
4714
|
height: 100%;
|
|
4714
4715
|
}
|
|
4715
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4716
|
+
.verify-style_label_top > .ant-form-item[data-v-83706112] .verify-right {
|
|
4716
4717
|
height: 100% !important;
|
|
4717
4718
|
}
|
|
4718
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4719
|
+
.verify-style_label_top > .ant-form-item[data-v-83706112] .ant-form-item-label {
|
|
4719
4720
|
position: relative;
|
|
4720
4721
|
width: 100% !important;
|
|
4721
4722
|
height: 50px;
|
|
4722
4723
|
border-bottom: 1px solid #e6e6e6 !important;
|
|
4723
4724
|
}
|
|
4724
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4725
|
+
.verify-style_label_top > .ant-form-item[data-v-83706112] .ant-form-item-label label {
|
|
4725
4726
|
width: 100%;
|
|
4726
4727
|
}
|
|
4727
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4728
|
+
.verify-style_label_top > .ant-form-item[data-v-83706112] .ant-form-item-label .align-between {
|
|
4728
4729
|
width: 100% !important;
|
|
4729
4730
|
align-items: flex-start;
|
|
4730
4731
|
-moz-text-align-last: left;
|
|
@@ -4733,79 +4734,82 @@ div {
|
|
|
4733
4734
|
letter-spacing: 8px;
|
|
4734
4735
|
text-indent: 10px;
|
|
4735
4736
|
}
|
|
4736
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
4737
|
+
.verify-style_label_top > .ant-form-item[data-v-83706112] .ant-form-item-control-wrapper {
|
|
4737
4738
|
width: 100%!important;
|
|
4738
4739
|
height: initial !important;
|
|
4739
4740
|
flex: 1;
|
|
4740
4741
|
overflow: hidden;
|
|
4741
4742
|
}
|
|
4742
|
-
.verify-style_grid_verify[data-v-
|
|
4743
|
+
.verify-style_grid_verify[data-v-83706112] .verify .ant-form-item-control-wrapper {
|
|
4743
4744
|
border-right: none;
|
|
4744
4745
|
border-bottom: none;
|
|
4745
4746
|
}
|
|
4746
|
-
.verify-style_grid_verify[data-v-
|
|
4747
|
+
.verify-style_grid_verify[data-v-83706112] .verify .ant-form-item-label {
|
|
4747
4748
|
border-bottom: none;
|
|
4748
4749
|
}
|
|
4749
|
-
.verify-style_grid_verify .verify-style_label_top[data-v-
|
|
4750
|
+
.verify-style_grid_verify .verify-style_label_top[data-v-83706112] .ant-form-item-label {
|
|
4750
4751
|
border-right: none !important;
|
|
4751
4752
|
}
|
|
4752
|
-
.verify-style_grid_verify[data-v-
|
|
4753
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right {
|
|
4753
4754
|
border: none;
|
|
4754
4755
|
}
|
|
4755
|
-
.verify-style_grid_verify[data-v-
|
|
4756
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-text {
|
|
4756
4757
|
height: 50%;
|
|
4757
4758
|
}
|
|
4758
|
-
.verify-style_grid_verify[data-v-
|
|
4759
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option {
|
|
4759
4760
|
height: 50%;
|
|
4760
4761
|
flex-wrap: wrap;
|
|
4761
4762
|
display: grid;
|
|
4762
4763
|
grid-template-rows: repeat(2, 50%);
|
|
4763
4764
|
grid-template-columns: repeat(2, 50%);
|
|
4764
4765
|
}
|
|
4765
|
-
.verify-style_grid_verify[data-v-
|
|
4766
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div:first-child {
|
|
4766
4767
|
grid-area: 1 / span 1 / span 1;
|
|
4767
4768
|
}
|
|
4768
|
-
.verify-style_grid_verify[data-v-
|
|
4769
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div:nth-child(2) {
|
|
4769
4770
|
grid-area: 0.5 / span 1 / span 1;
|
|
4770
4771
|
}
|
|
4771
|
-
.verify-style_grid_verify[data-v-
|
|
4772
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div:nth-child(3) {
|
|
4772
4773
|
grid-area: 2 / span 2 / span 1;
|
|
4773
4774
|
}
|
|
4774
|
-
.verify-style_grid_verify[data-v-
|
|
4775
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div {
|
|
4775
4776
|
height: 100%;
|
|
4776
4777
|
box-sizing: border-box;
|
|
4777
4778
|
}
|
|
4778
|
-
.verify-style_grid_verify[data-v-
|
|
4779
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div > span:first-child {
|
|
4779
4780
|
flex: initial;
|
|
4780
4781
|
padding: 0 3px;
|
|
4781
4782
|
}
|
|
4782
|
-
.verify-style_grid_verify[data-v-
|
|
4783
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div span + span {
|
|
4783
4784
|
flex: 3;
|
|
4784
4785
|
overflow: hidden;
|
|
4785
4786
|
}
|
|
4786
|
-
.verify-style_grid_verify[data-v-
|
|
4787
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div:first-child {
|
|
4787
4788
|
flex: 0 1 calc(50% + 20px);
|
|
4788
4789
|
}
|
|
4789
|
-
.verify-style_grid_verify[data-v-
|
|
4790
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div:nth-child(2) {
|
|
4790
4791
|
border-right: none;
|
|
4791
4792
|
}
|
|
4792
|
-
.verify-style_grid_verify[data-v-
|
|
4793
|
+
.verify-style_grid_verify[data-v-83706112] .verify-right .verify-option > div:last-child {
|
|
4793
4794
|
flex: 0 0 100%;
|
|
4794
4795
|
border-top: 1px solid #e6e6e6;
|
|
4795
4796
|
}
|
|
4796
|
-
.is-current-verify[data-v-
|
|
4797
|
+
.is-current-verify[data-v-83706112] {
|
|
4797
4798
|
position: relative;
|
|
4798
4799
|
z-index: 2;
|
|
4799
4800
|
background: rgba(24, 144, 255, 0.06);
|
|
4800
4801
|
box-shadow: inset 4px 0 0 0 #1890ff, 0 0 0 2px #1890ff;
|
|
4801
4802
|
outline: none;
|
|
4802
4803
|
}
|
|
4803
|
-
.is-current-verify[data-v-
|
|
4804
|
+
.is-current-verify[data-v-83706112] .ant-form-item-label {
|
|
4804
4805
|
background: rgba(24, 144, 255, 0.08);
|
|
4805
4806
|
}
|
|
4806
|
-
.current-verify-badge[data-v-
|
|
4807
|
+
.current-verify-badge[data-v-83706112] {
|
|
4808
|
+
position: absolute;
|
|
4809
|
+
top: 6px;
|
|
4810
|
+
right: 8px;
|
|
4811
|
+
z-index: 3;
|
|
4807
4812
|
display: inline-block;
|
|
4808
|
-
margin-left: 6px;
|
|
4809
4813
|
padding: 0 6px;
|
|
4810
4814
|
height: 18px;
|
|
4811
4815
|
line-height: 18px;
|
|
@@ -4814,10 +4818,8 @@ div {
|
|
|
4814
4818
|
color: #fff;
|
|
4815
4819
|
background: #1890ff;
|
|
4816
4820
|
border-radius: 2px;
|
|
4817
|
-
vertical-align: middle;
|
|
4818
4821
|
white-space: nowrap;
|
|
4819
|
-
-
|
|
4820
|
-
text-align-last: auto;
|
|
4822
|
+
pointer-events: none;
|
|
4821
4823
|
}
|
|
4822
4824
|
|
|
4823
4825
|
.verifySelectDropDown .ant-empty-image svg {
|
|
@@ -5867,13 +5869,13 @@ div {
|
|
|
5867
5869
|
/***label对齐方式 */
|
|
5868
5870
|
|
|
5869
5871
|
|
|
5870
|
-
[data-v-
|
|
5872
|
+
[data-v-71b50199] .ant-select-selection--multiple .ant-select-selection__rendered {
|
|
5871
5873
|
line-height: 5px !important;
|
|
5872
5874
|
}
|
|
5873
|
-
[data-v-
|
|
5875
|
+
[data-v-71b50199] .m-colorPicker {
|
|
5874
5876
|
z-index: 2;
|
|
5875
5877
|
}
|
|
5876
|
-
[data-v-
|
|
5878
|
+
[data-v-71b50199] .m-colorPicker .colorBtn {
|
|
5877
5879
|
border: 1px solid #e3e3e3;
|
|
5878
5880
|
}
|
|
5879
5881
|
|