@fecp/designer 5.5.72 → 5.5.74
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/OptionConfig.vue.mjs +2 -2
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/FormSubmit.vue2.mjs +17 -8
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +14 -5
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -1
- package/es/designer/src/packages/formulaEditor/core/calculate.mjs +0 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +222 -95
- package/es/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.mjs +4 -4
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +6 -1
- package/es/packages/vue/src/components/bus/document/Document.vue.mjs +15 -1
- package/es/packages/vue/src/components/details/main/Main.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +46 -30
- package/es/packages/vue/src/components/forms/form/FormAnchorNav.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/RightAnchorNav.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +4 -3
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +2 -2
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +32 -4
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/OptionConfig.vue.js +2 -2
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/FormSubmit.vue2.js +17 -8
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +14 -5
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -1
- package/lib/designer/src/packages/formulaEditor/core/calculate.js +0 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +222 -95
- package/lib/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.js +3 -3
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +6 -1
- package/lib/packages/vue/src/components/bus/document/Document.vue.js +15 -1
- package/lib/packages/vue/src/components/details/main/Main.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +45 -29
- package/lib/packages/vue/src/components/forms/form/FormAnchorNav.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/form/RightAnchorNav.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +4 -3
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +2 -2
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +32 -4
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -910,11 +910,11 @@
|
|
|
910
910
|
.field-mapping-container .mapping-table .mapping-footer[data-v-a09f49c9] {
|
|
911
911
|
padding: 5px 12px;
|
|
912
912
|
text-align: left;
|
|
913
|
-
}.desc-content[data-v-
|
|
913
|
+
}.desc-content[data-v-1e21f9d9] {
|
|
914
914
|
display: flex;
|
|
915
915
|
flex-direction: column;
|
|
916
916
|
}
|
|
917
|
-
.condition-desc[data-v-
|
|
917
|
+
.condition-desc[data-v-1e21f9d9] {
|
|
918
918
|
font-size: 12px;
|
|
919
919
|
font-weight: initial;
|
|
920
920
|
color: #aaaaaa;
|
|
@@ -1389,29 +1389,29 @@
|
|
|
1389
1389
|
.vue-formula[data-v-432eb74e] .v-codemirror .cm-atomic-range .cm-cursor {
|
|
1390
1390
|
margin-left: 2px;
|
|
1391
1391
|
}
|
|
1392
|
-
.custom-options[data-v-
|
|
1392
|
+
.custom-options[data-v-fe7440f2] {
|
|
1393
1393
|
width: 100%;
|
|
1394
1394
|
display: flex;
|
|
1395
1395
|
flex-direction: column;
|
|
1396
1396
|
}
|
|
1397
|
-
.option-header[data-v-
|
|
1397
|
+
.option-header[data-v-fe7440f2] {
|
|
1398
1398
|
display: flex;
|
|
1399
1399
|
align-items: center;
|
|
1400
1400
|
gap: 8px;
|
|
1401
1401
|
padding: 0;
|
|
1402
1402
|
height: 24px;
|
|
1403
1403
|
}
|
|
1404
|
-
.option-header > span[data-v-
|
|
1404
|
+
.option-header > span[data-v-fe7440f2]:first-child {
|
|
1405
1405
|
width: 30px;
|
|
1406
1406
|
}
|
|
1407
|
-
.option-header .header-label[data-v-
|
|
1407
|
+
.option-header .header-label[data-v-fe7440f2] {
|
|
1408
1408
|
flex: 1;
|
|
1409
1409
|
font-size: 12px;
|
|
1410
1410
|
color: #909399;
|
|
1411
1411
|
font-weight: 500;
|
|
1412
1412
|
text-align: left;
|
|
1413
1413
|
}
|
|
1414
|
-
.option-header .icon-btn[data-v-
|
|
1414
|
+
.option-header .icon-btn[data-v-fe7440f2] {
|
|
1415
1415
|
width: 16px;
|
|
1416
1416
|
height: 16px;
|
|
1417
1417
|
border-radius: 4px;
|
|
@@ -1422,20 +1422,20 @@
|
|
|
1422
1422
|
font-size: 14px;
|
|
1423
1423
|
transition: all 0.3s;
|
|
1424
1424
|
}
|
|
1425
|
-
.option-header .icon-btn.add-btn[data-v-
|
|
1425
|
+
.option-header .icon-btn.add-btn[data-v-fe7440f2] {
|
|
1426
1426
|
background-color: #409eff;
|
|
1427
1427
|
color: white;
|
|
1428
1428
|
}
|
|
1429
|
-
.option-header .icon-btn.add-btn[data-v-
|
|
1429
|
+
.option-header .icon-btn.add-btn[data-v-fe7440f2]:hover {
|
|
1430
1430
|
background-color: #66b1ff;
|
|
1431
1431
|
}
|
|
1432
|
-
.option-item[data-v-
|
|
1432
|
+
.option-item[data-v-fe7440f2] {
|
|
1433
1433
|
display: flex;
|
|
1434
1434
|
align-items: center;
|
|
1435
1435
|
gap: 8px;
|
|
1436
1436
|
padding: 4px 0;
|
|
1437
1437
|
}
|
|
1438
|
-
.option-item .drag-handle[data-v-
|
|
1438
|
+
.option-item .drag-handle[data-v-fe7440f2] {
|
|
1439
1439
|
width: 30px;
|
|
1440
1440
|
display: flex;
|
|
1441
1441
|
justify-content: center;
|
|
@@ -1443,13 +1443,13 @@
|
|
|
1443
1443
|
cursor: move;
|
|
1444
1444
|
color: #c0c4cc;
|
|
1445
1445
|
}
|
|
1446
|
-
.option-item .drag-handle[data-v-
|
|
1446
|
+
.option-item .drag-handle[data-v-fe7440f2]:hover {
|
|
1447
1447
|
color: #909399;
|
|
1448
1448
|
}
|
|
1449
|
-
.option-item .el-input[data-v-
|
|
1449
|
+
.option-item .el-input[data-v-fe7440f2] {
|
|
1450
1450
|
flex: 1;
|
|
1451
1451
|
}
|
|
1452
|
-
.option-item .icon-btn[data-v-
|
|
1452
|
+
.option-item .icon-btn[data-v-fe7440f2] {
|
|
1453
1453
|
width: 16px;
|
|
1454
1454
|
height: 16px;
|
|
1455
1455
|
border-radius: 4px;
|
|
@@ -1460,35 +1460,35 @@
|
|
|
1460
1460
|
font-size: 14px;
|
|
1461
1461
|
transition: all 0.3s;
|
|
1462
1462
|
}
|
|
1463
|
-
.option-item .icon-btn.delete-btn[data-v-
|
|
1463
|
+
.option-item .icon-btn.delete-btn[data-v-fe7440f2] {
|
|
1464
1464
|
background-color: #f56c6c;
|
|
1465
1465
|
color: white;
|
|
1466
1466
|
}
|
|
1467
|
-
.option-item .icon-btn.delete-btn[data-v-
|
|
1467
|
+
.option-item .icon-btn.delete-btn[data-v-fe7440f2]:hover {
|
|
1468
1468
|
background-color: #f78989;
|
|
1469
1469
|
}
|
|
1470
|
-
.data-source-fields[data-v-
|
|
1470
|
+
.data-source-fields[data-v-fe7440f2] {
|
|
1471
1471
|
display: flex;
|
|
1472
1472
|
flex-direction: column;
|
|
1473
1473
|
gap: 8px;
|
|
1474
1474
|
margin-bottom: 18px;
|
|
1475
1475
|
}
|
|
1476
|
-
.data-source-fields .field-item[data-v-
|
|
1476
|
+
.data-source-fields .field-item[data-v-fe7440f2] {
|
|
1477
1477
|
display: flex;
|
|
1478
1478
|
align-items: center;
|
|
1479
1479
|
gap: 8px;
|
|
1480
1480
|
}
|
|
1481
|
-
.data-source-fields .field-item .field-label[data-v-
|
|
1481
|
+
.data-source-fields .field-item .field-label[data-v-fe7440f2] {
|
|
1482
1482
|
width: 80px;
|
|
1483
1483
|
font-size: 12px;
|
|
1484
1484
|
color: #606266;
|
|
1485
1485
|
text-align: right;
|
|
1486
1486
|
flex-shrink: 0;
|
|
1487
1487
|
}
|
|
1488
|
-
.data-source-fields .field-item .field-label[data-v-
|
|
1488
|
+
.data-source-fields .field-item .field-label[data-v-fe7440f2]::after {
|
|
1489
1489
|
content: ":";
|
|
1490
1490
|
}
|
|
1491
|
-
.data-source-fields .field-item .el-input[data-v-
|
|
1491
|
+
.data-source-fields .field-item .el-input[data-v-fe7440f2] {
|
|
1492
1492
|
flex: 1;
|
|
1493
1493
|
}.el-dropdown-link[data-v-64aef55e] {
|
|
1494
1494
|
cursor: pointer;
|
|
@@ -3249,17 +3249,17 @@ to {
|
|
|
3249
3249
|
width: 100%;
|
|
3250
3250
|
}
|
|
3251
3251
|
|
|
3252
|
-
.collapse-header[data-v-
|
|
3252
|
+
.collapse-header[data-v-1834d1bb] {
|
|
3253
3253
|
display: flex;
|
|
3254
3254
|
align-items: center;
|
|
3255
3255
|
justify-content: space-between;
|
|
3256
3256
|
width: 100%;
|
|
3257
3257
|
padding-right: 20px;
|
|
3258
3258
|
}
|
|
3259
|
-
.setting[data-v-
|
|
3259
|
+
.setting[data-v-1834d1bb] .el-collapse-item__content {
|
|
3260
3260
|
position: relative;
|
|
3261
3261
|
}
|
|
3262
|
-
.field-type-select[data-v-
|
|
3262
|
+
.field-type-select[data-v-1834d1bb] {
|
|
3263
3263
|
position: absolute;
|
|
3264
3264
|
top: 11px;
|
|
3265
3265
|
right: 16px;
|
|
@@ -3270,41 +3270,41 @@ to {
|
|
|
3270
3270
|
transition: all 0.3s;
|
|
3271
3271
|
border-radius: 4px;
|
|
3272
3272
|
}
|
|
3273
|
-
.field-type-select[data-v-
|
|
3273
|
+
.field-type-select[data-v-1834d1bb] .el-select__wrapper {
|
|
3274
3274
|
background: transparent;
|
|
3275
3275
|
box-shadow: none;
|
|
3276
3276
|
}
|
|
3277
|
-
.field-type-select[data-v-
|
|
3277
|
+
.field-type-select[data-v-1834d1bb] .el-select__selected-item {
|
|
3278
3278
|
text-align: center;
|
|
3279
3279
|
}
|
|
3280
|
-
.width-input[data-v-
|
|
3280
|
+
.width-input[data-v-1834d1bb] {
|
|
3281
3281
|
width: 100%;
|
|
3282
3282
|
}
|
|
3283
|
-
.data-source-fields[data-v-
|
|
3283
|
+
.data-source-fields[data-v-1834d1bb] {
|
|
3284
3284
|
display: flex;
|
|
3285
3285
|
flex-direction: column;
|
|
3286
3286
|
gap: 8px;
|
|
3287
3287
|
margin-bottom: 18px;
|
|
3288
3288
|
}
|
|
3289
|
-
.data-source-fields .field-item[data-v-
|
|
3289
|
+
.data-source-fields .field-item[data-v-1834d1bb] {
|
|
3290
3290
|
display: flex;
|
|
3291
3291
|
align-items: center;
|
|
3292
3292
|
gap: 8px;
|
|
3293
3293
|
}
|
|
3294
|
-
.data-source-fields .field-item .field-label[data-v-
|
|
3294
|
+
.data-source-fields .field-item .field-label[data-v-1834d1bb] {
|
|
3295
3295
|
width: 80px;
|
|
3296
3296
|
font-size: 13px;
|
|
3297
3297
|
color: #606266;
|
|
3298
3298
|
text-align: right;
|
|
3299
3299
|
flex-shrink: 0;
|
|
3300
3300
|
}
|
|
3301
|
-
.data-source-fields .field-item .field-label[data-v-
|
|
3301
|
+
.data-source-fields .field-item .field-label[data-v-1834d1bb]::after {
|
|
3302
3302
|
content: ":";
|
|
3303
3303
|
}
|
|
3304
|
-
.data-source-fields .field-item .el-input[data-v-
|
|
3304
|
+
.data-source-fields .field-item .el-input[data-v-1834d1bb] {
|
|
3305
3305
|
flex: 1;
|
|
3306
3306
|
}
|
|
3307
|
-
[data-v-
|
|
3307
|
+
[data-v-1834d1bb] .el-form-item__content {
|
|
3308
3308
|
flex-wrap: wrap !important;
|
|
3309
3309
|
}
|
|
3310
3310
|
.buttons-table[data-v-f81c0a82] {
|
|
@@ -5513,7 +5513,7 @@ body,
|
|
|
5513
5513
|
flex-grow: 1;
|
|
5514
5514
|
margin-left: 10px;
|
|
5515
5515
|
background-image: linear-gradient(to right, #dedede, transparent, transparent);
|
|
5516
|
-
}.fec-h2[data-v-
|
|
5516
|
+
}.fec-h2[data-v-e871241a] {
|
|
5517
5517
|
width: 100%;
|
|
5518
5518
|
height: 100%;
|
|
5519
5519
|
display: flex;
|
|
@@ -5525,7 +5525,7 @@ body,
|
|
|
5525
5525
|
top: 50%;
|
|
5526
5526
|
transform: translateY(-50%);
|
|
5527
5527
|
}
|
|
5528
|
-
.fec-h2 .fec-label-line[data-v-
|
|
5528
|
+
.fec-h2 .fec-label-line[data-v-e871241a] {
|
|
5529
5529
|
width: 4px;
|
|
5530
5530
|
height: 100%;
|
|
5531
5531
|
background-color: var(--el-color-primary);
|
|
@@ -5534,23 +5534,23 @@ body,
|
|
|
5534
5534
|
border-top-left-radius: 2px;
|
|
5535
5535
|
border-bottom-left-radius: 2px;
|
|
5536
5536
|
}
|
|
5537
|
-
.fec-h2 .fec-label[data-v-
|
|
5537
|
+
.fec-h2 .fec-label[data-v-e871241a] {
|
|
5538
5538
|
display: flex;
|
|
5539
5539
|
align-items: flex-end;
|
|
5540
5540
|
}
|
|
5541
|
-
.fec-h2 .fec-label .fec-label-title[data-v-
|
|
5541
|
+
.fec-h2 .fec-label .fec-label-title[data-v-e871241a] {
|
|
5542
5542
|
font-size: 16px;
|
|
5543
5543
|
font-weight: 700;
|
|
5544
5544
|
color: #1a1a1a;
|
|
5545
5545
|
margin: 0 8px;
|
|
5546
5546
|
}
|
|
5547
|
-
.fec-h2 .fec-label .fec-label-sub-title[data-v-
|
|
5547
|
+
.fec-h2 .fec-label .fec-label-sub-title[data-v-e871241a] {
|
|
5548
5548
|
font-size: 12px;
|
|
5549
5549
|
color: #606266;
|
|
5550
5550
|
font-weight: 500;
|
|
5551
5551
|
margin-left: 12px;
|
|
5552
5552
|
}
|
|
5553
|
-
.fec-h2 .fec-buttons[data-v-
|
|
5553
|
+
.fec-h2 .fec-buttons[data-v-e871241a] {
|
|
5554
5554
|
margin-right: 12px;
|
|
5555
5555
|
flex: 1;
|
|
5556
5556
|
display: flex;
|
|
@@ -6093,22 +6093,22 @@ body,
|
|
|
6093
6093
|
outline: none;
|
|
6094
6094
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
6095
6095
|
}
|
|
6096
|
-
.info-icon[data-v-
|
|
6096
|
+
.info-icon[data-v-08a3d7ce] {
|
|
6097
6097
|
margin-left: 4px;
|
|
6098
6098
|
color: #f5b041;
|
|
6099
6099
|
cursor: help;
|
|
6100
6100
|
font-size: 14px;
|
|
6101
6101
|
pointer-events: all;
|
|
6102
6102
|
}
|
|
6103
|
-
.credit-icon[data-v-
|
|
6103
|
+
.credit-icon[data-v-08a3d7ce] {
|
|
6104
6104
|
color: #2e8bff;
|
|
6105
6105
|
margin-right: 2px;
|
|
6106
6106
|
}
|
|
6107
|
-
.regulation-icon[data-v-
|
|
6107
|
+
.regulation-icon[data-v-08a3d7ce] {
|
|
6108
6108
|
color: #f56c6c;
|
|
6109
6109
|
margin-right: 2px;
|
|
6110
6110
|
}
|
|
6111
|
-
[data-v-
|
|
6111
|
+
[data-v-08a3d7ce] .el-form-item__content {
|
|
6112
6112
|
margin: 0 !important;
|
|
6113
6113
|
}
|
|
6114
6114
|
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-a55fc4ab] {
|
|
@@ -6160,10 +6160,13 @@ body,
|
|
|
6160
6160
|
display: flex;
|
|
6161
6161
|
align-items: flex-end;
|
|
6162
6162
|
}
|
|
6163
|
-
.fec-el-main[data-v-
|
|
6163
|
+
.fec-el-main[data-v-0d3ae9b5] {
|
|
6164
6164
|
padding: 0;
|
|
6165
6165
|
background-color: #fff;
|
|
6166
6166
|
display: flex;
|
|
6167
|
+
}
|
|
6168
|
+
[data-v-0d3ae9b5] .el-scrollbar__bar.is-horizontal {
|
|
6169
|
+
display: none !important;
|
|
6167
6170
|
}
|
|
6168
6171
|
|
|
6169
6172
|
.form-details-footer[data-v-deabd2d2] {
|
|
@@ -6181,11 +6184,11 @@ body,
|
|
|
6181
6184
|
width: 80px;
|
|
6182
6185
|
font-size: var(--el-font-size-extra-small);
|
|
6183
6186
|
}
|
|
6184
|
-
.fec-form-nav[data-v-
|
|
6187
|
+
.fec-form-nav[data-v-fe427ccb] {
|
|
6185
6188
|
background: #fff;
|
|
6186
6189
|
padding: 0 20px;
|
|
6187
6190
|
}
|
|
6188
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6191
|
+
.fec-form-nav .fec-form-links[data-v-fe427ccb] {
|
|
6189
6192
|
display: flex;
|
|
6190
6193
|
flex-wrap: wrap;
|
|
6191
6194
|
padding: 6px 0;
|
|
@@ -6193,12 +6196,12 @@ body,
|
|
|
6193
6196
|
flex-direction: row;
|
|
6194
6197
|
border-bottom: 1px solid #e4e7ed;
|
|
6195
6198
|
}
|
|
6196
|
-
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-
|
|
6199
|
+
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-fe427ccb] {
|
|
6197
6200
|
padding: 0;
|
|
6198
6201
|
text-decoration: none;
|
|
6199
6202
|
flex-shrink: 0;
|
|
6200
6203
|
}
|
|
6201
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6204
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-fe427ccb] {
|
|
6202
6205
|
display: inline-flex;
|
|
6203
6206
|
align-items: center;
|
|
6204
6207
|
padding: 5px 12px;
|
|
@@ -6209,35 +6212,35 @@ body,
|
|
|
6209
6212
|
cursor: pointer;
|
|
6210
6213
|
white-space: nowrap;
|
|
6211
6214
|
}
|
|
6212
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6215
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-fe427ccb]:hover {
|
|
6213
6216
|
color: #303133;
|
|
6214
6217
|
}
|
|
6215
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-
|
|
6218
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-fe427ccb] {
|
|
6216
6219
|
color: inherit;
|
|
6217
6220
|
}
|
|
6218
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-
|
|
6221
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-fe427ccb] {
|
|
6219
6222
|
margin-left: 2px;
|
|
6220
6223
|
font-size: 12px;
|
|
6221
6224
|
color: #c0c4cc;
|
|
6222
6225
|
}
|
|
6223
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-
|
|
6226
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-fe427ccb] {
|
|
6224
6227
|
color: var(--el-color-primary);
|
|
6225
6228
|
background: #ecf5ff;
|
|
6226
6229
|
font-weight: 500;
|
|
6227
6230
|
}
|
|
6228
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-
|
|
6231
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-fe427ccb] {
|
|
6229
6232
|
color: var(--el-color-primary);
|
|
6230
|
-
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-
|
|
6233
|
+
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-8e0e370c] .el-anchor__link:focus {
|
|
6231
6234
|
color: #909399;
|
|
6232
6235
|
}
|
|
6233
|
-
[data-v-
|
|
6236
|
+
[data-v-8e0e370c] .el-anchor__link:hover {
|
|
6234
6237
|
color: #303133;
|
|
6235
6238
|
}
|
|
6236
|
-
[data-v-
|
|
6239
|
+
[data-v-8e0e370c] .el-anchor__link.is-active {
|
|
6237
6240
|
/* color: var(--el-anchor-color); */
|
|
6238
6241
|
color: var(--el-color-primary);
|
|
6239
6242
|
}
|
|
6240
|
-
.anchor-nav[data-v-
|
|
6243
|
+
.anchor-nav[data-v-8e0e370c] {
|
|
6241
6244
|
background: #fff;
|
|
6242
6245
|
border-radius: 4px;
|
|
6243
6246
|
padding: 16px;
|
|
@@ -6245,7 +6248,7 @@ body,
|
|
|
6245
6248
|
top: 0px;
|
|
6246
6249
|
height: 100%;
|
|
6247
6250
|
}
|
|
6248
|
-
.label-line[data-v-
|
|
6251
|
+
.label-line[data-v-8e0e370c] {
|
|
6249
6252
|
width: 4px;
|
|
6250
6253
|
height: 16px;
|
|
6251
6254
|
background-color: var(--el-color-primary);
|
|
@@ -6253,7 +6256,7 @@ body,
|
|
|
6253
6256
|
margin-right: 10px;
|
|
6254
6257
|
border-radius: 2px;
|
|
6255
6258
|
}
|
|
6256
|
-
.anchor-title[data-v-
|
|
6259
|
+
.anchor-title[data-v-8e0e370c] {
|
|
6257
6260
|
font-size: 18px;
|
|
6258
6261
|
font-weight: bold;
|
|
6259
6262
|
color: #303133;
|
|
@@ -6263,10 +6266,14 @@ body,
|
|
|
6263
6266
|
align-items: center;
|
|
6264
6267
|
flex-wrap: nowrap;
|
|
6265
6268
|
}
|
|
6266
|
-
.fec-form[data-v-
|
|
6269
|
+
.fec-form[data-v-318c562a] {
|
|
6267
6270
|
height: 100%;
|
|
6268
6271
|
}
|
|
6269
|
-
.fec-form
|
|
6272
|
+
.fec-form.inMinApp[data-v-318c562a] {
|
|
6273
|
+
height: 0px;
|
|
6274
|
+
flex: 1;
|
|
6275
|
+
}
|
|
6276
|
+
.fec-form-col[data-v-318c562a] {
|
|
6270
6277
|
padding: 0px !important;
|
|
6271
6278
|
display: flex !important;
|
|
6272
6279
|
flex-direction: column;
|
|
@@ -6275,22 +6282,22 @@ body,
|
|
|
6275
6282
|
overflow: hidden;
|
|
6276
6283
|
flex: auto !important;
|
|
6277
6284
|
}
|
|
6278
|
-
[data-v-
|
|
6285
|
+
[data-v-318c562a] .vgl-layout {
|
|
6279
6286
|
position: relative;
|
|
6280
6287
|
}
|
|
6281
|
-
[data-v-
|
|
6288
|
+
[data-v-318c562a] .vgl-item {
|
|
6282
6289
|
transition: none;
|
|
6283
6290
|
}
|
|
6284
|
-
[data-v-
|
|
6291
|
+
[data-v-318c562a] .vgl-item > .el-form-item {
|
|
6285
6292
|
width: 100%;
|
|
6286
6293
|
padding: 6px 8px 0 8px;
|
|
6287
6294
|
height: calc(100% - 15px);
|
|
6288
6295
|
display: flex;
|
|
6289
6296
|
}
|
|
6290
|
-
[data-v-
|
|
6297
|
+
[data-v-318c562a] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6291
6298
|
flex-direction: column;
|
|
6292
6299
|
}
|
|
6293
|
-
[data-v-
|
|
6300
|
+
[data-v-318c562a] .vgl-item > .el-form-item .el-form-item__label {
|
|
6294
6301
|
line-height: 20px;
|
|
6295
6302
|
display: inline-flex;
|
|
6296
6303
|
align-items: center;
|
|
@@ -6304,107 +6311,107 @@ body,
|
|
|
6304
6311
|
flex-shrink: 0;
|
|
6305
6312
|
min-height: 45px;
|
|
6306
6313
|
}
|
|
6307
|
-
[data-v-
|
|
6314
|
+
[data-v-318c562a] .vgl-item > .el-form-item {
|
|
6308
6315
|
/* .el-form-item__error {
|
|
6309
6316
|
padding-top: 10px;
|
|
6310
6317
|
} */
|
|
6311
6318
|
}
|
|
6312
|
-
[data-v-
|
|
6319
|
+
[data-v-318c562a] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6313
6320
|
padding: 1px 12px;
|
|
6314
6321
|
}
|
|
6315
|
-
[data-v-
|
|
6322
|
+
[data-v-318c562a] .vgl-item > .el-container {
|
|
6316
6323
|
height: auto !important;
|
|
6317
6324
|
}
|
|
6318
6325
|
@media (min-width: 1720px) {
|
|
6319
|
-
[data-v-
|
|
6326
|
+
[data-v-318c562a] .vgl-item .el-form-item__label {
|
|
6320
6327
|
max-width: 160px !important;
|
|
6321
6328
|
}
|
|
6322
|
-
[data-v-
|
|
6329
|
+
[data-v-318c562a] .vgl-item .el-form-item {
|
|
6323
6330
|
padding: 6px 8px 0 8px !important;
|
|
6324
6331
|
}
|
|
6325
|
-
[data-v-
|
|
6332
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-input__wrapper {
|
|
6326
6333
|
padding: 1px 12px;
|
|
6327
6334
|
}
|
|
6328
|
-
[data-v-
|
|
6335
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-select__wrapper {
|
|
6329
6336
|
padding: 8px 12px;
|
|
6330
6337
|
}
|
|
6331
|
-
.fec-el-form[data-v-
|
|
6338
|
+
.fec-el-form[data-v-318c562a] {
|
|
6332
6339
|
padding: 12px !important;
|
|
6333
6340
|
}
|
|
6334
6341
|
}
|
|
6335
6342
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6336
6343
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6337
|
-
[data-v-
|
|
6344
|
+
[data-v-318c562a] .vgl-item .el-form-item__label {
|
|
6338
6345
|
max-width: 130px !important;
|
|
6339
6346
|
padding-right: 6px !important;
|
|
6340
6347
|
}
|
|
6341
|
-
[data-v-
|
|
6348
|
+
[data-v-318c562a] .vgl-item .el-form-item {
|
|
6342
6349
|
padding: 6px 0 0 0 !important;
|
|
6343
6350
|
}
|
|
6344
|
-
[data-v-
|
|
6351
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-input__wrapper {
|
|
6345
6352
|
padding: 1px 8px;
|
|
6346
6353
|
}
|
|
6347
|
-
[data-v-
|
|
6354
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-select__wrapper {
|
|
6348
6355
|
padding: 8px 8px;
|
|
6349
6356
|
}
|
|
6350
|
-
.fec-el-form[data-v-
|
|
6357
|
+
.fec-el-form[data-v-318c562a] {
|
|
6351
6358
|
padding: 8px !important;
|
|
6352
6359
|
}
|
|
6353
6360
|
}
|
|
6354
6361
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6355
6362
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6356
|
-
[data-v-
|
|
6363
|
+
[data-v-318c562a] .vgl-item .el-form-item__label {
|
|
6357
6364
|
max-width: 125px !important;
|
|
6358
6365
|
padding-right: 4px !important;
|
|
6359
6366
|
}
|
|
6360
|
-
[data-v-
|
|
6367
|
+
[data-v-318c562a] .vgl-item .el-form-item {
|
|
6361
6368
|
padding: 0 !important;
|
|
6362
6369
|
}
|
|
6363
|
-
[data-v-
|
|
6370
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-input__wrapper {
|
|
6364
6371
|
padding: 1px 6px;
|
|
6365
6372
|
}
|
|
6366
|
-
[data-v-
|
|
6373
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-select__wrapper {
|
|
6367
6374
|
padding: 8px 6px;
|
|
6368
6375
|
}
|
|
6369
|
-
.fec-el-form[data-v-
|
|
6376
|
+
.fec-el-form[data-v-318c562a] {
|
|
6370
6377
|
padding: 6px !important;
|
|
6371
6378
|
}
|
|
6372
6379
|
}
|
|
6373
6380
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6374
6381
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6375
|
-
[data-v-
|
|
6382
|
+
[data-v-318c562a] .vgl-item .el-form-item__label {
|
|
6376
6383
|
max-width: 100px !important;
|
|
6377
6384
|
padding-right: 4px !important;
|
|
6378
6385
|
}
|
|
6379
|
-
[data-v-
|
|
6386
|
+
[data-v-318c562a] .vgl-item .el-form-item {
|
|
6380
6387
|
padding: 0 !important;
|
|
6381
6388
|
}
|
|
6382
|
-
[data-v-
|
|
6389
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-input__wrapper {
|
|
6383
6390
|
padding: 1px 4px;
|
|
6384
6391
|
}
|
|
6385
|
-
[data-v-
|
|
6392
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-select__wrapper {
|
|
6386
6393
|
padding: 8px 4px;
|
|
6387
6394
|
}
|
|
6388
|
-
.fec-el-form[data-v-
|
|
6395
|
+
.fec-el-form[data-v-318c562a] {
|
|
6389
6396
|
padding: 6px !important;
|
|
6390
6397
|
}
|
|
6391
6398
|
}
|
|
6392
6399
|
/* 超小屏 <768px */
|
|
6393
6400
|
@media (max-width: 767px) {
|
|
6394
|
-
[data-v-
|
|
6401
|
+
[data-v-318c562a] .vgl-item .el-form-item__label {
|
|
6395
6402
|
max-width: 80px !important;
|
|
6396
6403
|
padding-right: 4px !important;
|
|
6397
6404
|
}
|
|
6398
|
-
[data-v-
|
|
6405
|
+
[data-v-318c562a] .vgl-item .el-form-item {
|
|
6399
6406
|
padding: 0 !important;
|
|
6400
6407
|
}
|
|
6401
|
-
[data-v-
|
|
6408
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-input__wrapper {
|
|
6402
6409
|
padding: 1px 2px;
|
|
6403
6410
|
}
|
|
6404
|
-
[data-v-
|
|
6411
|
+
[data-v-318c562a] .vgl-item .el-form-item .el-select__wrapper {
|
|
6405
6412
|
padding: 8px 2px;
|
|
6406
6413
|
}
|
|
6407
|
-
.fec-el-form[data-v-
|
|
6414
|
+
.fec-el-form[data-v-318c562a] {
|
|
6408
6415
|
padding: 6px !important;
|
|
6409
6416
|
}
|
|
6410
6417
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -7597,13 +7604,133 @@ body,
|
|
|
7597
7604
|
flex-grow: 1;
|
|
7598
7605
|
margin-left: 8px;
|
|
7599
7606
|
background-image: linear-gradient(to right, #dedede, transparent, transparent);
|
|
7600
|
-
}.van-action-bar[data-v-
|
|
7607
|
+
}.van-action-bar[data-v-08956b7c] {
|
|
7601
7608
|
position: relative;
|
|
7602
7609
|
height: auto;
|
|
7603
7610
|
min-height: 56px;
|
|
7604
7611
|
padding-top: 8px;
|
|
7605
7612
|
display: flex;
|
|
7606
7613
|
align-items: flex-start;
|
|
7614
|
+
gap: 8px;
|
|
7615
|
+
}
|
|
7616
|
+
.van-action-bar[data-v-08956b7c] .van-action-bar-button {
|
|
7617
|
+
border-radius: var(--van-radius-max);
|
|
7618
|
+
}
|
|
7619
|
+
.icon-green[data-v-08956b7c] {
|
|
7620
|
+
background: linear-gradient(135deg, #00d2a0 0%, #1aad7d 100%);
|
|
7621
|
+
color: #fff;
|
|
7622
|
+
}
|
|
7623
|
+
.icon-blue[data-v-08956b7c] {
|
|
7624
|
+
background: linear-gradient(135deg, #5d8bff 0%, #2d5ce0 100%);
|
|
7625
|
+
color: #fff;
|
|
7626
|
+
}
|
|
7627
|
+
.icon-orange[data-v-08956b7c] {
|
|
7628
|
+
background: linear-gradient(135deg, #ff7043 0%, #e64a19 100%);
|
|
7629
|
+
color: #fff;
|
|
7630
|
+
}
|
|
7631
|
+
.icon-red[data-v-08956b7c] {
|
|
7632
|
+
background: linear-gradient(135deg, #ff5252 0%, #d32f2f 100%);
|
|
7633
|
+
color: #fff;
|
|
7634
|
+
}
|
|
7635
|
+
.icon-purple[data-v-08956b7c] {
|
|
7636
|
+
background: linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
|
|
7637
|
+
color: #fff;
|
|
7638
|
+
}
|
|
7639
|
+
.icon-pink[data-v-08956b7c] {
|
|
7640
|
+
background: linear-gradient(135deg, #ff6090 0%, #e91e63 100%);
|
|
7641
|
+
color: #fff;
|
|
7642
|
+
}
|
|
7643
|
+
.icon-cyan[data-v-08956b7c] {
|
|
7644
|
+
background: linear-gradient(135deg, #26c6da 0%, #00acc1 100%);
|
|
7645
|
+
color: #fff;
|
|
7646
|
+
}
|
|
7647
|
+
.icon-yellow[data-v-08956b7c] {
|
|
7648
|
+
background: linear-gradient(135deg, #ffee58 0%, #fdd835 100%);
|
|
7649
|
+
color: #333;
|
|
7650
|
+
}
|
|
7651
|
+
.icon-brown[data-v-08956b7c] {
|
|
7652
|
+
background: linear-gradient(135deg, #8d6e63 0%, #5d4037 100%);
|
|
7653
|
+
color: #fff;
|
|
7654
|
+
}
|
|
7655
|
+
.icon-indigo[data-v-08956b7c] {
|
|
7656
|
+
background: linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
|
|
7657
|
+
color: #fff;
|
|
7658
|
+
}
|
|
7659
|
+
.icon-teal[data-v-08956b7c] {
|
|
7660
|
+
background: linear-gradient(135deg, #4db6ac 0%, #00897b 100%);
|
|
7661
|
+
color: #fff;
|
|
7662
|
+
}
|
|
7663
|
+
.icon-lime[data-v-08956b7c] {
|
|
7664
|
+
background: linear-gradient(135deg, #aed581 0%, #7cb305 100%);
|
|
7665
|
+
color: #333;
|
|
7666
|
+
}
|
|
7667
|
+
.icon-amber[data-v-08956b7c] {
|
|
7668
|
+
background: linear-gradient(135deg, #ffd54f 0%, #ffab00 100%);
|
|
7669
|
+
color: #333;
|
|
7670
|
+
}
|
|
7671
|
+
.icon-fuchsia[data-v-08956b7c] {
|
|
7672
|
+
background: linear-gradient(135deg, #f06292 0%, #c2185b 100%);
|
|
7673
|
+
color: #fff;
|
|
7674
|
+
}
|
|
7675
|
+
.icon-rose[data-v-08956b7c] {
|
|
7676
|
+
background: linear-gradient(135deg, #f48fb1 0%, #e91e63 100%);
|
|
7677
|
+
color: #fff;
|
|
7678
|
+
}
|
|
7679
|
+
.icon-violet[data-v-08956b7c] {
|
|
7680
|
+
background: linear-gradient(135deg, #9575cd 0%, #512da8 100%);
|
|
7681
|
+
color: #fff;
|
|
7682
|
+
}
|
|
7683
|
+
.icon-sky[data-v-08956b7c] {
|
|
7684
|
+
background: linear-gradient(135deg, #4fc3f7 0%, #039be5 100%);
|
|
7685
|
+
color: #fff;
|
|
7686
|
+
}
|
|
7687
|
+
.icon-emerald[data-v-08956b7c] {
|
|
7688
|
+
background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);
|
|
7689
|
+
color: #fff;
|
|
7690
|
+
}
|
|
7691
|
+
.icon-slate[data-v-08956b7c] {
|
|
7692
|
+
background: linear-gradient(135deg, #90a4ae 0%, #546e7a 100%);
|
|
7693
|
+
color: #fff;
|
|
7694
|
+
}
|
|
7695
|
+
.icon-stone[data-v-08956b7c] {
|
|
7696
|
+
background: linear-gradient(135deg, #bcaaa4 0%, #6d4c41 100%);
|
|
7697
|
+
color: #fff;
|
|
7698
|
+
}
|
|
7699
|
+
.icon-zinc[data-v-08956b7c] {
|
|
7700
|
+
background: linear-gradient(135deg, #9e9e9e 0%, #424242 100%);
|
|
7701
|
+
color: #fff;
|
|
7702
|
+
}
|
|
7703
|
+
.icon-neutral[data-v-08956b7c] {
|
|
7704
|
+
background: linear-gradient(135deg, #a8a8a8 0%, #616161 100%);
|
|
7705
|
+
color: #fff;
|
|
7706
|
+
}
|
|
7707
|
+
.icon-gray[data-v-08956b7c] {
|
|
7708
|
+
background: linear-gradient(135deg, #b0bec5 0%, #455a64 100%);
|
|
7709
|
+
color: #fff;
|
|
7710
|
+
}
|
|
7711
|
+
.icon-skyblue[data-v-08956b7c] {
|
|
7712
|
+
background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%);
|
|
7713
|
+
color: #fff;
|
|
7714
|
+
}
|
|
7715
|
+
.icon-darkblue[data-v-08956b7c] {
|
|
7716
|
+
background: linear-gradient(135deg, #42a5f5 0%, #1565c0 100%);
|
|
7717
|
+
color: #fff;
|
|
7718
|
+
}
|
|
7719
|
+
.icon-lightgreen[data-v-08956b7c] {
|
|
7720
|
+
background: linear-gradient(135deg, #69f0ae 0%, #00c853 100%);
|
|
7721
|
+
color: #fff;
|
|
7722
|
+
}
|
|
7723
|
+
.icon-lightpink[data-v-08956b7c] {
|
|
7724
|
+
background: linear-gradient(135deg, #ff80ab 0%, #f50057 100%);
|
|
7725
|
+
color: #fff;
|
|
7726
|
+
}
|
|
7727
|
+
.icon-lightpurple[data-v-08956b7c] {
|
|
7728
|
+
background: linear-gradient(135deg, #b388ff 0%, #7c4dff 100%);
|
|
7729
|
+
color: #fff;
|
|
7730
|
+
}
|
|
7731
|
+
.icon-lightorange[data-v-08956b7c] {
|
|
7732
|
+
background: linear-gradient(135deg, #ffcc80 0%, #ff6d00 100%);
|
|
7733
|
+
color: #fff;
|
|
7607
7734
|
}:root,:host{--van-back-top-size: 40px;--van-back-top-right: 30px;--van-back-top-bottom: 40px;--van-back-top-z-index: 100;--van-back-top-icon-size: 20px;--van-back-top-text-color: #fff;--van-back-top-background: var(--van-blue)}.van-back-top{position:fixed;display:flex;align-items:center;justify-content:center;width:var(--van-back-top-size);height:var(--van-back-top-size);right:var(--van-back-top-right);bottom:var(--van-back-top-bottom);z-index:var(--van-back-top-z-index);cursor:pointer;color:var(--van-back-top-text-color);border-radius:var(--van-radius-max);box-shadow:0 2px 8px rgba(0,0,0,.12);transform:scale(0);transition:var(--van-duration-base) cubic-bezier(.25,.8,.5,1);background-color:var(--van-back-top-background)}.van-back-top:active{opacity:var(--van-active-opacity)}.van-back-top__placeholder{display:none}.van-back-top--active{transform:scale(1)}.van-back-top__icon{font-size:var(--van-back-top-icon-size);font-weight:var(--van-font-bold)}
|
|
7608
7735
|
:root,:host{--van-index-bar-sidebar-z-index: 2;--van-index-bar-index-font-size: var(--van-font-size-xs);--van-index-bar-index-line-height: var(--van-line-height-xs);--van-index-bar-index-active-color: var(--van-primary-color)}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:var(--van-index-bar-sidebar-z-index);display:flex;flex-direction:column;text-align:center;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.van-index-bar__index{padding:0 var(--van-padding-xs) 0 var(--van-padding-md);font-weight:var(--van-font-bold);font-size:var(--van-index-bar-index-font-size);line-height:var(--van-index-bar-index-line-height)}.van-index-bar__index--active{color:var(--van-index-bar-index-active-color);font-weight:700}
|
|
7609
7736
|
:root,:host{--van-index-anchor-z-index: 1;--van-index-anchor-padding: 0 var(--van-padding-md);--van-index-anchor-text-color: var(--van-text-color);--van-index-anchor-font-weight: var(--van-font-bold);--van-index-anchor-font-size: var(--van-font-size-md);--van-index-anchor-line-height: 32px;--van-index-anchor-background: transparent;--van-index-anchor-sticky-text-color: var(--van-primary-color);--van-index-anchor-sticky-background: var(--van-background-2)}.van-index-anchor{z-index:var(--van-index-anchor-z-index);box-sizing:border-box;padding:var(--van-index-anchor-padding);color:var(--van-index-anchor-text-color);font-weight:var(--van-index-anchor-font-weight);font-size:var(--van-index-anchor-font-size);line-height:var(--van-index-anchor-line-height);background:var(--van-index-anchor-background)}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:var(--van-index-anchor-sticky-text-color);background:var(--van-index-anchor-sticky-background)}
|