@cloudtower/eagle 0.34.28 → 0.34.30
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/cjs/stats1.html +1 -1
- package/dist/components.css +1357 -1357
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1620 -1620
- package/dist/style.css +1357 -1357
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,6 +1132,46 @@ html body {
|
|
|
1132
1132
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
+
.E_m74vjol {
|
|
1136
|
+
display: flex;
|
|
1137
|
+
justify-content: space-between;
|
|
1138
|
+
width: 100%;
|
|
1139
|
+
}
|
|
1140
|
+
.E_m74vjol .action {
|
|
1141
|
+
margin-left: 16px;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
1145
|
+
padding-right: 12px;
|
|
1146
|
+
}
|
|
1147
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
1148
|
+
height: fit-content;
|
|
1149
|
+
margin-left: 16px;
|
|
1150
|
+
}
|
|
1151
|
+
.E_a1o35uvh .ant-alert-message {
|
|
1152
|
+
flex: 1;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.E_c18gxmrl {
|
|
1156
|
+
border: 1px solid #d8deeb;
|
|
1157
|
+
border-radius: 4px;
|
|
1158
|
+
}
|
|
1159
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
1160
|
+
margin-top: 8px;
|
|
1161
|
+
}
|
|
1162
|
+
.E_c18gxmrl:hover {
|
|
1163
|
+
border-color: #0080ff;
|
|
1164
|
+
}
|
|
1165
|
+
.E_c18gxmrl:hover > header {
|
|
1166
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1167
|
+
}
|
|
1168
|
+
.E_c18gxmrl.active header {
|
|
1169
|
+
border-bottom: 1px solid #d8deeb;
|
|
1170
|
+
}
|
|
1171
|
+
.E_c18gxmrl > header {
|
|
1172
|
+
padding: 8px 12px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1135
1175
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1136
1176
|
justify-content: center;
|
|
1137
1177
|
}
|
|
@@ -1389,24 +1429,42 @@ html body {
|
|
|
1389
1429
|
justify-content: center;
|
|
1390
1430
|
}
|
|
1391
1431
|
|
|
1392
|
-
.
|
|
1393
|
-
|
|
1394
|
-
border-radius: 4px;
|
|
1432
|
+
.E_c1uzzomf {
|
|
1433
|
+
margin-bottom: 16px;
|
|
1395
1434
|
}
|
|
1396
|
-
.
|
|
1397
|
-
|
|
1435
|
+
.E_c1uzzomf .card-title {
|
|
1436
|
+
font-size: 16px;
|
|
1437
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1438
|
+
font-weight: 700;
|
|
1439
|
+
line-height: 32px;
|
|
1398
1440
|
}
|
|
1399
|
-
.
|
|
1400
|
-
|
|
1441
|
+
.E_c1uzzomf .card-body {
|
|
1442
|
+
padding: 24px;
|
|
1443
|
+
border-radius: 8px;
|
|
1444
|
+
background: #fff;
|
|
1401
1445
|
}
|
|
1402
|
-
.
|
|
1403
|
-
|
|
1446
|
+
.E_c1uzzomf .empty {
|
|
1447
|
+
font-weight: 700;
|
|
1448
|
+
font-size: 14px;
|
|
1449
|
+
line-height: 22px;
|
|
1450
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1451
|
+
text-align: center;
|
|
1404
1452
|
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1453
|
+
|
|
1454
|
+
.E_berrcjl {
|
|
1455
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1456
|
+
margin-bottom: 4px;
|
|
1407
1457
|
}
|
|
1408
|
-
.
|
|
1409
|
-
|
|
1458
|
+
.E_berrcjl .breadcrumb-link {
|
|
1459
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1460
|
+
cursor: pointer;
|
|
1461
|
+
transition: color 160ms ease;
|
|
1462
|
+
}
|
|
1463
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1464
|
+
color: #0080ff;
|
|
1465
|
+
}
|
|
1466
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1467
|
+
color: #005ed1;
|
|
1410
1468
|
}
|
|
1411
1469
|
|
|
1412
1470
|
.E_b1nip9bk {
|
|
@@ -1438,96 +1496,62 @@ html body {
|
|
|
1438
1496
|
border-radius: unset;
|
|
1439
1497
|
}
|
|
1440
1498
|
|
|
1441
|
-
.
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
.E_berrcjl .breadcrumb-link {
|
|
1446
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1447
|
-
cursor: pointer;
|
|
1448
|
-
transition: color 160ms ease;
|
|
1449
|
-
}
|
|
1450
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1451
|
-
color: #0080ff;
|
|
1452
|
-
}
|
|
1453
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
1454
|
-
color: #005ed1;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
.E_m74vjol {
|
|
1458
|
-
display: flex;
|
|
1459
|
-
justify-content: space-between;
|
|
1460
|
-
width: 100%;
|
|
1461
|
-
}
|
|
1462
|
-
.E_m74vjol .action {
|
|
1463
|
-
margin-left: 16px;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
1467
|
-
padding-right: 12px;
|
|
1499
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1500
|
+
padding: 4px 8px 0 8px;
|
|
1501
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1502
|
+
font-size: 12px;
|
|
1468
1503
|
}
|
|
1469
|
-
.
|
|
1470
|
-
|
|
1471
|
-
margin-left: 16px;
|
|
1504
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1505
|
+
padding-bottom: 6px;
|
|
1472
1506
|
}
|
|
1473
|
-
.
|
|
1474
|
-
|
|
1507
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1508
|
+
padding-top: 4px;
|
|
1509
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1475
1510
|
}
|
|
1476
1511
|
|
|
1477
|
-
.
|
|
1478
|
-
|
|
1512
|
+
.E_iouxfgt {
|
|
1513
|
+
display: inline-flex;
|
|
1514
|
+
align-items: center;
|
|
1479
1515
|
}
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
line-height: 32px;
|
|
1516
|
+
.E_iouxfgt .icon-inner {
|
|
1517
|
+
display: inline-flex;
|
|
1518
|
+
align-items: center;
|
|
1519
|
+
justify-content: center;
|
|
1485
1520
|
}
|
|
1486
|
-
.
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
background: #fff;
|
|
1521
|
+
.E_iouxfgt .icon-inner + span,
|
|
1522
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
1523
|
+
margin-left: 4px;
|
|
1490
1524
|
}
|
|
1491
|
-
.
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
line-height: 22px;
|
|
1495
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1496
|
-
text-align: center;
|
|
1525
|
+
.E_iouxfgt.is-rotate img,
|
|
1526
|
+
.E_iouxfgt.is-rotate svg {
|
|
1527
|
+
animation: rotate 680ms linear infinite;
|
|
1497
1528
|
}
|
|
1498
1529
|
|
|
1499
|
-
.
|
|
1530
|
+
.E_fzh9mnb {
|
|
1500
1531
|
width: 100%;
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
padding-bottom: 0 !important;
|
|
1508
|
-
}
|
|
1509
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1510
|
-
min-height: 32px;
|
|
1511
|
-
height: auto;
|
|
1512
|
-
font-size: 13px;
|
|
1513
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1514
|
-
white-space: normal;
|
|
1532
|
+
height: 100%;
|
|
1533
|
+
min-height: 124px;
|
|
1534
|
+
display: flex;
|
|
1535
|
+
flex-direction: column;
|
|
1536
|
+
justify-content: center;
|
|
1537
|
+
align-items: center;
|
|
1515
1538
|
}
|
|
1516
|
-
.
|
|
1517
|
-
|
|
1539
|
+
.E_fzh9mnb .error-text {
|
|
1540
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1541
|
+
margin-bottom: 16px;
|
|
1542
|
+
font-size: 18px;
|
|
1518
1543
|
}
|
|
1519
|
-
|
|
1520
|
-
|
|
1544
|
+
|
|
1545
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1546
|
+
display: flex;
|
|
1521
1547
|
}
|
|
1522
|
-
.
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
min-height: 0px;
|
|
1548
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1549
|
+
border-bottom-left-radius: 5px;
|
|
1550
|
+
border-top-left-radius: 5px;
|
|
1526
1551
|
}
|
|
1527
|
-
.
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
min-height: 0px;
|
|
1552
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1553
|
+
border-bottom-right-radius: 5px;
|
|
1554
|
+
border-top-right-radius: 5px;
|
|
1531
1555
|
}
|
|
1532
1556
|
|
|
1533
1557
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -1590,37 +1614,38 @@ html body {
|
|
|
1590
1614
|
padding: 2px 8px;
|
|
1591
1615
|
}
|
|
1592
1616
|
|
|
1593
|
-
.
|
|
1594
|
-
|
|
1595
|
-
|
|
1617
|
+
.E_f7pxqmh {
|
|
1618
|
+
width: 100%;
|
|
1619
|
+
margin-bottom: 0 !important;
|
|
1620
|
+
flex-flow: nowrap !important;
|
|
1621
|
+
line-break: auto;
|
|
1596
1622
|
}
|
|
1597
|
-
.
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
justify-content: center;
|
|
1623
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
1624
|
+
text-align: left !important;
|
|
1625
|
+
padding-bottom: 0 !important;
|
|
1601
1626
|
}
|
|
1602
|
-
.
|
|
1603
|
-
|
|
1604
|
-
|
|
1627
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1628
|
+
min-height: 32px;
|
|
1629
|
+
height: auto;
|
|
1630
|
+
font-size: 13px;
|
|
1631
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1632
|
+
white-space: normal;
|
|
1605
1633
|
}
|
|
1606
|
-
.
|
|
1607
|
-
|
|
1608
|
-
animation: rotate 680ms linear infinite;
|
|
1634
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
1635
|
+
border-color: #ff4d4f !important;
|
|
1609
1636
|
}
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
width: 100%;
|
|
1613
|
-
height: 100%;
|
|
1614
|
-
min-height: 124px;
|
|
1615
|
-
display: flex;
|
|
1616
|
-
flex-direction: column;
|
|
1617
|
-
justify-content: center;
|
|
1618
|
-
align-items: center;
|
|
1637
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
1638
|
+
border-color: #ff4d4f !important;
|
|
1619
1639
|
}
|
|
1620
|
-
.
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1640
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
1641
|
+
margin-top: 4px;
|
|
1642
|
+
font-size: 12px;
|
|
1643
|
+
min-height: 0px;
|
|
1644
|
+
}
|
|
1645
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
1646
|
+
font-size: 12px;
|
|
1647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1648
|
+
min-height: 0px;
|
|
1624
1649
|
}
|
|
1625
1650
|
|
|
1626
1651
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -1630,29 +1655,8 @@ html body {
|
|
|
1630
1655
|
padding: 2px 7px 2px 12px;
|
|
1631
1656
|
}
|
|
1632
1657
|
|
|
1633
|
-
.
|
|
1634
|
-
display: flex;
|
|
1635
|
-
}
|
|
1636
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1637
|
-
border-bottom-left-radius: 5px;
|
|
1638
|
-
border-top-left-radius: 5px;
|
|
1639
|
-
}
|
|
1640
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1641
|
-
border-bottom-right-radius: 5px;
|
|
1642
|
-
border-top-right-radius: 5px;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
.E_i1inqkme {
|
|
1646
|
-
height: 18px;
|
|
1658
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1647
1659
|
line-height: 18px;
|
|
1648
|
-
padding: 0 4px;
|
|
1649
|
-
border-radius: 4px;
|
|
1650
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1651
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1652
|
-
display: flex;
|
|
1653
|
-
align-items: center;
|
|
1654
|
-
white-space: nowrap;
|
|
1655
|
-
margin-right: 4px;
|
|
1656
1660
|
}
|
|
1657
1661
|
|
|
1658
1662
|
.E_d1bw7c5z {
|
|
@@ -1738,21 +1742,17 @@ html body {
|
|
|
1738
1742
|
width: 102px;
|
|
1739
1743
|
}
|
|
1740
1744
|
|
|
1741
|
-
.
|
|
1745
|
+
.E_i1inqkme {
|
|
1746
|
+
height: 18px;
|
|
1742
1747
|
line-height: 18px;
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
padding-bottom: 6px;
|
|
1752
|
-
}
|
|
1753
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1754
|
-
padding-top: 4px;
|
|
1755
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1748
|
+
padding: 0 4px;
|
|
1749
|
+
border-radius: 4px;
|
|
1750
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1751
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1752
|
+
display: flex;
|
|
1753
|
+
align-items: center;
|
|
1754
|
+
white-space: nowrap;
|
|
1755
|
+
margin-right: 4px;
|
|
1756
1756
|
}
|
|
1757
1757
|
|
|
1758
1758
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -1989,6 +1989,15 @@ html body {
|
|
|
1989
1989
|
width: 36px;
|
|
1990
1990
|
}
|
|
1991
1991
|
|
|
1992
|
+
.E_owd0kml {
|
|
1993
|
+
display: inline-block;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.E_h1jsgezc {
|
|
1997
|
+
visibility: hidden;
|
|
1998
|
+
position: absolute;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
1992
2001
|
.E_i11gg7mj .ant-input-prefix {
|
|
1993
2002
|
margin-right: 8px;
|
|
1994
2003
|
}
|
|
@@ -2015,15 +2024,6 @@ html body {
|
|
|
2015
2024
|
cursor: not-allowed;
|
|
2016
2025
|
}
|
|
2017
2026
|
|
|
2018
|
-
.E_owd0kml {
|
|
2019
|
-
display: inline-block;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
.E_h1jsgezc {
|
|
2023
|
-
visibility: hidden;
|
|
2024
|
-
position: absolute;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
2027
|
.E_ivqqkzv {
|
|
2028
2028
|
height: 24px;
|
|
2029
2029
|
width: 56px !important;
|
|
@@ -2034,187 +2034,6 @@ html body {
|
|
|
2034
2034
|
color: rgba(44, 56, 82, 0.6);
|
|
2035
2035
|
}
|
|
2036
2036
|
|
|
2037
|
-
.E_s1dizucg.ant-switch {
|
|
2038
|
-
min-width: 40px;
|
|
2039
|
-
height: 24px;
|
|
2040
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2041
|
-
overflow: hidden;
|
|
2042
|
-
}
|
|
2043
|
-
.E_s1dizucg.ant-switch:focus {
|
|
2044
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2045
|
-
}
|
|
2046
|
-
.E_s1dizucg.ant-switch-small {
|
|
2047
|
-
min-width: 26px;
|
|
2048
|
-
height: 16px;
|
|
2049
|
-
}
|
|
2050
|
-
.E_s1dizucg.ant-switch-large {
|
|
2051
|
-
min-width: 52px;
|
|
2052
|
-
height: 32px;
|
|
2053
|
-
}
|
|
2054
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2055
|
-
height: 20px;
|
|
2056
|
-
width: 20px;
|
|
2057
|
-
}
|
|
2058
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2059
|
-
border-radius: 10px;
|
|
2060
|
-
transition-delay: 120ms;
|
|
2061
|
-
}
|
|
2062
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2063
|
-
height: 14px;
|
|
2064
|
-
width: 14px;
|
|
2065
|
-
top: 1px;
|
|
2066
|
-
left: 1px;
|
|
2067
|
-
}
|
|
2068
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2069
|
-
height: 28px;
|
|
2070
|
-
width: 28px;
|
|
2071
|
-
}
|
|
2072
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2073
|
-
border-radius: 14px;
|
|
2074
|
-
}
|
|
2075
|
-
.E_s1dizucg.ant-switch-checked {
|
|
2076
|
-
background-color: #00ba5d;
|
|
2077
|
-
}
|
|
2078
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2079
|
-
left: calc(100% - 20px - 2px);
|
|
2080
|
-
}
|
|
2081
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2082
|
-
left: calc(100% - 14px - 1px);
|
|
2083
|
-
}
|
|
2084
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2085
|
-
left: calc(100% - 28px - 2px);
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
.E_c1up6e3y {
|
|
2089
|
-
margin-left: 5px;
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
.E_tju3gfj .date {
|
|
2093
|
-
margin-right: 4px;
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
.E_c1bus5hc {
|
|
2097
|
-
--color: white;
|
|
2098
|
-
height: 14px;
|
|
2099
|
-
width: 14px;
|
|
2100
|
-
border-radius: 50%;
|
|
2101
|
-
flex-shrink: 0;
|
|
2102
|
-
display: flex;
|
|
2103
|
-
align-items: center;
|
|
2104
|
-
justify-content: center;
|
|
2105
|
-
border: 1px solid var(--color);
|
|
2106
|
-
}
|
|
2107
|
-
.E_c1bus5hc .circle-inner {
|
|
2108
|
-
position: relative;
|
|
2109
|
-
height: 10px;
|
|
2110
|
-
width: 10px;
|
|
2111
|
-
border-radius: 50%;
|
|
2112
|
-
overflow: hidden;
|
|
2113
|
-
}
|
|
2114
|
-
.E_c1bus5hc .circle-content {
|
|
2115
|
-
position: absolute;
|
|
2116
|
-
height: 100%;
|
|
2117
|
-
width: 100%;
|
|
2118
|
-
left: 0;
|
|
2119
|
-
top: 0;
|
|
2120
|
-
border-radius: 50%;
|
|
2121
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2122
|
-
transform: rotate(180deg);
|
|
2123
|
-
}
|
|
2124
|
-
.E_c1bus5hc .circle-child {
|
|
2125
|
-
position: absolute;
|
|
2126
|
-
height: 100%;
|
|
2127
|
-
width: 100%;
|
|
2128
|
-
left: 0;
|
|
2129
|
-
top: 0;
|
|
2130
|
-
margin-left: 50%;
|
|
2131
|
-
transform-origin: left;
|
|
2132
|
-
background: white;
|
|
2133
|
-
transform: rotate(0deg);
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
.E_s1sck0th {
|
|
2137
|
-
padding: 0 8px;
|
|
2138
|
-
border-radius: 4px;
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
.E_m855nr1 {
|
|
2142
|
-
padding: 2px 8px;
|
|
2143
|
-
border-radius: 3px;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
.E_l1270xpg {
|
|
2147
|
-
padding: 3px 8px;
|
|
2148
|
-
border-radius: 2px;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
.E_t14rextb.ant-tag:hover {
|
|
2152
|
-
opacity: unset;
|
|
2153
|
-
}
|
|
2154
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2155
|
-
margin: 0;
|
|
2156
|
-
margin-right: 8px;
|
|
2157
|
-
display: inline-flex;
|
|
2158
|
-
align-items: center;
|
|
2159
|
-
border: none;
|
|
2160
|
-
}
|
|
2161
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2162
|
-
width: 16px;
|
|
2163
|
-
height: 16px;
|
|
2164
|
-
color: inherit;
|
|
2165
|
-
margin-left: 4px;
|
|
2166
|
-
opacity: 0.6;
|
|
2167
|
-
display: inline-flex;
|
|
2168
|
-
}
|
|
2169
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2170
|
-
opacity: 1;
|
|
2171
|
-
}
|
|
2172
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2173
|
-
color: #0080ff;
|
|
2174
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2175
|
-
}
|
|
2176
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2177
|
-
color: #f0483e;
|
|
2178
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2179
|
-
}
|
|
2180
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2181
|
-
color: #e07f00;
|
|
2182
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2183
|
-
}
|
|
2184
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2185
|
-
color: #008f4c;
|
|
2186
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2187
|
-
}
|
|
2188
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2189
|
-
color: #1d326c;
|
|
2190
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2191
|
-
}
|
|
2192
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2193
|
-
color: #7E41FF;
|
|
2194
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
2195
|
-
}
|
|
2196
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2197
|
-
color: #fff;
|
|
2198
|
-
}
|
|
2199
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2200
|
-
background-color: #f0483e;
|
|
2201
|
-
}
|
|
2202
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2203
|
-
background-color: #fea008;
|
|
2204
|
-
}
|
|
2205
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2206
|
-
background-color: #00ba5d;
|
|
2207
|
-
}
|
|
2208
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2209
|
-
background-color: #0080ff;
|
|
2210
|
-
}
|
|
2211
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2212
|
-
background-color: #6b7d99;
|
|
2213
|
-
}
|
|
2214
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2215
|
-
background-color: #7E41FF;
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
2037
|
.E_cnujxq2 {
|
|
2219
2038
|
display: flex;
|
|
2220
2039
|
flex-direction: column;
|
|
@@ -2905,137 +2724,12 @@ input.E_rf8rlle.ant-input {
|
|
|
2905
2724
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
2906
2725
|
}
|
|
2907
2726
|
|
|
2908
|
-
.
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
line-height: 18px;
|
|
2915
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2916
|
-
height: 34px;
|
|
2917
|
-
min-height: 34px;
|
|
2918
|
-
box-sizing: border-box;
|
|
2919
|
-
margin-top: 8px;
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
|
-
.E_o1ugr09p {
|
|
2923
|
-
display: flex;
|
|
2924
|
-
flex-direction: column;
|
|
2925
|
-
margin: 1px 8px;
|
|
2926
|
-
padding: 8px;
|
|
2927
|
-
border-radius: 4px;
|
|
2928
|
-
}
|
|
2929
|
-
.E_o1ugr09p .selected-icon {
|
|
2930
|
-
display: none;
|
|
2931
|
-
}
|
|
2932
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2933
|
-
padding-left: 8px;
|
|
2934
|
-
}
|
|
2935
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2936
|
-
background-color: white;
|
|
2937
|
-
}
|
|
2938
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2939
|
-
color: #0080ff;
|
|
2940
|
-
}
|
|
2941
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2942
|
-
display: block;
|
|
2943
|
-
}
|
|
2944
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
2945
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2946
|
-
}
|
|
2947
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2948
|
-
color: #0080ff;
|
|
2949
|
-
}
|
|
2950
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2951
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2952
|
-
color: #0080ff;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
.E_o1ifxsq4 {
|
|
2956
|
-
display: flex;
|
|
2957
|
-
justify-content: space-between;
|
|
2958
|
-
height: 20px;
|
|
2959
|
-
line-height: 20px;
|
|
2960
|
-
}
|
|
2961
|
-
.E_o1ifxsq4 .timezone-title {
|
|
2962
|
-
color: #2d3a56;
|
|
2963
|
-
overflow: hidden;
|
|
2964
|
-
text-overflow: ellipsis;
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
|
-
.E_o1zue7 {
|
|
2968
|
-
display: flex;
|
|
2969
|
-
justify-content: space-between;
|
|
2970
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2971
|
-
height: 18px;
|
|
2972
|
-
line-height: 18px;
|
|
2973
|
-
margin-top: 2px;
|
|
2974
|
-
}
|
|
2975
|
-
|
|
2976
|
-
.E_tyfmlxg {
|
|
2977
|
-
border: none;
|
|
2978
|
-
margin-right: 0;
|
|
2979
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2980
|
-
}
|
|
2981
|
-
|
|
2982
|
-
.E_o18uybox {
|
|
2983
|
-
pointer-events: none;
|
|
2984
|
-
height: 32px;
|
|
2985
|
-
width: 100%;
|
|
2986
|
-
opacity: 0;
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
.E_c1yyuluq {
|
|
2990
|
-
border-radius: 8px;
|
|
2991
|
-
}
|
|
2992
|
-
.E_c1yyuluq .ant-card-body {
|
|
2993
|
-
padding: 20px 24px 24px 24px;
|
|
2994
|
-
}
|
|
2995
|
-
|
|
2996
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
2997
|
-
border: 0px;
|
|
2998
|
-
background-color: #fff;
|
|
2999
|
-
}
|
|
3000
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3001
|
-
padding-top: 0px;
|
|
3002
|
-
padding-bottom: 0px;
|
|
3003
|
-
padding-left: 0px !important;
|
|
3004
|
-
padding-right: 24px;
|
|
3005
|
-
}
|
|
3006
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3007
|
-
right: 0px;
|
|
3008
|
-
}
|
|
3009
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3010
|
-
padding: 0px;
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3014
|
-
padding-right: 0px;
|
|
3015
|
-
cursor: default;
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
|
-
.E_iq1gosr {
|
|
3019
|
-
display: inline-block;
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3023
|
-
display: none;
|
|
3024
|
-
}
|
|
3025
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
3026
|
-
background: rgba(23, 38, 64, 0.8);
|
|
3027
|
-
border-radius: 4px;
|
|
3028
|
-
}
|
|
3029
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
3030
|
-
visibility: hidden;
|
|
3031
|
-
}
|
|
3032
|
-
|
|
3033
|
-
.E_dsnbhzf {
|
|
3034
|
-
font-family: Inter;
|
|
3035
|
-
font-style: normal;
|
|
3036
|
-
font-weight: bold;
|
|
3037
|
-
font-size: 32px;
|
|
3038
|
-
line-height: 40px;
|
|
2727
|
+
.E_dsnbhzf {
|
|
2728
|
+
font-family: Inter;
|
|
2729
|
+
font-style: normal;
|
|
2730
|
+
font-weight: bold;
|
|
2731
|
+
font-size: 32px;
|
|
2732
|
+
line-height: 40px;
|
|
3039
2733
|
}
|
|
3040
2734
|
|
|
3041
2735
|
.E_d1mvo22k {
|
|
@@ -3505,112 +3199,418 @@ input.E_rf8rlle.ant-input {
|
|
|
3505
3199
|
line-height: 12px;
|
|
3506
3200
|
}
|
|
3507
3201
|
|
|
3508
|
-
.
|
|
3509
|
-
|
|
3510
|
-
align-items: center;
|
|
3511
|
-
justify-content: center;
|
|
3512
|
-
color: #fff;
|
|
3513
|
-
font-weight: bold;
|
|
3514
|
-
font-size: 12px;
|
|
3515
|
-
width: 24px;
|
|
3516
|
-
height: 24px;
|
|
3517
|
-
border-radius: 50%;
|
|
3518
|
-
background: var(--a1b5xrg3-0);
|
|
3519
|
-
}
|
|
3520
|
-
.E_a1b5xrg3.btn-item {
|
|
3521
|
-
transition: all 160ms ease;
|
|
3522
|
-
cursor: pointer;
|
|
3523
|
-
width: 56px;
|
|
3524
|
-
height: 40px;
|
|
3525
|
-
display: inline-flex;
|
|
3526
|
-
align-items: center;
|
|
3527
|
-
justify-content: center;
|
|
3528
|
-
border-radius: 6px;
|
|
3529
|
-
}
|
|
3530
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
3531
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3202
|
+
.E_tju3gfj .date {
|
|
3203
|
+
margin-right: 4px;
|
|
3532
3204
|
}
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3205
|
+
|
|
3206
|
+
.E_s1dni7lo {
|
|
3207
|
+
width: 430px !important;
|
|
3536
3208
|
}
|
|
3537
3209
|
|
|
3538
|
-
.
|
|
3539
|
-
|
|
3210
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
3211
|
+
padding: 8px 16px;
|
|
3212
|
+
line-height: 18px;
|
|
3213
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3214
|
+
height: 34px;
|
|
3215
|
+
min-height: 34px;
|
|
3216
|
+
box-sizing: border-box;
|
|
3217
|
+
margin-top: 8px;
|
|
3540
3218
|
}
|
|
3541
3219
|
|
|
3542
|
-
.
|
|
3543
|
-
width: 100%;
|
|
3544
|
-
height: 100%;
|
|
3545
|
-
margin: 0 auto;
|
|
3220
|
+
.E_o1ugr09p {
|
|
3546
3221
|
display: flex;
|
|
3547
3222
|
flex-direction: column;
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
}
|
|
3552
|
-
.E_b1lj76ty.large {
|
|
3553
|
-
max-width: 648px;
|
|
3223
|
+
margin: 1px 8px;
|
|
3224
|
+
padding: 8px;
|
|
3225
|
+
border-radius: 4px;
|
|
3554
3226
|
}
|
|
3555
|
-
.
|
|
3556
|
-
|
|
3227
|
+
.E_o1ugr09p .selected-icon {
|
|
3228
|
+
display: none;
|
|
3557
3229
|
}
|
|
3558
|
-
.
|
|
3559
|
-
|
|
3230
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
3231
|
+
padding-left: 8px;
|
|
3560
3232
|
}
|
|
3561
|
-
.
|
|
3562
|
-
background-color:
|
|
3233
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
3234
|
+
background-color: white;
|
|
3563
3235
|
}
|
|
3564
|
-
.
|
|
3565
|
-
|
|
3236
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
3237
|
+
color: #0080ff;
|
|
3566
3238
|
}
|
|
3567
|
-
.
|
|
3568
|
-
|
|
3569
|
-
word-break: break-all;
|
|
3570
|
-
text-align: center;
|
|
3239
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
3240
|
+
display: block;
|
|
3571
3241
|
}
|
|
3572
|
-
.
|
|
3573
|
-
|
|
3242
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
3243
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3574
3244
|
}
|
|
3575
|
-
.
|
|
3576
|
-
|
|
3245
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
3246
|
+
color: #0080ff;
|
|
3577
3247
|
}
|
|
3578
|
-
|
|
3579
|
-
.
|
|
3580
|
-
|
|
3248
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
3249
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3250
|
+
color: #0080ff;
|
|
3581
3251
|
}
|
|
3582
3252
|
|
|
3583
|
-
.
|
|
3584
|
-
|
|
3253
|
+
.E_o1ifxsq4 {
|
|
3254
|
+
display: flex;
|
|
3255
|
+
justify-content: space-between;
|
|
3256
|
+
height: 20px;
|
|
3257
|
+
line-height: 20px;
|
|
3585
3258
|
}
|
|
3586
|
-
.
|
|
3587
|
-
|
|
3259
|
+
.E_o1ifxsq4 .timezone-title {
|
|
3260
|
+
color: #2d3a56;
|
|
3261
|
+
overflow: hidden;
|
|
3262
|
+
text-overflow: ellipsis;
|
|
3588
3263
|
}
|
|
3589
3264
|
|
|
3590
|
-
.
|
|
3265
|
+
.E_o1zue7 {
|
|
3591
3266
|
display: flex;
|
|
3592
|
-
flex-direction: row;
|
|
3593
3267
|
justify-content: space-between;
|
|
3594
|
-
}
|
|
3595
|
-
.E_crhnxq5 .label {
|
|
3596
3268
|
color: rgba(44, 56, 82, 0.6);
|
|
3597
|
-
|
|
3269
|
+
height: 18px;
|
|
3270
|
+
line-height: 18px;
|
|
3271
|
+
margin-top: 2px;
|
|
3598
3272
|
}
|
|
3599
3273
|
|
|
3600
|
-
.
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
align-items: center;
|
|
3605
|
-
height: 240px;
|
|
3606
|
-
width: 432px;
|
|
3274
|
+
.E_tyfmlxg {
|
|
3275
|
+
border: none;
|
|
3276
|
+
margin-right: 0;
|
|
3277
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3607
3278
|
}
|
|
3608
3279
|
|
|
3609
|
-
.
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3280
|
+
.E_o18uybox {
|
|
3281
|
+
pointer-events: none;
|
|
3282
|
+
height: 32px;
|
|
3283
|
+
width: 100%;
|
|
3284
|
+
opacity: 0;
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
.E_iq1gosr {
|
|
3288
|
+
display: inline-block;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
.E_c1bus5hc {
|
|
3292
|
+
--color: white;
|
|
3293
|
+
height: 14px;
|
|
3294
|
+
width: 14px;
|
|
3295
|
+
border-radius: 50%;
|
|
3296
|
+
flex-shrink: 0;
|
|
3297
|
+
display: flex;
|
|
3298
|
+
align-items: center;
|
|
3299
|
+
justify-content: center;
|
|
3300
|
+
border: 1px solid var(--color);
|
|
3301
|
+
}
|
|
3302
|
+
.E_c1bus5hc .circle-inner {
|
|
3303
|
+
position: relative;
|
|
3304
|
+
height: 10px;
|
|
3305
|
+
width: 10px;
|
|
3306
|
+
border-radius: 50%;
|
|
3307
|
+
overflow: hidden;
|
|
3308
|
+
}
|
|
3309
|
+
.E_c1bus5hc .circle-content {
|
|
3310
|
+
position: absolute;
|
|
3311
|
+
height: 100%;
|
|
3312
|
+
width: 100%;
|
|
3313
|
+
left: 0;
|
|
3314
|
+
top: 0;
|
|
3315
|
+
border-radius: 50%;
|
|
3316
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
3317
|
+
transform: rotate(180deg);
|
|
3318
|
+
}
|
|
3319
|
+
.E_c1bus5hc .circle-child {
|
|
3320
|
+
position: absolute;
|
|
3321
|
+
height: 100%;
|
|
3322
|
+
width: 100%;
|
|
3323
|
+
left: 0;
|
|
3324
|
+
top: 0;
|
|
3325
|
+
margin-left: 50%;
|
|
3326
|
+
transform-origin: left;
|
|
3327
|
+
background: white;
|
|
3328
|
+
transform: rotate(0deg);
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
.E_s1sck0th {
|
|
3332
|
+
padding: 0 8px;
|
|
3333
|
+
border-radius: 4px;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
.E_m855nr1 {
|
|
3337
|
+
padding: 2px 8px;
|
|
3338
|
+
border-radius: 3px;
|
|
3339
|
+
}
|
|
3340
|
+
|
|
3341
|
+
.E_l1270xpg {
|
|
3342
|
+
padding: 3px 8px;
|
|
3343
|
+
border-radius: 2px;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
.E_t14rextb.ant-tag:hover {
|
|
3347
|
+
opacity: unset;
|
|
3348
|
+
}
|
|
3349
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
3350
|
+
margin: 0;
|
|
3351
|
+
margin-right: 8px;
|
|
3352
|
+
display: inline-flex;
|
|
3353
|
+
align-items: center;
|
|
3354
|
+
border: none;
|
|
3355
|
+
}
|
|
3356
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
3357
|
+
width: 16px;
|
|
3358
|
+
height: 16px;
|
|
3359
|
+
color: inherit;
|
|
3360
|
+
margin-left: 4px;
|
|
3361
|
+
opacity: 0.6;
|
|
3362
|
+
display: inline-flex;
|
|
3363
|
+
}
|
|
3364
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
3365
|
+
opacity: 1;
|
|
3366
|
+
}
|
|
3367
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
3368
|
+
color: #0080ff;
|
|
3369
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3370
|
+
}
|
|
3371
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
3372
|
+
color: #f0483e;
|
|
3373
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
3374
|
+
}
|
|
3375
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
3376
|
+
color: #e07f00;
|
|
3377
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
3378
|
+
}
|
|
3379
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
3380
|
+
color: #008f4c;
|
|
3381
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
3382
|
+
}
|
|
3383
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
3384
|
+
color: #1d326c;
|
|
3385
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
3386
|
+
}
|
|
3387
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
3388
|
+
color: #7E41FF;
|
|
3389
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
3390
|
+
}
|
|
3391
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
3392
|
+
color: #fff;
|
|
3393
|
+
}
|
|
3394
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
3395
|
+
background-color: #f0483e;
|
|
3396
|
+
}
|
|
3397
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
3398
|
+
background-color: #fea008;
|
|
3399
|
+
}
|
|
3400
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
3401
|
+
background-color: #00ba5d;
|
|
3402
|
+
}
|
|
3403
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
3404
|
+
background-color: #0080ff;
|
|
3405
|
+
}
|
|
3406
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
3407
|
+
background-color: #6b7d99;
|
|
3408
|
+
}
|
|
3409
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
3410
|
+
background-color: #7E41FF;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3414
|
+
display: none;
|
|
3415
|
+
}
|
|
3416
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
3417
|
+
background: rgba(23, 38, 64, 0.8);
|
|
3418
|
+
border-radius: 4px;
|
|
3419
|
+
}
|
|
3420
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
3421
|
+
visibility: hidden;
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3424
|
+
.E_s1dizucg.ant-switch {
|
|
3425
|
+
min-width: 40px;
|
|
3426
|
+
height: 24px;
|
|
3427
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3428
|
+
overflow: hidden;
|
|
3429
|
+
}
|
|
3430
|
+
.E_s1dizucg.ant-switch:focus {
|
|
3431
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3432
|
+
}
|
|
3433
|
+
.E_s1dizucg.ant-switch-small {
|
|
3434
|
+
min-width: 26px;
|
|
3435
|
+
height: 16px;
|
|
3436
|
+
}
|
|
3437
|
+
.E_s1dizucg.ant-switch-large {
|
|
3438
|
+
min-width: 52px;
|
|
3439
|
+
height: 32px;
|
|
3440
|
+
}
|
|
3441
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
3442
|
+
height: 20px;
|
|
3443
|
+
width: 20px;
|
|
3444
|
+
}
|
|
3445
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
3446
|
+
border-radius: 10px;
|
|
3447
|
+
transition-delay: 120ms;
|
|
3448
|
+
}
|
|
3449
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
3450
|
+
height: 14px;
|
|
3451
|
+
width: 14px;
|
|
3452
|
+
top: 1px;
|
|
3453
|
+
left: 1px;
|
|
3454
|
+
}
|
|
3455
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
3456
|
+
height: 28px;
|
|
3457
|
+
width: 28px;
|
|
3458
|
+
}
|
|
3459
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
3460
|
+
border-radius: 14px;
|
|
3461
|
+
}
|
|
3462
|
+
.E_s1dizucg.ant-switch-checked {
|
|
3463
|
+
background-color: #00ba5d;
|
|
3464
|
+
}
|
|
3465
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
3466
|
+
left: calc(100% - 20px - 2px);
|
|
3467
|
+
}
|
|
3468
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3469
|
+
left: calc(100% - 14px - 1px);
|
|
3470
|
+
}
|
|
3471
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3472
|
+
left: calc(100% - 28px - 2px);
|
|
3473
|
+
}
|
|
3474
|
+
|
|
3475
|
+
.E_c1up6e3y {
|
|
3476
|
+
margin-left: 5px;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.E_c1yyuluq {
|
|
3480
|
+
border-radius: 8px;
|
|
3481
|
+
}
|
|
3482
|
+
.E_c1yyuluq .ant-card-body {
|
|
3483
|
+
padding: 20px 24px 24px 24px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
3487
|
+
border: 0px;
|
|
3488
|
+
background-color: #fff;
|
|
3489
|
+
}
|
|
3490
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3491
|
+
padding-top: 0px;
|
|
3492
|
+
padding-bottom: 0px;
|
|
3493
|
+
padding-left: 0px !important;
|
|
3494
|
+
padding-right: 24px;
|
|
3495
|
+
}
|
|
3496
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3497
|
+
right: 0px;
|
|
3498
|
+
}
|
|
3499
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3500
|
+
padding: 0px;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3504
|
+
padding-right: 0px;
|
|
3505
|
+
cursor: default;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3509
|
+
display: inline-flex;
|
|
3510
|
+
align-items: center;
|
|
3511
|
+
justify-content: center;
|
|
3512
|
+
color: #fff;
|
|
3513
|
+
font-weight: bold;
|
|
3514
|
+
font-size: 12px;
|
|
3515
|
+
width: 24px;
|
|
3516
|
+
height: 24px;
|
|
3517
|
+
border-radius: 50%;
|
|
3518
|
+
background: var(--a1b5xrg3-0);
|
|
3519
|
+
}
|
|
3520
|
+
.E_a1b5xrg3.btn-item {
|
|
3521
|
+
transition: all 160ms ease;
|
|
3522
|
+
cursor: pointer;
|
|
3523
|
+
width: 56px;
|
|
3524
|
+
height: 40px;
|
|
3525
|
+
display: inline-flex;
|
|
3526
|
+
align-items: center;
|
|
3527
|
+
justify-content: center;
|
|
3528
|
+
border-radius: 6px;
|
|
3529
|
+
}
|
|
3530
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3531
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3532
|
+
}
|
|
3533
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3534
|
+
transform: translateY(2px);
|
|
3535
|
+
transition: all 320ms ease;
|
|
3536
|
+
}
|
|
3537
|
+
|
|
3538
|
+
.E_m196gn1d {
|
|
3539
|
+
min-width: 1280px;
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
.E_b1lj76ty {
|
|
3543
|
+
width: 100%;
|
|
3544
|
+
height: 100%;
|
|
3545
|
+
margin: 0 auto;
|
|
3546
|
+
display: flex;
|
|
3547
|
+
flex-direction: column;
|
|
3548
|
+
align-items: center;
|
|
3549
|
+
justify-content: center;
|
|
3550
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3551
|
+
}
|
|
3552
|
+
.E_b1lj76ty.large {
|
|
3553
|
+
max-width: 648px;
|
|
3554
|
+
}
|
|
3555
|
+
.E_b1lj76ty.medium {
|
|
3556
|
+
max-width: 412px;
|
|
3557
|
+
}
|
|
3558
|
+
.E_b1lj76ty.gray {
|
|
3559
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3560
|
+
}
|
|
3561
|
+
.E_b1lj76ty.white {
|
|
3562
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3563
|
+
}
|
|
3564
|
+
.E_b1lj76ty .title {
|
|
3565
|
+
margin-bottom: 4px;
|
|
3566
|
+
}
|
|
3567
|
+
.E_b1lj76ty .title,
|
|
3568
|
+
.E_b1lj76ty .desc {
|
|
3569
|
+
word-break: break-all;
|
|
3570
|
+
text-align: center;
|
|
3571
|
+
}
|
|
3572
|
+
.E_b1lj76ty .action-button.middle {
|
|
3573
|
+
margin-top: 16px;
|
|
3574
|
+
}
|
|
3575
|
+
.E_b1lj76ty .action-button.small {
|
|
3576
|
+
margin-top: 8px;
|
|
3577
|
+
}
|
|
3578
|
+
|
|
3579
|
+
.E_hrhfj7c {
|
|
3580
|
+
display: none;
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
.E_dt9qoak .bottom {
|
|
3584
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3585
|
+
}
|
|
3586
|
+
.E_dt9qoak .left {
|
|
3587
|
+
min-width: 0;
|
|
3588
|
+
}
|
|
3589
|
+
|
|
3590
|
+
.E_crhnxq5 {
|
|
3591
|
+
display: flex;
|
|
3592
|
+
flex-direction: row;
|
|
3593
|
+
justify-content: space-between;
|
|
3594
|
+
}
|
|
3595
|
+
.E_crhnxq5 .label {
|
|
3596
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3597
|
+
font-weight: 400;
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3600
|
+
.E_c1iq43vd {
|
|
3601
|
+
display: flex;
|
|
3602
|
+
flex-direction: column;
|
|
3603
|
+
justify-content: center;
|
|
3604
|
+
align-items: center;
|
|
3605
|
+
height: 240px;
|
|
3606
|
+
width: 432px;
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3609
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
3610
|
+
border-radius: 0px;
|
|
3611
|
+
box-shadow: unset;
|
|
3612
|
+
border: 0;
|
|
3613
|
+
border-bottom: 1px solid #e4e9f2;
|
|
3614
3614
|
}
|
|
3615
3615
|
|
|
3616
3616
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
@@ -4305,6 +4305,25 @@ input.E_rf8rlle.ant-input {
|
|
|
4305
4305
|
position: static;
|
|
4306
4306
|
}
|
|
4307
4307
|
|
|
4308
|
+
.E_r77hffu {
|
|
4309
|
+
display: flex;
|
|
4310
|
+
align-items: center;
|
|
4311
|
+
justify-content: space-between;
|
|
4312
|
+
column-gap: 6px;
|
|
4313
|
+
}
|
|
4314
|
+
|
|
4315
|
+
.E_p1cmxsf7 {
|
|
4316
|
+
display: flex;
|
|
4317
|
+
flex-direction: column;
|
|
4318
|
+
justify-content: center;
|
|
4319
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4320
|
+
}
|
|
4321
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4322
|
+
font-size: 0;
|
|
4323
|
+
margin-bottom: unset;
|
|
4324
|
+
margin-inline-end: unset;
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4308
4327
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4309
4328
|
margin-right: 2px;
|
|
4310
4329
|
}
|
|
@@ -4340,87 +4359,48 @@ input.E_rf8rlle.ant-input {
|
|
|
4340
4359
|
background-color: transparent;
|
|
4341
4360
|
}
|
|
4342
4361
|
|
|
4343
|
-
.
|
|
4344
|
-
|
|
4345
|
-
align-items: center;
|
|
4346
|
-
justify-content: space-between;
|
|
4347
|
-
column-gap: 6px;
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
|
-
.E_p1cmxsf7 {
|
|
4351
|
-
display: flex;
|
|
4352
|
-
flex-direction: column;
|
|
4353
|
-
justify-content: center;
|
|
4354
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4355
|
-
}
|
|
4356
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
4357
|
-
font-size: 0;
|
|
4358
|
-
margin-bottom: unset;
|
|
4359
|
-
margin-inline-end: unset;
|
|
4360
|
-
}
|
|
4361
|
-
|
|
4362
|
-
.E_ckui4s7 {
|
|
4363
|
-
color: #2d3a56;
|
|
4364
|
-
line-height: 22px;
|
|
4365
|
-
display: inline-flex;
|
|
4366
|
-
}
|
|
4367
|
-
.E_ckui4s7 .ant-checkbox {
|
|
4368
|
-
height: 22px;
|
|
4369
|
-
display: flex;
|
|
4370
|
-
align-items: center;
|
|
4371
|
-
top: 0;
|
|
4372
|
-
}
|
|
4373
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4374
|
-
border: none;
|
|
4375
|
-
}
|
|
4376
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4377
|
-
border-color: #0080ff;
|
|
4378
|
-
}
|
|
4379
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4380
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4381
|
-
}
|
|
4382
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4383
|
-
border: 1px solid #0080ff;
|
|
4384
|
-
}
|
|
4385
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4386
|
-
background: #0080ff;
|
|
4387
|
-
}
|
|
4388
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4389
|
-
background-color: #fff;
|
|
4390
|
-
height: 2px;
|
|
4391
|
-
width: 10px;
|
|
4392
|
-
border-radius: 2px;
|
|
4393
|
-
}
|
|
4394
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4395
|
-
opacity: 0.5;
|
|
4396
|
-
}
|
|
4397
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4398
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4399
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4362
|
+
.E_c1yd35n {
|
|
4363
|
+
padding: 0 12px 14px 12px;
|
|
4400
4364
|
}
|
|
4401
|
-
|
|
4402
|
-
|
|
4365
|
+
|
|
4366
|
+
.E_c1kghdax {
|
|
4367
|
+
color: #2d3a56;
|
|
4368
|
+
padding: 7px 12px;
|
|
4369
|
+
display: flex;
|
|
4370
|
+
justify-content: space-between;
|
|
4371
|
+
align-items: center;
|
|
4403
4372
|
}
|
|
4404
|
-
.
|
|
4405
|
-
|
|
4373
|
+
.E_c1kghdax.has-arrow {
|
|
4374
|
+
padding-left: 10px;
|
|
4406
4375
|
}
|
|
4407
|
-
.
|
|
4408
|
-
|
|
4376
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4377
|
+
cursor: pointer;
|
|
4378
|
+
color: #00122e;
|
|
4409
4379
|
}
|
|
4410
|
-
.
|
|
4411
|
-
display: inline-block;
|
|
4412
|
-
margin-left: 12px;
|
|
4380
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4413
4381
|
color: #2d3a56;
|
|
4382
|
+
font-weight: 600;
|
|
4414
4383
|
}
|
|
4415
|
-
.
|
|
4416
|
-
|
|
4417
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4384
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4385
|
+
transform: rotate(90deg);
|
|
4418
4386
|
}
|
|
4419
|
-
.
|
|
4420
|
-
|
|
4387
|
+
.E_c1kghdax .sub-info {
|
|
4388
|
+
font-size: 12px;
|
|
4389
|
+
line-height: 18px;
|
|
4421
4390
|
}
|
|
4422
|
-
.
|
|
4423
|
-
|
|
4391
|
+
.E_c1kghdax .title-wrapper {
|
|
4392
|
+
display: flex;
|
|
4393
|
+
align-items: center;
|
|
4394
|
+
user-select: none;
|
|
4395
|
+
flex-grow: 1;
|
|
4396
|
+
font-size: 12px;
|
|
4397
|
+
line-height: 18px;
|
|
4398
|
+
color: #2d3a56;
|
|
4399
|
+
font-weight: 700;
|
|
4400
|
+
}
|
|
4401
|
+
.E_c1kghdax .collapse-arrow {
|
|
4402
|
+
transition: all 50ms ease-out 0ms;
|
|
4403
|
+
margin-right: 2px;
|
|
4424
4404
|
}
|
|
4425
4405
|
|
|
4426
4406
|
.E_t1tbywr9 {
|
|
@@ -4584,6 +4564,70 @@ input.E_rf8rlle.ant-input {
|
|
|
4584
4564
|
height: 16px;
|
|
4585
4565
|
}
|
|
4586
4566
|
|
|
4567
|
+
.E_ckui4s7 {
|
|
4568
|
+
color: #2d3a56;
|
|
4569
|
+
line-height: 22px;
|
|
4570
|
+
display: inline-flex;
|
|
4571
|
+
}
|
|
4572
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4573
|
+
height: 22px;
|
|
4574
|
+
display: flex;
|
|
4575
|
+
align-items: center;
|
|
4576
|
+
top: 0;
|
|
4577
|
+
}
|
|
4578
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4579
|
+
border: none;
|
|
4580
|
+
}
|
|
4581
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4582
|
+
border-color: #0080ff;
|
|
4583
|
+
}
|
|
4584
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4585
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4586
|
+
}
|
|
4587
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4588
|
+
border: 1px solid #0080ff;
|
|
4589
|
+
}
|
|
4590
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4591
|
+
background: #0080ff;
|
|
4592
|
+
}
|
|
4593
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4594
|
+
background-color: #fff;
|
|
4595
|
+
height: 2px;
|
|
4596
|
+
width: 10px;
|
|
4597
|
+
border-radius: 2px;
|
|
4598
|
+
}
|
|
4599
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4600
|
+
opacity: 0.5;
|
|
4601
|
+
}
|
|
4602
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4603
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4604
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4605
|
+
}
|
|
4606
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4607
|
+
border-color: #2d3a56;
|
|
4608
|
+
}
|
|
4609
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4610
|
+
background: #2d3a56;
|
|
4611
|
+
}
|
|
4612
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4613
|
+
padding: 0;
|
|
4614
|
+
}
|
|
4615
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4616
|
+
display: inline-block;
|
|
4617
|
+
margin-left: 12px;
|
|
4618
|
+
color: #2d3a56;
|
|
4619
|
+
}
|
|
4620
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4621
|
+
margin-left: 28px;
|
|
4622
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4623
|
+
}
|
|
4624
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4625
|
+
margin-left: 8px;
|
|
4626
|
+
}
|
|
4627
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4628
|
+
margin-left: 24px;
|
|
4629
|
+
}
|
|
4630
|
+
|
|
4587
4631
|
.E_b14q2gmw {
|
|
4588
4632
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4589
4633
|
}
|
|
@@ -4721,50 +4765,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4721
4765
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
4722
4766
|
}
|
|
4723
4767
|
|
|
4724
|
-
.E_c1yd35n {
|
|
4725
|
-
padding: 0 12px 14px 12px;
|
|
4726
|
-
}
|
|
4727
|
-
|
|
4728
|
-
.E_c1kghdax {
|
|
4729
|
-
color: #2d3a56;
|
|
4730
|
-
padding: 7px 12px;
|
|
4731
|
-
display: flex;
|
|
4732
|
-
justify-content: space-between;
|
|
4733
|
-
align-items: center;
|
|
4734
|
-
}
|
|
4735
|
-
.E_c1kghdax.has-arrow {
|
|
4736
|
-
padding-left: 10px;
|
|
4737
|
-
}
|
|
4738
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4739
|
-
cursor: pointer;
|
|
4740
|
-
color: #00122e;
|
|
4741
|
-
}
|
|
4742
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4743
|
-
color: #2d3a56;
|
|
4744
|
-
font-weight: 600;
|
|
4745
|
-
}
|
|
4746
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4747
|
-
transform: rotate(90deg);
|
|
4748
|
-
}
|
|
4749
|
-
.E_c1kghdax .sub-info {
|
|
4750
|
-
font-size: 12px;
|
|
4751
|
-
line-height: 18px;
|
|
4752
|
-
}
|
|
4753
|
-
.E_c1kghdax .title-wrapper {
|
|
4754
|
-
display: flex;
|
|
4755
|
-
align-items: center;
|
|
4756
|
-
user-select: none;
|
|
4757
|
-
flex-grow: 1;
|
|
4758
|
-
font-size: 12px;
|
|
4759
|
-
line-height: 18px;
|
|
4760
|
-
color: #2d3a56;
|
|
4761
|
-
font-weight: 700;
|
|
4762
|
-
}
|
|
4763
|
-
.E_c1kghdax .collapse-arrow {
|
|
4764
|
-
transition: all 50ms ease-out 0ms;
|
|
4765
|
-
margin-right: 2px;
|
|
4766
|
-
}
|
|
4767
|
-
|
|
4768
4768
|
.E_m11nzl2x {
|
|
4769
4769
|
color: rgba(44, 56, 82, 0.6);
|
|
4770
4770
|
text-align: center;
|
|
@@ -4980,6 +4980,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4980
4980
|
border: 1px solid #fff;
|
|
4981
4981
|
}
|
|
4982
4982
|
|
|
4983
|
+
.E_lht19u8 {
|
|
4984
|
+
width: 64px;
|
|
4985
|
+
height: 64px;
|
|
4986
|
+
display: flex;
|
|
4987
|
+
align-items: center;
|
|
4988
|
+
justify-content: center;
|
|
4989
|
+
position: relative;
|
|
4990
|
+
opacity: 0.2;
|
|
4991
|
+
}
|
|
4992
|
+
|
|
4993
|
+
.E_lk3gkp4 {
|
|
4994
|
+
position: absolute;
|
|
4995
|
+
width: 5px;
|
|
4996
|
+
height: 48px;
|
|
4997
|
+
left: 9.33px;
|
|
4998
|
+
top: 40.5px;
|
|
4999
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5000
|
+
border-radius: 5px;
|
|
5001
|
+
transform: rotate(-128deg);
|
|
5002
|
+
transform-origin: top left;
|
|
5003
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5004
|
+
}
|
|
5005
|
+
|
|
5006
|
+
.E_ll4n94n {
|
|
5007
|
+
position: absolute;
|
|
5008
|
+
width: 5px;
|
|
5009
|
+
height: 48px;
|
|
5010
|
+
left: 40.8px;
|
|
5011
|
+
top: 8.4px;
|
|
5012
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5013
|
+
border-radius: 5px;
|
|
5014
|
+
transform: rotate(-8deg);
|
|
5015
|
+
transform-origin: top left;
|
|
5016
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5017
|
+
}
|
|
5018
|
+
|
|
5019
|
+
.E_l17lbdo6 {
|
|
5020
|
+
position: absolute;
|
|
5021
|
+
width: 5px;
|
|
5022
|
+
height: 48px;
|
|
5023
|
+
left: 52.9px;
|
|
5024
|
+
top: 51.8px;
|
|
5025
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5026
|
+
border-radius: 5px;
|
|
5027
|
+
transform: rotate(112deg);
|
|
5028
|
+
transform-origin: top left;
|
|
5029
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5030
|
+
}
|
|
5031
|
+
|
|
4983
5032
|
.E_msn7nxt {
|
|
4984
5033
|
color: rgba(44, 56, 82, 0.6);
|
|
4985
5034
|
text-align: center;
|
|
@@ -5126,68 +5175,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5126
5175
|
align-items: center;
|
|
5127
5176
|
justify-content: space-between;
|
|
5128
5177
|
background-color: rgba(0, 0, 0, 0.75);
|
|
5129
|
-
color: #b4beca;
|
|
5130
|
-
font-size: 12px;
|
|
5131
|
-
padding: 3px 6px;
|
|
5132
|
-
}
|
|
5133
|
-
.E_t1ub2aex:first-child {
|
|
5134
|
-
padding-top: 3px;
|
|
5135
|
-
}
|
|
5136
|
-
.E_t1ub2aex:last-child {
|
|
5137
|
-
padding-bottom: 3px;
|
|
5138
|
-
}
|
|
5139
|
-
.E_t1ub2aex .column-value {
|
|
5140
|
-
color: #fff;
|
|
5141
|
-
margin-left: 8px;
|
|
5142
|
-
}
|
|
5143
|
-
|
|
5144
|
-
.E_lht19u8 {
|
|
5145
|
-
width: 64px;
|
|
5146
|
-
height: 64px;
|
|
5147
|
-
display: flex;
|
|
5148
|
-
align-items: center;
|
|
5149
|
-
justify-content: center;
|
|
5150
|
-
position: relative;
|
|
5151
|
-
opacity: 0.2;
|
|
5152
|
-
}
|
|
5153
|
-
|
|
5154
|
-
.E_lk3gkp4 {
|
|
5155
|
-
position: absolute;
|
|
5156
|
-
width: 5px;
|
|
5157
|
-
height: 48px;
|
|
5158
|
-
left: 9.33px;
|
|
5159
|
-
top: 40.5px;
|
|
5160
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5161
|
-
border-radius: 5px;
|
|
5162
|
-
transform: rotate(-128deg);
|
|
5163
|
-
transform-origin: top left;
|
|
5164
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5165
|
-
}
|
|
5166
|
-
|
|
5167
|
-
.E_ll4n94n {
|
|
5168
|
-
position: absolute;
|
|
5169
|
-
width: 5px;
|
|
5170
|
-
height: 48px;
|
|
5171
|
-
left: 40.8px;
|
|
5172
|
-
top: 8.4px;
|
|
5173
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5174
|
-
border-radius: 5px;
|
|
5175
|
-
transform: rotate(-8deg);
|
|
5176
|
-
transform-origin: top left;
|
|
5177
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5178
|
+
color: #b4beca;
|
|
5179
|
+
font-size: 12px;
|
|
5180
|
+
padding: 3px 6px;
|
|
5178
5181
|
}
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
transform: rotate(112deg);
|
|
5189
|
-
transform-origin: top left;
|
|
5190
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5182
|
+
.E_t1ub2aex:first-child {
|
|
5183
|
+
padding-top: 3px;
|
|
5184
|
+
}
|
|
5185
|
+
.E_t1ub2aex:last-child {
|
|
5186
|
+
padding-bottom: 3px;
|
|
5187
|
+
}
|
|
5188
|
+
.E_t1ub2aex .column-value {
|
|
5189
|
+
color: #fff;
|
|
5190
|
+
margin-left: 8px;
|
|
5191
5191
|
}
|
|
5192
5192
|
|
|
5193
5193
|
.E_sddwhm6 {
|
|
@@ -5609,272 +5609,71 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5609
5609
|
font-size: 20px;
|
|
5610
5610
|
color: rgba(10, 37, 85, 0.6);
|
|
5611
5611
|
}
|
|
5612
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
5613
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
5614
|
-
z-index: 10;
|
|
5615
|
-
}
|
|
5616
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
5617
|
-
padding: 0 !important;
|
|
5618
|
-
position: relative;
|
|
5619
|
-
background: #fff;
|
|
5620
|
-
}
|
|
5621
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
5622
|
-
height: 100%;
|
|
5623
|
-
display: flex;
|
|
5624
|
-
align-items: center;
|
|
5625
|
-
justify-content: flex-end;
|
|
5626
|
-
padding-right: 8px;
|
|
5627
|
-
}
|
|
5628
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5629
|
-
width: 24px;
|
|
5630
|
-
height: 24px;
|
|
5631
|
-
cursor: pointer;
|
|
5632
|
-
justify-content: center;
|
|
5633
|
-
border-radius: 4px;
|
|
5634
|
-
}
|
|
5635
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5636
|
-
background: #fff;
|
|
5637
|
-
}
|
|
5638
|
-
|
|
5639
|
-
.E_w7ob4th.outside-tag {
|
|
5640
|
-
padding-left: 0;
|
|
5641
|
-
}
|
|
5642
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5643
|
-
border-radius: 4px 0 0 4px;
|
|
5644
|
-
padding-right: 4px;
|
|
5645
|
-
margin-right: 4px;
|
|
5646
|
-
}
|
|
5647
|
-
|
|
5648
|
-
.E_slr2ynn {
|
|
5649
|
-
padding: 0 8px;
|
|
5650
|
-
height: 18px;
|
|
5651
|
-
}
|
|
5652
|
-
|
|
5653
|
-
.E_m140wbb6 {
|
|
5654
|
-
padding: 2px 8px;
|
|
5655
|
-
height: 24px;
|
|
5656
|
-
}
|
|
5657
|
-
|
|
5658
|
-
.E_t1fozc1i {
|
|
5659
|
-
margin: 0;
|
|
5660
|
-
}
|
|
5661
|
-
|
|
5662
|
-
.E_i1vxv4ln {
|
|
5663
|
-
margin-right: 4px;
|
|
5664
|
-
height: 16px;
|
|
5665
|
-
}
|
|
5666
|
-
|
|
5667
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5668
|
-
font-weight: 700;
|
|
5669
|
-
color: #00122e;
|
|
5670
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5671
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5672
|
-
word-break: break-all;
|
|
5673
|
-
display: inline;
|
|
5674
|
-
white-space: normal;
|
|
5675
|
-
}
|
|
5676
|
-
|
|
5677
|
-
.E_t1dtlqs1 {
|
|
5678
|
-
margin-bottom: 4px;
|
|
5679
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5680
|
-
}
|
|
5681
|
-
|
|
5682
|
-
.E_s1ese5oy {
|
|
5683
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5684
|
-
line-height: 32px;
|
|
5685
|
-
height: 32px;
|
|
5686
|
-
margin-bottom: 0;
|
|
5687
|
-
}
|
|
5688
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5689
|
-
color: #0080ff;
|
|
5690
|
-
}
|
|
5691
|
-
.E_s1ese5oy.warning {
|
|
5692
|
-
color: #ffa500;
|
|
5693
|
-
}
|
|
5694
|
-
.E_s1ese5oy.success {
|
|
5695
|
-
color: #00ba5d;
|
|
5696
|
-
}
|
|
5697
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
5698
|
-
color: #f0483e;
|
|
5699
|
-
}
|
|
5700
|
-
.E_s1ese5oy.normal {
|
|
5701
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5702
|
-
}
|
|
5703
|
-
|
|
5704
|
-
.E_b1ibis43 {
|
|
5705
|
-
margin-bottom: 0;
|
|
5706
|
-
color: #00122e;
|
|
5707
|
-
}
|
|
5708
|
-
|
|
5709
|
-
.E_b11xxjd2 {
|
|
5710
|
-
line-height: 32px;
|
|
5711
|
-
margin-right: 6px;
|
|
5712
|
-
}
|
|
5713
|
-
|
|
5714
|
-
.E_bsub5bw.with-description {
|
|
5715
|
-
height: 24px;
|
|
5716
|
-
flex: 1;
|
|
5717
|
-
position: relative;
|
|
5718
|
-
top: -7px;
|
|
5719
|
-
}
|
|
5720
|
-
.E_bsub5bw p {
|
|
5721
|
-
width: 100%;
|
|
5722
|
-
overflow: hidden;
|
|
5723
|
-
text-overflow: ellipsis;
|
|
5724
|
-
white-space: nowrap;
|
|
5725
|
-
}
|
|
5726
|
-
|
|
5727
|
-
.E_tmoyoag {
|
|
5728
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5729
|
-
border-radius: 8px;
|
|
5730
|
-
overflow: auto;
|
|
5731
|
-
}
|
|
5732
|
-
.E_tmoyoag .ant-list {
|
|
5733
|
-
position: relative;
|
|
5734
|
-
}
|
|
5735
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5736
|
-
border-bottom: none;
|
|
5737
|
-
}
|
|
5738
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5739
|
-
position: sticky;
|
|
5740
|
-
top: 0;
|
|
5741
|
-
z-index: 2;
|
|
5742
|
-
display: flex;
|
|
5743
|
-
padding: 8px;
|
|
5744
|
-
flex-wrap: nowrap;
|
|
5745
|
-
justify-content: flex-start;
|
|
5746
|
-
background: #f2f5fa;
|
|
5747
|
-
font-size: 14px;
|
|
5748
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5749
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5750
|
-
}
|
|
5751
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5752
|
-
align-items: inherit;
|
|
5753
|
-
}
|
|
5754
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5755
|
-
margin-bottom: 0;
|
|
5756
|
-
}
|
|
5757
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5758
|
-
display: flex;
|
|
5759
|
-
justify-content: flex-start;
|
|
5760
|
-
align-items: flex-start;
|
|
5761
|
-
flex-wrap: wrap;
|
|
5762
|
-
padding: 8px;
|
|
5763
|
-
border: none;
|
|
5764
|
-
}
|
|
5765
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5766
|
-
flex-basis: 100%;
|
|
5767
|
-
margin: 12px 0 0;
|
|
5768
|
-
order: 99;
|
|
5769
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5770
|
-
}
|
|
5771
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5772
|
-
color: #f0483e;
|
|
5773
|
-
flex-basis: 100%;
|
|
5774
|
-
order: 98;
|
|
5775
|
-
margin: 12px 0 0;
|
|
5776
|
-
}
|
|
5777
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5778
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5779
|
-
}
|
|
5780
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5781
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5782
|
-
}
|
|
5783
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5784
|
-
flex: 1 0 0;
|
|
5785
|
-
overflow: hidden;
|
|
5786
|
-
}
|
|
5787
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5788
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5789
|
-
margin: 0;
|
|
5790
|
-
}
|
|
5791
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5792
|
-
text-align: center;
|
|
5793
|
-
}
|
|
5794
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5795
|
-
text-align: center;
|
|
5796
|
-
}
|
|
5797
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5798
|
-
text-align: left;
|
|
5799
|
-
}
|
|
5800
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5801
|
-
text-align: left;
|
|
5802
|
-
}
|
|
5803
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5804
|
-
text-align: right;
|
|
5805
|
-
}
|
|
5806
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5807
|
-
text-align: right;
|
|
5808
|
-
}
|
|
5809
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5810
|
-
margin-right: 8px;
|
|
5811
|
-
}
|
|
5812
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5813
|
-
padding: 4px;
|
|
5814
|
-
width: 24px;
|
|
5815
|
-
height: 24px;
|
|
5816
|
-
overflow: hidden;
|
|
5817
|
-
}
|
|
5818
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5819
|
-
padding: 0;
|
|
5820
|
-
}
|
|
5821
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5822
|
-
cursor: not-allowed;
|
|
5823
|
-
opacity: 0.5;
|
|
5824
|
-
}
|
|
5825
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5826
|
-
margin: 0;
|
|
5827
|
-
}
|
|
5828
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5829
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5830
|
-
border-radius: 5px;
|
|
5831
|
-
font-size: 12px;
|
|
5832
|
-
}
|
|
5833
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5834
|
-
font-size: inherit;
|
|
5835
|
-
}
|
|
5836
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5837
|
-
min-height: 24px;
|
|
5838
|
-
font-size: 12px;
|
|
5839
|
-
position: relative;
|
|
5840
|
-
}
|
|
5841
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5842
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5843
|
-
}
|
|
5844
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5845
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5612
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
5613
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
5614
|
+
z-index: 10;
|
|
5846
5615
|
}
|
|
5847
|
-
|
|
5848
|
-
|
|
5616
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
5617
|
+
padding: 0 !important;
|
|
5618
|
+
position: relative;
|
|
5619
|
+
background: #fff;
|
|
5620
|
+
}
|
|
5621
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
5622
|
+
height: 100%;
|
|
5849
5623
|
display: flex;
|
|
5850
5624
|
align-items: center;
|
|
5851
|
-
|
|
5852
|
-
|
|
5625
|
+
justify-content: flex-end;
|
|
5626
|
+
padding-right: 8px;
|
|
5853
5627
|
}
|
|
5854
|
-
.
|
|
5855
|
-
|
|
5628
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5629
|
+
width: 24px;
|
|
5856
5630
|
height: 24px;
|
|
5631
|
+
cursor: pointer;
|
|
5632
|
+
justify-content: center;
|
|
5633
|
+
border-radius: 4px;
|
|
5857
5634
|
}
|
|
5858
|
-
.
|
|
5859
|
-
|
|
5860
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5635
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5636
|
+
background: #fff;
|
|
5861
5637
|
}
|
|
5862
|
-
|
|
5863
|
-
|
|
5638
|
+
|
|
5639
|
+
.E_w7ob4th.outside-tag {
|
|
5640
|
+
padding-left: 0;
|
|
5641
|
+
}
|
|
5642
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5643
|
+
border-radius: 4px 0 0 4px;
|
|
5644
|
+
padding-right: 4px;
|
|
5645
|
+
margin-right: 4px;
|
|
5864
5646
|
}
|
|
5865
5647
|
|
|
5866
|
-
.
|
|
5867
|
-
|
|
5648
|
+
.E_slr2ynn {
|
|
5649
|
+
padding: 0 8px;
|
|
5650
|
+
height: 18px;
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5653
|
+
.E_m140wbb6 {
|
|
5654
|
+
padding: 2px 8px;
|
|
5868
5655
|
height: 24px;
|
|
5869
|
-
padding: 4px;
|
|
5870
|
-
margin-right: 8px;
|
|
5871
5656
|
}
|
|
5872
5657
|
|
|
5873
|
-
.
|
|
5658
|
+
.E_t1fozc1i {
|
|
5659
|
+
margin: 0;
|
|
5660
|
+
}
|
|
5661
|
+
|
|
5662
|
+
.E_i1vxv4ln {
|
|
5874
5663
|
margin-right: 4px;
|
|
5875
5664
|
height: 16px;
|
|
5876
5665
|
}
|
|
5877
5666
|
|
|
5667
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5668
|
+
font-weight: 700;
|
|
5669
|
+
color: #00122e;
|
|
5670
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5671
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5672
|
+
word-break: break-all;
|
|
5673
|
+
display: inline;
|
|
5674
|
+
white-space: normal;
|
|
5675
|
+
}
|
|
5676
|
+
|
|
5878
5677
|
.E_sjob3jg {
|
|
5879
5678
|
--item-min-width: 60px;
|
|
5880
5679
|
}
|
|
@@ -6053,21 +5852,222 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6053
5852
|
justify-content: center;
|
|
6054
5853
|
}
|
|
6055
5854
|
|
|
6056
|
-
.E_v18frne8 {
|
|
6057
|
-
width: 100%;
|
|
5855
|
+
.E_v18frne8 {
|
|
5856
|
+
width: 100%;
|
|
5857
|
+
display: flex;
|
|
5858
|
+
align-items: center;
|
|
5859
|
+
justify-content: center;
|
|
5860
|
+
column-gap: 6px;
|
|
5861
|
+
font-size: 13px;
|
|
5862
|
+
}
|
|
5863
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5864
|
+
display: inline-flex;
|
|
5865
|
+
align-items: center;
|
|
5866
|
+
min-width: 20px;
|
|
5867
|
+
min-height: 20px;
|
|
5868
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5869
|
+
justify-content: center;
|
|
5870
|
+
}
|
|
5871
|
+
|
|
5872
|
+
.E_i1g85yz3 {
|
|
5873
|
+
margin-right: 4px;
|
|
5874
|
+
height: 16px;
|
|
5875
|
+
}
|
|
5876
|
+
|
|
5877
|
+
.E_t1dtlqs1 {
|
|
5878
|
+
margin-bottom: 4px;
|
|
5879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5880
|
+
}
|
|
5881
|
+
|
|
5882
|
+
.E_s1ese5oy {
|
|
5883
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5884
|
+
line-height: 32px;
|
|
5885
|
+
height: 32px;
|
|
5886
|
+
margin-bottom: 0;
|
|
5887
|
+
}
|
|
5888
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5889
|
+
color: #0080ff;
|
|
5890
|
+
}
|
|
5891
|
+
.E_s1ese5oy.warning {
|
|
5892
|
+
color: #ffa500;
|
|
5893
|
+
}
|
|
5894
|
+
.E_s1ese5oy.success {
|
|
5895
|
+
color: #00ba5d;
|
|
5896
|
+
}
|
|
5897
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
5898
|
+
color: #f0483e;
|
|
5899
|
+
}
|
|
5900
|
+
.E_s1ese5oy.normal {
|
|
5901
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5902
|
+
}
|
|
5903
|
+
|
|
5904
|
+
.E_b1ibis43 {
|
|
5905
|
+
margin-bottom: 0;
|
|
5906
|
+
color: #00122e;
|
|
5907
|
+
}
|
|
5908
|
+
|
|
5909
|
+
.E_b11xxjd2 {
|
|
5910
|
+
line-height: 32px;
|
|
5911
|
+
margin-right: 6px;
|
|
5912
|
+
}
|
|
5913
|
+
|
|
5914
|
+
.E_bsub5bw.with-description {
|
|
5915
|
+
height: 24px;
|
|
5916
|
+
flex: 1;
|
|
5917
|
+
position: relative;
|
|
5918
|
+
top: -7px;
|
|
5919
|
+
}
|
|
5920
|
+
.E_bsub5bw p {
|
|
5921
|
+
width: 100%;
|
|
5922
|
+
overflow: hidden;
|
|
5923
|
+
text-overflow: ellipsis;
|
|
5924
|
+
white-space: nowrap;
|
|
5925
|
+
}
|
|
5926
|
+
|
|
5927
|
+
.E_tmoyoag {
|
|
5928
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5929
|
+
border-radius: 8px;
|
|
5930
|
+
overflow: auto;
|
|
5931
|
+
}
|
|
5932
|
+
.E_tmoyoag .ant-list {
|
|
5933
|
+
position: relative;
|
|
5934
|
+
}
|
|
5935
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5936
|
+
border-bottom: none;
|
|
5937
|
+
}
|
|
5938
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5939
|
+
position: sticky;
|
|
5940
|
+
top: 0;
|
|
5941
|
+
z-index: 2;
|
|
5942
|
+
display: flex;
|
|
5943
|
+
padding: 8px;
|
|
5944
|
+
flex-wrap: nowrap;
|
|
5945
|
+
justify-content: flex-start;
|
|
5946
|
+
background: #f2f5fa;
|
|
5947
|
+
font-size: 14px;
|
|
5948
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5949
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5950
|
+
}
|
|
5951
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5952
|
+
align-items: inherit;
|
|
5953
|
+
}
|
|
5954
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5955
|
+
margin-bottom: 0;
|
|
5956
|
+
}
|
|
5957
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5958
|
+
display: flex;
|
|
5959
|
+
justify-content: flex-start;
|
|
5960
|
+
align-items: flex-start;
|
|
5961
|
+
flex-wrap: wrap;
|
|
5962
|
+
padding: 8px;
|
|
5963
|
+
border: none;
|
|
5964
|
+
}
|
|
5965
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5966
|
+
flex-basis: 100%;
|
|
5967
|
+
margin: 12px 0 0;
|
|
5968
|
+
order: 99;
|
|
5969
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5970
|
+
}
|
|
5971
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5972
|
+
color: #f0483e;
|
|
5973
|
+
flex-basis: 100%;
|
|
5974
|
+
order: 98;
|
|
5975
|
+
margin: 12px 0 0;
|
|
5976
|
+
}
|
|
5977
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5978
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5979
|
+
}
|
|
5980
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5981
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5982
|
+
}
|
|
5983
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5984
|
+
flex: 1 0 0;
|
|
5985
|
+
overflow: hidden;
|
|
5986
|
+
}
|
|
5987
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5988
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5989
|
+
margin: 0;
|
|
5990
|
+
}
|
|
5991
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5992
|
+
text-align: center;
|
|
5993
|
+
}
|
|
5994
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5995
|
+
text-align: center;
|
|
5996
|
+
}
|
|
5997
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5998
|
+
text-align: left;
|
|
5999
|
+
}
|
|
6000
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
6001
|
+
text-align: left;
|
|
6002
|
+
}
|
|
6003
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
6004
|
+
text-align: right;
|
|
6005
|
+
}
|
|
6006
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
6007
|
+
text-align: right;
|
|
6008
|
+
}
|
|
6009
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
6010
|
+
margin-right: 8px;
|
|
6011
|
+
}
|
|
6012
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
6013
|
+
padding: 4px;
|
|
6014
|
+
width: 24px;
|
|
6015
|
+
height: 24px;
|
|
6016
|
+
overflow: hidden;
|
|
6017
|
+
}
|
|
6018
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
6019
|
+
padding: 0;
|
|
6020
|
+
}
|
|
6021
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
6022
|
+
cursor: not-allowed;
|
|
6023
|
+
opacity: 0.5;
|
|
6024
|
+
}
|
|
6025
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
6026
|
+
margin: 0;
|
|
6027
|
+
}
|
|
6028
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
6029
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
6030
|
+
border-radius: 5px;
|
|
6031
|
+
font-size: 12px;
|
|
6032
|
+
}
|
|
6033
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
6034
|
+
font-size: inherit;
|
|
6035
|
+
}
|
|
6036
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
6037
|
+
min-height: 24px;
|
|
6038
|
+
font-size: 12px;
|
|
6039
|
+
position: relative;
|
|
6040
|
+
}
|
|
6041
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
6042
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6043
|
+
}
|
|
6044
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
6045
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
6046
|
+
}
|
|
6047
|
+
|
|
6048
|
+
.E_a138syjm {
|
|
6058
6049
|
display: flex;
|
|
6059
6050
|
align-items: center;
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
font-size: 13px;
|
|
6051
|
+
margin-top: 8px;
|
|
6052
|
+
gap: 8px;
|
|
6063
6053
|
}
|
|
6064
|
-
.
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6054
|
+
.E_a138syjm button.ant-btn {
|
|
6055
|
+
padding: 2px 8px;
|
|
6056
|
+
height: 24px;
|
|
6057
|
+
}
|
|
6058
|
+
.E_a138syjm > span.maximum-desc {
|
|
6059
|
+
display: none;
|
|
6060
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6061
|
+
}
|
|
6062
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
6063
|
+
display: inline;
|
|
6064
|
+
}
|
|
6065
|
+
|
|
6066
|
+
.E_d77i8u0 {
|
|
6067
|
+
width: 24px;
|
|
6068
|
+
height: 24px;
|
|
6069
|
+
padding: 4px;
|
|
6070
|
+
margin-right: 8px;
|
|
6071
6071
|
}
|
|
6072
6072
|
|
|
6073
6073
|
.E_t13ef470 {
|
|
@@ -6100,10 +6100,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6100
6100
|
background: rgba(163, 180, 204, 0.18);
|
|
6101
6101
|
}
|
|
6102
6102
|
|
|
6103
|
-
.E_b1jaupqb {
|
|
6104
|
-
color: #F0483E;
|
|
6105
|
-
}
|
|
6106
|
-
|
|
6107
6103
|
.E_bpgac8u {
|
|
6108
6104
|
color: #FFFFFF;
|
|
6109
6105
|
display: flex;
|
|
@@ -6131,52 +6127,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6131
6127
|
background-color: #E07F00;
|
|
6132
6128
|
}
|
|
6133
6129
|
|
|
6134
|
-
.
|
|
6135
|
-
|
|
6136
|
-
padding-top: 5px;
|
|
6137
|
-
padding-left: 5px;
|
|
6138
|
-
}
|
|
6139
|
-
.E_t59qhqp .ant-timeline-item {
|
|
6140
|
-
margin-bottom: 16px;
|
|
6141
|
-
padding-bottom: 0px;
|
|
6142
|
-
}
|
|
6143
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
6144
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6145
|
-
margin-bottom: 0;
|
|
6146
|
-
}
|
|
6147
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
6148
|
-
margin-bottom: 12px;
|
|
6149
|
-
}
|
|
6150
|
-
.E_t59qhqp .info-action {
|
|
6151
|
-
align-self: baseline;
|
|
6152
|
-
}
|
|
6153
|
-
|
|
6154
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
6155
|
-
margin-left: 18px;
|
|
6156
|
-
}
|
|
6157
|
-
.E_t2e44lg .item-time {
|
|
6158
|
-
display: flex;
|
|
6159
|
-
flex-direction: column;
|
|
6160
|
-
gap: 4px;
|
|
6161
|
-
margin-top: 4px;
|
|
6162
|
-
}
|
|
6163
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6164
|
-
padding-bottom: 0;
|
|
6165
|
-
}
|
|
6166
|
-
|
|
6167
|
-
.E_e14ua30y {
|
|
6168
|
-
display: flex;
|
|
6169
|
-
flex-direction: column;
|
|
6170
|
-
align-items: center;
|
|
6171
|
-
justify-content: center;
|
|
6172
|
-
}
|
|
6173
|
-
|
|
6174
|
-
.E_s1ikqzph {
|
|
6175
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6176
|
-
}
|
|
6177
|
-
|
|
6178
|
-
.E_i15astnl {
|
|
6179
|
-
color: #00122E;
|
|
6130
|
+
.E_b1jaupqb {
|
|
6131
|
+
color: #F0483E;
|
|
6180
6132
|
}
|
|
6181
6133
|
|
|
6182
6134
|
.E_icab5o7 {
|
|
@@ -6376,6 +6328,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6376
6328
|
font-weight: bold;
|
|
6377
6329
|
}
|
|
6378
6330
|
|
|
6331
|
+
.E_t59qhqp {
|
|
6332
|
+
padding: 0px;
|
|
6333
|
+
padding-top: 5px;
|
|
6334
|
+
padding-left: 5px;
|
|
6335
|
+
}
|
|
6336
|
+
.E_t59qhqp .ant-timeline-item {
|
|
6337
|
+
margin-bottom: 16px;
|
|
6338
|
+
padding-bottom: 0px;
|
|
6339
|
+
}
|
|
6340
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
6341
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6342
|
+
margin-bottom: 0;
|
|
6343
|
+
}
|
|
6344
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
6345
|
+
margin-bottom: 12px;
|
|
6346
|
+
}
|
|
6347
|
+
.E_t59qhqp .info-action {
|
|
6348
|
+
align-self: baseline;
|
|
6349
|
+
}
|
|
6350
|
+
|
|
6351
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
6352
|
+
margin-left: 18px;
|
|
6353
|
+
}
|
|
6354
|
+
.E_t2e44lg .item-time {
|
|
6355
|
+
display: flex;
|
|
6356
|
+
flex-direction: column;
|
|
6357
|
+
gap: 4px;
|
|
6358
|
+
margin-top: 4px;
|
|
6359
|
+
}
|
|
6360
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6361
|
+
padding-bottom: 0;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.E_e14ua30y {
|
|
6365
|
+
display: flex;
|
|
6366
|
+
flex-direction: column;
|
|
6367
|
+
align-items: center;
|
|
6368
|
+
justify-content: center;
|
|
6369
|
+
}
|
|
6370
|
+
|
|
6371
|
+
.E_s1ikqzph {
|
|
6372
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6373
|
+
}
|
|
6374
|
+
|
|
6375
|
+
.E_i15astnl {
|
|
6376
|
+
color: #00122E;
|
|
6377
|
+
}
|
|
6378
|
+
|
|
6379
6379
|
.E_s20iney.skeleton-box {
|
|
6380
6380
|
display: flex;
|
|
6381
6381
|
align-items: center;
|
|
@@ -6827,6 +6827,62 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6827
6827
|
margin-right: 4px;
|
|
6828
6828
|
}
|
|
6829
6829
|
|
|
6830
|
+
.E_n12mqh7z {
|
|
6831
|
+
display: flex;
|
|
6832
|
+
align-items: center;
|
|
6833
|
+
font-size: 12px;
|
|
6834
|
+
line-height: 18px;
|
|
6835
|
+
}
|
|
6836
|
+
.E_n12mqh7z:not(:last-child) {
|
|
6837
|
+
margin-bottom: 4px;
|
|
6838
|
+
}
|
|
6839
|
+
|
|
6840
|
+
.E_tf5bynu {
|
|
6841
|
+
margin: 0 3px;
|
|
6842
|
+
}
|
|
6843
|
+
|
|
6844
|
+
.E_tcckoz1 {
|
|
6845
|
+
max-height: 400px;
|
|
6846
|
+
overflow: auto;
|
|
6847
|
+
}
|
|
6848
|
+
|
|
6849
|
+
.E_gmyahx3 {
|
|
6850
|
+
cursor: pointer;
|
|
6851
|
+
}
|
|
6852
|
+
.E_gmyahx3 .link-text {
|
|
6853
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6854
|
+
}
|
|
6855
|
+
.E_gmyahx3:hover .link-text {
|
|
6856
|
+
color: #0080ff;
|
|
6857
|
+
}
|
|
6858
|
+
|
|
6859
|
+
.E_ou7iq30 {
|
|
6860
|
+
overflow: hidden;
|
|
6861
|
+
text-overflow: ellipsis;
|
|
6862
|
+
}
|
|
6863
|
+
|
|
6864
|
+
.E_s1tui002 {
|
|
6865
|
+
white-space: nowrap;
|
|
6866
|
+
}
|
|
6867
|
+
|
|
6868
|
+
.E_mxrc2zg {
|
|
6869
|
+
display: -webkit-box;
|
|
6870
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6871
|
+
-webkit-box-orient: vertical;
|
|
6872
|
+
word-break: break-all;
|
|
6873
|
+
}
|
|
6874
|
+
|
|
6875
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6876
|
+
display: none;
|
|
6877
|
+
}
|
|
6878
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6879
|
+
background: rgba(23, 38, 64, 0.8);
|
|
6880
|
+
border-radius: 4px;
|
|
6881
|
+
}
|
|
6882
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6883
|
+
visibility: hidden;
|
|
6884
|
+
}
|
|
6885
|
+
|
|
6830
6886
|
.E_clm1wy1 {
|
|
6831
6887
|
width: 192px;
|
|
6832
6888
|
height: 246px;
|
|
@@ -6887,97 +6943,37 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6887
6943
|
display: flex;
|
|
6888
6944
|
justify-content: space-between;
|
|
6889
6945
|
align-items: center;
|
|
6890
|
-
padding: 8px 16px;
|
|
6891
|
-
}
|
|
6892
|
-
.E_c167wnad .anticon {
|
|
6893
|
-
cursor: pointer;
|
|
6894
|
-
}
|
|
6895
|
-
.E_c167wnad .anticon:hover {
|
|
6896
|
-
color: #0096ff;
|
|
6897
|
-
}
|
|
6898
|
-
|
|
6899
|
-
.E_cxhf7dh {
|
|
6900
|
-
text-align: center;
|
|
6901
|
-
}
|
|
6902
|
-
.E_cxhf7dh .dots {
|
|
6903
|
-
display: flex;
|
|
6904
|
-
justify-content: center;
|
|
6905
|
-
}
|
|
6906
|
-
.E_cxhf7dh .dot {
|
|
6907
|
-
display: inline-block;
|
|
6908
|
-
width: 2px;
|
|
6909
|
-
height: 2px;
|
|
6910
|
-
border-radius: 1px;
|
|
6911
|
-
background: #0096ff;
|
|
6912
|
-
}
|
|
6913
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6914
|
-
margin-right: 2px;
|
|
6915
|
-
}
|
|
6916
|
-
.E_cxhf7dh .bar {
|
|
6917
|
-
width: 9px;
|
|
6918
|
-
height: 2px;
|
|
6919
|
-
background: #0096ff;
|
|
6920
|
-
border-radius: 2px;
|
|
6921
|
-
}
|
|
6922
|
-
|
|
6923
|
-
.E_n12mqh7z {
|
|
6924
|
-
display: flex;
|
|
6925
|
-
align-items: center;
|
|
6926
|
-
font-size: 12px;
|
|
6927
|
-
line-height: 18px;
|
|
6928
|
-
}
|
|
6929
|
-
.E_n12mqh7z:not(:last-child) {
|
|
6930
|
-
margin-bottom: 4px;
|
|
6931
|
-
}
|
|
6932
|
-
|
|
6933
|
-
.E_tf5bynu {
|
|
6934
|
-
margin: 0 3px;
|
|
6935
|
-
}
|
|
6936
|
-
|
|
6937
|
-
.E_tcckoz1 {
|
|
6938
|
-
max-height: 400px;
|
|
6939
|
-
overflow: auto;
|
|
6940
|
-
}
|
|
6941
|
-
|
|
6942
|
-
.E_gmyahx3 {
|
|
6943
|
-
cursor: pointer;
|
|
6944
|
-
}
|
|
6945
|
-
.E_gmyahx3 .link-text {
|
|
6946
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6947
|
-
}
|
|
6948
|
-
.E_gmyahx3:hover .link-text {
|
|
6949
|
-
color: #0080ff;
|
|
6950
|
-
}
|
|
6951
|
-
|
|
6952
|
-
span.E_tqjc4ui {
|
|
6953
|
-
margin: 0 2px;
|
|
6946
|
+
padding: 8px 16px;
|
|
6954
6947
|
}
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
overflow: hidden;
|
|
6958
|
-
text-overflow: ellipsis;
|
|
6948
|
+
.E_c167wnad .anticon {
|
|
6949
|
+
cursor: pointer;
|
|
6959
6950
|
}
|
|
6960
|
-
|
|
6961
|
-
|
|
6962
|
-
white-space: nowrap;
|
|
6951
|
+
.E_c167wnad .anticon:hover {
|
|
6952
|
+
color: #0096ff;
|
|
6963
6953
|
}
|
|
6964
6954
|
|
|
6965
|
-
.
|
|
6966
|
-
|
|
6967
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6968
|
-
-webkit-box-orient: vertical;
|
|
6969
|
-
word-break: break-all;
|
|
6955
|
+
.E_cxhf7dh {
|
|
6956
|
+
text-align: center;
|
|
6970
6957
|
}
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6958
|
+
.E_cxhf7dh .dots {
|
|
6959
|
+
display: flex;
|
|
6960
|
+
justify-content: center;
|
|
6974
6961
|
}
|
|
6975
|
-
.
|
|
6976
|
-
|
|
6977
|
-
|
|
6962
|
+
.E_cxhf7dh .dot {
|
|
6963
|
+
display: inline-block;
|
|
6964
|
+
width: 2px;
|
|
6965
|
+
height: 2px;
|
|
6966
|
+
border-radius: 1px;
|
|
6967
|
+
background: #0096ff;
|
|
6978
6968
|
}
|
|
6979
|
-
.
|
|
6980
|
-
|
|
6969
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6970
|
+
margin-right: 2px;
|
|
6971
|
+
}
|
|
6972
|
+
.E_cxhf7dh .bar {
|
|
6973
|
+
width: 9px;
|
|
6974
|
+
height: 2px;
|
|
6975
|
+
background: #0096ff;
|
|
6976
|
+
border-radius: 2px;
|
|
6981
6977
|
}
|
|
6982
6978
|
|
|
6983
6979
|
.E_c1up1pdz {
|
|
@@ -7120,12 +7116,31 @@ span.E_tqjc4ui {
|
|
|
7120
7116
|
color: #fff;
|
|
7121
7117
|
}
|
|
7122
7118
|
|
|
7123
|
-
.
|
|
7119
|
+
span.E_tqjc4ui {
|
|
7120
|
+
margin: 0 2px;
|
|
7121
|
+
}
|
|
7122
|
+
|
|
7123
|
+
.E_wg1tsps {
|
|
7124
7124
|
display: flex;
|
|
7125
7125
|
align-items: center;
|
|
7126
|
+
justify-content: flex-end;
|
|
7126
7127
|
}
|
|
7127
|
-
|
|
7128
|
-
|
|
7128
|
+
|
|
7129
|
+
.E_b1ctd5xy {
|
|
7130
|
+
display: flex;
|
|
7131
|
+
align-items: center;
|
|
7132
|
+
width: calc(100% - 40px);
|
|
7133
|
+
}
|
|
7134
|
+
.E_b1ctd5xy .chart {
|
|
7135
|
+
display: inline-block;
|
|
7136
|
+
width: 100%;
|
|
7137
|
+
}
|
|
7138
|
+
|
|
7139
|
+
.E_u1p8acpn {
|
|
7140
|
+
min-width: 40px;
|
|
7141
|
+
}
|
|
7142
|
+
.E_u1p8acpn .unit {
|
|
7143
|
+
color: #00122e !important;
|
|
7129
7144
|
}
|
|
7130
7145
|
|
|
7131
7146
|
.E_t160l1cm {
|
|
@@ -7331,119 +7346,6 @@ span.E_tqjc4ui {
|
|
|
7331
7346
|
background: transparent;
|
|
7332
7347
|
}
|
|
7333
7348
|
|
|
7334
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
7335
|
-
background: #edf0f7;
|
|
7336
|
-
padding: 32px 8px;
|
|
7337
|
-
overflow: auto;
|
|
7338
|
-
}
|
|
7339
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
7340
|
-
display: flex;
|
|
7341
|
-
flex-direction: column;
|
|
7342
|
-
justify-content: space-between;
|
|
7343
|
-
}
|
|
7344
|
-
.E_s1at6qmn footer {
|
|
7345
|
-
display: flex;
|
|
7346
|
-
}
|
|
7347
|
-
.E_s1at6qmn .ant-menu {
|
|
7348
|
-
background: #edf0f7;
|
|
7349
|
-
}
|
|
7350
|
-
.E_s1at6qmn .ant-menu a {
|
|
7351
|
-
color: #00122e;
|
|
7352
|
-
width: 180px;
|
|
7353
|
-
overflow: hidden;
|
|
7354
|
-
text-overflow: ellipsis;
|
|
7355
|
-
}
|
|
7356
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
7357
|
-
margin-bottom: 24px;
|
|
7358
|
-
}
|
|
7359
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7360
|
-
margin: 0;
|
|
7361
|
-
}
|
|
7362
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7363
|
-
font-size: 12px;
|
|
7364
|
-
padding: 0 8px 4px;
|
|
7365
|
-
line-height: 18px;
|
|
7366
|
-
}
|
|
7367
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7368
|
-
padding: 0;
|
|
7369
|
-
}
|
|
7370
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7371
|
-
padding-bottom: 24px;
|
|
7372
|
-
}
|
|
7373
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7374
|
-
margin-bottom: 24px;
|
|
7375
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7376
|
-
}
|
|
7377
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7378
|
-
transition: none;
|
|
7379
|
-
display: flex;
|
|
7380
|
-
align-items: center;
|
|
7381
|
-
height: 32px;
|
|
7382
|
-
line-height: 22px;
|
|
7383
|
-
padding: 0 8px;
|
|
7384
|
-
}
|
|
7385
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7386
|
-
margin-right: 12px;
|
|
7387
|
-
}
|
|
7388
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7389
|
-
margin: 0;
|
|
7390
|
-
margin-bottom: 2px;
|
|
7391
|
-
}
|
|
7392
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7393
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7394
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7395
|
-
border-radius: 6px;
|
|
7396
|
-
color: #fff;
|
|
7397
|
-
}
|
|
7398
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7399
|
-
color: #fff;
|
|
7400
|
-
}
|
|
7401
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
7402
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7403
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7404
|
-
border-radius: 6px;
|
|
7405
|
-
}
|
|
7406
|
-
|
|
7407
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7408
|
-
white-space: nowrap;
|
|
7409
|
-
transition: all 0s;
|
|
7410
|
-
}
|
|
7411
|
-
.E_s1wu0lms.shrink {
|
|
7412
|
-
transition: all 0s;
|
|
7413
|
-
overflow: hidden;
|
|
7414
|
-
}
|
|
7415
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7416
|
-
visibility: hidden;
|
|
7417
|
-
}
|
|
7418
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7419
|
-
width: 36px;
|
|
7420
|
-
padding: 0 6px;
|
|
7421
|
-
}
|
|
7422
|
-
|
|
7423
|
-
.E_n1ugzfva {
|
|
7424
|
-
display: flex;
|
|
7425
|
-
place-items: center;
|
|
7426
|
-
width: 100% !important;
|
|
7427
|
-
}
|
|
7428
|
-
.E_n1ugzfva[disabled] {
|
|
7429
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7430
|
-
opacity: 1 !important;
|
|
7431
|
-
}
|
|
7432
|
-
.E_n1ugzfva.ant-btn {
|
|
7433
|
-
width: 100%;
|
|
7434
|
-
color: #00122e;
|
|
7435
|
-
}
|
|
7436
|
-
.E_n1ugzfva .icon-wrapper {
|
|
7437
|
-
margin-right: 12px;
|
|
7438
|
-
}
|
|
7439
|
-
.E_n1ugzfva .link-title {
|
|
7440
|
-
flex: 1;
|
|
7441
|
-
overflow: hidden;
|
|
7442
|
-
white-space: nowrap;
|
|
7443
|
-
text-overflow: ellipsis;
|
|
7444
|
-
text-align: left;
|
|
7445
|
-
}
|
|
7446
|
-
|
|
7447
7349
|
.E_u15heuvq.content {
|
|
7448
7350
|
cursor: default !important;
|
|
7449
7351
|
}
|
|
@@ -7460,29 +7362,6 @@ span.E_tqjc4ui {
|
|
|
7460
7362
|
color: rgba(44, 56, 82, 0.75);
|
|
7461
7363
|
}
|
|
7462
7364
|
|
|
7463
|
-
.E_wg1tsps {
|
|
7464
|
-
display: flex;
|
|
7465
|
-
align-items: center;
|
|
7466
|
-
justify-content: flex-end;
|
|
7467
|
-
}
|
|
7468
|
-
|
|
7469
|
-
.E_b1ctd5xy {
|
|
7470
|
-
display: flex;
|
|
7471
|
-
align-items: center;
|
|
7472
|
-
width: calc(100% - 40px);
|
|
7473
|
-
}
|
|
7474
|
-
.E_b1ctd5xy .chart {
|
|
7475
|
-
display: inline-block;
|
|
7476
|
-
width: 100%;
|
|
7477
|
-
}
|
|
7478
|
-
|
|
7479
|
-
.E_u1p8acpn {
|
|
7480
|
-
min-width: 40px;
|
|
7481
|
-
}
|
|
7482
|
-
.E_u1p8acpn .unit {
|
|
7483
|
-
color: #00122e !important;
|
|
7484
|
-
}
|
|
7485
|
-
|
|
7486
7365
|
.E_t1sqg15u {
|
|
7487
7366
|
background: white;
|
|
7488
7367
|
}
|
|
@@ -7554,127 +7433,144 @@ span.E_tqjc4ui {
|
|
|
7554
7433
|
}
|
|
7555
7434
|
.E_t93e4cf .content {
|
|
7556
7435
|
overflow: hidden;
|
|
7557
|
-
overflow-x: auto;
|
|
7558
|
-
width: 100%;
|
|
7559
|
-
white-space: pre-wrap;
|
|
7560
|
-
}
|
|
7561
|
-
.E_t93e4cf .content .ant-btn {
|
|
7562
|
-
white-space: pre-wrap;
|
|
7563
|
-
text-align: left;
|
|
7564
|
-
}
|
|
7565
|
-
.E_t93e4cf .content .unit-chart {
|
|
7566
|
-
justify-content: flex-start;
|
|
7567
|
-
}
|
|
7568
|
-
|
|
7569
|
-
.E_rhz2uv5 {
|
|
7570
|
-
width: var(--rhz2uv5-0);
|
|
7571
|
-
flex-shrink: 0;
|
|
7572
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7573
|
-
padding-right: 12px;
|
|
7574
|
-
}
|
|
7575
|
-
|
|
7576
|
-
.E_kr6am0s .ant-modal-body {
|
|
7577
|
-
padding: 60px 128px;
|
|
7578
|
-
}
|
|
7579
|
-
|
|
7580
|
-
.E_k1h3cl5q {
|
|
7581
|
-
display: flex;
|
|
7582
|
-
flex-direction: column;
|
|
7583
|
-
height: 100%;
|
|
7584
|
-
}
|
|
7585
|
-
|
|
7586
|
-
.E_k1a6j97w {
|
|
7587
|
-
color: #00122e;
|
|
7588
|
-
font-size: 32px !important;
|
|
7589
|
-
margin-bottom: 16px;
|
|
7590
|
-
}
|
|
7591
|
-
|
|
7592
|
-
.E_k1uim1fg {
|
|
7593
|
-
margin-bottom: 32px;
|
|
7594
|
-
color: #00122e;
|
|
7595
|
-
}
|
|
7596
|
-
|
|
7597
|
-
.E_kobelzt {
|
|
7598
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7599
|
-
min-height: 0;
|
|
7600
|
-
flex: 1;
|
|
7601
|
-
padding: 16px;
|
|
7602
|
-
background-color: #2d3a56;
|
|
7603
|
-
color: #fff;
|
|
7604
|
-
overflow: auto;
|
|
7605
|
-
max-width: 100%;
|
|
7606
|
-
min-height: 0;
|
|
7607
|
-
border-radius: 8px;
|
|
7436
|
+
overflow-x: auto;
|
|
7437
|
+
width: 100%;
|
|
7438
|
+
white-space: pre-wrap;
|
|
7439
|
+
}
|
|
7440
|
+
.E_t93e4cf .content .ant-btn {
|
|
7608
7441
|
white-space: pre-wrap;
|
|
7442
|
+
text-align: left;
|
|
7443
|
+
}
|
|
7444
|
+
.E_t93e4cf .content .unit-chart {
|
|
7445
|
+
justify-content: flex-start;
|
|
7609
7446
|
}
|
|
7610
7447
|
|
|
7611
|
-
.
|
|
7612
|
-
width:
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
-
padding:
|
|
7448
|
+
.E_rhz2uv5 {
|
|
7449
|
+
width: var(--rhz2uv5-0);
|
|
7450
|
+
flex-shrink: 0;
|
|
7451
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7452
|
+
padding-right: 12px;
|
|
7616
7453
|
}
|
|
7617
7454
|
|
|
7618
|
-
.
|
|
7455
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7619
7456
|
display: flex;
|
|
7620
|
-
flex-direction: column;
|
|
7621
|
-
justify-content: center;
|
|
7622
7457
|
align-items: center;
|
|
7623
|
-
|
|
7458
|
+
}
|
|
7459
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7460
|
+
margin-right: 8px;
|
|
7624
7461
|
}
|
|
7625
7462
|
|
|
7626
|
-
.
|
|
7463
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
7464
|
+
background: #edf0f7;
|
|
7465
|
+
padding: 32px 8px;
|
|
7466
|
+
overflow: auto;
|
|
7467
|
+
}
|
|
7468
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
7627
7469
|
display: flex;
|
|
7628
7470
|
flex-direction: column;
|
|
7629
|
-
|
|
7471
|
+
justify-content: space-between;
|
|
7630
7472
|
}
|
|
7631
|
-
.
|
|
7632
|
-
|
|
7633
|
-
background-clip: text;
|
|
7634
|
-
-webkit-background-clip: text;
|
|
7635
|
-
-webkit-text-fill-color: transparent;
|
|
7636
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7473
|
+
.E_s1at6qmn footer {
|
|
7474
|
+
display: flex;
|
|
7637
7475
|
}
|
|
7638
|
-
|
|
7639
|
-
|
|
7640
|
-
padding: 8px 0;
|
|
7476
|
+
.E_s1at6qmn .ant-menu {
|
|
7477
|
+
background: #edf0f7;
|
|
7641
7478
|
}
|
|
7642
|
-
.
|
|
7643
|
-
|
|
7479
|
+
.E_s1at6qmn .ant-menu a {
|
|
7480
|
+
color: #00122e;
|
|
7481
|
+
width: 180px;
|
|
7482
|
+
overflow: hidden;
|
|
7483
|
+
text-overflow: ellipsis;
|
|
7644
7484
|
}
|
|
7645
|
-
.
|
|
7485
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
7486
|
+
margin-bottom: 24px;
|
|
7487
|
+
}
|
|
7488
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7489
|
+
margin: 0;
|
|
7490
|
+
}
|
|
7491
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7492
|
+
font-size: 12px;
|
|
7493
|
+
padding: 0 8px 4px;
|
|
7646
7494
|
line-height: 18px;
|
|
7647
7495
|
}
|
|
7648
|
-
.
|
|
7649
|
-
|
|
7496
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7497
|
+
padding: 0;
|
|
7498
|
+
}
|
|
7499
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7500
|
+
padding-bottom: 24px;
|
|
7501
|
+
}
|
|
7502
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7503
|
+
margin-bottom: 24px;
|
|
7504
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7505
|
+
}
|
|
7506
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7507
|
+
transition: none;
|
|
7650
7508
|
display: flex;
|
|
7651
7509
|
align-items: center;
|
|
7510
|
+
height: 32px;
|
|
7511
|
+
line-height: 22px;
|
|
7512
|
+
padding: 0 8px;
|
|
7652
7513
|
}
|
|
7653
|
-
.
|
|
7654
|
-
|
|
7514
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7515
|
+
margin-right: 12px;
|
|
7516
|
+
}
|
|
7517
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7518
|
+
margin: 0;
|
|
7519
|
+
margin-bottom: 2px;
|
|
7520
|
+
}
|
|
7521
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7522
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7523
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7524
|
+
border-radius: 6px;
|
|
7525
|
+
color: #fff;
|
|
7526
|
+
}
|
|
7527
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7528
|
+
color: #fff;
|
|
7529
|
+
}
|
|
7530
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
7531
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7532
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7533
|
+
border-radius: 6px;
|
|
7655
7534
|
}
|
|
7656
7535
|
|
|
7657
|
-
.
|
|
7658
|
-
|
|
7536
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7537
|
+
white-space: nowrap;
|
|
7538
|
+
transition: all 0s;
|
|
7659
7539
|
}
|
|
7660
|
-
.
|
|
7661
|
-
|
|
7662
|
-
|
|
7540
|
+
.E_s1wu0lms.shrink {
|
|
7541
|
+
transition: all 0s;
|
|
7542
|
+
overflow: hidden;
|
|
7663
7543
|
}
|
|
7664
|
-
.
|
|
7665
|
-
|
|
7666
|
-
|
|
7544
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7545
|
+
visibility: hidden;
|
|
7546
|
+
}
|
|
7547
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7548
|
+
width: 36px;
|
|
7549
|
+
padding: 0 6px;
|
|
7667
7550
|
}
|
|
7668
7551
|
|
|
7669
|
-
.
|
|
7552
|
+
.E_n1ugzfva {
|
|
7670
7553
|
display: flex;
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
min-width: 0;
|
|
7554
|
+
place-items: center;
|
|
7555
|
+
width: 100% !important;
|
|
7674
7556
|
}
|
|
7675
|
-
|
|
7676
|
-
.
|
|
7677
|
-
|
|
7557
|
+
.E_n1ugzfva[disabled] {
|
|
7558
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7559
|
+
opacity: 1 !important;
|
|
7560
|
+
}
|
|
7561
|
+
.E_n1ugzfva.ant-btn {
|
|
7562
|
+
width: 100%;
|
|
7563
|
+
color: #00122e;
|
|
7564
|
+
}
|
|
7565
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7566
|
+
margin-right: 12px;
|
|
7567
|
+
}
|
|
7568
|
+
.E_n1ugzfva .link-title {
|
|
7569
|
+
flex: 1;
|
|
7570
|
+
overflow: hidden;
|
|
7571
|
+
white-space: nowrap;
|
|
7572
|
+
text-overflow: ellipsis;
|
|
7573
|
+
text-align: left;
|
|
7678
7574
|
}
|
|
7679
7575
|
|
|
7680
7576
|
.E_cyms3br {
|
|
@@ -7752,12 +7648,116 @@ span.E_tqjc4ui {
|
|
|
7752
7648
|
justify-content: center;
|
|
7753
7649
|
}
|
|
7754
7650
|
|
|
7651
|
+
.E_i5w779o {
|
|
7652
|
+
padding: 8px 0;
|
|
7653
|
+
}
|
|
7654
|
+
.E_i5w779o .col-label {
|
|
7655
|
+
flex-shrink: unset;
|
|
7656
|
+
}
|
|
7657
|
+
.E_i5w779o .col-label * {
|
|
7658
|
+
line-height: 18px;
|
|
7659
|
+
}
|
|
7660
|
+
.E_i5w779o .col-content {
|
|
7661
|
+
flex: 1 1 0;
|
|
7662
|
+
display: flex;
|
|
7663
|
+
align-items: center;
|
|
7664
|
+
}
|
|
7665
|
+
.E_i5w779o .col-content * {
|
|
7666
|
+
line-height: 18px;
|
|
7667
|
+
}
|
|
7668
|
+
|
|
7669
|
+
.E_l18dja44 {
|
|
7670
|
+
padding: 6px 0;
|
|
7671
|
+
}
|
|
7672
|
+
.E_l18dja44 .col-label * {
|
|
7673
|
+
font-size: 13px;
|
|
7674
|
+
line-height: 20px;
|
|
7675
|
+
}
|
|
7676
|
+
.E_l18dja44 .col-content * {
|
|
7677
|
+
font-size: 14px;
|
|
7678
|
+
line-height: 20px;
|
|
7679
|
+
}
|
|
7680
|
+
|
|
7681
|
+
.E_c8c2hys {
|
|
7682
|
+
display: flex;
|
|
7683
|
+
justify-content: space-between;
|
|
7684
|
+
flex: 1;
|
|
7685
|
+
min-width: 0;
|
|
7686
|
+
}
|
|
7687
|
+
|
|
7688
|
+
.E_n4m6c4d {
|
|
7689
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7690
|
+
}
|
|
7691
|
+
|
|
7755
7692
|
.E_h1ol2wl7 {
|
|
7756
7693
|
font-weight: bold;
|
|
7757
7694
|
background-color: unset;
|
|
7758
7695
|
padding: unset;
|
|
7759
7696
|
}
|
|
7760
7697
|
|
|
7698
|
+
.E_kr6am0s .ant-modal-body {
|
|
7699
|
+
padding: 60px 128px;
|
|
7700
|
+
}
|
|
7701
|
+
|
|
7702
|
+
.E_k1h3cl5q {
|
|
7703
|
+
display: flex;
|
|
7704
|
+
flex-direction: column;
|
|
7705
|
+
height: 100%;
|
|
7706
|
+
}
|
|
7707
|
+
|
|
7708
|
+
.E_k1a6j97w {
|
|
7709
|
+
color: #00122e;
|
|
7710
|
+
font-size: 32px !important;
|
|
7711
|
+
margin-bottom: 16px;
|
|
7712
|
+
}
|
|
7713
|
+
|
|
7714
|
+
.E_k1uim1fg {
|
|
7715
|
+
margin-bottom: 32px;
|
|
7716
|
+
color: #00122e;
|
|
7717
|
+
}
|
|
7718
|
+
|
|
7719
|
+
.E_kobelzt {
|
|
7720
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7721
|
+
min-height: 0;
|
|
7722
|
+
flex: 1;
|
|
7723
|
+
padding: 16px;
|
|
7724
|
+
background-color: #2d3a56;
|
|
7725
|
+
color: #fff;
|
|
7726
|
+
overflow: auto;
|
|
7727
|
+
max-width: 100%;
|
|
7728
|
+
min-height: 0;
|
|
7729
|
+
border-radius: 8px;
|
|
7730
|
+
white-space: pre-wrap;
|
|
7731
|
+
}
|
|
7732
|
+
|
|
7733
|
+
.E_kxzv3id {
|
|
7734
|
+
width: 100%;
|
|
7735
|
+
display: flex;
|
|
7736
|
+
justify-content: space-between;
|
|
7737
|
+
padding: 0 128px;
|
|
7738
|
+
}
|
|
7739
|
+
|
|
7740
|
+
.E_eld9lt {
|
|
7741
|
+
display: flex;
|
|
7742
|
+
flex-direction: column;
|
|
7743
|
+
justify-content: center;
|
|
7744
|
+
align-items: center;
|
|
7745
|
+
height: 100%;
|
|
7746
|
+
}
|
|
7747
|
+
|
|
7748
|
+
.E_e1505fqc {
|
|
7749
|
+
display: flex;
|
|
7750
|
+
flex-direction: column;
|
|
7751
|
+
align-items: center;
|
|
7752
|
+
}
|
|
7753
|
+
.E_e1505fqc .title {
|
|
7754
|
+
margin-bottom: 8px;
|
|
7755
|
+
background-clip: text;
|
|
7756
|
+
-webkit-background-clip: text;
|
|
7757
|
+
-webkit-text-fill-color: transparent;
|
|
7758
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7759
|
+
}
|
|
7760
|
+
|
|
7761
7761
|
.E_l12xdkhl {
|
|
7762
7762
|
width: 64px;
|
|
7763
7763
|
height: 64px;
|