@cloudtower/eagle 0.34.22 → 0.34.24

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.
Files changed (44) hide show
  1. package/dist/cjs/UIKitProvider/index.js +5 -10
  2. package/dist/cjs/core/ImmersiveDialog/index.js +8 -2
  3. package/dist/cjs/core/{Modal → LegacyModal}/index.js +7 -3
  4. package/dist/cjs/core/LegacySelect/index.js +4 -0
  5. package/dist/cjs/core/MediumDialog/MediumDialog.js +1 -1
  6. package/dist/cjs/core/SmallDialog/SmallDialog.js +7 -5
  7. package/dist/cjs/core/message/message.js +24 -1
  8. package/dist/cjs/coreX/KubeConfigModal/index.js +4 -4
  9. package/dist/cjs/hooks/useLegacyComponentWarning.js +16 -0
  10. package/dist/cjs/index.js +16 -16
  11. package/dist/cjs/legacy-antd.js +2 -2
  12. package/dist/cjs/stats1.html +1 -1
  13. package/dist/components.css +1317 -1295
  14. package/dist/esm/UIKitProvider/index.js +5 -10
  15. package/dist/esm/core/ImmersiveDialog/index.js +8 -2
  16. package/dist/esm/core/{Modal → LegacyModal}/index.js +9 -5
  17. package/dist/esm/core/LegacySelect/index.js +4 -0
  18. package/dist/esm/core/MediumDialog/MediumDialog.js +1 -1
  19. package/dist/esm/core/SmallDialog/SmallDialog.js +6 -4
  20. package/dist/esm/core/message/message.js +24 -1
  21. package/dist/esm/coreX/KubeConfigModal/index.js +5 -5
  22. package/dist/esm/hooks/useLegacyComponentWarning.js +14 -0
  23. package/dist/esm/index.js +1 -1
  24. package/dist/esm/legacy-antd.js +4 -4
  25. package/dist/esm/stats1.html +1 -1
  26. package/dist/linaria.merged.scss +1406 -1377
  27. package/dist/src/core/ImmersiveDialog/type.d.ts +2 -0
  28. package/dist/src/core/{Modal/modal.type.d.ts → LegacyModal/LegacyModal.type.d.ts} +12 -1
  29. package/dist/src/core/LegacyModal/index.d.ts +16 -0
  30. package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +2 -0
  31. package/dist/src/core/index.d.ts +2 -2
  32. package/dist/src/core/message/message.d.ts +5 -0
  33. package/dist/src/hooks/useLegacyComponentWarning.d.ts +2 -0
  34. package/dist/src/spec/base.d.ts +2 -2
  35. package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +5 -0
  36. package/dist/stories/docs/core/LegacyModal.stories.d.ts +23 -0
  37. package/dist/stories/docs/core/MediumDialog.stories.d.ts +5 -1
  38. package/dist/stories/docs/core/SmallDialog.stories.d.ts +5 -1
  39. package/dist/stories/docs/core/WizardDialog.stories.d.ts +2 -0
  40. package/dist/stories/docs/core/message-group.stories.d.ts +1 -0
  41. package/dist/style.css +1317 -1295
  42. package/package.json +4 -4
  43. package/dist/src/core/Modal/index.d.ts +0 -5
  44. package/dist/stories/docs/core/Modal.stories.d.ts +0 -13
@@ -1188,28 +1188,6 @@ html body {
1188
1188
  color: #005ed1;
1189
1189
  }
1190
1190
 
1191
- .E_ccrbeuz .ant-collapse-item {
1192
- border: 0px;
1193
- background-color: #fff;
1194
- }
1195
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
1196
- padding-top: 0px;
1197
- padding-bottom: 0px;
1198
- padding-left: 0px !important;
1199
- padding-right: 24px;
1200
- }
1201
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
1202
- right: 0px;
1203
- }
1204
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
1205
- padding: 0px;
1206
- }
1207
-
1208
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
1209
- padding-right: 0px;
1210
- cursor: default;
1211
- }
1212
-
1213
1191
  .E_b1wx3t3t.ant-btn-icon-only {
1214
1192
  justify-content: center;
1215
1193
  }
@@ -1467,19 +1445,6 @@ html body {
1467
1445
  justify-content: center;
1468
1446
  }
1469
1447
 
1470
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1471
- padding: 4px 8px 0 8px;
1472
- color: rgba(44, 56, 82, 0.6);
1473
- font-size: 12px;
1474
- }
1475
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1476
- padding-bottom: 6px;
1477
- }
1478
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1479
- padding-top: 4px;
1480
- border-top: 1px solid rgba(211, 218, 235, 0.6);
1481
- }
1482
-
1483
1448
  .E_b1nip9bk {
1484
1449
  padding: 4px 11px;
1485
1450
  }
@@ -1509,25 +1474,6 @@ html body {
1509
1474
  border-radius: unset;
1510
1475
  }
1511
1476
 
1512
- .E_c1yyuluq {
1513
- border-radius: 8px;
1514
- }
1515
- .E_c1yyuluq .ant-card-body {
1516
- padding: 20px 24px 24px 24px;
1517
- }
1518
-
1519
- .E_itxley7.ant-input-group.ant-input-group-compact {
1520
- display: flex;
1521
- }
1522
- .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 {
1523
- border-bottom-left-radius: 5px;
1524
- border-top-left-radius: 5px;
1525
- }
1526
- .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 {
1527
- border-bottom-right-radius: 5px;
1528
- border-top-right-radius: 5px;
1529
- }
1530
-
1531
1477
  .E_c1uzzomf {
1532
1478
  margin-bottom: 16px;
1533
1479
  }
@@ -1550,6 +1496,99 @@ html body {
1550
1496
  text-align: center;
1551
1497
  }
1552
1498
 
1499
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1500
+ padding: 4px 8px 0 8px;
1501
+ color: rgba(44, 56, 82, 0.6);
1502
+ font-size: 12px;
1503
+ }
1504
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1505
+ padding-bottom: 6px;
1506
+ }
1507
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1508
+ padding-top: 4px;
1509
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
1510
+ }
1511
+
1512
+ .E_sx1bpnu .ant-input-sm {
1513
+ line-height: 18px;
1514
+ }
1515
+
1516
+ .E_phljevk {
1517
+ display: flex;
1518
+ justify-content: space-between;
1519
+ align-items: center;
1520
+ padding: 10px 0;
1521
+ color: rgba(44, 56, 82, 0.6);
1522
+ font-size: 12px;
1523
+ line-height: 24px;
1524
+ }
1525
+ .E_phljevk .pagination-left {
1526
+ padding: 2px 8px;
1527
+ }
1528
+ .E_phljevk .dropdown-trigger {
1529
+ display: flex;
1530
+ align-items: center;
1531
+ border-radius: 6px;
1532
+ cursor: pointer;
1533
+ transition: all 0.3s ease;
1534
+ }
1535
+ .E_phljevk .dropdown-trigger:hover {
1536
+ background: rgba(211, 218, 235, 0.6);
1537
+ color: #0080ff;
1538
+ }
1539
+ .E_phljevk .dropdown-trigger .icon-inner {
1540
+ margin-left: 4px;
1541
+ }
1542
+ .E_phljevk .pagination-right {
1543
+ display: flex;
1544
+ align-items: center;
1545
+ color: #0080ff;
1546
+ font-weight: bold;
1547
+ }
1548
+ .E_phljevk .pagination-right .icon-inner {
1549
+ margin-left: 4px;
1550
+ }
1551
+ .E_phljevk .pagination-right .prev-btn,
1552
+ .E_phljevk .pagination-right .next-btn {
1553
+ padding: 0 8px;
1554
+ }
1555
+ .E_phljevk .pagination-right .prev-btn > span,
1556
+ .E_phljevk .pagination-right .next-btn > span {
1557
+ color: #0080ff;
1558
+ }
1559
+ .E_phljevk .pagination-right .next-btn .icon-inner {
1560
+ transform: rotate(180deg);
1561
+ }
1562
+
1563
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
1564
+ max-height: calc(100vh - 128px);
1565
+ overflow-y: auto;
1566
+ }
1567
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1568
+ padding: 4px 20px;
1569
+ font-size: 12px;
1570
+ line-height: 18px;
1571
+ }
1572
+
1573
+ .E_c1yyuluq {
1574
+ border-radius: 8px;
1575
+ }
1576
+ .E_c1yyuluq .ant-card-body {
1577
+ padding: 20px 24px 24px 24px;
1578
+ }
1579
+
1580
+ .E_itxley7.ant-input-group.ant-input-group-compact {
1581
+ display: flex;
1582
+ }
1583
+ .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 {
1584
+ border-bottom-left-radius: 5px;
1585
+ border-top-left-radius: 5px;
1586
+ }
1587
+ .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 {
1588
+ border-bottom-right-radius: 5px;
1589
+ border-top-right-radius: 5px;
1590
+ }
1591
+
1553
1592
  .E_d1bw7c5z {
1554
1593
  position: relative;
1555
1594
  max-width: 388px;
@@ -1633,89 +1672,36 @@ html body {
1633
1672
  width: 102px;
1634
1673
  }
1635
1674
 
1636
- .E_sx1bpnu .ant-input-sm {
1637
- line-height: 18px;
1638
- }
1639
-
1640
- .E_s1dizucg.ant-switch {
1641
- min-width: 40px;
1642
- height: 24px;
1643
- background: rgba(172, 186, 211, 0.6);
1644
- overflow: hidden;
1645
- }
1646
- .E_s1dizucg.ant-switch:focus {
1647
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1648
- }
1649
- .E_s1dizucg.ant-switch-small {
1650
- min-width: 26px;
1651
- height: 16px;
1652
- }
1653
- .E_s1dizucg.ant-switch-large {
1654
- min-width: 52px;
1655
- height: 32px;
1656
- }
1657
- .E_s1dizucg.ant-switch .ant-switch-handle {
1658
- height: 20px;
1659
- width: 20px;
1660
- }
1661
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
1662
- border-radius: 10px;
1663
- transition-delay: 120ms;
1664
- }
1665
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
1666
- height: 14px;
1667
- width: 14px;
1668
- top: 1px;
1669
- left: 1px;
1670
- }
1671
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
1672
- height: 28px;
1673
- width: 28px;
1674
- }
1675
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
1676
- border-radius: 14px;
1677
- }
1678
- .E_s1dizucg.ant-switch-checked {
1679
- background-color: #00ba5d;
1680
- }
1681
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
1682
- left: calc(100% - 20px - 2px);
1683
- }
1684
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
1685
- left: calc(100% - 14px - 1px);
1686
- }
1687
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
1688
- left: calc(100% - 28px - 2px);
1675
+ .E_ccrbeuz .ant-collapse-item {
1676
+ border: 0px;
1677
+ background-color: #fff;
1689
1678
  }
1690
-
1691
- .E_c1up6e3y {
1692
- margin-left: 5px;
1679
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
1680
+ padding-top: 0px;
1681
+ padding-bottom: 0px;
1682
+ padding-left: 0px !important;
1683
+ padding-right: 24px;
1693
1684
  }
1694
-
1695
- .E_i11gg7mj .ant-input-prefix {
1696
- margin-right: 8px;
1685
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
1686
+ right: 0px;
1697
1687
  }
1698
- .E_i11gg7mj .ant-input-suffix {
1699
- margin-left: 8px;
1688
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
1689
+ padding: 0px;
1700
1690
  }
1701
1691
 
1702
- .E_cc368xp {
1703
- color: #00122e;
1704
- border-right: 1px solid rgba(172, 186, 211, 0.6);
1705
- margin-right: 8px;
1706
- padding-right: 8px;
1692
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
1693
+ padding-right: 0px;
1694
+ cursor: default;
1707
1695
  }
1708
1696
 
