@cloudtower/eagle 0.34.10 → 0.34.11
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/core/Progress/progress.widgets.js +2 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1461 -1460
- package/dist/esm/core/Progress/progress.widgets.js +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1935 -1935
- package/dist/style.css +1461 -1460
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1172,17 +1172,71 @@ html body {
|
|
|
1172
1172
|
padding: 8px 12px;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1175
|
+
.E_c1uzzomf {
|
|
1176
|
+
margin-bottom: 16px;
|
|
1177
|
+
}
|
|
1178
|
+
.E_c1uzzomf .card-title {
|
|
1179
|
+
font-size: 16px;
|
|
1177
1180
|
color: rgba(44, 56, 82, 0.6);
|
|
1178
|
-
font-
|
|
1181
|
+
font-weight: 700;
|
|
1182
|
+
line-height: 32px;
|
|
1179
1183
|
}
|
|
1180
|
-
.
|
|
1181
|
-
padding
|
|
1184
|
+
.E_c1uzzomf .card-body {
|
|
1185
|
+
padding: 24px;
|
|
1186
|
+
border-radius: 8px;
|
|
1187
|
+
background: #fff;
|
|
1182
1188
|
}
|
|
1183
|
-
.
|
|
1184
|
-
|
|
1185
|
-
|
|
1189
|
+
.E_c1uzzomf .empty {
|
|
1190
|
+
font-weight: 700;
|
|
1191
|
+
font-size: 14px;
|
|
1192
|
+
line-height: 22px;
|
|
1193
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1194
|
+
text-align: center;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.E_berrcjl {
|
|
1198
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1199
|
+
margin-bottom: 4px;
|
|
1200
|
+
}
|
|
1201
|
+
.E_berrcjl .breadcrumb-link {
|
|
1202
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1203
|
+
cursor: pointer;
|
|
1204
|
+
transition: color 160ms ease;
|
|
1205
|
+
}
|
|
1206
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1207
|
+
color: #0080ff;
|
|
1208
|
+
}
|
|
1209
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1210
|
+
color: #005ed1;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
.E_b1nip9bk {
|
|
1214
|
+
padding: 4px 11px;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.E_bqamoqe {
|
|
1218
|
+
white-space: nowrap;
|
|
1219
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1220
|
+
}
|
|
1221
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1222
|
+
--color: #0080ff;
|
|
1223
|
+
}
|
|
1224
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1225
|
+
--color: #0080ff;
|
|
1226
|
+
}
|
|
1227
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1228
|
+
margin-left: 1px;
|
|
1229
|
+
}
|
|
1230
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1231
|
+
border-top-right-radius: 0;
|
|
1232
|
+
border-bottom-right-radius: 0;
|
|
1233
|
+
}
|
|
1234
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1235
|
+
border-top-left-radius: 0;
|
|
1236
|
+
border-bottom-left-radius: 0;
|
|
1237
|
+
}
|
|
1238
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1239
|
+
border-radius: unset;
|
|
1186
1240
|
}
|
|
1187
1241
|
|
|
1188
1242
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -1442,71 +1496,27 @@ html body {
|
|
|
1442
1496
|
justify-content: center;
|
|
1443
1497
|
}
|
|
1444
1498
|
|
|
1445
|
-
.
|
|
1446
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1447
|
-
margin-bottom: 4px;
|
|
1448
|
-
}
|
|
1449
|
-
.E_berrcjl .breadcrumb-link {
|
|
1450
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1451
|
-
cursor: pointer;
|
|
1452
|
-
transition: color 160ms ease;
|
|
1453
|
-
}
|
|
1454
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1455
|
-
color: #0080ff;
|
|
1456
|
-
}
|
|
1457
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
1458
|
-
color: #005ed1;
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
.E_c1uzzomf {
|
|
1462
|
-
margin-bottom: 16px;
|
|
1463
|
-
}
|
|
1464
|
-
.E_c1uzzomf .card-title {
|
|
1465
|
-
font-size: 16px;
|
|
1466
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1467
|
-
font-weight: 700;
|
|
1468
|
-
line-height: 32px;
|
|
1469
|
-
}
|
|
1470
|
-
.E_c1uzzomf .card-body {
|
|
1471
|
-
padding: 24px;
|
|
1499
|
+
.E_c1yyuluq {
|
|
1472
1500
|
border-radius: 8px;
|
|
1473
|
-
background: #fff;
|
|
1474
1501
|
}
|
|
1475
|
-
.
|
|
1476
|
-
|
|
1477
|
-
font-size: 14px;
|
|
1478
|
-
line-height: 22px;
|
|
1479
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1480
|
-
text-align: center;
|
|
1502
|
+
.E_c1yyuluq .ant-card-body {
|
|
1503
|
+
padding: 20px 24px 24px 24px;
|
|
1481
1504
|
}
|
|
1482
1505
|
|
|
1483
|
-
.
|
|
1484
|
-
|
|
1506
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1507
|
+
line-height: 18px;
|
|
1485
1508
|
}
|
|
1486
1509
|
|
|
1487
|
-
.
|
|
1488
|
-
|
|
1489
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1490
|
-
}
|
|
1491
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1492
|
-
--color: #0080ff;
|
|
1493
|
-
}
|
|
1494
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1495
|
-
--color: #0080ff;
|
|
1496
|
-
}
|
|
1497
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1498
|
-
margin-left: 1px;
|
|
1499
|
-
}
|
|
1500
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1501
|
-
border-top-right-radius: 0;
|
|
1502
|
-
border-bottom-right-radius: 0;
|
|
1510
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1511
|
+
display: flex;
|
|
1503
1512
|
}
|
|
1504
|
-
.
|
|
1505
|
-
border-
|
|
1506
|
-
border-
|
|
1513
|
+
.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 {
|
|
1514
|
+
border-bottom-left-radius: 5px;
|
|
1515
|
+
border-top-left-radius: 5px;
|
|
1507
1516
|
}
|
|
1508
|
-
.
|
|
1509
|
-
border-radius:
|
|
1517
|
+
.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 {
|
|
1518
|
+
border-bottom-right-radius: 5px;
|
|
1519
|
+
border-top-right-radius: 5px;
|
|
1510
1520
|
}
|
|
1511
1521
|
|
|
1512
1522
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -1531,11 +1541,61 @@ html body {
|
|
|
1531
1541
|
cursor: default;
|
|
1532
1542
|
}
|
|
1533
1543
|
|
|
1534
|
-
.
|
|
1535
|
-
|
|
1544
|
+
.E_phljevk {
|
|
1545
|
+
display: flex;
|
|
1546
|
+
justify-content: space-between;
|
|
1547
|
+
align-items: center;
|
|
1548
|
+
padding: 10px 0;
|
|
1549
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1550
|
+
font-size: 12px;
|
|
1551
|
+
line-height: 24px;
|
|
1536
1552
|
}
|
|
1537
|
-
.
|
|
1538
|
-
padding:
|
|
1553
|
+
.E_phljevk .pagination-left {
|
|
1554
|
+
padding: 2px 8px;
|
|
1555
|
+
}
|
|
1556
|
+
.E_phljevk .dropdown-trigger {
|
|
1557
|
+
display: flex;
|
|
1558
|
+
align-items: center;
|
|
1559
|
+
border-radius: 6px;
|
|
1560
|
+
cursor: pointer;
|
|
1561
|
+
transition: all 0.3s ease;
|
|
1562
|
+
}
|
|
1563
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1564
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1565
|
+
color: #0080ff;
|
|
1566
|
+
}
|
|
1567
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1568
|
+
margin-left: 4px;
|
|
1569
|
+
}
|
|
1570
|
+
.E_phljevk .pagination-right {
|
|
1571
|
+
display: flex;
|
|
1572
|
+
align-items: center;
|
|
1573
|
+
color: #0080ff;
|
|
1574
|
+
font-weight: bold;
|
|
1575
|
+
}
|
|
1576
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1577
|
+
margin-left: 4px;
|
|
1578
|
+
}
|
|
1579
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1580
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1581
|
+
padding: 0 8px;
|
|
1582
|
+
}
|
|
1583
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1584
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1585
|
+
color: #0080ff;
|
|
1586
|
+
}
|
|
1587
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1588
|
+
transform: rotate(180deg);
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1592
|
+
max-height: calc(100vh - 128px);
|
|
1593
|
+
overflow-y: auto;
|
|
1594
|
+
}
|
|
1595
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1596
|
+
padding: 4px 20px;
|
|
1597
|
+
font-size: 12px;
|
|
1598
|
+
line-height: 18px;
|
|
1539
1599
|
}
|
|
1540
1600
|
|
|
1541
1601
|
.E_d1bw7c5z {
|
|
@@ -1621,22 +1681,6 @@ html body {
|
|
|
1621
1681
|
width: 102px;
|
|
1622
1682
|
}
|
|
1623
1683
|
|
|
1624
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1625
|
-
display: flex;
|
|
1626
|
-
}
|
|
1627
|
-
.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 {
|
|
1628
|
-
border-bottom-left-radius: 5px;
|
|
1629
|
-
border-top-left-radius: 5px;
|
|
1630
|
-
}
|
|
1631
|
-
.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 {
|
|
1632
|
-
border-bottom-right-radius: 5px;
|
|
1633
|
-
border-top-right-radius: 5px;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1637
|
-
line-height: 18px;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
1684
|
.E_rapgekc.ant-radio-wrapper {
|
|
1641
1685
|
display: inline-flex;
|
|
1642
1686
|
align-items: baseline;
|
|
@@ -1783,78 +1827,24 @@ html body {
|
|
|
1783
1827
|
width: 36px;
|
|
1784
1828
|
}
|
|
1785
1829
|
|
|
1786
|
-
.
|
|
1787
|
-
|
|
1788
|
-
width: 56px !important;
|
|
1789
|
-
margin-right: 4px;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
.E_c1wk4q29 {
|
|
1793
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
.E_phljevk {
|
|
1797
|
-
display: flex;
|
|
1798
|
-
justify-content: space-between;
|
|
1799
|
-
align-items: center;
|
|
1800
|
-
padding: 10px 0;
|
|
1830
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1831
|
+
padding: 4px 8px 0 8px;
|
|
1801
1832
|
color: rgba(44, 56, 82, 0.6);
|
|
1802
1833
|
font-size: 12px;
|
|
1803
|
-
line-height: 24px;
|
|
1804
1834
|
}
|
|
1805
|
-
.
|
|
1806
|
-
padding:
|
|
1835
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1836
|
+
padding-bottom: 6px;
|
|
1807
1837
|
}
|
|
1808
|
-
.
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
border-radius: 6px;
|
|
1812
|
-
cursor: pointer;
|
|
1813
|
-
transition: all 0.3s ease;
|
|
1838
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1839
|
+
padding-top: 4px;
|
|
1840
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1814
1841
|
}
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1842
|
+
|
|
1843
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1844
|
+
margin-right: 8px;
|
|
1818
1845
|
}
|
|
1819
|
-
.
|
|
1820
|
-
margin-left:
|
|
1821
|
-
}
|
|
1822
|
-
.E_phljevk .pagination-right {
|
|
1823
|
-
display: flex;
|
|
1824
|
-
align-items: center;
|
|
1825
|
-
color: #0080ff;
|
|
1826
|
-
font-weight: bold;
|
|
1827
|
-
}
|
|
1828
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
1829
|
-
margin-left: 4px;
|
|
1830
|
-
}
|
|
1831
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
1832
|
-
.E_phljevk .pagination-right .next-btn {
|
|
1833
|
-
padding: 0 8px;
|
|
1834
|
-
}
|
|
1835
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
1836
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1837
|
-
color: #0080ff;
|
|
1838
|
-
}
|
|
1839
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1840
|
-
transform: rotate(180deg);
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1844
|
-
max-height: calc(100vh - 128px);
|
|
1845
|
-
overflow-y: auto;
|
|
1846
|
-
}
|
|
1847
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1848
|
-
padding: 4px 20px;
|
|
1849
|
-
font-size: 12px;
|
|
1850
|
-
line-height: 18px;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1854
|
-
margin-right: 8px;
|
|
1855
|
-
}
|
|
1856
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1857
|
-
margin-left: 8px;
|
|
1846
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1847
|
+
margin-left: 8px;
|
|
1858
1848
|
}
|
|
1859
1849
|
|
|
1860
1850
|
.E_cc368xp {
|
|
@@ -1876,6 +1866,10 @@ html body {
|
|
|
1876
1866
|
cursor: not-allowed;
|
|
1877
1867
|
}
|
|
1878
1868
|
|
|
1869
|
+
.E_tju3gfj .date {
|
|
1870
|
+
margin-right: 4px;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1879
1873
|
.E_c1bus5hc {
|
|
1880
1874
|
--color: white;
|
|
1881
1875
|
height: 14px;
|
|
@@ -1971,6 +1965,92 @@ html body {
|
|
|
1971
1965
|
margin-left: 5px;
|
|
1972
1966
|
}
|
|
1973
1967
|
|
|
1968
|
+
.E_s1sck0th {
|
|
1969
|
+
padding: 0 8px;
|
|
1970
|
+
border-radius: 4px;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
.E_m855nr1 {
|
|
1974
|
+
padding: 2px 8px;
|
|
1975
|
+
border-radius: 3px;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.E_l1270xpg {
|
|
1979
|
+
padding: 3px 8px;
|
|
1980
|
+
border-radius: 2px;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.E_t14rextb.ant-tag:hover {
|
|
1984
|
+
opacity: unset;
|
|
1985
|
+
}
|
|
1986
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1987
|
+
margin: 0;
|
|
1988
|
+
margin-right: 8px;
|
|
1989
|
+
display: inline-flex;
|
|
1990
|
+
align-items: center;
|
|
1991
|
+
border: none;
|
|
1992
|
+
}
|
|
1993
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
1994
|
+
width: 16px;
|
|
1995
|
+
height: 16px;
|
|
1996
|
+
color: inherit;
|
|
1997
|
+
margin-left: 4px;
|
|
1998
|
+
opacity: 0.6;
|
|
1999
|
+
display: inline-flex;
|
|
2000
|
+
}
|
|
2001
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2002
|
+
opacity: 1;
|
|
2003
|
+
}
|
|
2004
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2005
|
+
color: #0080ff;
|
|
2006
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2007
|
+
}
|
|
2008
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2009
|
+
color: #f0483e;
|
|
2010
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2011
|
+
}
|
|
2012
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2013
|
+
color: #e07f00;
|
|
2014
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2015
|
+
}
|
|
2016
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2017
|
+
color: #008f4c;
|
|
2018
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2019
|
+
}
|
|
2020
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2021
|
+
color: #1d326c;
|
|
2022
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2023
|
+
}
|
|
2024
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2025
|
+
color: #7E41FF;
|
|
2026
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
2027
|
+
}
|
|
2028
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2029
|
+
color: #fff;
|
|
2030
|
+
}
|
|
2031
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2032
|
+
background-color: #f0483e;
|
|
2033
|
+
}
|
|
2034
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2035
|
+
background-color: #fea008;
|
|
2036
|
+
}
|
|
2037
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2038
|
+
background-color: #00ba5d;
|
|
2039
|
+
}
|
|
2040
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2041
|
+
background-color: #0080ff;
|
|
2042
|
+
}
|
|
2043
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2044
|
+
background-color: #6b7d99;
|
|
2045
|
+
}
|
|
2046
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2047
|
+
background-color: #7E41FF;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
.E_iq1gosr {
|
|
2051
|
+
display: inline-block;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
1974
2054
|
.E_s1dni7lo {
|
|
1975
2055
|
width: 430px !important;
|
|
1976
2056
|
}
|
|
@@ -2052,94 +2132,14 @@ html body {
|
|
|
2052
2132
|
opacity: 0;
|
|
2053
2133
|
}
|
|
2054
2134
|
|
|
2055
|
-
.
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
.E_tju3gfj .date {
|
|
2135
|
+
.E_ivqqkzv {
|
|
2136
|
+
height: 24px;
|
|
2137
|
+
width: 56px !important;
|
|
2060
2138
|
margin-right: 4px;
|
|
2061
2139
|
}
|
|
2062
2140
|
|
|
2063
|
-
.
|
|
2064
|
-
|
|
2065
|
-
border-radius: 4px;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
.E_m855nr1 {
|
|
2069
|
-
padding: 2px 8px;
|
|
2070
|
-
border-radius: 3px;
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
.E_l1270xpg {
|
|
2074
|
-
padding: 3px 8px;
|
|
2075
|
-
border-radius: 2px;
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
.E_t14rextb.ant-tag:hover {
|
|
2079
|
-
opacity: unset;
|
|
2080
|
-
}
|
|
2081
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2082
|
-
margin: 0;
|
|
2083
|
-
margin-right: 8px;
|
|
2084
|
-
display: inline-flex;
|
|
2085
|
-
align-items: center;
|
|
2086
|
-
border: none;
|
|
2087
|
-
}
|
|
2088
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2089
|
-
width: 16px;
|
|
2090
|
-
height: 16px;
|
|
2091
|
-
color: inherit;
|
|
2092
|
-
margin-left: 4px;
|
|
2093
|
-
opacity: 0.6;
|
|
2094
|
-
display: inline-flex;
|
|
2095
|
-
}
|
|
2096
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2097
|
-
opacity: 1;
|
|
2098
|
-
}
|
|
2099
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2100
|
-
color: #0080ff;
|
|
2101
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2102
|
-
}
|
|
2103
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2104
|
-
color: #f0483e;
|
|
2105
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2106
|
-
}
|
|
2107
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2108
|
-
color: #e07f00;
|
|
2109
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2110
|
-
}
|
|
2111
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2112
|
-
color: #008f4c;
|
|
2113
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2114
|
-
}
|
|
2115
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2116
|
-
color: #1d326c;
|
|
2117
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2118
|
-
}
|
|
2119
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2120
|
-
color: #7E41FF;
|
|
2121
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
2122
|
-
}
|
|
2123
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2124
|
-
color: #fff;
|
|
2125
|
-
}
|
|
2126
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2127
|
-
background-color: #f0483e;
|
|
2128
|
-
}
|
|
2129
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2130
|
-
background-color: #fea008;
|
|
2131
|
-
}
|
|
2132
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2133
|
-
background-color: #00ba5d;
|
|
2134
|
-
}
|
|
2135
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2136
|
-
background-color: #0080ff;
|
|
2137
|
-
}
|
|
2138
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2139
|
-
background-color: #6b7d99;
|
|
2140
|
-
}
|
|
2141
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2142
|
-
background-color: #7E41FF;
|
|
2141
|
+
.E_c1wk4q29 {
|
|
2142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
2145
2145
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -2153,39 +2153,6 @@ html body {
|
|
|
2153
2153
|
visibility: hidden;
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
|
-
.E_fzh9mnb {
|
|
2157
|
-
width: 100%;
|
|
2158
|
-
height: 100%;
|
|
2159
|
-
min-height: 124px;
|
|
2160
|
-
display: flex;
|
|
2161
|
-
flex-direction: column;
|
|
2162
|
-
justify-content: center;
|
|
2163
|
-
align-items: center;
|
|
2164
|
-
}
|
|
2165
|
-
.E_fzh9mnb .error-text {
|
|
2166
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2167
|
-
margin-bottom: 16px;
|
|
2168
|
-
font-size: 18px;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
.E_iouxfgt {
|
|
2172
|
-
display: inline-flex;
|
|
2173
|
-
align-items: center;
|
|
2174
|
-
}
|
|
2175
|
-
.E_iouxfgt .icon-inner {
|
|
2176
|
-
display: inline-flex;
|
|
2177
|
-
align-items: center;
|
|
2178
|
-
justify-content: center;
|
|
2179
|
-
}
|
|
2180
|
-
.E_iouxfgt .icon-inner + span,
|
|
2181
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2182
|
-
margin-left: 4px;
|
|
2183
|
-
}
|
|
2184
|
-
.E_iouxfgt.is-rotate img,
|
|
2185
|
-
.E_iouxfgt.is-rotate svg {
|
|
2186
|
-
animation: rotate 680ms linear infinite;
|
|
2187
|
-
}
|
|
2188
|
-
|
|
2189
2156
|
.E_f7pxqmh {
|
|
2190
2157
|
width: 100%;
|
|
2191
2158
|
margin-bottom: 0 !important;
|
|
@@ -2220,13 +2187,83 @@ html body {
|
|
|
2220
2187
|
min-height: 0px;
|
|
2221
2188
|
}
|
|
2222
2189
|
|
|
2223
|
-
.
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2190
|
+
.E_fzh9mnb {
|
|
2191
|
+
width: 100%;
|
|
2192
|
+
height: 100%;
|
|
2193
|
+
min-height: 124px;
|
|
2194
|
+
display: flex;
|
|
2195
|
+
flex-direction: column;
|
|
2196
|
+
justify-content: center;
|
|
2197
|
+
align-items: center;
|
|
2198
|
+
}
|
|
2199
|
+
.E_fzh9mnb .error-text {
|
|
2200
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2201
|
+
margin-bottom: 16px;
|
|
2202
|
+
font-size: 18px;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.E_i1inqkme {
|
|
2206
|
+
height: 18px;
|
|
2207
|
+
line-height: 18px;
|
|
2208
|
+
padding: 0 4px;
|
|
2209
|
+
border-radius: 4px;
|
|
2210
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2211
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2212
|
+
display: flex;
|
|
2213
|
+
align-items: center;
|
|
2214
|
+
white-space: nowrap;
|
|
2215
|
+
margin-right: 4px;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2219
|
+
display: var(--a1wfy30z-0);
|
|
2220
|
+
}
|
|
2221
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2222
|
+
padding: 4px 11px;
|
|
2223
|
+
display: inline-flex;
|
|
2224
|
+
line-height: 1.5715;
|
|
2225
|
+
height: inherit;
|
|
2226
|
+
}
|
|
2227
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2228
|
+
content: var(--a1wfy30z-1);
|
|
2229
|
+
display: var(--a1wfy30z-2);
|
|
2230
|
+
flex: none;
|
|
2231
|
+
align-items: center;
|
|
2232
|
+
margin-left: 4px;
|
|
2233
|
+
}
|
|
2234
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2235
|
+
content: var(--a1wfy30z-3);
|
|
2236
|
+
display: var(--a1wfy30z-4);
|
|
2237
|
+
flex: none;
|
|
2238
|
+
align-items: center;
|
|
2239
|
+
margin-right: 4px;
|
|
2240
|
+
cursor: auto;
|
|
2241
|
+
}
|
|
2242
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2243
|
+
padding: 0;
|
|
2244
|
+
margin: 0;
|
|
2245
|
+
height: auto;
|
|
2246
|
+
font-size: inherit;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
.E_iouxfgt {
|
|
2250
|
+
display: inline-flex;
|
|
2251
|
+
align-items: center;
|
|
2252
|
+
}
|
|
2253
|
+
.E_iouxfgt .icon-inner {
|
|
2254
|
+
display: inline-flex;
|
|
2255
|
+
align-items: center;
|
|
2256
|
+
justify-content: center;
|
|
2257
|
+
}
|
|
2258
|
+
.E_iouxfgt .icon-inner + span,
|
|
2259
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2260
|
+
margin-left: 4px;
|
|
2261
|
+
}
|
|
2262
|
+
.E_iouxfgt.is-rotate img,
|
|
2263
|
+
.E_iouxfgt.is-rotate svg {
|
|
2264
|
+
animation: rotate 680ms linear infinite;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2230
2267
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2231
2268
|
display: var(--ai7qkf2-0);
|
|
2232
2269
|
}
|
|
@@ -2287,48 +2324,11 @@ html body {
|
|
|
2287
2324
|
padding: 2px 8px;
|
|
2288
2325
|
}
|
|
2289
2326
|
|
|
2290
|
-
.
|
|
2291
|
-
|
|
2292
|
-
}
|
|
2293
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2294
|
-
padding: 4px 11px;
|
|
2295
|
-
display: inline-flex;
|
|
2296
|
-
line-height: 1.5715;
|
|
2297
|
-
height: inherit;
|
|
2298
|
-
}
|
|
2299
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2300
|
-
content: var(--a1wfy30z-1);
|
|
2301
|
-
display: var(--a1wfy30z-2);
|
|
2302
|
-
flex: none;
|
|
2303
|
-
align-items: center;
|
|
2304
|
-
margin-left: 4px;
|
|
2305
|
-
}
|
|
2306
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2307
|
-
content: var(--a1wfy30z-3);
|
|
2308
|
-
display: var(--a1wfy30z-4);
|
|
2309
|
-
flex: none;
|
|
2310
|
-
align-items: center;
|
|
2311
|
-
margin-right: 4px;
|
|
2312
|
-
cursor: auto;
|
|
2313
|
-
}
|
|
2314
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2315
|
-
padding: 0;
|
|
2316
|
-
margin: 0;
|
|
2317
|
-
height: auto;
|
|
2318
|
-
font-size: inherit;
|
|
2327
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2328
|
+
margin-left: 8px;
|
|
2319
2329
|
}
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
height: 18px;
|
|
2323
|
-
line-height: 18px;
|
|
2324
|
-
padding: 0 4px;
|
|
2325
|
-
border-radius: 4px;
|
|
2326
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2327
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2328
|
-
display: flex;
|
|
2329
|
-
align-items: center;
|
|
2330
|
-
white-space: nowrap;
|
|
2331
|
-
margin-right: 4px;
|
|
2330
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2331
|
+
padding: 2px 7px 2px 12px;
|
|
2332
2332
|
}
|
|
2333
2333
|
|
|
2334
2334
|
.E_owd0kml {
|
|
@@ -2340,40 +2340,6 @@ html body {
|
|
|
2340
2340
|
position: absolute;
|
|
2341
2341
|
}
|
|
2342
2342
|
|
|
2343
|
-
.E_m196gn1d {
|
|
2344
|
-
min-width: 1280px;
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
2348
|
-
display: inline-flex;
|
|
2349
|
-
align-items: center;
|
|
2350
|
-
justify-content: center;
|
|
2351
|
-
color: #fff;
|
|
2352
|
-
font-weight: bold;
|
|
2353
|
-
font-size: 12px;
|
|
2354
|
-
width: 24px;
|
|
2355
|
-
height: 24px;
|
|
2356
|
-
border-radius: 50%;
|
|
2357
|
-
background: var(--a1b5xrg3-0);
|
|
2358
|
-
}
|
|
2359
|
-
.E_a1b5xrg3.btn-item {
|
|
2360
|
-
transition: all 160ms ease;
|
|
2361
|
-
cursor: pointer;
|
|
2362
|
-
width: 56px;
|
|
2363
|
-
height: 40px;
|
|
2364
|
-
display: inline-flex;
|
|
2365
|
-
align-items: center;
|
|
2366
|
-
justify-content: center;
|
|
2367
|
-
border-radius: 6px;
|
|
2368
|
-
}
|
|
2369
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
2370
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2371
|
-
}
|
|
2372
|
-
.E_a1b5xrg3.btn-item:active {
|
|
2373
|
-
transform: translateY(2px);
|
|
2374
|
-
transition: all 320ms ease;
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
2343
|
.E_dsnbhzf {
|
|
2378
2344
|
font-family: Inter;
|
|
2379
2345
|
font-style: normal;
|
|
@@ -2849,6 +2815,36 @@ html body {
|
|
|
2849
2815
|
line-height: 12px;
|
|
2850
2816
|
}
|
|
2851
2817
|
|
|
2818
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2819
|
+
display: inline-flex;
|
|
2820
|
+
align-items: center;
|
|
2821
|
+
justify-content: center;
|
|
2822
|
+
color: #fff;
|
|
2823
|
+
font-weight: bold;
|
|
2824
|
+
font-size: 12px;
|
|
2825
|
+
width: 24px;
|
|
2826
|
+
height: 24px;
|
|
2827
|
+
border-radius: 50%;
|
|
2828
|
+
background: var(--a1b5xrg3-0);
|
|
2829
|
+
}
|
|
2830
|
+
.E_a1b5xrg3.btn-item {
|
|
2831
|
+
transition: all 160ms ease;
|
|
2832
|
+
cursor: pointer;
|
|
2833
|
+
width: 56px;
|
|
2834
|
+
height: 40px;
|
|
2835
|
+
display: inline-flex;
|
|
2836
|
+
align-items: center;
|
|
2837
|
+
justify-content: center;
|
|
2838
|
+
border-radius: 6px;
|
|
2839
|
+
}
|
|
2840
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2841
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2842
|
+
}
|
|
2843
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2844
|
+
transform: translateY(2px);
|
|
2845
|
+
transition: all 320ms ease;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2852
2848
|
.E_cnujxq2 {
|
|
2853
2849
|
display: flex;
|
|
2854
2850
|
flex-direction: column;
|
|
@@ -3370,7 +3366,7 @@ textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
|
3370
3366
|
height: 40px;
|
|
3371
3367
|
}
|
|
3372
3368
|
|
|
3373
|
-
.E_k1ci6977
|
|
3369
|
+
.E_k1ci6977.input-tags {
|
|
3374
3370
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
3375
3371
|
border-radius: 4px;
|
|
3376
3372
|
}
|
|
@@ -3539,6 +3535,67 @@ input.E_rf8rlle.ant-input {
|
|
|
3539
3535
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3540
3536
|
}
|
|
3541
3537
|
|
|
3538
|
+
.E_m196gn1d {
|
|
3539
|
+
min-width: 1280px;
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3543
|
+
border-radius: 6px;
|
|
3544
|
+
}
|
|
3545
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3546
|
+
width: 100%;
|
|
3547
|
+
color: #2d3a56;
|
|
3548
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3549
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3550
|
+
font-size: 13px;
|
|
3551
|
+
}
|
|
3552
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3553
|
+
height: 30px;
|
|
3554
|
+
}
|
|
3555
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3556
|
+
height: 38px;
|
|
3557
|
+
font-size: 13px;
|
|
3558
|
+
}
|
|
3559
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3560
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3561
|
+
transition: 160ms ease;
|
|
3562
|
+
}
|
|
3563
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3564
|
+
color: #0080ff;
|
|
3565
|
+
}
|
|
3566
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3567
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3568
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3569
|
+
}
|
|
3570
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3571
|
+
color: #0080ff;
|
|
3572
|
+
}
|
|
3573
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3574
|
+
border-color: #0080ff;
|
|
3575
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3576
|
+
}
|
|
3577
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3578
|
+
transform: rotate(180deg);
|
|
3579
|
+
}
|
|
3580
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3581
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3582
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3583
|
+
cursor: "not-allowed";
|
|
3584
|
+
}
|
|
3585
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3586
|
+
border-color: #f0483e !important;
|
|
3587
|
+
}
|
|
3588
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3589
|
+
color: #1d326c;
|
|
3590
|
+
}
|
|
3591
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3592
|
+
border-color: #0080ff;
|
|
3593
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3594
|
+
}
|
|
3595
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3596
|
+
transform: rotate(180deg);
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3542
3599
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3543
3600
|
opacity: 1;
|
|
3544
3601
|
}
|
|
@@ -3691,67 +3748,10 @@ input.E_rf8rlle.ant-input {
|
|
|
3691
3748
|
flex-shrink: 0;
|
|
3692
3749
|
}
|
|
3693
3750
|
|
|
3694
|
-
.
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
width: 100%;
|
|
3699
|
-
color: #2d3a56;
|
|
3700
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3701
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3702
|
-
font-size: 13px;
|
|
3703
|
-
}
|
|
3704
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3705
|
-
height: 30px;
|
|
3706
|
-
}
|
|
3707
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3708
|
-
height: 38px;
|
|
3709
|
-
font-size: 13px;
|
|
3710
|
-
}
|
|
3711
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3712
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3713
|
-
transition: 160ms ease;
|
|
3714
|
-
}
|
|
3715
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3716
|
-
color: #0080ff;
|
|
3717
|
-
}
|
|
3718
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3719
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3720
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3721
|
-
}
|
|
3722
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3723
|
-
color: #0080ff;
|
|
3724
|
-
}
|
|
3725
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3726
|
-
border-color: #0080ff;
|
|
3727
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3728
|
-
}
|
|
3729
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3730
|
-
transform: rotate(180deg);
|
|
3731
|
-
}
|
|
3732
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3733
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3734
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3735
|
-
cursor: "not-allowed";
|
|
3736
|
-
}
|
|
3737
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3738
|
-
border-color: #f0483e !important;
|
|
3739
|
-
}
|
|
3740
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3741
|
-
color: #1d326c;
|
|
3742
|
-
}
|
|
3743
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3744
|
-
border-color: #0080ff;
|
|
3745
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3746
|
-
}
|
|
3747
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3748
|
-
transform: rotate(180deg);
|
|
3749
|
-
}
|
|
3750
|
-
|
|
3751
|
-
.E_w1dxz879 {
|
|
3752
|
-
display: flex;
|
|
3753
|
-
flex-direction: column;
|
|
3754
|
-
gap: 6px;
|
|
3751
|
+
.E_w1dxz879 {
|
|
3752
|
+
display: flex;
|
|
3753
|
+
flex-direction: column;
|
|
3754
|
+
gap: 6px;
|
|
3755
3755
|
}
|
|
3756
3756
|
.E_w1dxz879 .ellipsis-tooltip {
|
|
3757
3757
|
max-height: var(--w1dxz879-0);
|
|
@@ -4078,41 +4078,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4078
4078
|
height: 32px;
|
|
4079
4079
|
}
|
|
4080
4080
|
|
|
4081
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4082
|
-
margin-right: 2px;
|
|
4083
|
-
}
|
|
4084
|
-
|
|
4085
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4086
|
-
padding-left: 8px;
|
|
4087
|
-
padding-right: 8px;
|
|
4088
|
-
font-size: 12px;
|
|
4089
|
-
}
|
|
4090
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4091
|
-
border-radius: 4px;
|
|
4092
|
-
}
|
|
4093
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4094
|
-
border-radius: 4px;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
4098
|
-
padding-left: 12px;
|
|
4099
|
-
padding-right: 12px;
|
|
4100
|
-
}
|
|
4101
|
-
|
|
4102
|
-
.E_ckld275 {
|
|
4103
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4104
|
-
}
|
|
4105
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4106
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
4107
|
-
color: rgba(44, 56, 82, 0.75);
|
|
4108
|
-
}
|
|
4109
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4110
|
-
background-color: transparent;
|
|
4111
|
-
}
|
|
4112
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4113
|
-
background-color: transparent;
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
4081
|
.E_h12yihis {
|
|
4117
4082
|
height: 50px;
|
|
4118
4083
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4333,56 +4298,43 @@ input.E_rf8rlle.ant-input {
|
|
|
4333
4298
|
position: static;
|
|
4334
4299
|
}
|
|
4335
4300
|
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4339
|
-
font-size: 12px;
|
|
4340
|
-
line-height: 18px;
|
|
4341
|
-
height: 18px;
|
|
4301
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4302
|
+
margin-right: 2px;
|
|
4342
4303
|
}
|
|
4343
4304
|
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4349
|
-
margin-right: 4px;
|
|
4350
|
-
}
|
|
4351
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4352
|
-
margin-left: 4px;
|
|
4353
|
-
}
|
|
4354
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4355
|
-
color: #009DFF;
|
|
4356
|
-
}
|
|
4357
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4358
|
-
color: #005ED1;
|
|
4359
|
-
}
|
|
4360
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4361
|
-
color: #0080FF;
|
|
4305
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4306
|
+
padding-left: 8px;
|
|
4307
|
+
padding-right: 8px;
|
|
4308
|
+
font-size: 12px;
|
|
4362
4309
|
}
|
|
4363
|
-
|
|
4364
|
-
|
|
4310
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4311
|
+
border-radius: 4px;
|
|
4365
4312
|
}
|
|
4366
|
-
|
|
4367
|
-
|
|
4313
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4314
|
+
border-radius: 4px;
|
|
4368
4315
|
}
|
|
4369
|
-
|
|
4370
|
-
|
|
4316
|
+
|
|
4317
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4318
|
+
padding-left: 12px;
|
|
4319
|
+
padding-right: 12px;
|
|
4371
4320
|
}
|
|
4372
|
-
|
|
4373
|
-
|
|
4321
|
+
|
|
4322
|
+
.E_ckld275 {
|
|
4323
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4374
4324
|
}
|
|
4375
|
-
|
|
4376
|
-
color: rgba(
|
|
4325
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4326
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4327
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4377
4328
|
}
|
|
4378
|
-
|
|
4379
|
-
color:
|
|
4329
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4330
|
+
background-color: transparent;
|
|
4380
4331
|
}
|
|
4381
|
-
|
|
4382
|
-
color:
|
|
4332
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4333
|
+
background-color: transparent;
|
|
4383
4334
|
}
|
|
4384
|
-
|
|
4385
|
-
|
|
4335
|
+
|
|
4336
|
+
.E_c1yd35n {
|
|
4337
|
+
padding: 0 12px 14px 12px;
|
|
4386
4338
|
}
|
|
4387
4339
|
|
|
4388
4340
|
.E_c1kghdax {
|
|
@@ -4425,10 +4377,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4425
4377
|
margin-right: 2px;
|
|
4426
4378
|
}
|
|
4427
4379
|
|
|
4428
|
-
.E_c1yd35n {
|
|
4429
|
-
padding: 0 12px 14px 12px;
|
|
4430
|
-
}
|
|
4431
|
-
|
|
4432
4380
|
.E_ckui4s7 {
|
|
4433
4381
|
color: #2d3a56;
|
|
4434
4382
|
line-height: 22px;
|
|
@@ -4493,6 +4441,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4493
4441
|
margin-left: 24px;
|
|
4494
4442
|
}
|
|
4495
4443
|
|
|
4444
|
+
.E_lht19u8 {
|
|
4445
|
+
width: 64px;
|
|
4446
|
+
height: 64px;
|
|
4447
|
+
display: flex;
|
|
4448
|
+
align-items: center;
|
|
4449
|
+
justify-content: center;
|
|
4450
|
+
position: relative;
|
|
4451
|
+
opacity: 0.2;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
.E_lk3gkp4 {
|
|
4455
|
+
position: absolute;
|
|
4456
|
+
width: 5px;
|
|
4457
|
+
height: 48px;
|
|
4458
|
+
left: 9.33px;
|
|
4459
|
+
top: 40.5px;
|
|
4460
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4461
|
+
border-radius: 5px;
|
|
4462
|
+
transform: rotate(-128deg);
|
|
4463
|
+
transform-origin: top left;
|
|
4464
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4467
|
+
.E_ll4n94n {
|
|
4468
|
+
position: absolute;
|
|
4469
|
+
width: 5px;
|
|
4470
|
+
height: 48px;
|
|
4471
|
+
left: 40.8px;
|
|
4472
|
+
top: 8.4px;
|
|
4473
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4474
|
+
border-radius: 5px;
|
|
4475
|
+
transform: rotate(-8deg);
|
|
4476
|
+
transform-origin: top left;
|
|
4477
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4478
|
+
}
|
|
4479
|
+
|
|
4480
|
+
.E_l17lbdo6 {
|
|
4481
|
+
position: absolute;
|
|
4482
|
+
width: 5px;
|
|
4483
|
+
height: 48px;
|
|
4484
|
+
left: 52.9px;
|
|
4485
|
+
top: 51.8px;
|
|
4486
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4487
|
+
border-radius: 5px;
|
|
4488
|
+
transform: rotate(112deg);
|
|
4489
|
+
transform-origin: top left;
|
|
4490
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
.E_w7ob4th.outside-tag {
|
|
4494
|
+
padding-left: 0;
|
|
4495
|
+
}
|
|
4496
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
4497
|
+
border-radius: 4px 0 0 4px;
|
|
4498
|
+
padding-right: 4px;
|
|
4499
|
+
margin-right: 4px;
|
|
4500
|
+
}
|
|
4501
|
+
|
|
4496
4502
|
.E_b14q2gmw {
|
|
4497
4503
|
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);
|
|
4498
4504
|
}
|
|
@@ -4510,29 +4516,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4510
4516
|
transform: translateY(-4px);
|
|
4511
4517
|
}
|
|
4512
4518
|
|
|
4513
|
-
.
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
height:
|
|
4519
|
+
button.E_l48ei06.ant-btn,
|
|
4520
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4521
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4522
|
+
font-size: 12px;
|
|
4523
|
+
line-height: 18px;
|
|
4524
|
+
height: 18px;
|
|
4518
4525
|
}
|
|
4519
|
-
|
|
4520
|
-
|
|
4526
|
+
|
|
4527
|
+
button.E_l48ei06 {
|
|
4528
|
+
color: #0080FF;
|
|
4529
|
+
height: unset;
|
|
4521
4530
|
}
|
|
4522
|
-
.
|
|
4523
|
-
|
|
4531
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4532
|
+
margin-right: 4px;
|
|
4524
4533
|
}
|
|
4525
|
-
.
|
|
4526
|
-
|
|
4534
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4535
|
+
margin-left: 4px;
|
|
4527
4536
|
}
|
|
4528
|
-
.
|
|
4529
|
-
|
|
4537
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4538
|
+
color: #009DFF;
|
|
4530
4539
|
}
|
|
4531
|
-
.
|
|
4532
|
-
|
|
4533
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4540
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4541
|
+
color: #005ED1;
|
|
4534
4542
|
}
|
|
4535
|
-
.
|
|
4543
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4544
|
+
color: #0080FF;
|
|
4545
|
+
}
|
|
4546
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4547
|
+
color: #00122E;
|
|
4548
|
+
}
|
|
4549
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4550
|
+
color: #0080FF;
|
|
4551
|
+
}
|
|
4552
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4553
|
+
color: #005ED1;
|
|
4554
|
+
}
|
|
4555
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4556
|
+
color: #00122E;
|
|
4557
|
+
}
|
|
4558
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4559
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4560
|
+
}
|
|
4561
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4562
|
+
color: #0080FF;
|
|
4563
|
+
}
|
|
4564
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4565
|
+
color: #005ED1;
|
|
4566
|
+
}
|
|
4567
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4568
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4569
|
+
}
|
|
4570
|
+
|
|
4571
|
+
.E_sddwhm6 {
|
|
4572
|
+
margin: 0;
|
|
4573
|
+
border-radius: 20px;
|
|
4574
|
+
padding: 2px 10px;
|
|
4575
|
+
height: 22px;
|
|
4576
|
+
}
|
|
4577
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4578
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4579
|
+
}
|
|
4580
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4581
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4582
|
+
}
|
|
4583
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4584
|
+
color: #00122e;
|
|
4585
|
+
}
|
|
4586
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4587
|
+
margin-right: 6px;
|
|
4588
|
+
}
|
|
4589
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4590
|
+
margin-left: 8px;
|
|
4591
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4592
|
+
}
|
|
4593
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4536
4594
|
background-color: rgba(0, 136, 255, 0.1);
|
|
4537
4595
|
}
|
|
4538
4596
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
@@ -4956,112 +5014,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4956
5014
|
background: #fff;
|
|
4957
5015
|
}
|
|
4958
5016
|
|
|
4959
|
-
.E_lht19u8 {
|
|
4960
|
-
width: 64px;
|
|
4961
|
-
height: 64px;
|
|
4962
|
-
display: flex;
|
|
4963
|
-
align-items: center;
|
|
4964
|
-
justify-content: center;
|
|
4965
|
-
position: relative;
|
|
4966
|
-
opacity: 0.2;
|
|
4967
|
-
}
|
|
4968
|
-
|
|
4969
|
-
.E_lk3gkp4 {
|
|
4970
|
-
position: absolute;
|
|
4971
|
-
width: 5px;
|
|
4972
|
-
height: 48px;
|
|
4973
|
-
left: 9.33px;
|
|
4974
|
-
top: 40.5px;
|
|
4975
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4976
|
-
border-radius: 5px;
|
|
4977
|
-
transform: rotate(-128deg);
|
|
4978
|
-
transform-origin: top left;
|
|
4979
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4980
|
-
}
|
|
4981
|
-
|
|
4982
|
-
.E_ll4n94n {
|
|
4983
|
-
position: absolute;
|
|
4984
|
-
width: 5px;
|
|
4985
|
-
height: 48px;
|
|
4986
|
-
left: 40.8px;
|
|
4987
|
-
top: 8.4px;
|
|
4988
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4989
|
-
border-radius: 5px;
|
|
4990
|
-
transform: rotate(-8deg);
|
|
4991
|
-
transform-origin: top left;
|
|
4992
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4993
|
-
}
|
|
4994
|
-
|
|
4995
|
-
.E_l17lbdo6 {
|
|
4996
|
-
position: absolute;
|
|
4997
|
-
width: 5px;
|
|
4998
|
-
height: 48px;
|
|
4999
|
-
left: 52.9px;
|
|
5000
|
-
top: 51.8px;
|
|
5001
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5002
|
-
border-radius: 5px;
|
|
5003
|
-
transform: rotate(112deg);
|
|
5004
|
-
transform-origin: top left;
|
|
5005
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5006
|
-
}
|
|
5007
|
-
|
|
5008
|
-
.E_w7ob4th.outside-tag {
|
|
5009
|
-
padding-left: 0;
|
|
5010
|
-
}
|
|
5011
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5012
|
-
border-radius: 4px 0 0 4px;
|
|
5013
|
-
padding-right: 4px;
|
|
5014
|
-
margin-right: 4px;
|
|
5015
|
-
}
|
|
5016
|
-
|
|
5017
|
-
.E_r77hffu {
|
|
5018
|
-
display: flex;
|
|
5019
|
-
align-items: center;
|
|
5020
|
-
justify-content: space-between;
|
|
5021
|
-
column-gap: 6px;
|
|
5022
|
-
}
|
|
5023
|
-
|
|
5024
|
-
.E_p1cmxsf7 {
|
|
5025
|
-
display: flex;
|
|
5026
|
-
flex-direction: column;
|
|
5027
|
-
justify-content: center;
|
|
5028
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5029
|
-
}
|
|
5030
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
5031
|
-
font-size: 0;
|
|
5032
|
-
margin-bottom: unset;
|
|
5033
|
-
margin-inline-end: unset;
|
|
5034
|
-
}
|
|
5035
|
-
|
|
5036
|
-
.E_slr2ynn {
|
|
5037
|
-
padding: 0 8px;
|
|
5038
|
-
height: 18px;
|
|
5039
|
-
}
|
|
5040
|
-
|
|
5041
|
-
.E_m140wbb6 {
|
|
5042
|
-
padding: 2px 8px;
|
|
5043
|
-
height: 24px;
|
|
5044
|
-
}
|
|
5045
|
-
|
|
5046
|
-
.E_t1fozc1i {
|
|
5047
|
-
margin: 0;
|
|
5048
|
-
}
|
|
5049
|
-
|
|
5050
|
-
.E_i1vxv4ln {
|
|
5051
|
-
margin-right: 4px;
|
|
5052
|
-
height: 16px;
|
|
5053
|
-
}
|
|
5054
|
-
|
|
5055
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5056
|
-
font-weight: 700;
|
|
5057
|
-
color: #00122e;
|
|
5058
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5059
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5060
|
-
word-break: break-all;
|
|
5061
|
-
display: inline;
|
|
5062
|
-
white-space: normal;
|
|
5063
|
-
}
|
|
5064
|
-
|
|
5065
5017
|
.E_l1ucdodl {
|
|
5066
5018
|
margin: 0;
|
|
5067
5019
|
border-radius: 20px;
|
|
@@ -5130,231 +5082,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5130
5082
|
flex: 1;
|
|
5131
5083
|
}
|
|
5132
5084
|
|
|
5133
|
-
.
|
|
5134
|
-
|
|
5135
|
-
|
|
5085
|
+
.E_slr2ynn {
|
|
5086
|
+
padding: 0 8px;
|
|
5087
|
+
height: 18px;
|
|
5136
5088
|
}
|
|
5137
5089
|
|
|
5138
|
-
.
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
height: 32px;
|
|
5142
|
-
margin-bottom: 0;
|
|
5143
|
-
}
|
|
5144
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5145
|
-
color: #0080ff;
|
|
5146
|
-
}
|
|
5147
|
-
.E_s1ese5oy.warning {
|
|
5148
|
-
color: #ffa500;
|
|
5149
|
-
}
|
|
5150
|
-
.E_s1ese5oy.success {
|
|
5151
|
-
color: #00ba5d;
|
|
5090
|
+
.E_m140wbb6 {
|
|
5091
|
+
padding: 2px 8px;
|
|
5092
|
+
height: 24px;
|
|
5152
5093
|
}
|
|
5153
|
-
|
|
5154
|
-
|
|
5094
|
+
|
|
5095
|
+
.E_t1fozc1i {
|
|
5096
|
+
margin: 0;
|
|
5155
5097
|
}
|
|
5156
|
-
|
|
5157
|
-
|
|
5098
|
+
|
|
5099
|
+
.E_i1vxv4ln {
|
|
5100
|
+
margin-right: 4px;
|
|
5101
|
+
height: 16px;
|
|
5158
5102
|
}
|
|
5159
5103
|
|
|
5160
|
-
.
|
|
5161
|
-
|
|
5104
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5105
|
+
font-weight: 700;
|
|
5162
5106
|
color: #00122e;
|
|
5107
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5108
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5109
|
+
word-break: break-all;
|
|
5110
|
+
display: inline;
|
|
5111
|
+
white-space: normal;
|
|
5163
5112
|
}
|
|
5164
5113
|
|
|
5165
|
-
.
|
|
5166
|
-
|
|
5167
|
-
|
|
5114
|
+
.E_i1g85yz3 {
|
|
5115
|
+
margin-right: 4px;
|
|
5116
|
+
height: 16px;
|
|
5168
5117
|
}
|
|
5169
5118
|
|
|
5170
|
-
.
|
|
5171
|
-
|
|
5172
|
-
flex: 1;
|
|
5173
|
-
position: relative;
|
|
5174
|
-
top: -7px;
|
|
5119
|
+
.E_sjob3jg {
|
|
5120
|
+
--item-min-width: 60px;
|
|
5175
5121
|
}
|
|
5176
|
-
.
|
|
5177
|
-
|
|
5178
|
-
overflow: hidden;
|
|
5179
|
-
text-overflow: ellipsis;
|
|
5180
|
-
white-space: nowrap;
|
|
5122
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5123
|
+
display: none !important;
|
|
5181
5124
|
}
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5185
|
-
border-radius: 8px;
|
|
5186
|
-
overflow: auto;
|
|
5125
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5126
|
+
flex-shrink: 0 !important;
|
|
5187
5127
|
}
|
|
5188
|
-
.
|
|
5189
|
-
|
|
5128
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5129
|
+
color: #0080ff;
|
|
5190
5130
|
}
|
|
5191
|
-
.
|
|
5192
|
-
|
|
5131
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5132
|
+
color: #0080ff;
|
|
5133
|
+
font-weight: normal;
|
|
5193
5134
|
}
|
|
5194
|
-
.
|
|
5195
|
-
position: sticky;
|
|
5196
|
-
top: 0;
|
|
5197
|
-
z-index: 2;
|
|
5198
|
-
display: flex;
|
|
5199
|
-
padding: 8px;
|
|
5200
|
-
flex-wrap: nowrap;
|
|
5201
|
-
justify-content: flex-start;
|
|
5202
|
-
background: #f2f5fa;
|
|
5203
|
-
font-size: 14px;
|
|
5135
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5204
5136
|
color: rgba(44, 56, 82, 0.6);
|
|
5205
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5206
5137
|
}
|
|
5207
|
-
.
|
|
5208
|
-
|
|
5138
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5139
|
+
color: #00122e;
|
|
5209
5140
|
}
|
|
5210
|
-
.
|
|
5211
|
-
|
|
5212
|
-
}
|
|
5213
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5214
|
-
display: flex;
|
|
5215
|
-
justify-content: flex-start;
|
|
5216
|
-
align-items: flex-start;
|
|
5217
|
-
flex-wrap: wrap;
|
|
5218
|
-
padding: 8px;
|
|
5219
|
-
border: none;
|
|
5220
|
-
}
|
|
5221
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5222
|
-
flex-basis: 100%;
|
|
5223
|
-
margin: 12px 0 0;
|
|
5224
|
-
order: 99;
|
|
5225
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5226
|
-
}
|
|
5227
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5228
|
-
color: #f0483e;
|
|
5229
|
-
flex-basis: 100%;
|
|
5230
|
-
order: 98;
|
|
5231
|
-
margin: 12px 0 0;
|
|
5232
|
-
}
|
|
5233
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5234
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5235
|
-
}
|
|
5236
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5237
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5238
|
-
}
|
|
5239
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5240
|
-
flex: 1 0 0;
|
|
5241
|
-
overflow: hidden;
|
|
5242
|
-
}
|
|
5243
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5244
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5245
|
-
margin: 0;
|
|
5246
|
-
}
|
|
5247
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5248
|
-
text-align: center;
|
|
5249
|
-
}
|
|
5250
|
-
.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 > * {
|
|
5251
|
-
text-align: center;
|
|
5252
|
-
}
|
|
5253
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5254
|
-
text-align: left;
|
|
5255
|
-
}
|
|
5256
|
-
.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 > * {
|
|
5257
|
-
text-align: left;
|
|
5258
|
-
}
|
|
5259
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5260
|
-
text-align: right;
|
|
5261
|
-
}
|
|
5262
|
-
.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 > * {
|
|
5263
|
-
text-align: right;
|
|
5264
|
-
}
|
|
5265
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5266
|
-
margin-right: 8px;
|
|
5267
|
-
}
|
|
5268
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5269
|
-
padding: 4px;
|
|
5270
|
-
width: 24px;
|
|
5271
|
-
height: 24px;
|
|
5272
|
-
overflow: hidden;
|
|
5273
|
-
}
|
|
5274
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5275
|
-
padding: 0;
|
|
5276
|
-
}
|
|
5277
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5278
|
-
cursor: not-allowed;
|
|
5279
|
-
opacity: 0.5;
|
|
5280
|
-
}
|
|
5281
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5282
|
-
margin: 0;
|
|
5283
|
-
}
|
|
5284
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5285
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5286
|
-
border-radius: 5px;
|
|
5287
|
-
font-size: 12px;
|
|
5288
|
-
}
|
|
5289
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5290
|
-
font-size: inherit;
|
|
5291
|
-
}
|
|
5292
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5293
|
-
min-height: 24px;
|
|
5294
|
-
font-size: 12px;
|
|
5295
|
-
position: relative;
|
|
5296
|
-
}
|
|
5297
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5298
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5299
|
-
}
|
|
5300
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5301
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5302
|
-
}
|
|
5303
|
-
|
|
5304
|
-
.E_a138syjm {
|
|
5305
|
-
display: flex;
|
|
5306
|
-
align-items: center;
|
|
5307
|
-
margin-top: 8px;
|
|
5308
|
-
gap: 8px;
|
|
5309
|
-
}
|
|
5310
|
-
.E_a138syjm button.ant-btn {
|
|
5311
|
-
padding: 2px 8px;
|
|
5312
|
-
height: 24px;
|
|
5313
|
-
}
|
|
5314
|
-
.E_a138syjm > span.maximum-desc {
|
|
5315
|
-
display: none;
|
|
5316
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5317
|
-
}
|
|
5318
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5319
|
-
display: inline;
|
|
5320
|
-
}
|
|
5321
|
-
|
|
5322
|
-
.E_d77i8u0 {
|
|
5323
|
-
width: 24px;
|
|
5324
|
-
height: 24px;
|
|
5325
|
-
padding: 4px;
|
|
5326
|
-
margin-right: 8px;
|
|
5327
|
-
}
|
|
5328
|
-
|
|
5329
|
-
.E_i1g85yz3 {
|
|
5330
|
-
margin-right: 4px;
|
|
5331
|
-
height: 16px;
|
|
5332
|
-
}
|
|
5333
|
-
|
|
5334
|
-
.E_sjob3jg {
|
|
5335
|
-
--item-min-width: 60px;
|
|
5336
|
-
}
|
|
5337
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5338
|
-
display: none !important;
|
|
5339
|
-
}
|
|
5340
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5341
|
-
flex-shrink: 0 !important;
|
|
5342
|
-
}
|
|
5343
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5344
|
-
color: #0080ff;
|
|
5345
|
-
}
|
|
5346
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5347
|
-
color: #0080ff;
|
|
5348
|
-
font-weight: normal;
|
|
5349
|
-
}
|
|
5350
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5351
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5352
|
-
}
|
|
5353
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5354
|
-
color: #00122e;
|
|
5355
|
-
}
|
|
5356
|
-
.E_sjob3jg .step-item-text {
|
|
5357
|
-
display: inline-block;
|
|
5141
|
+
.E_sjob3jg .step-item-text {
|
|
5142
|
+
display: inline-block;
|
|
5358
5143
|
}
|
|
5359
5144
|
.E_sjob3jg .step-item-title {
|
|
5360
5145
|
overflow: hidden;
|
|
@@ -5526,86 +5311,301 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5526
5311
|
justify-content: center;
|
|
5527
5312
|
}
|
|
5528
5313
|
|
|
5529
|
-
.
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
.E_t13ef470 .table-loading-item {
|
|
5533
|
-
padding: 12px 4px;
|
|
5534
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5535
|
-
display: flex;
|
|
5314
|
+
.E_t1dtlqs1 {
|
|
5315
|
+
margin-bottom: 4px;
|
|
5316
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5536
5317
|
}
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5318
|
+
|
|
5319
|
+
.E_s1ese5oy {
|
|
5320
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5321
|
+
line-height: 32px;
|
|
5322
|
+
height: 32px;
|
|
5323
|
+
margin-bottom: 0;
|
|
5542
5324
|
}
|
|
5543
|
-
.
|
|
5544
|
-
|
|
5325
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5326
|
+
color: #0080ff;
|
|
5545
5327
|
}
|
|
5546
|
-
.
|
|
5547
|
-
|
|
5328
|
+
.E_s1ese5oy.warning {
|
|
5329
|
+
color: #ffa500;
|
|
5548
5330
|
}
|
|
5549
|
-
.
|
|
5550
|
-
|
|
5331
|
+
.E_s1ese5oy.success {
|
|
5332
|
+
color: #00ba5d;
|
|
5551
5333
|
}
|
|
5552
|
-
.
|
|
5553
|
-
|
|
5334
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
5335
|
+
color: #f0483e;
|
|
5554
5336
|
}
|
|
5555
|
-
.
|
|
5556
|
-
|
|
5337
|
+
.E_s1ese5oy.normal {
|
|
5338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5557
5339
|
}
|
|
5558
5340
|
|
|
5559
|
-
.
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
display: flex;
|
|
5563
|
-
align-items: center;
|
|
5564
|
-
justify-content: center;
|
|
5565
|
-
flex-direction: column;
|
|
5566
|
-
height: 100%;
|
|
5341
|
+
.E_b1ibis43 {
|
|
5342
|
+
margin-bottom: 0;
|
|
5343
|
+
color: #00122e;
|
|
5567
5344
|
}
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
|
|
5345
|
+
|
|
5346
|
+
.E_b11xxjd2 {
|
|
5347
|
+
line-height: 32px;
|
|
5348
|
+
margin-right: 6px;
|
|
5571
5349
|
}
|
|
5572
5350
|
|
|
5573
|
-
.
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5351
|
+
.E_bsub5bw.with-description {
|
|
5352
|
+
height: 24px;
|
|
5353
|
+
flex: 1;
|
|
5354
|
+
position: relative;
|
|
5355
|
+
top: -7px;
|
|
5578
5356
|
}
|
|
5579
|
-
.
|
|
5357
|
+
.E_bsub5bw p {
|
|
5580
5358
|
width: 100%;
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
}
|
|
5585
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
5586
|
-
display: flex;
|
|
5587
|
-
font-size: 12px;
|
|
5588
|
-
align-items: center;
|
|
5359
|
+
overflow: hidden;
|
|
5360
|
+
text-overflow: ellipsis;
|
|
5361
|
+
white-space: nowrap;
|
|
5589
5362
|
}
|
|
5590
|
-
|
|
5591
|
-
|
|
5363
|
+
|
|
5364
|
+
.E_tmoyoag {
|
|
5365
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5366
|
+
border-radius: 8px;
|
|
5367
|
+
overflow: auto;
|
|
5592
5368
|
}
|
|
5593
|
-
.
|
|
5594
|
-
|
|
5369
|
+
.E_tmoyoag .ant-list {
|
|
5370
|
+
position: relative;
|
|
5595
5371
|
}
|
|
5596
|
-
.
|
|
5597
|
-
|
|
5598
|
-
cursor: pointer;
|
|
5372
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5373
|
+
border-bottom: none;
|
|
5599
5374
|
}
|
|
5600
|
-
.
|
|
5601
|
-
|
|
5602
|
-
|
|
5375
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5376
|
+
position: sticky;
|
|
5377
|
+
top: 0;
|
|
5378
|
+
z-index: 2;
|
|
5603
5379
|
display: flex;
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5380
|
+
padding: 8px;
|
|
5381
|
+
flex-wrap: nowrap;
|
|
5382
|
+
justify-content: flex-start;
|
|
5383
|
+
background: #f2f5fa;
|
|
5384
|
+
font-size: 14px;
|
|
5385
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5386
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5387
|
+
}
|
|
5388
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5389
|
+
align-items: inherit;
|
|
5390
|
+
}
|
|
5391
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5392
|
+
margin-bottom: 0;
|
|
5393
|
+
}
|
|
5394
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5395
|
+
display: flex;
|
|
5396
|
+
justify-content: flex-start;
|
|
5397
|
+
align-items: flex-start;
|
|
5398
|
+
flex-wrap: wrap;
|
|
5399
|
+
padding: 8px;
|
|
5400
|
+
border: none;
|
|
5401
|
+
}
|
|
5402
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5403
|
+
flex-basis: 100%;
|
|
5404
|
+
margin: 12px 0 0;
|
|
5405
|
+
order: 99;
|
|
5406
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5407
|
+
}
|
|
5408
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5409
|
+
color: #f0483e;
|
|
5410
|
+
flex-basis: 100%;
|
|
5411
|
+
order: 98;
|
|
5412
|
+
margin: 12px 0 0;
|
|
5413
|
+
}
|
|
5414
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5415
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5416
|
+
}
|
|
5417
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5418
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5419
|
+
}
|
|
5420
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5421
|
+
flex: 1 0 0;
|
|
5422
|
+
overflow: hidden;
|
|
5423
|
+
}
|
|
5424
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5425
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5426
|
+
margin: 0;
|
|
5427
|
+
}
|
|
5428
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5429
|
+
text-align: center;
|
|
5430
|
+
}
|
|
5431
|
+
.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 > * {
|
|
5432
|
+
text-align: center;
|
|
5433
|
+
}
|
|
5434
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5435
|
+
text-align: left;
|
|
5436
|
+
}
|
|
5437
|
+
.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 > * {
|
|
5438
|
+
text-align: left;
|
|
5439
|
+
}
|
|
5440
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5441
|
+
text-align: right;
|
|
5442
|
+
}
|
|
5443
|
+
.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 > * {
|
|
5444
|
+
text-align: right;
|
|
5445
|
+
}
|
|
5446
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5447
|
+
margin-right: 8px;
|
|
5448
|
+
}
|
|
5449
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5450
|
+
padding: 4px;
|
|
5451
|
+
width: 24px;
|
|
5452
|
+
height: 24px;
|
|
5453
|
+
overflow: hidden;
|
|
5454
|
+
}
|
|
5455
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5456
|
+
padding: 0;
|
|
5457
|
+
}
|
|
5458
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5459
|
+
cursor: not-allowed;
|
|
5460
|
+
opacity: 0.5;
|
|
5461
|
+
}
|
|
5462
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5463
|
+
margin: 0;
|
|
5464
|
+
}
|
|
5465
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5466
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5467
|
+
border-radius: 5px;
|
|
5468
|
+
font-size: 12px;
|
|
5469
|
+
}
|
|
5470
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5471
|
+
font-size: inherit;
|
|
5472
|
+
}
|
|
5473
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5474
|
+
min-height: 24px;
|
|
5475
|
+
font-size: 12px;
|
|
5476
|
+
position: relative;
|
|
5477
|
+
}
|
|
5478
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5479
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5480
|
+
}
|
|
5481
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5482
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5483
|
+
}
|
|
5484
|
+
|
|
5485
|
+
.E_a138syjm {
|
|
5486
|
+
display: flex;
|
|
5487
|
+
align-items: center;
|
|
5488
|
+
margin-top: 8px;
|
|
5489
|
+
gap: 8px;
|
|
5490
|
+
}
|
|
5491
|
+
.E_a138syjm button.ant-btn {
|
|
5492
|
+
padding: 2px 8px;
|
|
5493
|
+
height: 24px;
|
|
5494
|
+
}
|
|
5495
|
+
.E_a138syjm > span.maximum-desc {
|
|
5496
|
+
display: none;
|
|
5497
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5498
|
+
}
|
|
5499
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5500
|
+
display: inline;
|
|
5501
|
+
}
|
|
5502
|
+
|
|
5503
|
+
.E_d77i8u0 {
|
|
5504
|
+
width: 24px;
|
|
5505
|
+
height: 24px;
|
|
5506
|
+
padding: 4px;
|
|
5507
|
+
margin-right: 8px;
|
|
5508
|
+
}
|
|
5509
|
+
|
|
5510
|
+
.E_r77hffu {
|
|
5511
|
+
display: flex;
|
|
5512
|
+
align-items: center;
|
|
5513
|
+
justify-content: space-between;
|
|
5514
|
+
column-gap: 6px;
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5517
|
+
.E_p1cmxsf7 {
|
|
5518
|
+
display: flex;
|
|
5519
|
+
flex-direction: column;
|
|
5520
|
+
justify-content: center;
|
|
5521
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5522
|
+
}
|
|
5523
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5524
|
+
font-size: 0;
|
|
5525
|
+
margin-bottom: unset;
|
|
5526
|
+
margin-inline-end: unset;
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
.E_t13ef470 {
|
|
5530
|
+
height: 100%;
|
|
5531
|
+
}
|
|
5532
|
+
.E_t13ef470 .table-loading-item {
|
|
5533
|
+
padding: 12px 4px;
|
|
5534
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5535
|
+
display: flex;
|
|
5536
|
+
}
|
|
5537
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5538
|
+
height: 16px;
|
|
5539
|
+
margin: 4px;
|
|
5540
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5541
|
+
border-radius: 2px;
|
|
5542
|
+
}
|
|
5543
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5544
|
+
width: 16px;
|
|
5545
|
+
}
|
|
5546
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5547
|
+
flex: 1;
|
|
5548
|
+
}
|
|
5549
|
+
.E_t13ef470 :nth-child(1) {
|
|
5550
|
+
padding: 8px 4px;
|
|
5551
|
+
}
|
|
5552
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5553
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5554
|
+
}
|
|
5555
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5556
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5557
|
+
}
|
|
5558
|
+
|
|
5559
|
+
.E_m11nzl2x {
|
|
5560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5561
|
+
text-align: center;
|
|
5562
|
+
display: flex;
|
|
5563
|
+
align-items: center;
|
|
5564
|
+
justify-content: center;
|
|
5565
|
+
flex-direction: column;
|
|
5566
|
+
height: 100%;
|
|
5567
|
+
}
|
|
5568
|
+
.E_m11nzl2x .link {
|
|
5569
|
+
color: #0080ff;
|
|
5570
|
+
cursor: pointer;
|
|
5571
|
+
}
|
|
5572
|
+
|
|
5573
|
+
.E_mn7joto {
|
|
5574
|
+
width: 100%;
|
|
5575
|
+
height: 100%;
|
|
5576
|
+
display: flex;
|
|
5577
|
+
flex-direction: column;
|
|
5578
|
+
}
|
|
5579
|
+
.E_mn7joto .name-toolbar {
|
|
5580
|
+
width: 100%;
|
|
5581
|
+
display: flex;
|
|
5582
|
+
line-height: 30px;
|
|
5583
|
+
justify-content: space-between;
|
|
5584
|
+
}
|
|
5585
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
5586
|
+
display: flex;
|
|
5587
|
+
font-size: 12px;
|
|
5588
|
+
align-items: center;
|
|
5589
|
+
}
|
|
5590
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
5591
|
+
color: #a3b4cc;
|
|
5592
|
+
}
|
|
5593
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
5594
|
+
margin-left: 10px;
|
|
5595
|
+
}
|
|
5596
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
5597
|
+
margin-left: 10px;
|
|
5598
|
+
cursor: pointer;
|
|
5599
|
+
}
|
|
5600
|
+
.E_mn7joto .content {
|
|
5601
|
+
flex: 1;
|
|
5602
|
+
width: 100%;
|
|
5603
|
+
display: flex;
|
|
5604
|
+
justify-content: center;
|
|
5605
|
+
align-items: center;
|
|
5606
|
+
}
|
|
5607
|
+
.E_mn7joto .single-content {
|
|
5608
|
+
height: 65px;
|
|
5609
5609
|
}
|
|
5610
5610
|
|
|
5611
5611
|
.E_l1bifhon {
|
|
@@ -5932,28 +5932,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5932
5932
|
margin-left: 8px;
|
|
5933
5933
|
}
|
|
5934
5934
|
|
|
5935
|
-
.E_t1gvlxt5 {
|
|
5936
|
-
min-width: 0;
|
|
5937
|
-
flex: 1;
|
|
5938
|
-
}
|
|
5939
|
-
.E_t1gvlxt5 .tag {
|
|
5940
|
-
flex: 0 0 auto;
|
|
5941
|
-
}
|
|
5942
|
-
.E_t1gvlxt5 .progress-title {
|
|
5943
|
-
flex: 2;
|
|
5944
|
-
max-width: fit-content;
|
|
5945
|
-
}
|
|
5946
|
-
.E_t1gvlxt5 .progress-desc {
|
|
5947
|
-
flex: 1;
|
|
5948
|
-
max-width: fit-content;
|
|
5949
|
-
}
|
|
5950
|
-
|
|
5951
|
-
.E_a1ji6r68 {
|
|
5952
|
-
display: flex;
|
|
5953
|
-
align-items: center;
|
|
5954
|
-
column-gap: var(--a1ji6r68-0);
|
|
5955
|
-
}
|
|
5956
|
-
|
|
5957
5935
|
.E_bpgac8u {
|
|
5958
5936
|
color: #FFFFFF;
|
|
5959
5937
|
display: flex;
|
|
@@ -5981,10 +5959,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5981
5959
|
background-color: #E07F00;
|
|
5982
5960
|
}
|
|
5983
5961
|
|
|
5984
|
-
.E_b1jaupqb {
|
|
5985
|
-
color: #F0483E;
|
|
5986
|
-
}
|
|
5987
|
-
|
|
5988
5962
|
.E_t59qhqp {
|
|
5989
5963
|
padding: 0px;
|
|
5990
5964
|
padding-top: 5px;
|
|
@@ -6033,7 +6007,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6033
6007
|
color: #00122E;
|
|
6034
6008
|
}
|
|
6035
6009
|
|
|
6036
|
-
.
|
|
6010
|
+
.E_b1jaupqb {
|
|
6011
|
+
color: #F0483E;
|
|
6012
|
+
}
|
|
6013
|
+
|
|
6014
|
+
.E_icab5o7 {
|
|
6037
6015
|
--modal-to-viewport-margin: 10px;
|
|
6038
6016
|
--modal-body-padding-bottom: 40px;
|
|
6039
6017
|
--modal-footer-height: 124px;
|
|
@@ -6217,6 +6195,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6217
6195
|
font-weight: bold;
|
|
6218
6196
|
}
|
|
6219
6197
|
|
|
6198
|
+
.E_sqv6dmy {
|
|
6199
|
+
display: flex;
|
|
6200
|
+
justify-content: flex-end;
|
|
6201
|
+
}
|
|
6202
|
+
|
|
6203
|
+
.E_p1rm8wzb {
|
|
6204
|
+
margin-right: 8px;
|
|
6205
|
+
}
|
|
6206
|
+
|
|
6207
|
+
.E_sd7qcf4 {
|
|
6208
|
+
height: 100%;
|
|
6209
|
+
width: 100%;
|
|
6210
|
+
overflow: auto;
|
|
6211
|
+
}
|
|
6212
|
+
|
|
6213
|
+
.E_r1fxc9gq.right {
|
|
6214
|
+
overflow: auto;
|
|
6215
|
+
padding-right: 2px;
|
|
6216
|
+
width: 200px;
|
|
6217
|
+
height: fit-content;
|
|
6218
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6219
|
+
scrollbar-gutter: stable;
|
|
6220
|
+
}
|
|
6221
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6222
|
+
width: 6px;
|
|
6223
|
+
}
|
|
6224
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6225
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6226
|
+
}
|
|
6227
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6228
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6229
|
+
border-radius: 8px;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
6220
6232
|
.E_s20iney.skeleton-box {
|
|
6221
6233
|
display: flex;
|
|
6222
6234
|
align-items: center;
|
|
@@ -6374,40 +6386,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6374
6386
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6375
6387
|
}
|
|
6376
6388
|
|
|
6377
|
-
.E_sqv6dmy {
|
|
6378
|
-
display: flex;
|
|
6379
|
-
justify-content: flex-end;
|
|
6380
|
-
}
|
|
6381
|
-
|
|
6382
|
-
.E_p1rm8wzb {
|
|
6383
|
-
margin-right: 8px;
|
|
6384
|
-
}
|
|
6385
|
-
|
|
6386
|
-
.E_sd7qcf4 {
|
|
6387
|
-
height: 100%;
|
|
6388
|
-
width: 100%;
|
|
6389
|
-
overflow: auto;
|
|
6390
|
-
}
|
|
6391
|
-
|
|
6392
|
-
.E_r1fxc9gq.right {
|
|
6393
|
-
overflow: auto;
|
|
6394
|
-
padding-right: 2px;
|
|
6395
|
-
width: 200px;
|
|
6396
|
-
height: fit-content;
|
|
6397
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6398
|
-
scrollbar-gutter: stable;
|
|
6399
|
-
}
|
|
6400
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6401
|
-
width: 6px;
|
|
6402
|
-
}
|
|
6403
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6404
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6405
|
-
}
|
|
6406
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6407
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6408
|
-
border-radius: 8px;
|
|
6409
|
-
}
|
|
6410
|
-
|
|
6411
6389
|
.E_t1g36k2w {
|
|
6412
6390
|
overflow: hidden;
|
|
6413
6391
|
height: 100%;
|
|
@@ -6437,8 +6415,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6437
6415
|
background: rgba(225, 230, 241, 0.6);
|
|
6438
6416
|
}
|
|
6439
6417
|
|
|
6440
|
-
.
|
|
6441
|
-
|
|
6418
|
+
.E_t1gvlxt5 {
|
|
6419
|
+
min-width: 0;
|
|
6420
|
+
flex: 1;
|
|
6421
|
+
}
|
|
6422
|
+
.E_t1gvlxt5 .tag {
|
|
6423
|
+
flex: 0 0 auto;
|
|
6424
|
+
}
|
|
6425
|
+
.E_t1gvlxt5 .progress-title {
|
|
6426
|
+
flex: 2;
|
|
6427
|
+
max-width: fit-content;
|
|
6428
|
+
color: #00122E;
|
|
6429
|
+
}
|
|
6430
|
+
.E_t1gvlxt5 .progress-desc {
|
|
6431
|
+
flex: 1;
|
|
6432
|
+
max-width: fit-content;
|
|
6433
|
+
}
|
|
6434
|
+
|
|
6435
|
+
.E_a1ji6r68 {
|
|
6436
|
+
display: flex;
|
|
6437
|
+
align-items: center;
|
|
6438
|
+
column-gap: var(--a1ji6r68-0);
|
|
6442
6439
|
}
|
|
6443
6440
|
|
|
6444
6441
|
.E_f16blduf.ant-form-item {
|
|
@@ -6460,6 +6457,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6460
6457
|
display: block;
|
|
6461
6458
|
}
|
|
6462
6459
|
|
|
6460
|
+
.E_t1616y1o {
|
|
6461
|
+
color: #fff;
|
|
6462
|
+
}
|
|
6463
|
+
|
|
6463
6464
|
.E_a9y3flr {
|
|
6464
6465
|
margin-left: 8px;
|
|
6465
6466
|
}
|
|
@@ -6469,18 +6470,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6469
6470
|
color: #00122e;
|
|
6470
6471
|
}
|
|
6471
6472
|
|
|
6472
|
-
.E_i14c7jc8 {
|
|
6473
|
-
color: var(--i14c7jc8-0);
|
|
6474
|
-
}
|
|
6475
|
-
|
|
6476
|
-
.E_i1ibuolf {
|
|
6477
|
-
display: flex;
|
|
6478
|
-
align-items: center;
|
|
6479
|
-
column-gap: 4px;
|
|
6480
|
-
font-size: 12px;
|
|
6481
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6482
|
-
}
|
|
6483
|
-
|
|
6484
6473
|
.E_d1u4ndxc {
|
|
6485
6474
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6486
6475
|
font-size: 12px;
|
|
@@ -6512,110 +6501,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6512
6501
|
}
|
|
6513
6502
|
}
|
|
6514
6503
|
|
|
6515
|
-
.
|
|
6516
|
-
|
|
6517
|
-
height: 246px;
|
|
6518
|
-
border-radius: 4px;
|
|
6519
|
-
}
|
|
6520
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
6521
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6522
|
-
width: 100%;
|
|
6523
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6524
|
-
border-top: none;
|
|
6525
|
-
}
|
|
6526
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6527
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6528
|
-
padding: 0 16px;
|
|
6529
|
-
}
|
|
6530
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6531
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6532
|
-
width: 100%;
|
|
6533
|
-
height: 180px;
|
|
6534
|
-
border-spacing: 0;
|
|
6535
|
-
}
|
|
6536
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6537
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6538
|
-
margin-bottom: 8px;
|
|
6539
|
-
}
|
|
6540
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6541
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6542
|
-
width: 22px;
|
|
6543
|
-
}
|
|
6544
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6545
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6546
|
-
padding: 0;
|
|
6547
|
-
}
|
|
6548
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
6549
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6550
|
-
opacity: 0.4;
|
|
6551
|
-
}
|
|
6552
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6553
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6554
|
-
opacity: 1;
|
|
6555
|
-
}
|
|
6556
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6557
|
-
color: #3e4652;
|
|
6558
|
-
}
|
|
6559
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
6560
|
-
pointer-events: none;
|
|
6561
|
-
}
|
|
6562
|
-
|
|
6563
|
-
.E_t1tsm00v {
|
|
6564
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6565
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6566
|
-
backdrop-filter: blur(10px);
|
|
6567
|
-
padding: 7px 10px;
|
|
6504
|
+
.E_i14c7jc8 {
|
|
6505
|
+
color: var(--i14c7jc8-0);
|
|
6568
6506
|
}
|
|
6569
6507
|
|
|
6570
|
-
.
|
|
6571
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6508
|
+
.E_i1ibuolf {
|
|
6572
6509
|
display: flex;
|
|
6573
|
-
justify-content: space-between;
|
|
6574
6510
|
align-items: center;
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
cursor: pointer;
|
|
6579
|
-
}
|
|
6580
|
-
.E_c167wnad .anticon:hover {
|
|
6581
|
-
color: #0096ff;
|
|
6582
|
-
}
|
|
6583
|
-
|
|
6584
|
-
.E_cxhf7dh {
|
|
6585
|
-
text-align: center;
|
|
6586
|
-
}
|
|
6587
|
-
.E_cxhf7dh .dots {
|
|
6588
|
-
display: flex;
|
|
6589
|
-
justify-content: center;
|
|
6590
|
-
}
|
|
6591
|
-
.E_cxhf7dh .dot {
|
|
6592
|
-
display: inline-block;
|
|
6593
|
-
width: 2px;
|
|
6594
|
-
height: 2px;
|
|
6595
|
-
border-radius: 1px;
|
|
6596
|
-
background: #0096ff;
|
|
6597
|
-
}
|
|
6598
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6599
|
-
margin-right: 2px;
|
|
6600
|
-
}
|
|
6601
|
-
.E_cxhf7dh .bar {
|
|
6602
|
-
width: 9px;
|
|
6603
|
-
height: 2px;
|
|
6604
|
-
background: #0096ff;
|
|
6605
|
-
border-radius: 2px;
|
|
6606
|
-
}
|
|
6607
|
-
|
|
6608
|
-
.E_skwah65 {
|
|
6609
|
-
height: 8px;
|
|
6610
|
-
box-sizing: border-box;
|
|
6611
|
-
border-radius: 2px;
|
|
6612
|
-
background: #f5f7fa;
|
|
6613
|
-
display: flex;
|
|
6614
|
-
width: 100%;
|
|
6615
|
-
overflow: hidden;
|
|
6616
|
-
}
|
|
6617
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6618
|
-
margin-left: 1px;
|
|
6511
|
+
column-gap: 4px;
|
|
6512
|
+
font-size: 12px;
|
|
6513
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6619
6514
|
}
|
|
6620
6515
|
|
|
6621
6516
|
.E_s1ebs0ra {
|
|
@@ -6729,26 +6624,119 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6729
6624
|
margin-right: 4px;
|
|
6730
6625
|
}
|
|
6731
6626
|
|
|
6732
|
-
.
|
|
6733
|
-
width:
|
|
6627
|
+
.E_clm1wy1 {
|
|
6628
|
+
width: 192px;
|
|
6629
|
+
height: 246px;
|
|
6630
|
+
border-radius: 4px;
|
|
6734
6631
|
}
|
|
6735
|
-
.
|
|
6736
|
-
|
|
6632
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6633
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6634
|
+
width: 100%;
|
|
6635
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6636
|
+
border-top: none;
|
|
6737
6637
|
}
|
|
6738
|
-
.
|
|
6739
|
-
|
|
6638
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6639
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6640
|
+
padding: 0 16px;
|
|
6740
6641
|
}
|
|
6741
|
-
.
|
|
6742
|
-
|
|
6642
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6643
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6644
|
+
width: 100%;
|
|
6645
|
+
height: 180px;
|
|
6646
|
+
border-spacing: 0;
|
|
6743
6647
|
}
|
|
6744
|
-
.
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6648
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6649
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6650
|
+
margin-bottom: 8px;
|
|
6748
6651
|
}
|
|
6749
|
-
.
|
|
6750
|
-
|
|
6751
|
-
|
|
6652
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6653
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6654
|
+
width: 22px;
|
|
6655
|
+
}
|
|
6656
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6657
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6658
|
+
padding: 0;
|
|
6659
|
+
}
|
|
6660
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6661
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6662
|
+
opacity: 0.4;
|
|
6663
|
+
}
|
|
6664
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6665
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6666
|
+
opacity: 1;
|
|
6667
|
+
}
|
|
6668
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6669
|
+
color: #3e4652;
|
|
6670
|
+
}
|
|
6671
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6672
|
+
pointer-events: none;
|
|
6673
|
+
}
|
|
6674
|
+
|
|
6675
|
+
.E_t1tsm00v {
|
|
6676
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6677
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6678
|
+
backdrop-filter: blur(10px);
|
|
6679
|
+
padding: 7px 10px;
|
|
6680
|
+
}
|
|
6681
|
+
|
|
6682
|
+
.E_c167wnad {
|
|
6683
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6684
|
+
display: flex;
|
|
6685
|
+
justify-content: space-between;
|
|
6686
|
+
align-items: center;
|
|
6687
|
+
padding: 8px 16px;
|
|
6688
|
+
}
|
|
6689
|
+
.E_c167wnad .anticon {
|
|
6690
|
+
cursor: pointer;
|
|
6691
|
+
}
|
|
6692
|
+
.E_c167wnad .anticon:hover {
|
|
6693
|
+
color: #0096ff;
|
|
6694
|
+
}
|
|
6695
|
+
|
|
6696
|
+
.E_cxhf7dh {
|
|
6697
|
+
text-align: center;
|
|
6698
|
+
}
|
|
6699
|
+
.E_cxhf7dh .dots {
|
|
6700
|
+
display: flex;
|
|
6701
|
+
justify-content: center;
|
|
6702
|
+
}
|
|
6703
|
+
.E_cxhf7dh .dot {
|
|
6704
|
+
display: inline-block;
|
|
6705
|
+
width: 2px;
|
|
6706
|
+
height: 2px;
|
|
6707
|
+
border-radius: 1px;
|
|
6708
|
+
background: #0096ff;
|
|
6709
|
+
}
|
|
6710
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6711
|
+
margin-right: 2px;
|
|
6712
|
+
}
|
|
6713
|
+
.E_cxhf7dh .bar {
|
|
6714
|
+
width: 9px;
|
|
6715
|
+
height: 2px;
|
|
6716
|
+
background: #0096ff;
|
|
6717
|
+
border-radius: 2px;
|
|
6718
|
+
}
|
|
6719
|
+
|
|
6720
|
+
.E_c1up1pdz {
|
|
6721
|
+
width: 648px;
|
|
6722
|
+
}
|
|
6723
|
+
.E_c1up1pdz.active {
|
|
6724
|
+
border-color: #0080ff;
|
|
6725
|
+
}
|
|
6726
|
+
.E_c1up1pdz.active > header {
|
|
6727
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6728
|
+
}
|
|
6729
|
+
.E_c1up1pdz .expand {
|
|
6730
|
+
padding: 12px;
|
|
6731
|
+
}
|
|
6732
|
+
.E_c1up1pdz .field-item {
|
|
6733
|
+
display: flex;
|
|
6734
|
+
padding: 10px 0;
|
|
6735
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6736
|
+
}
|
|
6737
|
+
.E_c1up1pdz .field-item:last-child {
|
|
6738
|
+
border-bottom: none;
|
|
6739
|
+
padding-bottom: 0;
|
|
6752
6740
|
}
|
|
6753
6741
|
.E_c1up1pdz .field-item label {
|
|
6754
6742
|
line-height: 32px;
|
|
@@ -6869,6 +6857,29 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6869
6857
|
color: #fff;
|
|
6870
6858
|
}
|
|
6871
6859
|
|
|
6860
|
+
.E_n12mqh7z {
|
|
6861
|
+
display: flex;
|
|
6862
|
+
align-items: center;
|
|
6863
|
+
font-size: 12px;
|
|
6864
|
+
line-height: 18px;
|
|
6865
|
+
}
|
|
6866
|
+
.E_n12mqh7z:not(:last-child) {
|
|
6867
|
+
margin-bottom: 4px;
|
|
6868
|
+
}
|
|
6869
|
+
|
|
6870
|
+
.E_tf5bynu {
|
|
6871
|
+
margin: 0 3px;
|
|
6872
|
+
}
|
|
6873
|
+
|
|
6874
|
+
.E_tcckoz1 {
|
|
6875
|
+
max-height: 400px;
|
|
6876
|
+
overflow: auto;
|
|
6877
|
+
}
|
|
6878
|
+
|
|
6879
|
+
span.E_tqjc4ui {
|
|
6880
|
+
margin: 0 2px;
|
|
6881
|
+
}
|
|
6882
|
+
|
|
6872
6883
|
.E_gmyahx3 {
|
|
6873
6884
|
cursor: pointer;
|
|
6874
6885
|
}
|
|
@@ -6879,8 +6890,102 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6879
6890
|
color: #0080ff;
|
|
6880
6891
|
}
|
|
6881
6892
|
|
|
6882
|
-
|
|
6883
|
-
|
|
6893
|
+
.E_t1sqg15u {
|
|
6894
|
+
background: white;
|
|
6895
|
+
}
|
|
6896
|
+
.E_t1sqg15u.inline .table-row {
|
|
6897
|
+
flex-direction: column;
|
|
6898
|
+
}
|
|
6899
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
6900
|
+
padding: 0 16px 7px 0;
|
|
6901
|
+
}
|
|
6902
|
+
.E_t1sqg15u.has-border .table-header {
|
|
6903
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6904
|
+
}
|
|
6905
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
6906
|
+
border-top: none !important;
|
|
6907
|
+
}
|
|
6908
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
6909
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
6910
|
+
}
|
|
6911
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
6912
|
+
padding-bottom: 0;
|
|
6913
|
+
}
|
|
6914
|
+
.E_t1sqg15u.align-right .content {
|
|
6915
|
+
text-align: right;
|
|
6916
|
+
}
|
|
6917
|
+
.E_t1sqg15u .uuid-row {
|
|
6918
|
+
display: flex;
|
|
6919
|
+
justify-content: space-between;
|
|
6920
|
+
}
|
|
6921
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
6922
|
+
white-space: nowrap;
|
|
6923
|
+
overflow: hidden;
|
|
6924
|
+
text-overflow: ellipsis;
|
|
6925
|
+
}
|
|
6926
|
+
|
|
6927
|
+
.E_t4zczcp {
|
|
6928
|
+
display: flex;
|
|
6929
|
+
justify-content: space-between;
|
|
6930
|
+
align-items: center;
|
|
6931
|
+
padding: 8px;
|
|
6932
|
+
min-height: 32px;
|
|
6933
|
+
}
|
|
6934
|
+
.E_t4zczcp .table-title {
|
|
6935
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6936
|
+
font-weight: 600;
|
|
6937
|
+
font-size: 12px;
|
|
6938
|
+
line-height: 8px;
|
|
6939
|
+
}
|
|
6940
|
+
.E_t4zczcp .edit-icon {
|
|
6941
|
+
font-size: 16px;
|
|
6942
|
+
color: rgba(10, 37, 85, 0.6);
|
|
6943
|
+
cursor: pointer;
|
|
6944
|
+
}
|
|
6945
|
+
|
|
6946
|
+
.E_t1s7goww {
|
|
6947
|
+
font-size: 12px;
|
|
6948
|
+
line-height: 18px;
|
|
6949
|
+
}
|
|
6950
|
+
|
|
6951
|
+
.E_t93e4cf {
|
|
6952
|
+
display: flex;
|
|
6953
|
+
padding: 8px 0;
|
|
6954
|
+
color: #2d3a56;
|
|
6955
|
+
}
|
|
6956
|
+
.E_t93e4cf .hidden {
|
|
6957
|
+
display: none;
|
|
6958
|
+
}
|
|
6959
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
6960
|
+
height: auto;
|
|
6961
|
+
}
|
|
6962
|
+
.E_t93e4cf .content {
|
|
6963
|
+
overflow: hidden;
|
|
6964
|
+
overflow-x: auto;
|
|
6965
|
+
width: 100%;
|
|
6966
|
+
white-space: pre-wrap;
|
|
6967
|
+
}
|
|
6968
|
+
.E_t93e4cf .content .ant-btn {
|
|
6969
|
+
white-space: pre-wrap;
|
|
6970
|
+
text-align: left;
|
|
6971
|
+
}
|
|
6972
|
+
.E_t93e4cf .content .unit-chart {
|
|
6973
|
+
justify-content: flex-start;
|
|
6974
|
+
}
|
|
6975
|
+
|
|
6976
|
+
.E_rhz2uv5 {
|
|
6977
|
+
width: var(--rhz2uv5-0);
|
|
6978
|
+
flex-shrink: 0;
|
|
6979
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6980
|
+
padding-right: 12px;
|
|
6981
|
+
}
|
|
6982
|
+
|
|
6983
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
6984
|
+
display: flex;
|
|
6985
|
+
align-items: center;
|
|
6986
|
+
}
|
|
6987
|
+
.E_s1iv0tp1 .enabled-text {
|
|
6988
|
+
margin-right: 8px;
|
|
6884
6989
|
}
|
|
6885
6990
|
|
|
6886
6991
|
.E_wg1tsps {
|
|
@@ -6906,6 +7011,46 @@ span.E_tqjc4ui {
|
|
|
6906
7011
|
color: #00122e !important;
|
|
6907
7012
|
}
|
|
6908
7013
|
|
|
7014
|
+
.E_ou7iq30 {
|
|
7015
|
+
overflow: hidden;
|
|
7016
|
+
text-overflow: ellipsis;
|
|
7017
|
+
}
|
|
7018
|
+
|
|
7019
|
+
.E_s1tui002 {
|
|
7020
|
+
white-space: nowrap;
|
|
7021
|
+
}
|
|
7022
|
+
|
|
7023
|
+
.E_mxrc2zg {
|
|
7024
|
+
display: -webkit-box;
|
|
7025
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7026
|
+
-webkit-box-orient: vertical;
|
|
7027
|
+
word-break: break-all;
|
|
7028
|
+
}
|
|
7029
|
+
|
|
7030
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7031
|
+
display: none;
|
|
7032
|
+
}
|
|
7033
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7034
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7035
|
+
border-radius: 4px;
|
|
7036
|
+
}
|
|
7037
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7038
|
+
visibility: hidden;
|
|
7039
|
+
}
|
|
7040
|
+
|
|
7041
|
+
.E_skwah65 {
|
|
7042
|
+
height: 8px;
|
|
7043
|
+
box-sizing: border-box;
|
|
7044
|
+
border-radius: 2px;
|
|
7045
|
+
background: #f5f7fa;
|
|
7046
|
+
display: flex;
|
|
7047
|
+
width: 100%;
|
|
7048
|
+
overflow: hidden;
|
|
7049
|
+
}
|
|
7050
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7051
|
+
margin-left: 1px;
|
|
7052
|
+
}
|
|
7053
|
+
|
|
6909
7054
|
.E_u15heuvq.content {
|
|
6910
7055
|
cursor: default !important;
|
|
6911
7056
|
}
|
|
@@ -6922,12 +7067,117 @@ span.E_tqjc4ui {
|
|
|
6922
7067
|
color: rgba(44, 56, 82, 0.75);
|
|
6923
7068
|
}
|
|
6924
7069
|
|
|
6925
|
-
.
|
|
7070
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
7071
|
+
background: #edf0f7;
|
|
7072
|
+
padding: 32px 8px;
|
|
7073
|
+
overflow: auto;
|
|
7074
|
+
}
|
|
7075
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
6926
7076
|
display: flex;
|
|
6927
|
-
|
|
7077
|
+
flex-direction: column;
|
|
7078
|
+
justify-content: space-between;
|
|
6928
7079
|
}
|
|
6929
|
-
.
|
|
6930
|
-
|
|
7080
|
+
.E_s1at6qmn footer {
|
|
7081
|
+
display: flex;
|
|
7082
|
+
}
|
|
7083
|
+
.E_s1at6qmn .ant-menu {
|
|
7084
|
+
background: #edf0f7;
|
|
7085
|
+
}
|
|
7086
|
+
.E_s1at6qmn .ant-menu a {
|
|
7087
|
+
color: #00122e;
|
|
7088
|
+
width: 180px;
|
|
7089
|
+
overflow: hidden;
|
|
7090
|
+
text-overflow: ellipsis;
|
|
7091
|
+
}
|
|
7092
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
7093
|
+
margin-bottom: 24px;
|
|
7094
|
+
}
|
|
7095
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7096
|
+
margin: 0;
|
|
7097
|
+
}
|
|
7098
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7099
|
+
font-size: 12px;
|
|
7100
|
+
padding: 0 8px 4px;
|
|
7101
|
+
line-height: 18px;
|
|
7102
|
+
}
|
|
7103
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7104
|
+
padding: 0;
|
|
7105
|
+
}
|
|
7106
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7107
|
+
padding-bottom: 24px;
|
|
7108
|
+
}
|
|
7109
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7110
|
+
margin-bottom: 24px;
|
|
7111
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7112
|
+
}
|
|
7113
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7114
|
+
transition: none;
|
|
7115
|
+
display: flex;
|
|
7116
|
+
align-items: center;
|
|
7117
|
+
height: 32px;
|
|
7118
|
+
line-height: 22px;
|
|
7119
|
+
padding: 0 8px;
|
|
7120
|
+
}
|
|
7121
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7122
|
+
margin-right: 12px;
|
|
7123
|
+
}
|
|
7124
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7125
|
+
margin: 0;
|
|
7126
|
+
margin-bottom: 2px;
|
|
7127
|
+
}
|
|
7128
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7129
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7130
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7131
|
+
border-radius: 6px;
|
|
7132
|
+
color: #fff;
|
|
7133
|
+
}
|
|
7134
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7135
|
+
color: #fff;
|
|
7136
|
+
}
|
|
7137
|
+
.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 {
|
|
7138
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7139
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7140
|
+
border-radius: 6px;
|
|
7141
|
+
}
|
|
7142
|
+
|
|
7143
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7144
|
+
white-space: nowrap;
|
|
7145
|
+
transition: all 0s;
|
|
7146
|
+
}
|
|
7147
|
+
.E_s1wu0lms.shrink {
|
|
7148
|
+
transition: all 0s;
|
|
7149
|
+
overflow: hidden;
|
|
7150
|
+
}
|
|
7151
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7152
|
+
visibility: hidden;
|
|
7153
|
+
}
|
|
7154
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7155
|
+
width: 36px;
|
|
7156
|
+
padding: 0 6px;
|
|
7157
|
+
}
|
|
7158
|
+
|
|
7159
|
+
.E_n1ugzfva {
|
|
7160
|
+
display: flex;
|
|
7161
|
+
place-items: center;
|
|
7162
|
+
width: 100% !important;
|
|
7163
|
+
}
|
|
7164
|
+
.E_n1ugzfva[disabled] {
|
|
7165
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7166
|
+
opacity: 1 !important;
|
|
7167
|
+
}
|
|
7168
|
+
.E_n1ugzfva.ant-btn {
|
|
7169
|
+
width: 100%;
|
|
7170
|
+
color: #00122e;
|
|
7171
|
+
}
|
|
7172
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7173
|
+
margin-right: 12px;
|
|
7174
|
+
}
|
|
7175
|
+
.E_n1ugzfva .link-title {
|
|
7176
|
+
flex: 1;
|
|
7177
|
+
overflow: hidden;
|
|
7178
|
+
white-space: nowrap;
|
|
7179
|
+
text-overflow: ellipsis;
|
|
7180
|
+
text-align: left;
|
|
6931
7181
|
}
|
|
6932
7182
|
|
|
6933
7183
|
.E_t160l1cm {
|
|
@@ -7114,272 +7364,23 @@ span.E_tqjc4ui {
|
|
|
7114
7364
|
margin: 0;
|
|
7115
7365
|
height: 32px;
|
|
7116
7366
|
line-height: 32px;
|
|
7117
|
-
font-size: 13px;
|
|
7118
|
-
padding: 0 10px;
|
|
7119
|
-
display: block;
|
|
7120
|
-
overflow: hidden;
|
|
7121
|
-
text-overflow: ellipsis;
|
|
7122
|
-
white-space: nowrap;
|
|
7123
|
-
}
|
|
7124
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
7125
|
-
content: " ";
|
|
7126
|
-
height: 1px;
|
|
7127
|
-
width: calc(100% + 10px);
|
|
7128
|
-
background: rgba(172, 186, 211, 0.6);
|
|
7129
|
-
display: block;
|
|
7130
|
-
}
|
|
7131
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7132
|
-
color: #0080ff;
|
|
7133
|
-
background: transparent;
|
|
7134
|
-
}
|
|
7135
|
-
|
|
7136
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
7137
|
-
background: #edf0f7;
|
|
7138
|
-
padding: 32px 8px;
|
|
7139
|
-
overflow: auto;
|
|
7140
|
-
}
|
|
7141
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
7142
|
-
display: flex;
|
|
7143
|
-
flex-direction: column;
|
|
7144
|
-
justify-content: space-between;
|
|
7145
|
-
}
|
|
7146
|
-
.E_s1at6qmn footer {
|
|
7147
|
-
display: flex;
|
|
7148
|
-
}
|
|
7149
|
-
.E_s1at6qmn .ant-menu {
|
|
7150
|
-
background: #edf0f7;
|
|
7151
|
-
}
|
|
7152
|
-
.E_s1at6qmn .ant-menu a {
|
|
7153
|
-
color: #00122e;
|
|
7154
|
-
width: 180px;
|
|
7155
|
-
overflow: hidden;
|
|
7156
|
-
text-overflow: ellipsis;
|
|
7157
|
-
}
|
|
7158
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
7159
|
-
margin-bottom: 24px;
|
|
7160
|
-
}
|
|
7161
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7162
|
-
margin: 0;
|
|
7163
|
-
}
|
|
7164
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7165
|
-
font-size: 12px;
|
|
7166
|
-
padding: 0 8px 4px;
|
|
7167
|
-
line-height: 18px;
|
|
7168
|
-
}
|
|
7169
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7170
|
-
padding: 0;
|
|
7171
|
-
}
|
|
7172
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7173
|
-
padding-bottom: 24px;
|
|
7174
|
-
}
|
|
7175
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7176
|
-
margin-bottom: 24px;
|
|
7177
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7178
|
-
}
|
|
7179
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7180
|
-
transition: none;
|
|
7181
|
-
display: flex;
|
|
7182
|
-
align-items: center;
|
|
7183
|
-
height: 32px;
|
|
7184
|
-
line-height: 22px;
|
|
7185
|
-
padding: 0 8px;
|
|
7186
|
-
}
|
|
7187
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7188
|
-
margin-right: 12px;
|
|
7189
|
-
}
|
|
7190
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7191
|
-
margin: 0;
|
|
7192
|
-
margin-bottom: 2px;
|
|
7193
|
-
}
|
|
7194
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7195
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7196
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7197
|
-
border-radius: 6px;
|
|
7198
|
-
color: #fff;
|
|
7199
|
-
}
|
|
7200
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7201
|
-
color: #fff;
|
|
7202
|
-
}
|
|
7203
|
-
.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 {
|
|
7204
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7205
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7206
|
-
border-radius: 6px;
|
|
7207
|
-
}
|
|
7208
|
-
|
|
7209
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7210
|
-
white-space: nowrap;
|
|
7211
|
-
transition: all 0s;
|
|
7212
|
-
}
|
|
7213
|
-
.E_s1wu0lms.shrink {
|
|
7214
|
-
transition: all 0s;
|
|
7215
|
-
overflow: hidden;
|
|
7216
|
-
}
|
|
7217
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7218
|
-
visibility: hidden;
|
|
7219
|
-
}
|
|
7220
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7221
|
-
width: 36px;
|
|
7222
|
-
padding: 0 6px;
|
|
7223
|
-
}
|
|
7224
|
-
|
|
7225
|
-
.E_n1ugzfva {
|
|
7226
|
-
display: flex;
|
|
7227
|
-
place-items: center;
|
|
7228
|
-
width: 100% !important;
|
|
7229
|
-
}
|
|
7230
|
-
.E_n1ugzfva[disabled] {
|
|
7231
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7232
|
-
opacity: 1 !important;
|
|
7233
|
-
}
|
|
7234
|
-
.E_n1ugzfva.ant-btn {
|
|
7235
|
-
width: 100%;
|
|
7236
|
-
color: #00122e;
|
|
7237
|
-
}
|
|
7238
|
-
.E_n1ugzfva .icon-wrapper {
|
|
7239
|
-
margin-right: 12px;
|
|
7240
|
-
}
|
|
7241
|
-
.E_n1ugzfva .link-title {
|
|
7242
|
-
flex: 1;
|
|
7243
|
-
overflow: hidden;
|
|
7244
|
-
white-space: nowrap;
|
|
7245
|
-
text-overflow: ellipsis;
|
|
7246
|
-
text-align: left;
|
|
7247
|
-
}
|
|
7248
|
-
|
|
7249
|
-
.E_t1sqg15u {
|
|
7250
|
-
background: white;
|
|
7251
|
-
}
|
|
7252
|
-
.E_t1sqg15u.inline .table-row {
|
|
7253
|
-
flex-direction: column;
|
|
7254
|
-
}
|
|
7255
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
7256
|
-
padding: 0 16px 7px 0;
|
|
7257
|
-
}
|
|
7258
|
-
.E_t1sqg15u.has-border .table-header {
|
|
7259
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7260
|
-
}
|
|
7261
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7262
|
-
border-top: none !important;
|
|
7263
|
-
}
|
|
7264
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7265
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7266
|
-
}
|
|
7267
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7268
|
-
padding-bottom: 0;
|
|
7269
|
-
}
|
|
7270
|
-
.E_t1sqg15u.align-right .content {
|
|
7271
|
-
text-align: right;
|
|
7272
|
-
}
|
|
7273
|
-
.E_t1sqg15u .uuid-row {
|
|
7274
|
-
display: flex;
|
|
7275
|
-
justify-content: space-between;
|
|
7276
|
-
}
|
|
7277
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
7278
|
-
white-space: nowrap;
|
|
7279
|
-
overflow: hidden;
|
|
7280
|
-
text-overflow: ellipsis;
|
|
7281
|
-
}
|
|
7282
|
-
|
|
7283
|
-
.E_t4zczcp {
|
|
7284
|
-
display: flex;
|
|
7285
|
-
justify-content: space-between;
|
|
7286
|
-
align-items: center;
|
|
7287
|
-
padding: 8px;
|
|
7288
|
-
min-height: 32px;
|
|
7289
|
-
}
|
|
7290
|
-
.E_t4zczcp .table-title {
|
|
7291
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7292
|
-
font-weight: 600;
|
|
7293
|
-
font-size: 12px;
|
|
7294
|
-
line-height: 8px;
|
|
7295
|
-
}
|
|
7296
|
-
.E_t4zczcp .edit-icon {
|
|
7297
|
-
font-size: 16px;
|
|
7298
|
-
color: rgba(10, 37, 85, 0.6);
|
|
7299
|
-
cursor: pointer;
|
|
7300
|
-
}
|
|
7301
|
-
|
|
7302
|
-
.E_t1s7goww {
|
|
7303
|
-
font-size: 12px;
|
|
7304
|
-
line-height: 18px;
|
|
7305
|
-
}
|
|
7306
|
-
|
|
7307
|
-
.E_t93e4cf {
|
|
7308
|
-
display: flex;
|
|
7309
|
-
padding: 8px 0;
|
|
7310
|
-
color: #2d3a56;
|
|
7311
|
-
}
|
|
7312
|
-
.E_t93e4cf .hidden {
|
|
7313
|
-
display: none;
|
|
7314
|
-
}
|
|
7315
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7316
|
-
height: auto;
|
|
7317
|
-
}
|
|
7318
|
-
.E_t93e4cf .content {
|
|
7319
|
-
overflow: hidden;
|
|
7320
|
-
overflow-x: auto;
|
|
7321
|
-
width: 100%;
|
|
7322
|
-
white-space: pre-wrap;
|
|
7323
|
-
}
|
|
7324
|
-
.E_t93e4cf .content .ant-btn {
|
|
7325
|
-
white-space: pre-wrap;
|
|
7326
|
-
text-align: left;
|
|
7327
|
-
}
|
|
7328
|
-
.E_t93e4cf .content .unit-chart {
|
|
7329
|
-
justify-content: flex-start;
|
|
7330
|
-
}
|
|
7331
|
-
|
|
7332
|
-
.E_rhz2uv5 {
|
|
7333
|
-
width: var(--rhz2uv5-0);
|
|
7334
|
-
flex-shrink: 0;
|
|
7335
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7336
|
-
padding-right: 12px;
|
|
7337
|
-
}
|
|
7338
|
-
|
|
7339
|
-
.E_ou7iq30 {
|
|
7340
|
-
overflow: hidden;
|
|
7341
|
-
text-overflow: ellipsis;
|
|
7342
|
-
}
|
|
7343
|
-
|
|
7344
|
-
.E_s1tui002 {
|
|
7345
|
-
white-space: nowrap;
|
|
7346
|
-
}
|
|
7347
|
-
|
|
7348
|
-
.E_mxrc2zg {
|
|
7349
|
-
display: -webkit-box;
|
|
7350
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7351
|
-
-webkit-box-orient: vertical;
|
|
7352
|
-
word-break: break-all;
|
|
7353
|
-
}
|
|
7354
|
-
|
|
7355
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7356
|
-
display: none;
|
|
7357
|
-
}
|
|
7358
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7359
|
-
background: rgba(23, 38, 64, 0.8);
|
|
7360
|
-
border-radius: 4px;
|
|
7361
|
-
}
|
|
7362
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7363
|
-
visibility: hidden;
|
|
7364
|
-
}
|
|
7365
|
-
|
|
7366
|
-
.E_n12mqh7z {
|
|
7367
|
-
display: flex;
|
|
7368
|
-
align-items: center;
|
|
7369
|
-
font-size: 12px;
|
|
7370
|
-
line-height: 18px;
|
|
7371
|
-
}
|
|
7372
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7373
|
-
margin-bottom: 4px;
|
|
7367
|
+
font-size: 13px;
|
|
7368
|
+
padding: 0 10px;
|
|
7369
|
+
display: block;
|
|
7370
|
+
overflow: hidden;
|
|
7371
|
+
text-overflow: ellipsis;
|
|
7372
|
+
white-space: nowrap;
|
|
7374
7373
|
}
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
7374
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
7375
|
+
content: " ";
|
|
7376
|
+
height: 1px;
|
|
7377
|
+
width: calc(100% + 10px);
|
|
7378
|
+
background: rgba(172, 186, 211, 0.6);
|
|
7379
|
+
display: block;
|
|
7378
7380
|
}
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
overflow: auto;
|
|
7381
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7382
|
+
color: #0080ff;
|
|
7383
|
+
background: transparent;
|
|
7383
7384
|
}
|
|
7384
7385
|
|
|
7385
7386
|
.E_cyms3br {
|
|
@@ -7443,53 +7444,6 @@ span.E_tqjc4ui {
|
|
|
7443
7444
|
justify-content: center;
|
|
7444
7445
|
}
|
|
7445
7446
|
|
|
7446
|
-
.E_h1ol2wl7 {
|
|
7447
|
-
font-weight: bold;
|
|
7448
|
-
background-color: unset;
|
|
7449
|
-
padding: unset;
|
|
7450
|
-
}
|
|
7451
|
-
|
|
7452
|
-
.E_i5w779o {
|
|
7453
|
-
padding: 8px 0;
|
|
7454
|
-
}
|
|
7455
|
-
.E_i5w779o .col-label {
|
|
7456
|
-
flex-shrink: unset;
|
|
7457
|
-
}
|
|
7458
|
-
.E_i5w779o .col-label * {
|
|
7459
|
-
line-height: 18px;
|
|
7460
|
-
}
|
|
7461
|
-
.E_i5w779o .col-content {
|
|
7462
|
-
flex: 1 1 0;
|
|
7463
|
-
display: flex;
|
|
7464
|
-
align-items: center;
|
|
7465
|
-
}
|
|
7466
|
-
.E_i5w779o .col-content * {
|
|
7467
|
-
line-height: 18px;
|
|
7468
|
-
}
|
|
7469
|
-
|
|
7470
|
-
.E_l18dja44 {
|
|
7471
|
-
padding: 6px 0;
|
|
7472
|
-
}
|
|
7473
|
-
.E_l18dja44 .col-label * {
|
|
7474
|
-
font-size: 13px;
|
|
7475
|
-
line-height: 20px;
|
|
7476
|
-
}
|
|
7477
|
-
.E_l18dja44 .col-content * {
|
|
7478
|
-
font-size: 14px;
|
|
7479
|
-
line-height: 20px;
|
|
7480
|
-
}
|
|
7481
|
-
|
|
7482
|
-
.E_c8c2hys {
|
|
7483
|
-
display: flex;
|
|
7484
|
-
justify-content: space-between;
|
|
7485
|
-
flex: 1;
|
|
7486
|
-
min-width: 0;
|
|
7487
|
-
}
|
|
7488
|
-
|
|
7489
|
-
.E_n4m6c4d {
|
|
7490
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7491
|
-
}
|
|
7492
|
-
|
|
7493
7447
|
.E_kr6am0s .ant-modal-body {
|
|
7494
7448
|
padding: 60px 128px;
|
|
7495
7449
|
}
|
|
@@ -7553,28 +7507,99 @@ span.E_tqjc4ui {
|
|
|
7553
7507
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7554
7508
|
}
|
|
7555
7509
|
|
|
7556
|
-
.
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7510
|
+
.E_h1ol2wl7 {
|
|
7511
|
+
font-weight: bold;
|
|
7512
|
+
background-color: unset;
|
|
7513
|
+
padding: unset;
|
|
7514
|
+
}
|
|
7515
|
+
|
|
7516
|
+
.E_i5w779o {
|
|
7517
|
+
padding: 8px 0;
|
|
7518
|
+
}
|
|
7519
|
+
.E_i5w779o .col-label {
|
|
7520
|
+
flex-shrink: unset;
|
|
7521
|
+
}
|
|
7522
|
+
.E_i5w779o .col-label * {
|
|
7523
|
+
line-height: 18px;
|
|
7524
|
+
}
|
|
7525
|
+
.E_i5w779o .col-content {
|
|
7526
|
+
flex: 1 1 0;
|
|
7562
7527
|
display: flex;
|
|
7563
7528
|
align-items: center;
|
|
7564
|
-
justify-content: center;
|
|
7565
|
-
position: relative;
|
|
7566
|
-
opacity: 0.6;
|
|
7567
7529
|
}
|
|
7568
|
-
.
|
|
7569
|
-
|
|
7530
|
+
.E_i5w779o .col-content * {
|
|
7531
|
+
line-height: 18px;
|
|
7570
7532
|
}
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7575
|
-
|
|
7576
|
-
|
|
7577
|
-
|
|
7533
|
+
|
|
7534
|
+
.E_l18dja44 {
|
|
7535
|
+
padding: 6px 0;
|
|
7536
|
+
}
|
|
7537
|
+
.E_l18dja44 .col-label * {
|
|
7538
|
+
font-size: 13px;
|
|
7539
|
+
line-height: 20px;
|
|
7540
|
+
}
|
|
7541
|
+
.E_l18dja44 .col-content * {
|
|
7542
|
+
font-size: 14px;
|
|
7543
|
+
line-height: 20px;
|
|
7544
|
+
}
|
|
7545
|
+
|
|
7546
|
+
.E_c8c2hys {
|
|
7547
|
+
display: flex;
|
|
7548
|
+
justify-content: space-between;
|
|
7549
|
+
flex: 1;
|
|
7550
|
+
min-width: 0;
|
|
7551
|
+
}
|
|
7552
|
+
|
|
7553
|
+
.E_n4m6c4d {
|
|
7554
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7557
|
+
.E_c1ss4prm {
|
|
7558
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7559
|
+
}
|
|
7560
|
+
.E_c1ss4prm li {
|
|
7561
|
+
margin-bottom: 4px;
|
|
7562
|
+
}
|
|
7563
|
+
.E_c1ss4prm li:last-child {
|
|
7564
|
+
margin-bottom: 0;
|
|
7565
|
+
}
|
|
7566
|
+
|
|
7567
|
+
.E_ms3tlei {
|
|
7568
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7569
|
+
padding: 8px;
|
|
7570
|
+
border-radius: 6px;
|
|
7571
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7572
|
+
}
|
|
7573
|
+
.E_ms3tlei .icon-wrapper {
|
|
7574
|
+
margin-top: 1px;
|
|
7575
|
+
margin-right: 4px;
|
|
7576
|
+
}
|
|
7577
|
+
.E_ms3tlei li {
|
|
7578
|
+
margin-bottom: 4px;
|
|
7579
|
+
display: flex;
|
|
7580
|
+
align-items: flex-start;
|
|
7581
|
+
}
|
|
7582
|
+
.E_ms3tlei li:last-child {
|
|
7583
|
+
margin-bottom: 0;
|
|
7584
|
+
}
|
|
7585
|
+
|
|
7586
|
+
.E_du44iy7 {
|
|
7587
|
+
margin-bottom: 4px;
|
|
7588
|
+
}
|
|
7589
|
+
|
|
7590
|
+
.E_p1qmhanr {
|
|
7591
|
+
margin-bottom: 8px;
|
|
7592
|
+
}
|
|
7593
|
+
|
|
7594
|
+
.E_srje1h0 {
|
|
7595
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7596
|
+
margin-bottom: 8px;
|
|
7597
|
+
}
|
|
7598
|
+
|
|
7599
|
+
.E_di3zi7v {
|
|
7600
|
+
height: 1px;
|
|
7601
|
+
background: #e4e9f2;
|
|
7602
|
+
margin: 16px 0;
|
|
7578
7603
|
}
|
|
7579
7604
|
|
|
7580
7605
|
.E_c14ouk5o {
|
|
@@ -7621,6 +7646,15 @@ span.E_tqjc4ui {
|
|
|
7621
7646
|
height: auto;
|
|
7622
7647
|
}
|
|
7623
7648
|
|
|
7649
|
+
.E_cevhqx7 {
|
|
7650
|
+
color: #00122e;
|
|
7651
|
+
}
|
|
7652
|
+
|
|
7653
|
+
.E_snbqlt4 {
|
|
7654
|
+
margin-top: 8px;
|
|
7655
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7656
|
+
}
|
|
7657
|
+
|
|
7624
7658
|
.E_c1kchka8 {
|
|
7625
7659
|
height: 100%;
|
|
7626
7660
|
width: 100%;
|
|
@@ -8113,59 +8147,26 @@ span.E_tqjc4ui {
|
|
|
8113
8147
|
padding: 0;
|
|
8114
8148
|
}
|
|
8115
8149
|
|
|
8116
|
-
.
|
|
8117
|
-
|
|
8118
|
-
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
.E_c1ss4prm li:last-child {
|
|
8123
|
-
margin-bottom: 0;
|
|
8124
|
-
}
|
|
8125
|
-
|
|
8126
|
-
.E_ms3tlei {
|
|
8127
|
-
background: rgba(225, 230, 241, 0.6);
|
|
8128
|
-
padding: 8px;
|
|
8129
|
-
border-radius: 6px;
|
|
8130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8131
|
-
}
|
|
8132
|
-
.E_ms3tlei .icon-wrapper {
|
|
8133
|
-
margin-top: 1px;
|
|
8134
|
-
margin-right: 4px;
|
|
8135
|
-
}
|
|
8136
|
-
.E_ms3tlei li {
|
|
8137
|
-
margin-bottom: 4px;
|
|
8150
|
+
.E_l12xdkhl {
|
|
8151
|
+
width: 64px;
|
|
8152
|
+
height: 64px;
|
|
8153
|
+
max-width: 64px;
|
|
8154
|
+
max-height: 64px;
|
|
8155
|
+
overflow: hidden;
|
|
8138
8156
|
display: flex;
|
|
8139
|
-
align-items:
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
|
|
8143
|
-
}
|
|
8144
|
-
|
|
8145
|
-
.E_du44iy7 {
|
|
8146
|
-
margin-bottom: 4px;
|
|
8147
|
-
}
|
|
8148
|
-
|
|
8149
|
-
.E_p1qmhanr {
|
|
8150
|
-
margin-bottom: 8px;
|
|
8151
|
-
}
|
|
8152
|
-
|
|
8153
|
-
.E_srje1h0 {
|
|
8154
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8155
|
-
margin-bottom: 8px;
|
|
8156
|
-
}
|
|
8157
|
-
|
|
8158
|
-
.E_di3zi7v {
|
|
8159
|
-
height: 1px;
|
|
8160
|
-
background: #e4e9f2;
|
|
8161
|
-
margin: 16px 0;
|
|
8157
|
+
align-items: center;
|
|
8158
|
+
justify-content: center;
|
|
8159
|
+
position: relative;
|
|
8160
|
+
opacity: 0.6;
|
|
8162
8161
|
}
|
|
8163
|
-
|
|
8164
|
-
.
|
|
8165
|
-
color: #00122e;
|
|
8162
|
+
.E_l12xdkhl .icon-wrapper {
|
|
8163
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8166
8164
|
}
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8165
|
+
@keyframes rotate {
|
|
8166
|
+
from {
|
|
8167
|
+
transform: rotate(0deg);
|
|
8168
|
+
}
|
|
8169
|
+
to {
|
|
8170
|
+
transform: rotate(360deg);
|
|
8171
|
+
}
|
|
8171
8172
|
}
|