1709
- .E_i11o6xqj {
1710
- display: flex;
1711
- gap: 4px;
1712
- }
1713
- .E_i11o6xqj .icon-wrapper {
1714
- cursor: pointer;
1697
+ .E_ivqqkzv {
1698
+ height: 24px;
1699
+ width: 56px !important;
1700
+ margin-right: 4px;
1715
1701
  }
1716
1702
 
1717
- .E_d19ruhdj.icon-wrapper {
1718
- cursor: not-allowed;
1703
+ .E_c1wk4q29 {
1704
+ color: rgba(44, 56, 82, 0.6);
1719
1705
  }
1720
1706
 
1721
1707
  .E_c1bus5hc {
@@ -1758,71 +1744,49 @@ html body {
1758
1744
  transform: rotate(0deg);
1759
1745
  }
1760
1746
 
1761
- .E_ivqqkzv {
1762
- height: 24px;
1763
- width: 56px !important;
1764
- margin-right: 4px;
1747
+ .E_i11gg7mj .ant-input-prefix {
1748
+ margin-right: 8px;
1765
1749
  }
1766
-
1767
- .E_c1wk4q29 {
1768
- color: rgba(44, 56, 82, 0.6);
1750
+ .E_i11gg7mj .ant-input-suffix {
1751
+ margin-left: 8px;
1769
1752
  }
1770
1753
 
1771
- .E_phljevk {
1772
- display: flex;
1773
- justify-content: space-between;
1774
- align-items: center;
1775
- padding: 10px 0;
1776
- color: rgba(44, 56, 82, 0.6);
1777
- font-size: 12px;
1778
- line-height: 24px;
1779
- }
1780
- .E_phljevk .pagination-left {
1781
- padding: 2px 8px;
1782
- }
1783
- .E_phljevk .dropdown-trigger {
1784
- display: flex;
1785
- align-items: center;
1786
- border-radius: 6px;
1787
- cursor: pointer;
1788
- transition: all 0.3s ease;
1789
- }
1790
- .E_phljevk .dropdown-trigger:hover {
1791
- background: rgba(211, 218, 235, 0.6);
1792
- color: #0080ff;
1793
- }
1794
- .E_phljevk .dropdown-trigger .icon-inner {
1795
- margin-left: 4px;
1754
+ .E_cc368xp {
1755
+ color: #00122e;
1756
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
1757
+ margin-right: 8px;
1758
+ padding-right: 8px;
1796
1759
  }
1797
- .E_phljevk .pagination-right {
1760
+
1761
+ .E_i11o6xqj {
1798
1762
  display: flex;
1799
- align-items: center;
1800
- color: #0080ff;
1801
- font-weight: bold;
1763
+ gap: 4px;
1802
1764
  }
1803
- .E_phljevk .pagination-right .icon-inner {
1804
- margin-left: 4px;
1765
+ .E_i11o6xqj .icon-wrapper {
1766
+ cursor: pointer;
1805
1767
  }
1806
- .E_phljevk .pagination-right .prev-btn,
1807
- .E_phljevk .pagination-right .next-btn {
1808
- padding: 0 8px;
1768
+
1769
+ .E_d19ruhdj.icon-wrapper {
1770
+ cursor: not-allowed;
1809
1771
  }
1810
- .E_phljevk .pagination-right .prev-btn > span,
1811
- .E_phljevk .pagination-right .next-btn > span {
1812
- color: #0080ff;
1772
+
1773
+ .E_tju3gfj .date {
1774
+ margin-right: 4px;
1813
1775
  }
1814
- .E_phljevk .pagination-right .next-btn .icon-inner {
1815
- transform: rotate(180deg);
1776
+
1777
+ .E_iq1gosr {
1778
+ display: inline-block;
1816
1779
  }
1817
1780
 
1818
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
1819
- max-height: calc(100vh - 128px);
1820
- overflow-y: auto;
1781
+ .E_t1m2x205 .ant-tooltip-arrow {
1782
+ display: none;
1821
1783
  }
1822
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1823
- padding: 4px 20px;
1824
- font-size: 12px;
1825
- line-height: 18px;
1784
+ .E_t1m2x205 .ant-tooltip-inner {
1785
+ background: rgba(23, 38, 64, 0.8);
1786
+ border-radius: 4px;
1787
+ }
1788
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
1789
+ visibility: hidden;
1826
1790
  }
1827
1791
 
1828
1792
  .E_rapgekc.ant-radio-wrapper {
@@ -1971,109 +1935,59 @@ html body {
1971
1935
  width: 36px;
1972
1936
  }
1973
1937
 
1974
- .E_s1sck0th {
1975
- padding: 0 8px;
1976
- border-radius: 4px;
1977
- }
1978
-
1979
- .E_m855nr1 {
1980
- padding: 2px 8px;
1981
- border-radius: 3px;
1982
- }
1983
-
1984
- .E_l1270xpg {
1985
- padding: 3px 8px;
1986
- border-radius: 2px;
1987
- }
1988
-
1989
- .E_t14rextb.ant-tag:hover {
1990
- opacity: unset;
1938
+ .E_s1dizucg.ant-switch {
1939
+ min-width: 40px;
1940
+ height: 24px;
1941
+ background: rgba(172, 186, 211, 0.6);
1942
+ overflow: hidden;
1991
1943
  }
1992
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
1993
- margin: 0;
1994
- margin-right: 8px;
1995
- display: inline-flex;
1996
- align-items: center;
1997
- border: none;
1944
+ .E_s1dizucg.ant-switch:focus {
1945
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1998
1946
  }
1999
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
2000
- width: 16px;
1947
+ .E_s1dizucg.ant-switch-small {
1948
+ min-width: 26px;
2001
1949
  height: 16px;
2002
- color: inherit;
2003
- margin-left: 4px;
2004
- opacity: 0.6;
2005
- display: inline-flex;
2006
- }
2007
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
2008
- opacity: 1;
2009
- }
2010
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
2011
- color: #0080ff;
2012
- background-color: rgba(0, 136, 255, 0.1);
2013
- }
2014
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
2015
- color: #f0483e;
2016
- background-color: rgba(255, 74, 74, 0.1);
2017
- }
2018
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
2019
- color: #e07f00;
2020
- background-color: rgba(255, 187, 0, 0.1);
2021
1950
  }
2022
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
2023
- color: #008f4c;
2024
- background-color: rgba(30, 201, 127, 0.1);
1951
+ .E_s1dizucg.ant-switch-large {
1952
+ min-width: 52px;
1953
+ height: 32px;
2025
1954
  }
2026
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
2027
- color: #1d326c;
2028
- background-color: rgba(225, 230, 241, 0.6);
1955
+ .E_s1dizucg.ant-switch .ant-switch-handle {
1956
+ height: 20px;
1957
+ width: 20px;
2029
1958
  }
2030
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
2031
- color: #7E41FF;
2032
- background-color: rgba(126, 65, 255, 0.1);
1959
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
1960
+ border-radius: 10px;
1961
+ transition-delay: 120ms;
2033
1962
  }
2034
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
2035
- color: #fff;
1963
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
1964
+ height: 14px;
1965
+ width: 14px;
1966
+ top: 1px;
1967
+ left: 1px;
2036
1968
  }
2037
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
2038
- background-color: #f0483e;
1969
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
1970
+ height: 28px;
1971
+ width: 28px;
2039
1972
  }
2040
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
2041
- background-color: #fea008;
1973
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
1974
+ border-radius: 14px;
2042
1975
  }
2043
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
1976
+ .E_s1dizucg.ant-switch-checked {
2044
1977
  background-color: #00ba5d;
2045
1978
  }
2046
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
2047
- background-color: #0080ff;
2048
- }
2049
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
2050
- background-color: #6b7d99;
2051
- }
2052
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
2053
- background-color: #7E41FF;
2054
- }
2055
-
2056
- .E_iq1gosr {
2057
- display: inline-block;
1979
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
1980
+ left: calc(100% - 20px - 2px);
2058
1981
  }
2059
-
2060
- .E_fzh9mnb {
2061
- width: 100%;
2062
- height: 100%;
2063
- min-height: 124px;
2064
- display: flex;
2065
- flex-direction: column;
2066
- justify-content: center;
2067
- align-items: center;
1982
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
1983
+ left: calc(100% - 14px - 1px);
2068
1984
  }
2069
- .E_fzh9mnb .error-text {
2070
- color: rgba(10, 37, 85, 0.6);
2071
- margin-bottom: 16px;
2072
- font-size: 18px;
1985
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
1986
+ left: calc(100% - 28px - 2px);
2073
1987
  }
2074
1988
 
2075
- .E_tju3gfj .date {
2076
- margin-right: 4px;
1989
+ .E_c1up6e3y {
1990
+ margin-left: 5px;
2077
1991
  }
2078
1992
 
2079
1993
  .E_s1dni7lo {
@@ -2157,84 +2071,148 @@ html body {
2157
2071
  opacity: 0;
2158
2072
  }
2159
2073
 
2160
- .E_t1m2x205 .ant-tooltip-arrow {
2161
- display: none;
2162
- }
2163
- .E_t1m2x205 .ant-tooltip-inner {
2164
- background: rgba(23, 38, 64, 0.8);
2074
+ .E_s1sck0th {
2075
+ padding: 0 8px;
2165
2076
  border-radius: 4px;
2166
2077
  }
2167
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
2168
- visibility: hidden;
2169
- }
2170
2078
 
2171
- .E_atcz0kf .ant-input-suffix {
2172
- margin-left: 8px;
2079
+ .E_m855nr1 {
2080
+ padding: 2px 8px;
2081
+ border-radius: 3px;
2173
2082
  }
2174
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2175
- padding: 2px 7px 2px 12px;
2083
+
2084
+ .E_l1270xpg {
2085
+ padding: 3px 8px;
2086
+ border-radius: 2px;
2176
2087
  }
2177
2088
 
2178
- .E_iouxfgt {
2179
- display: inline-flex;
2180
- align-items: center;
2089
+ .E_t14rextb.ant-tag:hover {
2090
+ opacity: unset;
2181
2091
  }
2182
- .E_iouxfgt .icon-inner {
2092
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
2093
+ margin: 0;
2094
+ margin-right: 8px;
2183
2095
  display: inline-flex;
2184
2096
  align-items: center;
2185
- justify-content: center;
2097
+ border: none;
2186
2098
  }
2187
- .E_iouxfgt .icon-inner + span,
2188
- .E_iouxfgt span + .icon-inner.suffix {
2099
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
2100
+ width: 16px;
2101
+ height: 16px;
2102
+ color: inherit;
2189
2103
  margin-left: 4px;
2104
+ opacity: 0.6;
2105
+ display: inline-flex;
2190
2106
  }
2191
- .E_iouxfgt.is-rotate img,
2192
- .E_iouxfgt.is-rotate svg {
2193
- animation: rotate 680ms linear infinite;
2107
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
2108
+ opacity: 1;
2194
2109
  }
2195
-
2196
- .E_i1inqkme {
2197
- height: 18px;
2198
- line-height: 18px;
2199
- padding: 0 4px;
2200
- border-radius: 4px;
2201
- background: rgba(235, 239, 245, 0.6);
2202
- border: 1px solid rgba(223, 228, 235, 0.6);
2203
- display: flex;
2204
- align-items: center;
2205
- white-space: nowrap;
2206
- margin-right: 4px;
2110
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
2111
+ color: #0080ff;
2112
+ background-color: rgba(0, 136, 255, 0.1);
2207
2113
  }
2208
-
2209
- .E_a1wfy30z .ant-input-number-handler-wrap {
2210
- display: var(--a1wfy30z-0);
2114
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
2115
+ color: #f0483e;
2116
+ background-color: rgba(255, 74, 74, 0.1);
2211
2117
  }
2212
- .E_a1wfy30z .ant-input-number-input-wrap {
2213
- padding: 4px 11px;
2118
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
2119
+ color: #e07f00;
2120
+ background-color: rgba(255, 187, 0, 0.1);
2121
+ }
2122
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
2123
+ color: #008f4c;
2124
+ background-color: rgba(30, 201, 127, 0.1);
2125
+ }
2126
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
2127
+ color: #1d326c;
2128
+ background-color: rgba(225, 230, 241, 0.6);
2129
+ }
2130
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
2131
+ color: #7E41FF;
2132
+ background-color: rgba(126, 65, 255, 0.1);
2133
+ }
2134
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
2135
+ color: #fff;
2136
+ }
2137
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
2138
+ background-color: #f0483e;
2139
+ }
2140
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
2141
+ background-color: #fea008;
2142
+ }
2143
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
2144
+ background-color: #00ba5d;
2145
+ }
2146
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
2147
+ background-color: #0080ff;
2148
+ }
2149
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
2150
+ background-color: #6b7d99;
2151
+ }
2152
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
2153
+ background-color: #7E41FF;
2154
+ }
2155
+
2156
+ .E_iouxfgt {
2214
2157
  display: inline-flex;
2215
- line-height: 1.5715;
2216
- height: inherit;
2158
+ align-items: center;
2217
2159
  }
2218
- .E_a1wfy30z .ant-input-number-input-wrap::after {
2219
- content: var(--a1wfy30z-1);
2220
- display: var(--a1wfy30z-2);
2221
- flex: none;
2160
+ .E_iouxfgt .icon-inner {
2161
+ display: inline-flex;
2222
2162
  align-items: center;
2163
+ justify-content: center;
2164
+ }
2165
+ .E_iouxfgt .icon-inner + span,
2166
+ .E_iouxfgt span + .icon-inner.suffix {
2223
2167
  margin-left: 4px;
2224
2168
  }
2225
- .E_a1wfy30z .ant-input-number-input-wrap::before {
2226
- content: var(--a1wfy30z-3);
2227
- display: var(--a1wfy30z-4);
2228
- flex: none;
2169
+ .E_iouxfgt.is-rotate img,
2170
+ .E_iouxfgt.is-rotate svg {
2171
+ animation: rotate 680ms linear infinite;
2172
+ }
2173
+
2174
+ .E_fzh9mnb {
2175
+ width: 100%;
2176
+ height: 100%;
2177
+ min-height: 124px;
2178
+ display: flex;
2179
+ flex-direction: column;
2180
+ justify-content: center;
2181
+ align-items: center;
2182
+ }
2183
+ .E_fzh9mnb .error-text {
2184
+ color: rgba(10, 37, 85, 0.6);
2185
+ margin-bottom: 16px;
2186
+ font-size: 18px;
2187
+ }
2188
+
2189
+ .E_atcz0kf .ant-input-suffix {
2190
+ margin-left: 8px;
2191
+ }
2192
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2193
+ padding: 2px 7px 2px 12px;
2194
+ }
2195
+
2196
+ .E_i1inqkme {
2197
+ height: 18px;
2198
+ line-height: 18px;
2199
+ padding: 0 4px;
2200
+ border-radius: 4px;
2201
+ background: rgba(235, 239, 245, 0.6);
2202
+ border: 1px solid rgba(223, 228, 235, 0.6);
2203
+ display: flex;
2229
2204
  align-items: center;
2205
+ white-space: nowrap;
2230
2206
  margin-right: 4px;
2231
- cursor: auto;
2232
2207
  }
2233
- .E_a1wfy30z .ant-input-number-input {
2234
- padding: 0;
2235
- margin: 0;
2236
- height: auto;
2237
- font-size: inherit;
2208
+
2209
+ .E_owd0kml {
2210
+ display: inline-block;
2211
+ }
2212
+
2213
+ .E_h1jsgezc {
2214
+ visibility: hidden;
2215
+ position: absolute;
2238
2216
  }
2239
2217
 
2240
2218
  .E_f7pxqmh {
@@ -2331,13 +2309,35 @@ html body {
2331
2309
  padding: 2px 8px;
2332
2310
  }
2333
2311
 
2334
- .E_owd0kml {
2335
- display: inline-block;
2312
+ .E_a1wfy30z .ant-input-number-handler-wrap {
2313
+ display: var(--a1wfy30z-0);
2336
2314
  }
2337
-
2338
- .E_h1jsgezc {
2339
- visibility: hidden;
2340
- position: absolute;
2315
+ .E_a1wfy30z .ant-input-number-input-wrap {
2316
+ padding: 4px 11px;
2317
+ display: inline-flex;
2318
+ line-height: 1.5715;
2319
+ height: inherit;
2320
+ }
2321
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
2322
+ content: var(--a1wfy30z-1);
2323
+ display: var(--a1wfy30z-2);
2324
+ flex: none;
2325
+ align-items: center;
2326
+ margin-left: 4px;
2327
+ }
2328
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
2329
+ content: var(--a1wfy30z-3);
2330
+ display: var(--a1wfy30z-4);
2331
+ flex: none;
2332
+ align-items: center;
2333
+ margin-right: 4px;
2334
+ cursor: auto;
2335
+ }
2336
+ .E_a1wfy30z .ant-input-number-input {
2337
+ padding: 0;
2338
+ margin: 0;
2339
+ height: auto;
2340
+ font-size: inherit;
2341
2341
  }
2342
2342
 
2343
2343
  .E_dsnbhzf {
@@ -2815,36 +2815,6 @@ html body {
2815
2815
  line-height: 12px;
2816
2816
  }
2817
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
-
2848
2818
  .E_m196gn1d {
2849
2819
  min-width: 1280px;
2850
2820
  }
@@ -3539,6 +3509,36 @@ input.E_rf8rlle.ant-input {
3539
3509
  color: rgba(44, 56, 82, 0.7490196078);
3540
3510
  }
3541
3511
 
3512
+ .E_a1b5xrg3 .user-icon-inner {
3513
+ display: inline-flex;
3514
+ align-items: center;
3515
+ justify-content: center;
3516
+ color: #fff;
3517
+ font-weight: bold;
3518
+ font-size: 12px;
3519
+ width: 24px;
3520
+ height: 24px;
3521
+ border-radius: 50%;
3522
+ background: var(--a1b5xrg3-0);
3523
+ }
3524
+ .E_a1b5xrg3.btn-item {
3525
+ transition: all 160ms ease;
3526
+ cursor: pointer;
3527
+ width: 56px;
3528
+ height: 40px;
3529
+ display: inline-flex;
3530
+ align-items: center;
3531
+ justify-content: center;
3532
+ border-radius: 6px;
3533
+ }
3534
+ .E_a1b5xrg3.btn-item:hover {
3535
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
3536
+ }
3537
+ .E_a1b5xrg3.btn-item:active {
3538
+ transform: translateY(2px);
3539
+ transition: all 320ms ease;
3540
+ }
3541
+
3542
3542
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
3543
3543
  border-radius: 6px;
3544
3544
  }
@@ -3596,6 +3596,31 @@ input.E_rf8rlle.ant-input {
3596
3596
  transform: rotate(180deg);
3597
3597
  }
3598
3598
 
3599
+ .E_oa99sl3 {
3600
+ display: flex;
3601
+ justify-content: space-between;
3602
+ align-items: center;
3603
+ gap: 8px;
3604
+ }
3605
+ .E_oa99sl3,
3606
+ .E_oa99sl3 :first-child {
3607
+ line-height: inherit !important;
3608
+ }
3609
+
3610
+ .E_lvp5pj7 {
3611
+ display: flex;
3612
+ justify-content: space-between;
3613
+ align-items: center;
3614
+ gap: 8px;
3615
+ min-width: 0;
3616
+ }
3617
+
3618
+ .E_s1io1lws {
3619
+ display: flex;
3620
+ align-items: center;
3621
+ flex-shrink: 0;
3622
+ }
3623
+
3599
3624
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
3600
3625
  opacity: 1;
3601
3626
  }
@@ -3723,50 +3748,27 @@ input.E_rf8rlle.ant-input {
3723
3748
  color: rgba(0, 21, 64, 0.3);
3724
3749
  }
3725
3750
 
3726
- .E_oa99sl3 {
3751
+ .E_w1dxz879 {
3727
3752
  display: flex;
3728
- justify-content: space-between;
3729
- align-items: center;
3730
- gap: 8px;
3753
+ flex-direction: column;
3754
+ gap: 6px;
3731
3755
  }
3732
- .E_oa99sl3,
3733
- .E_oa99sl3 :first-child {
3734
- line-height: inherit !important;
3756
+ .E_w1dxz879 .ellipsis-tooltip {
3757
+ max-height: var(--w1dxz879-0);
3758
+ text-overflow: clip;
3759
+ overflow: hidden;
3760
+ }
3761
+ .E_w1dxz879 .tips {
3762
+ color: #fff;
3763
+ opacity: 0.8;
3735
3764
  }
3736
3765
 
3737
- .E_lvp5pj7 {
3766
+ .E_b1lj76ty {
3767
+ width: 100%;
3768
+ height: 100%;
3769
+ margin: 0 auto;
3738
3770
  display: flex;
3739
- justify-content: space-between;
3740
- align-items: center;
3741
- gap: 8px;
3742
- min-width: 0;
3743
- }
3744
-
3745
- .E_s1io1lws {
3746
- display: flex;
3747
- align-items: center;
3748
- flex-shrink: 0;
3749
- }
3750
-
3751
- .E_suhck3k {
3752
- height: 24px;
3753
- width: 24px;
3754
- border-radius: 6px;
3755
- padding: 4px;
3756
- }
3757
- .E_suhck3k:hover {
3758
- background-color: rgba(0, 136, 255, 0.1);
3759
- }
3760
- .E_suhck3k:hover svg path {
3761
- fill: blue;
3762
- }
3763
-
3764
- .E_b1lj76ty {
3765
- width: 100%;
3766
- height: 100%;
3767
- margin: 0 auto;
3768
- display: flex;
3769
- flex-direction: column;
3771
+ flex-direction: column;
3770
3772
  align-items: center;
3771
3773
  justify-content: center;
3772
3774
  color: rgba(0, 21, 64, 0.3);
@@ -3798,22 +3800,6 @@ input.E_rf8rlle.ant-input {
3798
3800
  margin-top: 8px;
3799
3801
  }
3800
3802
 
3801
- .E_ryby9ds {
3802
- display: flex;
3803
- align-items: center;
3804
- }
3805
- .E_ryby9ds .order {
3806
- height: 24px;
3807
- width: 24px;
3808
- border-radius: 20px;
3809
- color: #0080ff;
3810
- background: rgba(0, 136, 255, 0.1);
3811
- display: flex;
3812
- align-items: center;
3813
- justify-content: center;
3814
- margin-right: 6px;
3815
- }
3816
-
3817
3803
  .E_hrhfj7c {
3818
3804
  display: none;
3819
3805
  }
@@ -4033,19 +4019,33 @@ input.E_rf8rlle.ant-input {
4033
4019
  font-size: 14px;
4034
4020
  }
4035
4021
 
4036
- .E_w1dxz879 {
4037
- display: flex;
4038
- flex-direction: column;
4039
- gap: 6px;
4022
+ .E_suhck3k {
4023
+ height: 24px;
4024
+ width: 24px;
4025
+ border-radius: 6px;
4026
+ padding: 4px;
4040
4027
  }
4041
- .E_w1dxz879 .ellipsis-tooltip {
4042
- max-height: var(--w1dxz879-0);
4043
- text-overflow: clip;
4044
- overflow: hidden;
4028
+ .E_suhck3k:hover {
4029
+ background-color: rgba(0, 136, 255, 0.1);
4045
4030
  }
4046
- .E_w1dxz879 .tips {
4047
- color: #fff;
4048
- opacity: 0.8;
4031
+ .E_suhck3k:hover svg path {
4032
+ fill: blue;
4033
+ }
4034
+
4035
+ .E_ryby9ds {
4036
+ display: flex;
4037
+ align-items: center;
4038
+ }
4039
+ .E_ryby9ds .order {
4040
+ height: 24px;
4041
+ width: 24px;
4042
+ border-radius: 20px;
4043
+ color: #0080ff;
4044
+ background: rgba(0, 136, 255, 0.1);
4045
+ display: flex;
4046
+ align-items: center;
4047
+ justify-content: center;
4048
+ margin-right: 6px;
4049
4049
  }
4050
4050
 
4051
4051
  .E_m5foqp8 {
@@ -4392,6 +4392,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
4392
4392
  color: rgba(44, 56, 82, 0.7490196078);
4393
4393
  }
4394
4394
 
4395
+ .E_sddwhm6 {
4396
+ margin: 0;
4397
+ border-radius: 20px;
4398
+ padding: 2px 10px;
4399
+ height: 22px;
4400
+ }
4401
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
4402
+ background-color: rgba(237, 241, 250, 0.6) !important;
4403
+ }
4404
+ .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 {
4405
+ background-color: rgba(225, 230, 241, 0.6) !important;
4406
+ }
4407
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
4408
+ color: #00122e;
4409
+ }
4410
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
4411
+ margin-right: 6px;
4412
+ }
4413
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
4414
+ margin-left: 8px;
4415
+ color: rgba(44, 56, 82, 0.6);
4416
+ }
4417
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
4418
+ background-color: rgba(0, 136, 255, 0.1);
4419
+ }
4420
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
4421
+ background-color: #0080ff;
4422
+ }
4423
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
4424
+ background-color: rgba(0, 136, 255, 0.16);
4425
+ }
4426
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
4427
+ background-color: rgba(255, 74, 74, 0.1);
4428
+ }
4429
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
4430
+ background-color: #f0483e;
4431
+ }
4432
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
4433
+ background-color: rgba(255, 74, 74, 0.16);
4434
+ }
4435
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
4436
+ background-color: rgba(254, 160, 8, 0.1);
4437
+ }
4438
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
4439
+ background-color: #fea008;
4440
+ }
4441
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
4442
+ background-color: rgba(255, 187, 0, 0.16);
4443
+ }
4444
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
4445
+ background-color: rgba(30, 201, 127, 0.1);
4446
+ }
4447
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
4448
+ background-color: #00ba5d;
4449
+ }
4450
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
4451
+ background-color: rgba(30, 201, 127, 0.16);
4452
+ }
4453
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
4454
+ background-color: rgba(225, 230, 241, 0.6);
4455
+ }
4456
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
4457
+ background-color: #6b7d99;
4458
+ }
4459
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
4460
+ background-color: rgba(211, 218, 235, 0.6);
4461
+ }
4462
+
4463
+ .E_satwmqm {
4464
+ width: 8px;
4465
+ height: 8px;
4466
+ border-radius: 50%;
4467
+ display: inline-block;
4468
+ }
4469
+
4395
4470
  .E_tc97u5y {
4396
4471
  height: 100%;
4397
4472
  }
@@ -4763,106 +4838,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
4763
4838
  background: #fff;
4764
4839
  }
4765
4840
 
4766
- .E_sddwhm6 {
4767
- margin: 0;
4768
- border-radius: 20px;
4769
- padding: 2px 10px;
4770
- height: 22px;
4771
- }
4772
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
4773
- background-color: rgba(237, 241, 250, 0.6) !important;
4841
+ .E_c1yd35n {
4842
+ padding: 0 12px 14px 12px;
4774
4843
  }
4775
- .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 {
4776
- background-color: rgba(225, 230, 241, 0.6) !important;
4844
+
4845
+ .E_lht19u8 {
4846
+ width: 64px;
4847
+ height: 64px;
4848
+ display: flex;
4849
+ align-items: center;
4850
+ justify-content: center;
4851
+ position: relative;
4852
+ opacity: 0.2;
4777
4853
  }
4778
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
4779
- color: #00122e;
4854
+
4855
+ .E_lk3gkp4 {
4856
+ position: absolute;
4857
+ width: 5px;
4858
+ height: 48px;
4859
+ left: 9.33px;
4860
+ top: 40.5px;
4861
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4862
+ border-radius: 5px;
4863
+ transform: rotate(-128deg);
4864
+ transform-origin: top left;
4865
+ animation: loading-indicator1 1100ms ease-out infinite;
4780
4866
  }
4781
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
4782
- margin-right: 6px;
4867
+
4868
+ .E_ll4n94n {
4869
+ position: absolute;
4870
+ width: 5px;
4871
+ height: 48px;
4872
+ left: 40.8px;
4873
+ top: 8.4px;
4874
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4875
+ border-radius: 5px;
4876
+ transform: rotate(-8deg);
4877
+ transform-origin: top left;
4878
+ animation: loading-indicator2 1100ms ease-out infinite;
4783
4879
  }
4784
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
4785
- margin-left: 8px;
4786
- color: rgba(44, 56, 82, 0.6);
4880
+
4881
+ .E_l17lbdo6 {
4882
+ position: absolute;
4883
+ width: 5px;
4884
+ height: 48px;
4885
+ left: 52.9px;
4886
+ top: 51.8px;
4887
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4888
+ border-radius: 5px;
4889
+ transform: rotate(112deg);
4890
+ transform-origin: top left;
4891
+ animation: loading-indicator3 1100ms ease-out infinite;
4787
4892
  }
4788
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
4789
- background-color: rgba(0, 136, 255, 0.1);
4893
+
4894
+ .E_ckui4s7 {
4895
+ color: #2d3a56;
4896
+ line-height: 22px;
4897
+ display: inline-flex;
4790
4898
  }
4791
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
4792
- background-color: #0080ff;
4899
+ .E_ckui4s7 .ant-checkbox {
4900
+ height: 22px;
4901
+ display: flex;
4902
+ align-items: center;
4903
+ top: 0;
4793
4904
  }
4794
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
4795
- background-color: rgba(0, 136, 255, 0.16);
4905
+ .E_ckui4s7 .ant-checkbox-checked::after {
4906
+ border: none;
4796
4907
  }
4797
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
4798
- background-color: rgba(255, 74, 74, 0.1);
4908
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
4909
+ border-color: #0080ff;
4799
4910
  }
4800
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
4801
- background-color: #f0483e;
4911
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
4912
+ border: 1px solid rgba(107, 128, 167, 0.6);
4802
4913
  }
4803
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
4804
- background-color: rgba(255, 74, 74, 0.16);
4914
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4915
+ border: 1px solid #0080ff;
4805
4916
  }
4806
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
4807
- background-color: rgba(254, 160, 8, 0.1);
4808
- }
4809
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
4810
- background-color: #fea008;
4811
- }
4812
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
4813
- background-color: rgba(255, 187, 0, 0.16);
4814
- }
4815
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
4816
- background-color: rgba(30, 201, 127, 0.1);
4817
- }
4818
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
4819
- background-color: #00ba5d;
4820
- }
4821
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
4822
- background-color: rgba(30, 201, 127, 0.16);
4823
- }
4824
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
4825
- background-color: rgba(225, 230, 241, 0.6);
4826
- }
4827
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
4828
- background-color: #6b7d99;
4829
- }
4830
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
4831
- background-color: rgba(211, 218, 235, 0.6);
4832
- }
4833
-
4834
- .E_satwmqm {
4835
- width: 8px;
4836
- height: 8px;
4837
- border-radius: 50%;
4838
- display: inline-block;
4839
- }
4840
-
4841
- .E_ckui4s7 {
4842
- color: #2d3a56;
4843
- line-height: 22px;
4844
- display: inline-flex;
4845
- }
4846
- .E_ckui4s7 .ant-checkbox {
4847
- height: 22px;
4848
- display: flex;
4849
- align-items: center;
4850
- top: 0;
4851
- }
4852
- .E_ckui4s7 .ant-checkbox-checked::after {
4853
- border: none;
4854
- }
4855
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
4856
- border-color: #0080ff;
4857
- }
4858
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
4859
- border: 1px solid rgba(107, 128, 167, 0.6);
4860
- }
4861
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4862
- border: 1px solid #0080ff;
4863
- }
4864
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4865
- background: #0080ff;
4917
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4918
+ background: #0080ff;
4866
4919
  }
4867
4920
  .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
4868
4921
  background-color: #fff;
@@ -4942,10 +4995,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
4942
4995
  margin-right: 2px;
4943
4996
  }
4944
4997
 
4945
- .E_c1yd35n {
4946
- padding: 0 12px 14px 12px;
4947
- }
4948
-
4949
4998
  .E_b14q2gmw {
4950
4999
  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);
4951
5000
  }
@@ -5124,53 +5173,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5124
5173
  height: 16px;
5125
5174
  }
5126
5175
 
5127
- .E_lht19u8 {
5128
- width: 64px;
5129
- height: 64px;
5176
+ .E_r77hffu {
5130
5177
  display: flex;
5131
5178
  align-items: center;
5132
- justify-content: center;
5133
- position: relative;
5134
- opacity: 0.2;
5179
+ justify-content: space-between;
5180
+ column-gap: 6px;
5135
5181
  }
5136
5182
 
5137
- .E_lk3gkp4 {
5138
- position: absolute;
5139
- width: 5px;
5140
- height: 48px;
5141
- left: 9.33px;
5142
- top: 40.5px;
5143
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
5144
- border-radius: 5px;
5145
- transform: rotate(-128deg);
5146
- transform-origin: top left;
5147
- animation: loading-indicator1 1100ms ease-out infinite;
5183
+ .E_p1cmxsf7 {
5184
+ display: flex;
5185
+ flex-direction: column;
5186
+ justify-content: center;
5187
+ row-gap: var(--p1cmxsf7-0);
5148
5188
  }
5149
-
5150
- .E_ll4n94n {
5151
- position: absolute;
5152
- width: 5px;
5153
- height: 48px;
5154
- left: 40.8px;
5155
- top: 8.4px;
5156
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
5157
- border-radius: 5px;
5158
- transform: rotate(-8deg);
5159
- transform-origin: top left;
5160
- animation: loading-indicator2 1100ms ease-out infinite;
5189
+ .E_p1cmxsf7 .antd5-progress-line {
5190
+ font-size: 0;
5191
+ margin-bottom: unset;
5192
+ margin-inline-end: unset;
5161
5193
  }
5162
5194
 
5163
- .E_l17lbdo6 {
5164
- position: absolute;
5165
- width: 5px;
5166
- height: 48px;
5167
- left: 52.9px;
5168
- top: 51.8px;
5169
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
5170
- border-radius: 5px;
5171
- transform: rotate(112deg);
5172
- transform-origin: top left;
5173
- animation: loading-indicator3 1100ms ease-out infinite;
5195
+ .E_w7ob4th.outside-tag {
5196
+ padding-left: 0;
5197
+ }
5198
+ .E_w7ob4th.outside-tag .inside-tag {
5199
+ border-radius: 4px 0 0 4px;
5200
+ padding-right: 4px;
5201
+ margin-right: 4px;
5174
5202
  }
5175
5203
 
5176
5204
  .E_sjob3jg {
@@ -5368,6 +5396,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5368
5396
  justify-content: center;
5369
5397
  }
5370
5398
 
5399
+ .E_slr2ynn {
5400
+ padding: 0 8px;
5401
+ height: 18px;
5402
+ }
5403
+
5404
+ .E_m140wbb6 {
5405
+ padding: 2px 8px;
5406
+ height: 24px;
5407
+ }
5408
+
5409
+ .E_t1fozc1i {
5410
+ margin: 0;
5411
+ }
5412
+
5413
+ .E_i1vxv4ln {
5414
+ margin-right: 4px;
5415
+ height: 16px;
5416
+ }
5417
+
5418
+ .E_n1afl31m.ant-tag.ant-tag-gray {
5419
+ font-weight: 700;
5420
+ color: #00122e;
5421
+ background-color: rgba(237, 241, 250, 0.6);
5422
+ border: 1px solid rgba(211, 218, 235, 0.6);
5423
+ word-break: break-all;
5424
+ display: inline;
5425
+ white-space: normal;
5426
+ }
5427
+
5371
5428
  .E_t13ef470 {
5372
5429
  height: 100%;
5373
5430
  }
@@ -5398,215 +5455,85 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5398
5455
  background: rgba(163, 180, 204, 0.18);
5399
5456
  }
5400
5457
 
5401
- .E_r77hffu {
5402
- display: flex;
5403
- align-items: center;
5404
- justify-content: space-between;
5405
- column-gap: 6px;
5458
+ .E_t1dtlqs1 {
5459
+ margin-bottom: 4px;
5460
+ color: rgba(44, 56, 82, 0.6);
5406
5461
  }
5407
5462
 
5408
- .E_p1cmxsf7 {
5409
- display: flex;
5410
- flex-direction: column;
5411
- justify-content: center;
5412
- row-gap: var(--p1cmxsf7-0);
5463
+ .E_s1ese5oy {
5464
+ color: rgba(44, 56, 82, 0.6);
5465
+ line-height: 32px;
5466
+ height: 32px;
5467
+ margin-bottom: 0;
5413
5468
  }
5414
- .E_p1cmxsf7 .antd5-progress-line {
5415
- font-size: 0;
5416
- margin-bottom: unset;
5417
- margin-inline-end: unset;
5469
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
5470
+ color: #0080ff;
5418
5471
  }
5419
-
5420
- .E_l1ucdodl {
5421
- margin: 0;
5422
- border-radius: 20px;
5423
- padding: 2px 10px;
5424
- height: 22px;
5425
- display: flex;
5426
- align-items: center;
5472
+ .E_s1ese5oy.warning {
5473
+ color: #ffa500;
5427
5474
  }
5428
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
5429
- color: #FFFFFF;
5475
+ .E_s1ese5oy.success {
5476
+ color: #00ba5d;
5430
5477
  }
5431
- .E_l1ucdodl.tag-hover {
5432
- cursor: pointer;
5478
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
5479
+ color: #f0483e;
5433
5480
  }
5434
- .E_l1ucdodl.ui-kit-status-legend {
5481
+ .E_s1ese5oy.normal {
5482
+ color: rgba(44, 56, 82, 0.6);
5483
+ }
5484
+
5485
+ .E_b1ibis43 {
5486
+ margin-bottom: 0;
5435
5487
  color: #00122e;
5436
5488
  }
5437
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
5489
+
5490
+ .E_b11xxjd2 {
5491
+ line-height: 32px;
5438
5492
  margin-right: 6px;
5439
5493
  }
5440
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
5441
- margin-left: 8px;
5442
- color: rgba(44, 56, 82, 0.6);
5494
+
5495
+ .E_bsub5bw.with-description {
5496
+ height: 24px;
5497
+ flex: 1;
5498
+ position: relative;
5499
+ top: -7px;
5443
5500
  }
5444
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
5445
- color: #FFFFFF;
5501
+ .E_bsub5bw p {
5502
+ width: 100%;
5503
+ overflow: hidden;
5504
+ text-overflow: ellipsis;
5505
+ white-space: nowrap;
5446
5506
  }
5447
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
5448
- background-color: #0080ff;
5507
+
5508
+ .E_tmoyoag {
5509
+ border: 1px solid rgba(211, 218, 235, 0.6);
5510
+ border-radius: 8px;
5511
+ overflow: auto;
5449
5512
  }
5450
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
5451
- background-color: #f0483e;
5513
+ .E_tmoyoag .ant-list {
5514
+ position: relative;
5452
5515
  }
5453
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
5454
- background-color: #fea008;
5516
+ .E_tmoyoag .ant-list .ant-list-item:last-child {
5517
+ border-bottom: none;
5455
5518
  }
5456
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
5457
- background-color: #00ba5d;
5519
+ .E_tmoyoag .ant-list .eagle-table-form-header {
5520
+ position: sticky;
5521
+ top: 0;
5522
+ z-index: 2;
5523
+ display: flex;
5524
+ padding: 8px;
5525
+ flex-wrap: nowrap;
5526
+ justify-content: flex-start;
5527
+ background: #f2f5fa;
5528
+ font-size: 14px;
5529
+ color: rgba(44, 56, 82, 0.6);
5530
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
5458
5531
  }
5459
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
5460
- background-color: #6b7d99;
5532
+ .E_tmoyoag .ant-list .eagle-table-form-header {
5533
+ align-items: inherit;
5461
5534
  }
5462
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
5463
- background-color: #7E41FF;
5464
- }
5465
-
5466
- .E_s1qj66nc {
5467
- width: 8px;
5468
- height: 8px;
5469
- border-radius: 50%;
5470
- display: inline-block;
5471
- }
5472
-
5473
- .E_s5x1boq {
5474
- width: 8px;
5475
- height: 8px;
5476
- border-radius: 2px;
5477
- display: inline-block;
5478
- }
5479
-
5480
- .E_c1xm185 {
5481
- color: rgba(44, 56, 82, 0.6);
5482
- }
5483
-
5484
- .E_c1x5l5qc {
5485
- flex: 1;
5486
- }
5487
-
5488
- .E_w7ob4th.outside-tag {
5489
- padding-left: 0;
5490
- }
5491
- .E_w7ob4th.outside-tag .inside-tag {
5492
- border-radius: 4px 0 0 4px;
5493
- padding-right: 4px;
5494
- margin-right: 4px;
5495
- }
5496
-
5497
- .E_slr2ynn {
5498
- padding: 0 8px;
5499
- height: 18px;
5500
- }
5501
-
5502
- .E_m140wbb6 {
5503
- padding: 2px 8px;
5504
- height: 24px;
5505
- }
5506
-
5507
- .E_t1fozc1i {
5508
- margin: 0;
5509
- }
5510
-
5511
- .E_i1vxv4ln {
5512
- margin-right: 4px;
5513
- height: 16px;
5514
- }
5515
-
5516
- .E_n1afl31m.ant-tag.ant-tag-gray {
5517
- font-weight: 700;
5518
- color: #00122e;
5519
- background-color: rgba(237, 241, 250, 0.6);
5520
- border: 1px solid rgba(211, 218, 235, 0.6);
5521
- word-break: break-all;
5522
- display: inline;
5523
- white-space: normal;
5524
- }
5525
-
5526
- .E_i1g85yz3 {
5527
- margin-right: 4px;
5528
- height: 16px;
5529
- }
5530
-
5531
- .E_t1dtlqs1 {
5532
- margin-bottom: 4px;
5533
- color: rgba(44, 56, 82, 0.6);
5534
- }
5535
-
5536
- .E_s1ese5oy {
5537
- color: rgba(44, 56, 82, 0.6);
5538
- line-height: 32px;
5539
- height: 32px;
5540
- margin-bottom: 0;
5541
- }
5542
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
5543
- color: #0080ff;
5544
- }
5545
- .E_s1ese5oy.warning {
5546
- color: #ffa500;
5547
- }
5548
- .E_s1ese5oy.success {
5549
- color: #00ba5d;
5550
- }
5551
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
5552
- color: #f0483e;
5553
- }
5554
- .E_s1ese5oy.normal {
5555
- color: rgba(44, 56, 82, 0.6);
5556
- }
5557
-
5558
- .E_b1ibis43 {
5559
- margin-bottom: 0;
5560
- color: #00122e;
5561
- }
5562
-
5563
- .E_b11xxjd2 {
5564
- line-height: 32px;
5565
- margin-right: 6px;
5566
- }
5567
-
5568
- .E_bsub5bw.with-description {
5569
- height: 24px;
5570
- flex: 1;
5571
- position: relative;
5572
- top: -7px;
5573
- }
5574
- .E_bsub5bw p {
5575
- width: 100%;
5576
- overflow: hidden;
5577
- text-overflow: ellipsis;
5578
- white-space: nowrap;
5579
- }
5580
-
5581
- .E_tmoyoag {
5582
- border: 1px solid rgba(211, 218, 235, 0.6);
5583
- border-radius: 8px;
5584
- overflow: auto;
5585
- }
5586
- .E_tmoyoag .ant-list {
5587
- position: relative;
5588
- }
5589
- .E_tmoyoag .ant-list .ant-list-item:last-child {
5590
- border-bottom: none;
5591
- }
5592
- .E_tmoyoag .ant-list .eagle-table-form-header {
5593
- position: sticky;
5594
- top: 0;
5595
- z-index: 2;
5596
- display: flex;
5597
- padding: 8px;
5598
- flex-wrap: nowrap;
5599
- justify-content: flex-start;
5600
- background: #f2f5fa;
5601
- font-size: 14px;
5602
- color: rgba(44, 56, 82, 0.6);
5603
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
5604
- }
5605
- .E_tmoyoag .ant-list .eagle-table-form-header {
5606
- align-items: inherit;
5607
- }
5608
- .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
5609
- margin-bottom: 0;
5535
+ .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
5536
+ margin-bottom: 0;
5610
5537
  }
5611
5538
  .E_tmoyoag .ant-list .eagle-table-form-row {
5612
5539
  display: flex;
@@ -5724,7 +5651,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5724
5651
  margin-right: 8px;
5725
5652
  }
5726
5653
 
5727
- .E_m11nzl2x {
5654
+ .E_i1g85yz3 {
5655
+ margin-right: 4px;
5656
+ height: 16px;
5657
+ }
5658
+
5659
+ .E_l1ucdodl {
5660
+ margin: 0;
5661
+ border-radius: 20px;
5662
+ padding: 2px 10px;
5663
+ height: 22px;
5664
+ display: flex;
5665
+ align-items: center;
5666
+ }
5667
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
5668
+ color: #FFFFFF;
5669
+ }
5670
+ .E_l1ucdodl.tag-hover {
5671
+ cursor: pointer;
5672
+ }
5673
+ .E_l1ucdodl.ui-kit-status-legend {
5674
+ color: #00122e;
5675
+ }
5676
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
5677
+ margin-right: 6px;
5678
+ }
5679
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
5680
+ margin-left: 8px;
5681
+ color: rgba(44, 56, 82, 0.6);
5682
+ }
5683
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
5684
+ color: #FFFFFF;
5685
+ }
5686
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
5687
+ background-color: #0080ff;
5688
+ }
5689
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
5690
+ background-color: #f0483e;
5691
+ }
5692
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
5693
+ background-color: #fea008;
5694
+ }
5695
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
5696
+ background-color: #00ba5d;
5697
+ }
5698
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
5699
+ background-color: #6b7d99;
5700
+ }
5701
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
5702
+ background-color: #7E41FF;
5703
+ }
5704
+
5705
+ .E_s1qj66nc {
5706
+ width: 8px;
5707
+ height: 8px;
5708
+ border-radius: 50%;
5709
+ display: inline-block;
5710
+ }
5711
+
5712
+ .E_s5x1boq {
5713
+ width: 8px;
5714
+ height: 8px;
5715
+ border-radius: 2px;
5716
+ display: inline-block;
5717
+ }
5718
+
5719
+ .E_c1xm185 {
5720
+ color: rgba(44, 56, 82, 0.6);
5721
+ }
5722
+
5723
+ .E_c1x5l5qc {
5724
+ flex: 1;
5725
+ }
5726
+
5727
+ .E_msn7nxt {
5728
5728
  color: rgba(44, 56, 82, 0.6);
5729
5729
  text-align: center;
5730
5730
  display: flex;
@@ -5733,213 +5733,159 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5733
5733
  flex-direction: column;
5734
5734
  height: 100%;
5735
5735
  }
5736
- .E_m11nzl2x .link {
5736
+ .E_msn7nxt .link {
5737
5737
  color: #0080ff;
5738
5738
  cursor: pointer;
5739
5739
  }
5740
5740
 
5741
- .E_mn7joto {
5741
+ .E_mp64wfi {
5742
5742
  width: 100%;
5743
5743
  height: 100%;
5744
5744
  display: flex;
5745
5745
  flex-direction: column;
5746
5746
  }
5747
- .E_mn7joto .name-toolbar {
5747
+ .E_mp64wfi .name-toolbar {
5748
5748
  width: 100%;
5749
5749
  display: flex;
5750
5750
  line-height: 30px;
5751
+ padding: 0 16px;
5751
5752
  justify-content: space-between;
5752
5753
  }
5753
- .E_mn7joto .name-toolbar .metric-extra {
5754
+ .E_mp64wfi .name-toolbar .metric-extra {
5754
5755
  display: flex;
5755
5756
  font-size: 12px;
5756
5757
  align-items: center;
5757
5758
  }
5758
- .E_mn7joto .name-toolbar .metric-extra .info-item {
5759
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
5759
5760
  color: #a3b4cc;
5760
5761
  }
5761
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
5762
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
5762
5763
  margin-left: 10px;
5763
5764
  }
5764
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
5765
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
5765
5766
  margin-left: 10px;
5766
5767
  cursor: pointer;
5767
5768
  }
5768
- .E_mn7joto .content {
5769
+ .E_mp64wfi .content {
5769
5770
  flex: 1;
5770
5771
  width: 100%;
5771
5772
  display: flex;
5772
5773
  justify-content: center;
5773
5774
  align-items: center;
5774
5775
  }
5775
- .E_mn7joto .single-content {
5776
+ .E_mp64wfi .single-content {
5776
5777
  height: 65px;
5777
5778
  }
5778
5779
 
5779
- .E_l1bifhon {
5780
+ .E_l1oyigan {
5780
5781
  display: flex;
5781
5782
  align-items: center;
5782
5783
  white-space: nowrap;
5783
5784
  overflow: hidden;
5784
5785
  width: 100%;
5785
5786
  }
5786
- .E_l1bifhon .ant-dropdown-trigger {
5787
+ .E_l1oyigan .ant-dropdown-trigger {
5788
+ margin-left: auto;
5787
5789
  font-size: 12px;
5788
- margin-left: 8px;
5789
5790
  }
5790
5791
 
5791
- .E_ltthzck {
5792
+ .E_l1noi4n1 {
5792
5793
  display: flex;
5793
5794
  justify-content: flex-start;
5794
5795
  align-items: center;
5795
5796
  font-size: 12px;
5796
5797
  cursor: pointer;
5797
5798
  }
5798
- .E_ltthzck:not(:first-child) {
5799
- margin-left: 8px;
5799
+ .E_l1noi4n1:not(:last-child) {
5800
+ margin-right: 20px;
5800
5801
  }
5801
- .E_ltthzck.deselected, .E_ltthzck.hovering {
5802
- opacity: 0.3;
5802
+ .E_l1noi4n1.deselected {
5803
+ opacity: 0.4;
5803
5804
  }
5804
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
5805
- background: #b4beca !important;
5806
- border-radius: 2px;
5807
- }
5808
- .E_ltthzck.hoverering-self {
5809
- opacity: 1;
5810
- }
5811
- .E_ltthzck .dropdown-trigger {
5812
- margin-left: 12px;
5813
- }
5814
- .E_ltthzck .legend-name {
5815
- color: #00122e;
5816
- }
5817
- .E_ltthzck .icon-suffix-wrapper {
5818
- display: flex;
5819
- align-items: center;
5820
- margin-left: 4px;
5821
- }
5822
-
5823
- .E_l1mumj7o {
5824
- display: flex;
5825
- justify-content: flex-start;
5826
- align-items: center;
5827
- font-size: 12px;
5828
- cursor: pointer;
5829
- }
5830
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
5831
- opacity: 0.3;
5832
- }
5833
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
5805
+ .E_l1noi4n1.deselected .color-block {
5834
5806
  background: #b4beca !important;
5835
- border-radius: 2px;
5836
- }
5837
- .E_l1mumj7o .legend-name {
5838
- color: #00122e;
5839
- }
5840
- .E_l1mumj7o.hoverering-self {
5841
- opacity: 1;
5842
- }
5843
- .E_l1mumj7o .icon-suffix-wrapper {
5844
- margin-left: 4px;
5845
- display: flex;
5846
- align-items: center;
5847
5807
  }
5848
5808
 
5849
- .E_c14rn6j5 {
5809
+ .E_cz19rz6 {
5850
5810
  display: inline-block;
5851
5811
  height: 8px;
5852
5812
  width: 8px;
5853
- margin-right: 6px;
5854
- border-radius: 2px;
5813
+ margin-right: 8px;
5855
5814
  }
5856
5815
 
5857
- .E_e45tc5l .ant-dropdown-menu-item {
5816
+ .E_e17r5r9c .ant-dropdown-menu-item {
5858
5817
  display: flex;
5859
5818
  align-items: center;
5860
5819
  font-size: 12px;
5861
5820
  margin: 0;
5862
5821
  }
5863
5822
 
5864
- .E_lqeaosa {
5823
+ .E_m1y1hhnr {
5865
5824
  position: relative;
5866
5825
  }
5867
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
5826
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
5868
5827
  bottom: -12px;
5869
5828
  }
5870
- .E_lqeaosa .metric-toolbar {
5829
+ .E_m1y1hhnr .metric-toolbar {
5871
5830
  display: flex;
5872
5831
  justify-content: space-between;
5873
5832
  line-height: 30px;
5833
+ margin: 0 16px;
5874
5834
  }
5875
- .E_lqeaosa .metric-toolbar .metric-extra {
5835
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
5876
5836
  display: flex;
5877
- flex-shrink: 0;
5878
5837
  font-size: 12px;
5879
5838
  align-items: center;
5880
5839
  }
5881
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
5840
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
5882
5841
  color: #a3b4cc;
5883
5842
  }
5884
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
5843
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
5885
5844
  margin-left: 10px;
5886
5845
  }
5887
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
5846
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
5888
5847
  margin-left: 10px;
5889
5848
  cursor: pointer;
5890
5849
  }
5891
- .E_lqeaosa .recharts-xAxis {
5850
+ .E_m1y1hhnr .recharts-xAxis {
5892
5851
  font-size: 12px;
5893
5852
  }
5894
- .E_lqeaosa .pointer-wrapper {
5853
+ .E_m1y1hhnr .pointer-wrapper {
5895
5854
  position: absolute;
5896
5855
  bottom: 10px;
5897
5856
  padding: 0 8px;
5857
+ border-radius: 4px;
5898
5858
  font-size: 12px;
5899
5859
  color: #fff;
5860
+ background: rgba(0, 0, 0, 0.75);
5900
5861
  transform: translateX(-50%);
5901
5862
  }
5902
5863
 
5903
- .E_t2pr38p {
5864
+ .E_tnvijvs {
5904
5865
  min-width: 200px;
5905
- background-color: rgba(23, 38, 64, 0.8);
5906
- border-radius: 4px;
5907
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
5908
- padding: 8px;
5909
5866
  }
5910
5867
 
5911
- .E_tecdsj7 {
5868
+ .E_t1ub2aex {
5912
5869
  display: flex;
5913
5870
  align-items: center;
5914
- background-color: unset;
5915
- color: #FFFFFF;
5916
5871
  justify-content: space-between;
5872
+ background-color: rgba(0, 0, 0, 0.75);
5873
+ color: #b4beca;
5917
5874
  font-size: 12px;
5918
- padding-top: 6px;
5875
+ padding: 3px 6px;
5919
5876
  }
5920
- .E_tecdsj7:first-child {
5877
+ .E_t1ub2aex:first-child {
5921
5878
  padding-top: 3px;
5922
5879
  }
5923
- .E_tecdsj7:last-child {
5880
+ .E_t1ub2aex:last-child {
5924
5881
  padding-bottom: 3px;
5925
5882
  }
5926
- .E_tecdsj7 .column-value {
5927
- color: #FFFFFF;
5883
+ .E_t1ub2aex .column-value {
5884
+ color: #fff;
5928
5885
  margin-left: 8px;
5929
5886
  }
5930
5887
 
5931
- .E_ljhvvia {
5932
- display: inline-block;
5933
- height: 8px;
5934
- width: 8px;
5935
- margin-right: 8px;
5936
- border-radius: 2px;
5937
- }
5938
- .E_ljhvvia.borderd {
5939
- border: 1px solid #fff;
5940
- }
5941
-
5942
- .E_msn7nxt {
5888
+ .E_m11nzl2x {
5943
5889
  color: rgba(44, 56, 82, 0.6);
5944
5890
  text-align: center;
5945
5891
  display: flex;
@@ -5948,158 +5894,212 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5948
5894
  flex-direction: column;
5949
5895
  height: 100%;
5950
5896
  }
5951
- .E_msn7nxt .link {
5897
+ .E_m11nzl2x .link {
5952
5898
  color: #0080ff;
5953
5899
  cursor: pointer;
5954
5900
  }
5955
5901
 
5956
- .E_mp64wfi {
5902
+ .E_mn7joto {
5957
5903
  width: 100%;
5958
5904
  height: 100%;
5959
5905
  display: flex;
5960
5906
  flex-direction: column;
5961
5907
  }
5962
- .E_mp64wfi .name-toolbar {
5908
+ .E_mn7joto .name-toolbar {
5963
5909
  width: 100%;
5964
5910
  display: flex;
5965
5911
  line-height: 30px;
5966
- padding: 0 16px;
5967
5912
  justify-content: space-between;
5968
5913
  }
5969
- .E_mp64wfi .name-toolbar .metric-extra {
5914
+ .E_mn7joto .name-toolbar .metric-extra {
5970
5915
  display: flex;
5971
5916
  font-size: 12px;
5972
5917
  align-items: center;
5973
5918
  }
5974
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
5919
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
5975
5920
  color: #a3b4cc;
5976
5921
  }
5977
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
5922
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
5978
5923
  margin-left: 10px;
5979
5924
  }
5980
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
5925
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
5981
5926
  margin-left: 10px;
5982
5927
  cursor: pointer;
5983
5928
  }
5984
- .E_mp64wfi .content {
5929
+ .E_mn7joto .content {
5985
5930
  flex: 1;
5986
5931
  width: 100%;
5987
5932
  display: flex;
5988
5933
  justify-content: center;
5989
5934
  align-items: center;
5990
5935
  }
5991
- .E_mp64wfi .single-content {
5936
+ .E_mn7joto .single-content {
5992
5937
  height: 65px;
5993
5938
  }
5994
5939
 
5995
- .E_l1oyigan {
5940
+ .E_l1bifhon {
5996
5941
  display: flex;
5997
5942
  align-items: center;
5998
5943
  white-space: nowrap;
5999
5944
  overflow: hidden;
6000
5945
  width: 100%;
6001
5946
  }
6002
- .E_l1oyigan .ant-dropdown-trigger {
6003
- margin-left: auto;
5947
+ .E_l1bifhon .ant-dropdown-trigger {
6004
5948
  font-size: 12px;
5949
+ margin-left: 8px;
6005
5950
  }
6006
5951
 
6007
- .E_l1noi4n1 {
5952
+ .E_ltthzck {
6008
5953
  display: flex;
6009
5954
  justify-content: flex-start;
6010
5955
  align-items: center;
6011
5956
  font-size: 12px;
6012
5957
  cursor: pointer;
6013
5958
  }
6014
- .E_l1noi4n1:not(:last-child) {
6015
- margin-right: 20px;
5959
+ .E_ltthzck:not(:first-child) {
5960
+ margin-left: 8px;
6016
5961
  }
6017
- .E_l1noi4n1.deselected {
6018
- opacity: 0.4;
5962
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
5963
+ opacity: 0.3;
6019
5964
  }
6020
- .E_l1noi4n1.deselected .color-block {
5965
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
6021
5966
  background: #b4beca !important;
5967
+ border-radius: 2px;
5968
+ }
5969
+ .E_ltthzck.hoverering-self {
5970
+ opacity: 1;
5971
+ }
5972
+ .E_ltthzck .dropdown-trigger {
5973
+ margin-left: 12px;
5974
+ }
5975
+ .E_ltthzck .legend-name {
5976
+ color: #00122e;
5977
+ }
5978
+ .E_ltthzck .icon-suffix-wrapper {
5979
+ display: flex;
5980
+ align-items: center;
5981
+ margin-left: 4px;
6022
5982
  }
6023
5983
 
6024
- .E_cz19rz6 {
5984
+ .E_l1mumj7o {
5985
+ display: flex;
5986
+ justify-content: flex-start;
5987
+ align-items: center;
5988
+ font-size: 12px;
5989
+ cursor: pointer;
5990
+ }
5991
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
5992
+ opacity: 0.3;
5993
+ }
5994
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
5995
+ background: #b4beca !important;
5996
+ border-radius: 2px;
5997
+ }
5998
+ .E_l1mumj7o .legend-name {
5999
+ color: #00122e;
6000
+ }
6001
+ .E_l1mumj7o.hoverering-self {
6002
+ opacity: 1;
6003
+ }
6004
+ .E_l1mumj7o .icon-suffix-wrapper {
6005
+ margin-left: 4px;
6006
+ display: flex;
6007
+ align-items: center;
6008
+ }
6009
+
6010
+ .E_c14rn6j5 {
6025
6011
  display: inline-block;
6026
6012
  height: 8px;
6027
6013
  width: 8px;
6028
- margin-right: 8px;
6014
+ margin-right: 6px;
6015
+ border-radius: 2px;
6029
6016
  }
6030
6017
 
6031
- .E_e17r5r9c .ant-dropdown-menu-item {
6018
+ .E_e45tc5l .ant-dropdown-menu-item {
6032
6019
  display: flex;
6033
6020
  align-items: center;
6034
6021
  font-size: 12px;
6035
6022
  margin: 0;
6036
6023
  }
6037
6024
 
6038
- .E_m1y1hhnr {
6025
+ .E_lqeaosa {
6039
6026
  position: relative;
6040
6027
  }
6041
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
6028
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
6042
6029
  bottom: -12px;
6043
6030
  }
6044
- .E_m1y1hhnr .metric-toolbar {
6031
+ .E_lqeaosa .metric-toolbar {
6045
6032
  display: flex;
6046
6033
  justify-content: space-between;
6047
6034
  line-height: 30px;
6048
- margin: 0 16px;
6049
6035
  }
6050
- .E_m1y1hhnr .metric-toolbar .metric-extra {
6036
+ .E_lqeaosa .metric-toolbar .metric-extra {
6051
6037
  display: flex;
6038
+ flex-shrink: 0;
6052
6039
  font-size: 12px;
6053
6040
  align-items: center;
6054
6041
  }
6055
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
6042
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
6056
6043
  color: #a3b4cc;
6057
6044
  }
6058
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
6045
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
6059
6046
  margin-left: 10px;
6060
6047
  }
6061
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
6048
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
6062
6049
  margin-left: 10px;
6063
6050
  cursor: pointer;
6064
6051
  }
6065
- .E_m1y1hhnr .recharts-xAxis {
6052
+ .E_lqeaosa .recharts-xAxis {
6066
6053
  font-size: 12px;
6067
6054
  }
6068
- .E_m1y1hhnr .pointer-wrapper {
6055
+ .E_lqeaosa .pointer-wrapper {
6069
6056
  position: absolute;
6070
6057
  bottom: 10px;
6071
6058
  padding: 0 8px;
6072
- border-radius: 4px;
6073
6059
  font-size: 12px;
6074
6060
  color: #fff;
6075
- background: rgba(0, 0, 0, 0.75);
6076
6061
  transform: translateX(-50%);
6077
6062
  }
6078
6063
 
6079
- .E_tnvijvs {
6064
+ .E_t2pr38p {
6080
6065
  min-width: 200px;
6066
+ background-color: rgba(23, 38, 64, 0.8);
6067
+ border-radius: 4px;
6068
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
6069
+ padding: 8px;
6081
6070
  }
6082
6071
 
6083
- .E_t1ub2aex {
6072
+ .E_tecdsj7 {
6084
6073
  display: flex;
6085
6074
  align-items: center;
6075
+ background-color: unset;
6076
+ color: #FFFFFF;
6086
6077
  justify-content: space-between;
6087
- background-color: rgba(0, 0, 0, 0.75);
6088
- color: #b4beca;
6089
6078
  font-size: 12px;
6090
- padding: 3px 6px;
6079
+ padding-top: 6px;
6091
6080
  }
6092
- .E_t1ub2aex:first-child {
6081
+ .E_tecdsj7:first-child {
6093
6082
  padding-top: 3px;
6094
6083
  }
6095
- .E_t1ub2aex:last-child {
6084
+ .E_tecdsj7:last-child {
6096
6085
  padding-bottom: 3px;
6097
6086
  }
6098
- .E_t1ub2aex .column-value {
6099
- color: #fff;
6087
+ .E_tecdsj7 .column-value {
6088
+ color: #FFFFFF;
6100
6089
  margin-left: 8px;
6101
6090
  }
6102
6091
 
6092
+ .E_ljhvvia {
6093
+ display: inline-block;
6094
+ height: 8px;
6095
+ width: 8px;
6096
+ margin-right: 8px;
6097
+ border-radius: 2px;
6098
+ }
6099
+ .E_ljhvvia.borderd {
6100
+ border: 1px solid #fff;
6101
+ }
6102
+
6103
6103
  .E_bpgac8u {
6104
6104
  color: #FFFFFF;
6105
6105
  display: flex;
@@ -6127,10 +6127,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6127
6127
  background-color: #E07F00;
6128
6128
  }
6129
6129
 
6130
- .E_b1jaupqb {
6131
- color: #F0483E;
6132
- }
6133
-
6134
6130
  .E_t59qhqp {
6135
6131
  padding: 0px;
6136
6132
  padding-top: 5px;
@@ -6179,10 +6175,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6179
6175
  color: #00122E;
6180
6176
  }
6181
6177
 
6178
+ .E_b1jaupqb {
6179
+ color: #F0483E;
6180
+ }
6181
+
6182
6182
  .E_icab5o7 {
6183
6183
  --modal-to-viewport-margin: 10px;
6184
6184
  --modal-body-padding-bottom: 40px;
6185
6185
  --modal-footer-height: 124px;
6186
+ --modal-empty-footer-height: 40px;
6186
6187
  }
6187
6188
  .E_icab5o7.ant-modal {
6188
6189
  height: calc(100% - var(--modal-to-viewport-margin) * 2);
@@ -6242,8 +6243,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6242
6243
  height: var(--modal-footer-height);
6243
6244
  padding: 24px 0 60px 0;
6244
6245
  }
6245
-
6246
- .E_msiso3p.ant-modal .ant-modal-header {
6246
+ .E_icab5o7.ant-modal.no-footer .ant-modal-body {
6247
+ padding-bottom: 0;
6248
+ }
6249
+ .E_icab5o7.ant-modal.no-footer .ant-modal-body .middle {
6250
+ padding-bottom: 0;
6251
+ }
6252
+ .E_icab5o7.ant-modal.no-footer .ant-modal-footer {
6253
+ padding: 0;
6254
+ border-top: none;
6255
+ height: var(--modal-empty-footer-height);
6256
+ content: "";
6257
+ }
6258
+
6259
+ .E_msiso3p.ant-modal .ant-modal-header {
6247
6260
  padding: 60px 0 40px 0;
6248
6261
  width: 648px;
6249
6262
  margin: 0 auto;
@@ -6404,6 +6417,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6404
6417
  --modal-content-padding-bottom: 32px;
6405
6418
  --modal-content-padding-x: 40px;
6406
6419
  --modal-footer-padding: 0 40px;
6420
+ --modal-empty-footer-height: 32px;
6407
6421
  padding-bottom: 0;
6408
6422
  }
6409
6423
  .E_dxyv8bv .ant-modal-content {
@@ -6466,6 +6480,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6466
6480
  color: rgba(44, 56, 82, 0.7490196078);
6467
6481
  font-weight: 700;
6468
6482
  }
6483
+ .E_dxyv8bv.no-footer .ant-modal-body {
6484
+ padding-bottom: 0;
6485
+ }
6486
+ .E_dxyv8bv.no-footer .ant-modal-footer {
6487
+ box-shadow: none;
6488
+ height: var(--modal-empty-footer-height);
6489
+ content: "";
6490
+ }
6469
6491
 
6470
6492
  .E_fbgo4wr {
6471
6493
  display: flex;
@@ -6606,19 +6628,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6606
6628
  column-gap: var(--a1ji6r68-0);
6607
6629
  }
6608
6630
 
6609
- .E_t1616y1o {
6610
- color: #fff;
6611
- }
6612
-
6613
- .E_a9y3flr {
6614
- margin-left: 8px;
6615
- }
6616
-
6617
- .E_a1njc627 {
6618
- font-size: 12px;
6619
- color: #00122e;
6620
- }
6621
-
6622
6631
  .E_f16blduf.ant-form-item {
6623
6632
  margin-bottom: 0;
6624
6633
  }
@@ -6638,6 +6647,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6638
6647
  display: block;
6639
6648
  }
6640
6649
 
6650
+ .E_t1616y1o {
6651
+ color: #fff;
6652
+ }
6653
+
6654
+ .E_a9y3flr {
6655
+ margin-left: 8px;
6656
+ }
6657
+
6658
+ .E_a1njc627 {
6659
+ font-size: 12px;
6660
+ color: #00122e;
6661
+ }
6662
+
6641
6663
  .E_d1u4ndxc {
6642
6664
  color: rgba(44, 56, 82, 0.7490196078);
6643
6665
  font-size: 12px;
@@ -6673,75 +6695,341 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6673
6695
  color: var(--i14c7jc8-0);
6674
6696
  }
6675
6697
 
6676
- .E_i1ibuolf {
6677
- display: flex;
6678
- align-items: center;
6679
- column-gap: 4px;
6698
+ .E_i1ibuolf {
6699
+ display: flex;
6700
+ align-items: center;
6701
+ column-gap: 4px;
6702
+ font-size: 12px;
6703
+ color: rgba(44, 56, 82, 0.7490196078);
6704
+ }
6705
+
6706
+ .E_clm1wy1 {
6707
+ width: 192px;
6708
+ height: 246px;
6709
+ border-radius: 4px;
6710
+ }
6711
+ .E_clm1wy1 > .ant-picker-calendar,
6712
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
6713
+ width: 100%;
6714
+ background-color: rgba(245, 247, 250, 0.6);
6715
+ border-top: none;
6716
+ }
6717
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
6718
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
6719
+ padding: 0 16px;
6720
+ }
6721
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
6722
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
6723
+ width: 100%;
6724
+ height: 180px;
6725
+ border-spacing: 0;
6726
+ }
6727
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
6728
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
6729
+ margin-bottom: 8px;
6730
+ }
6731
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
6732
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
6733
+ width: 22px;
6734
+ }
6735
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
6736
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
6737
+ padding: 0;
6738
+ }
6739
+ .E_clm1wy1 .ant-picker-cell {
6740
+ color: rgba(62, 70, 82, 0.6);
6741
+ opacity: 0.4;
6742
+ }
6743
+ .E_clm1wy1 .ant-picker-cell-in-view {
6744
+ color: rgba(62, 70, 82, 0.6);
6745
+ opacity: 1;
6746
+ }
6747
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
6748
+ color: #3e4652;
6749
+ }
6750
+ .E_clm1wy1 .ant-picker-cell::before {
6751
+ pointer-events: none;
6752
+ }
6753
+
6754
+ .E_t1tsm00v {
6755
+ color: rgba(129, 138, 153, 0.6);
6756
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
6757
+ backdrop-filter: blur(10px);
6758
+ padding: 7px 10px;
6759
+ }
6760
+
6761
+ .E_c167wnad {
6762
+ color: rgba(62, 70, 82, 0.6);
6763
+ display: flex;
6764
+ justify-content: space-between;
6765
+ align-items: center;
6766
+ padding: 8px 16px;
6767
+ }
6768
+ .E_c167wnad .anticon {
6769
+ cursor: pointer;
6770
+ }
6771
+ .E_c167wnad .anticon:hover {
6772
+ color: #0096ff;
6773
+ }
6774
+
6775
+ .E_cxhf7dh {
6776
+ text-align: center;
6777
+ }
6778
+ .E_cxhf7dh .dots {
6779
+ display: flex;
6780
+ justify-content: center;
6781
+ }
6782
+ .E_cxhf7dh .dot {
6783
+ display: inline-block;
6784
+ width: 2px;
6785
+ height: 2px;
6786
+ border-radius: 1px;
6787
+ background: #0096ff;
6788
+ }
6789
+ .E_cxhf7dh .dot:not(:last-child) {
6790
+ margin-right: 2px;
6791
+ }
6792
+ .E_cxhf7dh .bar {
6793
+ width: 9px;
6794
+ height: 2px;
6795
+ background: #0096ff;
6796
+ border-radius: 2px;
6797
+ }
6798
+
6799
+ .E_c18bcrac {
6800
+ display: inline-block;
6801
+ width: 100%;
6802
+ }
6803
+ .E_c18bcrac .recharts-wrapper {
6804
+ margin-left: 4px;
6805
+ }
6806
+
6807
+ .E_cro7kg2 {
6808
+ padding: 4px;
6809
+ }
6810
+ .E_cro7kg2 .unit {
6811
+ color: white;
6812
+ }
6813
+
6814
+ .E_c14wcxf0 {
6815
+ display: flex;
6816
+ justify-content: space-between;
6817
+ align-items: center;
6818
+ font-size: 13px;
6819
+ line-height: 24px;
6820
+ color: #cccccc;
6821
+ white-space: nowrap;
6822
+ }
6823
+ .E_c14wcxf0 label {
6824
+ margin-right: 32px;
6825
+ }
6826
+
6827
+ .E_coy29mj.E_c14wcxf0 {
6828
+ font-weight: bold;
6829
+ color: white;
6830
+ }
6831
+
6832
+ .E_s11212zy {
6833
+ width: 8px;
6834
+ height: 8px;
6835
+ border-radius: 2px;
6836
+ display: inline-block;
6837
+ background: var(--s11212zy-0);
6838
+ border: 1px solid #fff;
6839
+ box-sizing: content-box;
6840
+ margin-right: 6px;
6841
+ }
6842
+
6843
+ .E_p1lyky6c > :first-child {
6844
+ font-weight: bold;
6845
+ color: white;
6846
+ margin-right: 4px;
6847
+ }
6848
+
6849
+ .E_gmyahx3 {
6850
+ cursor: pointer;
6851
+ }
6852
+ .E_gmyahx3 .link-text {
6853
+ color: rgba(0, 21, 64, 0.3);
6854
+ }
6855
+ .E_gmyahx3:hover .link-text {
6856
+ color: #0080ff;
6857
+ }
6858
+
6859
+ .E_n12mqh7z {
6860
+ display: flex;
6861
+ align-items: center;
6862
+ font-size: 12px;
6863
+ line-height: 18px;
6864
+ }
6865
+ .E_n12mqh7z:not(:last-child) {
6866
+ margin-bottom: 4px;
6867
+ }
6868
+
6869
+ .E_tf5bynu {
6870
+ margin: 0 3px;
6871
+ }
6872
+
6873
+ .E_tcckoz1 {
6874
+ max-height: 400px;
6875
+ overflow: auto;
6876
+ }
6877
+
6878
+ .E_ou7iq30 {
6879
+ overflow: hidden;
6880
+ text-overflow: ellipsis;
6881
+ }
6882
+
6883
+ .E_s1tui002 {
6884
+ white-space: nowrap;
6885
+ }
6886
+
6887
+ .E_mxrc2zg {
6888
+ display: -webkit-box;
6889
+ -webkit-line-clamp: var(--mxrc2zg-0);
6890
+ -webkit-box-orient: vertical;
6891
+ word-break: break-all;
6892
+ }
6893
+
6894
+ .E_t1vv6d68 .ant-tooltip-arrow {
6895
+ display: none;
6896
+ }
6897
+ .E_t1vv6d68 .ant-tooltip-inner {
6898
+ background: rgba(23, 38, 64, 0.8);
6899
+ border-radius: 4px;
6900
+ }
6901
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
6902
+ visibility: hidden;
6903
+ }
6904
+
6905
+ .E_t1sqg15u {
6906
+ background: white;
6907
+ }
6908
+ .E_t1sqg15u.inline .table-row {
6909
+ flex-direction: column;
6910
+ }
6911
+ .E_t1sqg15u.inline .table-row > label {
6912
+ padding: 0 16px 7px 0;
6913
+ }
6914
+ .E_t1sqg15u.has-border .table-header {
6915
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
6916
+ }
6917
+ .E_t1sqg15u.has-border .hiddenBorder {
6918
+ border-top: none !important;
6919
+ }
6920
+ .E_t1sqg15u.has-border .table-row + .table-row {
6921
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
6922
+ }
6923
+ .E_t1sqg15u.has-border .table-row:last-of-type {
6924
+ padding-bottom: 0;
6925
+ }
6926
+ .E_t1sqg15u.align-right .content {
6927
+ text-align: right;
6928
+ }
6929
+ .E_t1sqg15u .uuid-row {
6930
+ display: flex;
6931
+ justify-content: space-between;
6932
+ }
6933
+ .E_t1sqg15u .uuid-row .id-text {
6934
+ white-space: nowrap;
6935
+ overflow: hidden;
6936
+ text-overflow: ellipsis;
6937
+ }
6938
+
6939
+ .E_t4zczcp {
6940
+ display: flex;
6941
+ justify-content: space-between;
6942
+ align-items: center;
6943
+ padding: 8px;
6944
+ min-height: 32px;
6945
+ }
6946
+ .E_t4zczcp .table-title {
6947
+ color: rgba(44, 56, 82, 0.6);
6948
+ font-weight: 600;
6949
+ font-size: 12px;
6950
+ line-height: 8px;
6951
+ }
6952
+ .E_t4zczcp .edit-icon {
6953
+ font-size: 16px;
6954
+ color: rgba(10, 37, 85, 0.6);
6955
+ cursor: pointer;
6956
+ }
6957
+
6958
+ .E_t1s7goww {
6680
6959
  font-size: 12px;
6681
- color: rgba(44, 56, 82, 0.7490196078);
6960
+ line-height: 18px;
6682
6961
  }
6683
6962
 
6684
- .E_skwah65 {
6685
- height: 8px;
6686
- box-sizing: border-box;
6687
- border-radius: 2px;
6688
- background: #f5f7fa;
6963
+ .E_t93e4cf {
6689
6964
  display: flex;
6690
- width: 100%;
6691
- overflow: hidden;
6965
+ padding: 8px 0;
6966
+ color: #2d3a56;
6692
6967
  }
6693
- .E_skwah65 .stack-bar-item + .stack-bar-item {
6694
- margin-left: 1px;
6968
+ .E_t93e4cf .hidden {
6969
+ display: none;
6695
6970
  }
6696
-
6697
- .E_c18bcrac {
6698
- display: inline-block;
6971
+ .E_t93e4cf .ant-btn.ant-btn-link {
6972
+ height: auto;
6973
+ }
6974
+ .E_t93e4cf .content {
6975
+ overflow: hidden;
6976
+ overflow-x: auto;
6699
6977
  width: 100%;
6978
+ white-space: pre-wrap;
6700
6979
  }
6701
- .E_c18bcrac .recharts-wrapper {
6702
- margin-left: 4px;
6980
+ .E_t93e4cf .content .ant-btn {
6981
+ white-space: pre-wrap;
6982
+ text-align: left;
6983
+ }
6984
+ .E_t93e4cf .content .unit-chart {
6985
+ justify-content: flex-start;
6703
6986
  }
6704
6987
 
6705
- .E_cro7kg2 {
6706
- padding: 4px;
6988
+ .E_rhz2uv5 {
6989
+ width: var(--rhz2uv5-0);
6990
+ flex-shrink: 0;
6991
+ color: rgba(44, 56, 82, 0.6);
6992
+ padding-right: 12px;
6707
6993
  }
6708
- .E_cro7kg2 .unit {
6709
- color: white;
6994
+
6995
+ .E_wg1tsps {
6996
+ display: flex;
6997
+ align-items: center;
6998
+ justify-content: flex-end;
6710
6999
  }
6711
7000
 
6712
- .E_c14wcxf0 {
7001
+ .E_b1ctd5xy {
6713
7002
  display: flex;
6714
- justify-content: space-between;
6715
7003
  align-items: center;
6716
- font-size: 13px;
6717
- line-height: 24px;
6718
- color: #cccccc;
6719
- white-space: nowrap;
7004
+ width: calc(100% - 40px);
6720
7005
  }
6721
- .E_c14wcxf0 label {
6722
- margin-right: 32px;
7006
+ .E_b1ctd5xy .chart {
7007
+ display: inline-block;
7008
+ width: 100%;
6723
7009
  }
6724
7010
 
6725
- .E_coy29mj.E_c14wcxf0 {
6726
- font-weight: bold;
6727
- color: white;
7011
+ .E_u1p8acpn {
7012
+ min-width: 40px;
7013
+ }
7014
+ .E_u1p8acpn .unit {
7015
+ color: #00122e !important;
6728
7016
  }
6729
7017
 
6730
- .E_s11212zy {
6731
- width: 8px;
7018
+ span.E_tqjc4ui {
7019
+ margin: 0 2px;
7020
+ }
7021
+
7022
+ .E_skwah65 {
6732
7023
  height: 8px;
7024
+ box-sizing: border-box;
6733
7025
  border-radius: 2px;
6734
- display: inline-block;
6735
- background: var(--s11212zy-0);
6736
- border: 1px solid #fff;
6737
- box-sizing: content-box;
6738
- margin-right: 6px;
7026
+ background: #f5f7fa;
7027
+ display: flex;
7028
+ width: 100%;
7029
+ overflow: hidden;
6739
7030
  }
6740
-
6741
- .E_p1lyky6c > :first-child {
6742
- font-weight: bold;
6743
- color: white;
6744
- margin-right: 4px;
7031
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
7032
+ margin-left: 1px;
6745
7033
  }
6746
7034
 
6747
7035
  .E_s1ebs0ra {
@@ -6805,111 +7093,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6805
7093
  background: #fff;
6806
7094
  }
6807
7095
 
6808
- span.E_tqjc4ui {
6809
- margin: 0 2px;
6810
- }
6811
-
6812
- .E_clm1wy1 {
6813
- width: 192px;
6814
- height: 246px;
6815
- border-radius: 4px;
6816
- }
6817
- .E_clm1wy1 > .ant-picker-calendar,
6818
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
6819
- width: 100%;
6820
- background-color: rgba(245, 247, 250, 0.6);
6821
- border-top: none;
6822
- }
6823
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
6824
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
6825
- padding: 0 16px;
6826
- }
6827
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
6828
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
6829
- width: 100%;
6830
- height: 180px;
6831
- border-spacing: 0;
6832
- }
6833
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
6834
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
6835
- margin-bottom: 8px;
6836
- }
6837
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
6838
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
6839
- width: 22px;
6840
- }
6841
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
6842
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
6843
- padding: 0;
6844
- }
6845
- .E_clm1wy1 .ant-picker-cell {
6846
- color: rgba(62, 70, 82, 0.6);
6847
- opacity: 0.4;
6848
- }
6849
- .E_clm1wy1 .ant-picker-cell-in-view {
6850
- color: rgba(62, 70, 82, 0.6);
6851
- opacity: 1;
6852
- }
6853
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
6854
- color: #3e4652;
6855
- }
6856
- .E_clm1wy1 .ant-picker-cell::before {
6857
- pointer-events: none;
6858
- }
6859
-
6860
- .E_t1tsm00v {
6861
- color: rgba(129, 138, 153, 0.6);
6862
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
6863
- backdrop-filter: blur(10px);
6864
- padding: 7px 10px;
6865
- }
6866
-
6867
- .E_c167wnad {
6868
- color: rgba(62, 70, 82, 0.6);
7096
+ .E_s1iv0tp1 .enabled-switch {
6869
7097
  display: flex;
6870
- justify-content: space-between;
6871
7098
  align-items: center;
6872
- padding: 8px 16px;
6873
- }
6874
- .E_c167wnad .anticon {
6875
- cursor: pointer;
6876
- }
6877
- .E_c167wnad .anticon:hover {
6878
- color: #0096ff;
6879
- }
6880
-
6881
- .E_cxhf7dh {
6882
- text-align: center;
6883
- }
6884
- .E_cxhf7dh .dots {
6885
- display: flex;
6886
- justify-content: center;
6887
- }
6888
- .E_cxhf7dh .dot {
6889
- display: inline-block;
6890
- width: 2px;
6891
- height: 2px;
6892
- border-radius: 1px;
6893
- background: #0096ff;
6894
- }
6895
- .E_cxhf7dh .dot:not(:last-child) {
6896
- margin-right: 2px;
6897
- }
6898
- .E_cxhf7dh .bar {
6899
- width: 9px;
6900
- height: 2px;
6901
- background: #0096ff;
6902
- border-radius: 2px;
6903
- }
6904
-
6905
- .E_gmyahx3 {
6906
- cursor: pointer;
6907
- }
6908
- .E_gmyahx3 .link-text {
6909
- color: rgba(0, 21, 64, 0.3);
6910
7099
  }
6911
- .E_gmyahx3:hover .link-text {
6912
- color: #0080ff;
7100
+ .E_s1iv0tp1 .enabled-text {
7101
+ margin-right: 8px;
6913
7102
  }
6914
7103
 
6915
7104
  .E_c1up1pdz {
@@ -7038,87 +7227,34 @@ span.E_tqjc4ui {
7038
7227
  color: #fff;
7039
7228
  }
7040
7229
  .E_wpbf4pq .week-day-option.en-text {
7041
- width: 110px;
7042
- margin-top: 4px;
7043
- }
7044
- .E_wpbf4pq .month-day-option {
7045
- width: 32px;
7046
- padding: 0;
7047
- margin-bottom: 8px;
7048
- }
7049
- .E_wpbf4pq .month-day-option.active {
7050
- background-color: #0096ff;
7051
- border-color: #0096ff;
7052
- color: #fff;
7053
- }
7054
-
7055
- .E_n12mqh7z {
7056
- display: flex;
7057
- align-items: center;
7058
- font-size: 12px;
7059
- line-height: 18px;
7060
- }
7061
- .E_n12mqh7z:not(:last-child) {
7062
- margin-bottom: 4px;
7063
- }
7064
-
7065
- .E_tf5bynu {
7066
- margin: 0 3px;
7067
- }
7068
-
7069
- .E_tcckoz1 {
7070
- max-height: 400px;
7071
- overflow: auto;
7072
- }
7073
-
7074
- .E_ou7iq30 {
7075
- overflow: hidden;
7076
- text-overflow: ellipsis;
7077
- }
7078
-
7079
- .E_s1tui002 {
7080
- white-space: nowrap;
7081
- }
7082
-
7083
- .E_mxrc2zg {
7084
- display: -webkit-box;
7085
- -webkit-line-clamp: var(--mxrc2zg-0);
7086
- -webkit-box-orient: vertical;
7087
- word-break: break-all;
7088
- }
7089
-
7090
- .E_t1vv6d68 .ant-tooltip-arrow {
7091
- display: none;
7230
+ width: 110px;
7231
+ margin-top: 4px;
7092
7232
  }
7093
- .E_t1vv6d68 .ant-tooltip-inner {
7094
- background: rgba(23, 38, 64, 0.8);
7095
- border-radius: 4px;
7233
+ .E_wpbf4pq .month-day-option {
7234
+ width: 32px;
7235
+ padding: 0;
7236
+ margin-bottom: 8px;
7096
7237
  }
7097
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
7098
- visibility: hidden;
7238
+ .E_wpbf4pq .month-day-option.active {
7239
+ background-color: #0096ff;
7240
+ border-color: #0096ff;
7241
+ color: #fff;
7099
7242
  }
7100
7243
 
7101
- .E_wg1tsps {
7102
- display: flex;
7103
- align-items: center;
7104
- justify-content: flex-end;
7244
+ .E_u15heuvq.content {
7245
+ cursor: default !important;
7105
7246
  }
7106
-
7107
- .E_b1ctd5xy {
7108
- display: flex;
7109
- align-items: center;
7110
- width: calc(100% - 40px);
7247
+ .E_u15heuvq.content.link {
7248
+ cursor: pointer !important;
7111
7249
  }
7112
- .E_b1ctd5xy .chart {
7113
- display: inline-block;
7114
- width: 100%;
7250
+ .E_u15heuvq.content.link:hover {
7251
+ color: #0080ff;
7115
7252
  }
7116
-
7117
- .E_u1p8acpn {
7118
- min-width: 40px;
7253
+ .E_u15heuvq.content.black {
7254
+ color: #00122e;
7119
7255
  }
7120
- .E_u1p8acpn .unit {
7121
- color: #00122e !important;
7256
+ .E_u15heuvq.content.gray {
7257
+ color: rgba(44, 56, 82, 0.75);
7122
7258
  }
7123
7259
 
7124
7260
  .E_s1at6qmn.ant-layout-sider {
@@ -7234,22 +7370,6 @@ span.E_tqjc4ui {
7234
7370
  text-align: left;
7235
7371
  }
7236
7372
 
7237
- .E_u15heuvq.content {
7238
- cursor: default !important;
7239
- }
7240
- .E_u15heuvq.content.link {
7241
- cursor: pointer !important;
7242
- }
7243
- .E_u15heuvq.content.link:hover {
7244
- color: #0080ff;
7245
- }
7246
- .E_u15heuvq.content.black {
7247
- color: #00122e;
7248
- }
7249
- .E_u15heuvq.content.gray {
7250
- color: rgba(44, 56, 82, 0.75);
7251
- }
7252
-
7253
7373
  .E_t160l1cm {
7254
7374
  display: flex;
7255
7375
  flex-direction: column;
@@ -7453,145 +7573,6 @@ span.E_tqjc4ui {
7453
7573
  background: transparent;
7454
7574
  }
7455
7575
 
7456
- .E_t1sqg15u {
7457
- background: white;
7458
- }
7459
- .E_t1sqg15u.inline .table-row {
7460
- flex-direction: column;
7461
- }
7462
- .E_t1sqg15u.inline .table-row > label {
7463
- padding: 0 16px 7px 0;
7464
- }
7465
- .E_t1sqg15u.has-border .table-header {
7466
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
7467
- }
7468
- .E_t1sqg15u.has-border .hiddenBorder {
7469
- border-top: none !important;
7470
- }
7471
- .E_t1sqg15u.has-border .table-row + .table-row {
7472
- border-top: 1px solid rgba(225, 230, 241, 0.6);
7473
- }
7474
- .E_t1sqg15u.has-border .table-row:last-of-type {
7475
- padding-bottom: 0;
7476
- }
7477
- .E_t1sqg15u.align-right .content {
7478
- text-align: right;
7479
- }
7480
- .E_t1sqg15u .uuid-row {
7481
- display: flex;
7482
- justify-content: space-between;
7483
- }
7484
- .E_t1sqg15u .uuid-row .id-text {
7485
- white-space: nowrap;
7486
- overflow: hidden;
7487
- text-overflow: ellipsis;
7488
- }
7489
-
7490
- .E_t4zczcp {
7491
- display: flex;
7492
- justify-content: space-between;
7493
- align-items: center;
7494
- padding: 8px;
7495
- min-height: 32px;
7496
- }
7497
- .E_t4zczcp .table-title {
7498
- color: rgba(44, 56, 82, 0.6);
7499
- font-weight: 600;
7500
- font-size: 12px;
7501
- line-height: 8px;
7502
- }
7503
- .E_t4zczcp .edit-icon {
7504
- font-size: 16px;
7505
- color: rgba(10, 37, 85, 0.6);
7506
- cursor: pointer;
7507
- }
7508
-
7509
- .E_t1s7goww {
7510
- font-size: 12px;
7511
- line-height: 18px;
7512
- }
7513
-
7514
- .E_t93e4cf {
7515
- display: flex;
7516
- padding: 8px 0;
7517
- color: #2d3a56;
7518
- }
7519
- .E_t93e4cf .hidden {
7520
- display: none;
7521
- }
7522
- .E_t93e4cf .ant-btn.ant-btn-link {
7523
- height: auto;
7524
- }
7525
- .E_t93e4cf .content {
7526
- overflow: hidden;
7527
- overflow-x: auto;
7528
- width: 100%;
7529
- white-space: pre-wrap;
7530
- }
7531
- .E_t93e4cf .content .ant-btn {
7532
- white-space: pre-wrap;
7533
- text-align: left;
7534
- }
7535
- .E_t93e4cf .content .unit-chart {
7536
- justify-content: flex-start;
7537
- }
7538
-
7539
- .E_rhz2uv5 {
7540
- width: var(--rhz2uv5-0);
7541
- flex-shrink: 0;
7542
- color: rgba(44, 56, 82, 0.6);
7543
- padding-right: 12px;
7544
- }
7545
-
7546
- .E_s1iv0tp1 .enabled-switch {
7547
- display: flex;
7548
- align-items: center;
7549
- }
7550
- .E_s1iv0tp1 .enabled-text {
7551
- margin-right: 8px;
7552
- }
7553
-
7554
- .E_i5w779o {
7555
- padding: 8px 0;
7556
- }
7557
- .E_i5w779o .col-label {
7558
- flex-shrink: unset;
7559
- }
7560
- .E_i5w779o .col-label * {
7561
- line-height: 18px;
7562
- }
7563
- .E_i5w779o .col-content {
7564
- flex: 1 1 0;
7565
- display: flex;
7566
- align-items: center;
7567
- }
7568
- .E_i5w779o .col-content * {
7569
- line-height: 18px;
7570
- }
7571
-
7572
- .E_l18dja44 {
7573
- padding: 6px 0;
7574
- }
7575
- .E_l18dja44 .col-label * {
7576
- font-size: 13px;
7577
- line-height: 20px;
7578
- }
7579
- .E_l18dja44 .col-content * {
7580
- font-size: 14px;
7581
- line-height: 20px;
7582
- }
7583
-
7584
- .E_c8c2hys {
7585
- display: flex;
7586
- justify-content: space-between;
7587
- flex: 1;
7588
- min-width: 0;
7589
- }
7590
-
7591
- .E_n4m6c4d {
7592
- color: rgba(0, 21, 64, 0.3);
7593
- }
7594
-
7595
7576
  .E_cyms3br {
7596
7577
  background: #fff;
7597
7578
  width: 100%;
@@ -7716,12 +7697,62 @@ span.E_tqjc4ui {
7716
7697
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7717
7698
  }
7718
7699
 
7700
+ .E_i5w779o {
7701
+ padding: 8px 0;
7702
+ }
7703
+ .E_i5w779o .col-label {
7704
+ flex-shrink: unset;
7705
+ }
7706
+ .E_i5w779o .col-label * {
7707
+ line-height: 18px;
7708
+ }
7709
+ .E_i5w779o .col-content {
7710
+ flex: 1 1 0;
7711
+ display: flex;
7712
+ align-items: center;
7713
+ }
7714
+ .E_i5w779o .col-content * {
7715
+ line-height: 18px;
7716
+ }
7717
+
7718
+ .E_l18dja44 {
7719
+ padding: 6px 0;
7720
+ }
7721
+ .E_l18dja44 .col-label * {
7722
+ font-size: 13px;
7723
+ line-height: 20px;
7724
+ }
7725
+ .E_l18dja44 .col-content * {
7726
+ font-size: 14px;
7727
+ line-height: 20px;
7728
+ }
7729
+
7730
+ .E_c8c2hys {
7731
+ display: flex;
7732
+ justify-content: space-between;
7733
+ flex: 1;
7734
+ min-width: 0;
7735
+ }
7736
+
7737
+ .E_n4m6c4d {
7738
+ color: rgba(0, 21, 64, 0.3);
7739
+ }
7740
+
7719
7741
  .E_h1ol2wl7 {
7720
7742
  font-weight: bold;
7721
7743
  background-color: unset;
7722
7744
  padding: unset;
7723
7745
  }
7724
7746
 
7747
+ .E_cevhqx7 {
7748
+ color: #00122e;
7749
+ }
7750
+
7751
+ .E_snbqlt4 {
7752
+ margin-top: 8px;
7753
+ color: rgba(44, 56, 82, 0.6);
7754
+ }
7755
+
7725
7756
  .E_c14ouk5o {
7726
7757
  width: 100%;
7727
7758
  height: 100%;
@@ -7817,15 +7848,6 @@ span.E_tqjc4ui {
7817
7848
  margin: 16px 0;
7818
7849
  }
7819
7850
 
7820
- .E_cevhqx7 {
7821
- color: #00122e;
7822
- }
7823
-
7824
- .E_snbqlt4 {
7825
- margin-top: 8px;
7826
- color: rgba(44, 56, 82, 0.6);
7827
- }
7828
-
7829
7851
  .E_c1kchka8 {
7830
7852
  height: 100%;
7831
7853
  width: 100%;