@cloudtower/eagle 0.35.3 → 0.35.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Progress/progress.widgets.js +2 -0
- package/dist/cjs/coreX/BatchOperation/index.js +4 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2232 -2226
- package/dist/esm/core/Progress/progress.widgets.js +2 -0
- package/dist/esm/coreX/BatchOperation/index.js +4 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2589 -2583
- package/dist/style.css +2232 -2226
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1172,6 +1172,22 @@ html body {
|
|
|
1172
1172
|
flex: 1;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
+
.E_berrcjl {
|
|
1176
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1177
|
+
margin-bottom: 4px;
|
|
1178
|
+
}
|
|
1179
|
+
.E_berrcjl .breadcrumb-link {
|
|
1180
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1181
|
+
cursor: pointer;
|
|
1182
|
+
transition: color 160ms ease;
|
|
1183
|
+
}
|
|
1184
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1185
|
+
color: #0080ff;
|
|
1186
|
+
}
|
|
1187
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1188
|
+
color: #005ed1;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1175
1191
|
.E_b1nip9bk {
|
|
1176
1192
|
padding: 4px 11px;
|
|
1177
1193
|
}
|
|
@@ -1201,20 +1217,39 @@ html body {
|
|
|
1201
1217
|
border-radius: unset;
|
|
1202
1218
|
}
|
|
1203
1219
|
|
|
1204
|
-
.
|
|
1205
|
-
|
|
1206
|
-
|
|
1220
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1221
|
+
padding: 4px 8px 0 8px;
|
|
1222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1223
|
+
font-size: 12px;
|
|
1207
1224
|
}
|
|
1208
|
-
.
|
|
1209
|
-
|
|
1210
|
-
cursor: pointer;
|
|
1211
|
-
transition: color 160ms ease;
|
|
1225
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1226
|
+
padding-bottom: 6px;
|
|
1212
1227
|
}
|
|
1213
|
-
.
|
|
1214
|
-
|
|
1228
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1229
|
+
padding-top: 4px;
|
|
1230
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1215
1231
|
}
|
|
1216
|
-
|
|
1217
|
-
|
|
1232
|
+
|
|
1233
|
+
.E_c1uzzomf {
|
|
1234
|
+
margin-bottom: 16px;
|
|
1235
|
+
}
|
|
1236
|
+
.E_c1uzzomf .card-title {
|
|
1237
|
+
font-size: 16px;
|
|
1238
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1239
|
+
font-weight: 700;
|
|
1240
|
+
line-height: 32px;
|
|
1241
|
+
}
|
|
1242
|
+
.E_c1uzzomf .card-body {
|
|
1243
|
+
padding: 24px;
|
|
1244
|
+
border-radius: 8px;
|
|
1245
|
+
background: #fff;
|
|
1246
|
+
}
|
|
1247
|
+
.E_c1uzzomf .empty {
|
|
1248
|
+
font-weight: 700;
|
|
1249
|
+
font-size: 14px;
|
|
1250
|
+
line-height: 22px;
|
|
1251
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1252
|
+
text-align: center;
|
|
1218
1253
|
}
|
|
1219
1254
|
|
|
1220
1255
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -1474,28 +1509,6 @@ html body {
|
|
|
1474
1509
|
justify-content: center;
|
|
1475
1510
|
}
|
|
1476
1511
|
|
|
1477
|
-
.E_c1uzzomf {
|
|
1478
|
-
margin-bottom: 16px;
|
|
1479
|
-
}
|
|
1480
|
-
.E_c1uzzomf .card-title {
|
|
1481
|
-
font-size: 16px;
|
|
1482
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1483
|
-
font-weight: 700;
|
|
1484
|
-
line-height: 32px;
|
|
1485
|
-
}
|
|
1486
|
-
.E_c1uzzomf .card-body {
|
|
1487
|
-
padding: 24px;
|
|
1488
|
-
border-radius: 8px;
|
|
1489
|
-
background: #fff;
|
|
1490
|
-
}
|
|
1491
|
-
.E_c1uzzomf .empty {
|
|
1492
|
-
font-weight: 700;
|
|
1493
|
-
font-size: 14px;
|
|
1494
|
-
line-height: 22px;
|
|
1495
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1496
|
-
text-align: center;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
1512
|
.E_d1bw7c5z {
|
|
1500
1513
|
position: relative;
|
|
1501
1514
|
max-width: 388px;
|
|
@@ -1579,50 +1592,19 @@ html body {
|
|
|
1579
1592
|
width: 102px;
|
|
1580
1593
|
}
|
|
1581
1594
|
|
|
1582
|
-
.
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
padding: 4px 8px 0 8px;
|
|
1591
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1592
|
-
font-size: 12px;
|
|
1593
|
-
}
|
|
1594
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1595
|
-
padding-bottom: 6px;
|
|
1596
|
-
}
|
|
1597
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1598
|
-
padding-top: 4px;
|
|
1599
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1603
|
-
line-height: 18px;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
1607
|
-
border: 0px;
|
|
1608
|
-
background-color: #fff;
|
|
1609
|
-
}
|
|
1610
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1611
|
-
padding-top: 0px;
|
|
1612
|
-
padding-bottom: 0px;
|
|
1613
|
-
padding-left: 0px !important;
|
|
1614
|
-
padding-right: 24px;
|
|
1615
|
-
}
|
|
1616
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1617
|
-
right: 0px;
|
|
1618
|
-
}
|
|
1619
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1620
|
-
padding: 0px;
|
|
1595
|
+
.E_fzh9mnb {
|
|
1596
|
+
width: 100%;
|
|
1597
|
+
height: 100%;
|
|
1598
|
+
min-height: 124px;
|
|
1599
|
+
display: flex;
|
|
1600
|
+
flex-direction: column;
|
|
1601
|
+
justify-content: center;
|
|
1602
|
+
align-items: center;
|
|
1621
1603
|
}
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1604
|
+
.E_fzh9mnb .error-text {
|
|
1605
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1606
|
+
margin-bottom: 16px;
|
|
1607
|
+
font-size: 18px;
|
|
1626
1608
|
}
|
|
1627
1609
|
|
|
1628
1610
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -1637,79 +1619,198 @@ html body {
|
|
|
1637
1619
|
border-top-right-radius: 5px;
|
|
1638
1620
|
}
|
|
1639
1621
|
|
|
1640
|
-
.
|
|
1641
|
-
display:
|
|
1642
|
-
|
|
1622
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
1623
|
+
display: var(--ai7qkf2-0);
|
|
1624
|
+
}
|
|
1625
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
1626
|
+
display: inline-flex;
|
|
1627
|
+
line-height: 1.5715;
|
|
1628
|
+
height: 100%;
|
|
1629
|
+
width: 100%;
|
|
1630
|
+
}
|
|
1631
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
1632
|
+
content: var(--ai7qkf2-1);
|
|
1633
|
+
display: var(--ai7qkf2-2);
|
|
1634
|
+
flex: none;
|
|
1643
1635
|
align-items: center;
|
|
1644
|
-
|
|
1636
|
+
margin-left: 4px;
|
|
1637
|
+
padding: 5px 12px 5px 0;
|
|
1645
1638
|
color: rgba(44, 56, 82, 0.6);
|
|
1646
|
-
font-size: 12px;
|
|
1647
|
-
line-height: 24px;
|
|
1648
|
-
}
|
|
1649
|
-
.E_phljevk .pagination-left {
|
|
1650
|
-
padding: 2px 8px;
|
|
1651
1639
|
}
|
|
1652
|
-
.
|
|
1653
|
-
|
|
1640
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
1641
|
+
content: var(--ai7qkf2-3);
|
|
1642
|
+
display: var(--ai7qkf2-4);
|
|
1643
|
+
flex: none;
|
|
1654
1644
|
align-items: center;
|
|
1655
|
-
|
|
1656
|
-
cursor:
|
|
1657
|
-
|
|
1645
|
+
margin-right: 4px;
|
|
1646
|
+
cursor: auto;
|
|
1647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1658
1648
|
}
|
|
1659
|
-
.
|
|
1660
|
-
|
|
1661
|
-
color: #0080ff;
|
|
1649
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
1650
|
+
border-radius: 0;
|
|
1662
1651
|
}
|
|
1663
|
-
.
|
|
1664
|
-
|
|
1652
|
+
.E_ai7qkf2.ant-input-number {
|
|
1653
|
+
width: 100%;
|
|
1654
|
+
border-radius: 6px;
|
|
1665
1655
|
}
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
font-weight: bold;
|
|
1656
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
1657
|
+
border-color: #0096ff;
|
|
1658
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
1659
|
+
z-index: 1;
|
|
1671
1660
|
}
|
|
1672
|
-
.
|
|
1673
|
-
|
|
1661
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
1662
|
+
border-color: #e75a3a;
|
|
1663
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
1674
1664
|
}
|
|
1675
|
-
.
|
|
1676
|
-
|
|
1677
|
-
|
|
1665
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
1666
|
+
height: 30px;
|
|
1667
|
+
border: 1px;
|
|
1668
|
+
padding: 5px 12px;
|
|
1669
|
+
font-size: inherit;
|
|
1678
1670
|
}
|
|
1679
|
-
.
|
|
1680
|
-
|
|
1681
|
-
|
|
1671
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
1672
|
+
height: 38px;
|
|
1673
|
+
border: 1px;
|
|
1674
|
+
padding: 8px 16px;
|
|
1682
1675
|
}
|
|
1683
|
-
.
|
|
1684
|
-
|
|
1676
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
1677
|
+
height: 22px;
|
|
1678
|
+
border: 1px;
|
|
1679
|
+
padding: 2px 8px;
|
|
1685
1680
|
}
|
|
1686
1681
|
|
|
1687
|
-
.
|
|
1688
|
-
|
|
1689
|
-
overflow-y: auto;
|
|
1682
|
+
.E_atcz0kf .ant-input-suffix {
|
|
1683
|
+
margin-left: 8px;
|
|
1690
1684
|
}
|
|
1691
|
-
.
|
|
1692
|
-
padding:
|
|
1693
|
-
|
|
1685
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1686
|
+
padding: 2px 7px 2px 12px;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1694
1690
|
line-height: 18px;
|
|
1695
1691
|
}
|
|
1696
1692
|
|
|
1697
|
-
.
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1693
|
+
.E_f7pxqmh {
|
|
1694
|
+
width: 100%;
|
|
1695
|
+
margin-bottom: 0 !important;
|
|
1696
|
+
flex-flow: nowrap !important;
|
|
1697
|
+
line-break: auto;
|
|
1701
1698
|
}
|
|
1702
|
-
.
|
|
1703
|
-
|
|
1704
|
-
|
|
1699
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
1700
|
+
text-align: left !important;
|
|
1701
|
+
padding-bottom: 0 !important;
|
|
1705
1702
|
}
|
|
1706
|
-
.
|
|
1707
|
-
|
|
1703
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1704
|
+
min-height: 32px;
|
|
1705
|
+
height: auto;
|
|
1706
|
+
font-size: 13px;
|
|
1707
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1708
|
+
white-space: normal;
|
|
1708
1709
|
}
|
|
1709
|
-
.
|
|
1710
|
-
border-color: #
|
|
1710
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
1711
|
+
border-color: #ff4d4f !important;
|
|
1711
1712
|
}
|
|
1712
|
-
.
|
|
1713
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
1714
|
+
border-color: #ff4d4f !important;
|
|
1715
|
+
}
|
|
1716
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
1717
|
+
margin-top: 4px;
|
|
1718
|
+
font-size: 12px;
|
|
1719
|
+
min-height: 0px;
|
|
1720
|
+
}
|
|
1721
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
1722
|
+
font-size: 12px;
|
|
1723
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1724
|
+
min-height: 0px;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.E_i1inqkme {
|
|
1728
|
+
height: 18px;
|
|
1729
|
+
line-height: 18px;
|
|
1730
|
+
padding: 0 4px;
|
|
1731
|
+
border-radius: 4px;
|
|
1732
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1733
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1734
|
+
display: flex;
|
|
1735
|
+
align-items: center;
|
|
1736
|
+
white-space: nowrap;
|
|
1737
|
+
margin-right: 4px;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.E_iouxfgt {
|
|
1741
|
+
display: inline-flex;
|
|
1742
|
+
align-items: center;
|
|
1743
|
+
}
|
|
1744
|
+
.E_iouxfgt .icon-inner {
|
|
1745
|
+
display: inline-flex;
|
|
1746
|
+
align-items: center;
|
|
1747
|
+
justify-content: center;
|
|
1748
|
+
}
|
|
1749
|
+
.E_iouxfgt .icon-inner + span,
|
|
1750
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
1751
|
+
margin-left: 4px;
|
|
1752
|
+
}
|
|
1753
|
+
.E_iouxfgt.is-rotate img,
|
|
1754
|
+
.E_iouxfgt.is-rotate svg {
|
|
1755
|
+
animation: rotate 680ms linear infinite;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
1759
|
+
display: var(--a1wfy30z-0);
|
|
1760
|
+
}
|
|
1761
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
1762
|
+
padding: 4px 11px;
|
|
1763
|
+
display: inline-flex;
|
|
1764
|
+
line-height: 1.5715;
|
|
1765
|
+
height: inherit;
|
|
1766
|
+
}
|
|
1767
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
1768
|
+
content: var(--a1wfy30z-1);
|
|
1769
|
+
display: var(--a1wfy30z-2);
|
|
1770
|
+
flex: none;
|
|
1771
|
+
align-items: center;
|
|
1772
|
+
margin-left: 4px;
|
|
1773
|
+
}
|
|
1774
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
1775
|
+
content: var(--a1wfy30z-3);
|
|
1776
|
+
display: var(--a1wfy30z-4);
|
|
1777
|
+
flex: none;
|
|
1778
|
+
align-items: center;
|
|
1779
|
+
margin-right: 4px;
|
|
1780
|
+
cursor: auto;
|
|
1781
|
+
}
|
|
1782
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
1783
|
+
padding: 0;
|
|
1784
|
+
margin: 0;
|
|
1785
|
+
height: auto;
|
|
1786
|
+
font-size: inherit;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.E_owd0kml {
|
|
1790
|
+
display: inline-block;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.E_h1jsgezc {
|
|
1794
|
+
visibility: hidden;
|
|
1795
|
+
position: absolute;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1799
|
+
display: inline-flex;
|
|
1800
|
+
align-items: baseline;
|
|
1801
|
+
white-space: pre-wrap;
|
|
1802
|
+
}
|
|
1803
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1804
|
+
position: relative;
|
|
1805
|
+
top: 3px;
|
|
1806
|
+
}
|
|
1807
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1808
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1809
|
+
}
|
|
1810
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1811
|
+
border-color: #0080ff;
|
|
1812
|
+
}
|
|
1813
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1713
1814
|
border-color: #0080ff;
|
|
1714
1815
|
background: #0080ff;
|
|
1715
1816
|
}
|
|
@@ -1840,6 +1941,16 @@ html body {
|
|
|
1840
1941
|
width: 36px;
|
|
1841
1942
|
}
|
|
1842
1943
|
|
|
1944
|
+
.E_ivqqkzv {
|
|
1945
|
+
height: 24px;
|
|
1946
|
+
width: 56px !important;
|
|
1947
|
+
margin-right: 4px;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
.E_c1wk4q29 {
|
|
1951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1843
1954
|
.E_i11gg7mj .ant-input-prefix {
|
|
1844
1955
|
margin-right: 8px;
|
|
1845
1956
|
}
|
|
@@ -1866,44 +1977,61 @@ html body {
|
|
|
1866
1977
|
cursor: not-allowed;
|
|
1867
1978
|
}
|
|
1868
1979
|
|
|
1869
|
-
.
|
|
1870
|
-
--color: white;
|
|
1871
|
-
height: 14px;
|
|
1872
|
-
width: 14px;
|
|
1873
|
-
border-radius: 50%;
|
|
1874
|
-
flex-shrink: 0;
|
|
1980
|
+
.E_phljevk {
|
|
1875
1981
|
display: flex;
|
|
1982
|
+
justify-content: space-between;
|
|
1876
1983
|
align-items: center;
|
|
1877
|
-
|
|
1878
|
-
|
|
1984
|
+
padding: 10px 0;
|
|
1985
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1986
|
+
font-size: 12px;
|
|
1987
|
+
line-height: 24px;
|
|
1879
1988
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1882
|
-
height: 10px;
|
|
1883
|
-
width: 10px;
|
|
1884
|
-
border-radius: 50%;
|
|
1885
|
-
overflow: hidden;
|
|
1989
|
+
.E_phljevk .pagination-left {
|
|
1990
|
+
padding: 2px 8px;
|
|
1886
1991
|
}
|
|
1887
|
-
.
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1992
|
+
.E_phljevk .dropdown-trigger {
|
|
1993
|
+
display: flex;
|
|
1994
|
+
align-items: center;
|
|
1995
|
+
border-radius: 6px;
|
|
1996
|
+
cursor: pointer;
|
|
1997
|
+
transition: all 0.3s ease;
|
|
1998
|
+
}
|
|
1999
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
2000
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2001
|
+
color: #0080ff;
|
|
2002
|
+
}
|
|
2003
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
2004
|
+
margin-left: 4px;
|
|
2005
|
+
}
|
|
2006
|
+
.E_phljevk .pagination-right {
|
|
2007
|
+
display: flex;
|
|
2008
|
+
align-items: center;
|
|
2009
|
+
color: #0080ff;
|
|
2010
|
+
font-weight: bold;
|
|
2011
|
+
}
|
|
2012
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
2013
|
+
margin-left: 4px;
|
|
2014
|
+
}
|
|
2015
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
2016
|
+
.E_phljevk .pagination-right .next-btn {
|
|
2017
|
+
padding: 0 8px;
|
|
2018
|
+
}
|
|
2019
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
2020
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
2021
|
+
color: #0080ff;
|
|
2022
|
+
}
|
|
2023
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1895
2024
|
transform: rotate(180deg);
|
|
1896
2025
|
}
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
height:
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
transform: rotate(0deg);
|
|
2026
|
+
|
|
2027
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
2028
|
+
max-height: calc(100vh - 128px);
|
|
2029
|
+
overflow-y: auto;
|
|
2030
|
+
}
|
|
2031
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2032
|
+
padding: 4px 20px;
|
|
2033
|
+
font-size: 12px;
|
|
2034
|
+
line-height: 18px;
|
|
1907
2035
|
}
|
|
1908
2036
|
|
|
1909
2037
|
.E_s1dizucg.ant-switch {
|
|
@@ -1961,120 +2089,58 @@ html body {
|
|
|
1961
2089
|
margin-left: 5px;
|
|
1962
2090
|
}
|
|
1963
2091
|
|
|
2092
|
+
.E_c1bus5hc {
|
|
2093
|
+
--color: white;
|
|
2094
|
+
height: 14px;
|
|
2095
|
+
width: 14px;
|
|
2096
|
+
border-radius: 50%;
|
|
2097
|
+
flex-shrink: 0;
|
|
2098
|
+
display: flex;
|
|
2099
|
+
align-items: center;
|
|
2100
|
+
justify-content: center;
|
|
2101
|
+
border: 1px solid var(--color);
|
|
2102
|
+
}
|
|
2103
|
+
.E_c1bus5hc .circle-inner {
|
|
2104
|
+
position: relative;
|
|
2105
|
+
height: 10px;
|
|
2106
|
+
width: 10px;
|
|
2107
|
+
border-radius: 50%;
|
|
2108
|
+
overflow: hidden;
|
|
2109
|
+
}
|
|
2110
|
+
.E_c1bus5hc .circle-content {
|
|
2111
|
+
position: absolute;
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
width: 100%;
|
|
2114
|
+
left: 0;
|
|
2115
|
+
top: 0;
|
|
2116
|
+
border-radius: 50%;
|
|
2117
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2118
|
+
transform: rotate(180deg);
|
|
2119
|
+
}
|
|
2120
|
+
.E_c1bus5hc .circle-child {
|
|
2121
|
+
position: absolute;
|
|
2122
|
+
height: 100%;
|
|
2123
|
+
width: 100%;
|
|
2124
|
+
left: 0;
|
|
2125
|
+
top: 0;
|
|
2126
|
+
margin-left: 50%;
|
|
2127
|
+
transform-origin: left;
|
|
2128
|
+
background: white;
|
|
2129
|
+
transform: rotate(0deg);
|
|
2130
|
+
}
|
|
2131
|
+
|
|
1964
2132
|
.E_tju3gfj .date {
|
|
1965
2133
|
margin-right: 4px;
|
|
1966
2134
|
}
|
|
1967
2135
|
|
|
1968
|
-
.
|
|
1969
|
-
|
|
2136
|
+
.E_s1sck0th {
|
|
2137
|
+
padding: 0 8px;
|
|
2138
|
+
border-radius: 4px;
|
|
1970
2139
|
}
|
|
1971
2140
|
|
|
1972
|
-
.
|
|
1973
|
-
padding: 8px
|
|
1974
|
-
|
|
1975
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1976
|
-
height: 34px;
|
|
1977
|
-
min-height: 34px;
|
|
1978
|
-
box-sizing: border-box;
|
|
1979
|
-
margin-top: 8px;
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
.E_o1ugr09p {
|
|
1983
|
-
display: flex;
|
|
1984
|
-
flex-direction: column;
|
|
1985
|
-
margin: 1px 8px;
|
|
1986
|
-
padding: 8px;
|
|
1987
|
-
border-radius: 4px;
|
|
1988
|
-
}
|
|
1989
|
-
.E_o1ugr09p .selected-icon {
|
|
1990
|
-
display: none;
|
|
1991
|
-
}
|
|
1992
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
1993
|
-
padding-left: 8px;
|
|
1994
|
-
}
|
|
1995
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
1996
|
-
background-color: white;
|
|
1997
|
-
}
|
|
1998
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
1999
|
-
color: #0080ff;
|
|
2000
|
-
}
|
|
2001
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2002
|
-
display: block;
|
|
2003
|
-
}
|
|
2004
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
2005
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2006
|
-
}
|
|
2007
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2008
|
-
color: #0080ff;
|
|
2009
|
-
}
|
|
2010
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2011
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2012
|
-
color: #0080ff;
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.E_o1ifxsq4 {
|
|
2016
|
-
display: flex;
|
|
2017
|
-
justify-content: space-between;
|
|
2018
|
-
height: 20px;
|
|
2019
|
-
line-height: 20px;
|
|
2020
|
-
}
|
|
2021
|
-
.E_o1ifxsq4 .timezone-title {
|
|
2022
|
-
color: #2d3a56;
|
|
2023
|
-
overflow: hidden;
|
|
2024
|
-
text-overflow: ellipsis;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
.E_o1zue7 {
|
|
2028
|
-
display: flex;
|
|
2029
|
-
justify-content: space-between;
|
|
2030
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2031
|
-
height: 18px;
|
|
2032
|
-
line-height: 18px;
|
|
2033
|
-
margin-top: 2px;
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
.E_tyfmlxg {
|
|
2037
|
-
border: none;
|
|
2038
|
-
margin-right: 0;
|
|
2039
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
.E_o18uybox {
|
|
2043
|
-
pointer-events: none;
|
|
2044
|
-
height: 32px;
|
|
2045
|
-
width: 100%;
|
|
2046
|
-
opacity: 0;
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2050
|
-
display: none;
|
|
2051
|
-
}
|
|
2052
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
2053
|
-
background: rgba(23, 38, 64, 0.8);
|
|
2054
|
-
border-radius: 4px;
|
|
2055
|
-
}
|
|
2056
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2057
|
-
visibility: hidden;
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
.E_ivqqkzv {
|
|
2061
|
-
height: 24px;
|
|
2062
|
-
width: 56px !important;
|
|
2063
|
-
margin-right: 4px;
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
.E_c1wk4q29 {
|
|
2067
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
.E_s1sck0th {
|
|
2071
|
-
padding: 0 8px;
|
|
2072
|
-
border-radius: 4px;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.E_m855nr1 {
|
|
2076
|
-
padding: 2px 8px;
|
|
2077
|
-
border-radius: 3px;
|
|
2141
|
+
.E_m855nr1 {
|
|
2142
|
+
padding: 2px 8px;
|
|
2143
|
+
border-radius: 3px;
|
|
2078
2144
|
}
|
|
2079
2145
|
|
|
2080
2146
|
.E_l1270xpg {
|
|
@@ -2149,290 +2215,108 @@ html body {
|
|
|
2149
2215
|
background-color: #7E41FF;
|
|
2150
2216
|
}
|
|
2151
2217
|
|
|
2152
|
-
.
|
|
2153
|
-
display:
|
|
2218
|
+
.E_cnujxq2 {
|
|
2219
|
+
display: flex;
|
|
2220
|
+
flex-direction: column;
|
|
2154
2221
|
}
|
|
2155
2222
|
|
|
2156
|
-
.
|
|
2223
|
+
.E_m7s48ia {
|
|
2224
|
+
max-width: 1120px;
|
|
2157
2225
|
width: 100%;
|
|
2158
|
-
margin
|
|
2159
|
-
|
|
2160
|
-
line-break: auto;
|
|
2161
|
-
}
|
|
2162
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2163
|
-
text-align: left !important;
|
|
2164
|
-
padding-bottom: 0 !important;
|
|
2226
|
+
margin: 0 auto;
|
|
2227
|
+
height: 100%;
|
|
2165
2228
|
}
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2229
|
+
|
|
2230
|
+
.E_wt5zbg6 {
|
|
2231
|
+
max-width: 1120px;
|
|
2232
|
+
width: 100%;
|
|
2233
|
+
margin: 0 auto;
|
|
2234
|
+
display: flex;
|
|
2172
2235
|
}
|
|
2173
|
-
.
|
|
2174
|
-
|
|
2236
|
+
.E_wt5zbg6 .left,
|
|
2237
|
+
.E_wt5zbg6 .right {
|
|
2238
|
+
flex-grow: 0;
|
|
2239
|
+
flex-shrink: 0;
|
|
2240
|
+
flex-basis: 21%;
|
|
2175
2241
|
}
|
|
2176
|
-
.
|
|
2177
|
-
|
|
2242
|
+
.E_wt5zbg6 .left {
|
|
2243
|
+
display: flex;
|
|
2244
|
+
justify-content: flex-end;
|
|
2245
|
+
padding-right: 44px;
|
|
2178
2246
|
}
|
|
2179
|
-
.
|
|
2180
|
-
|
|
2181
|
-
font-size: 12px;
|
|
2182
|
-
min-height: 0px;
|
|
2247
|
+
.E_wt5zbg6 .right {
|
|
2248
|
+
padding-left: 44px;
|
|
2183
2249
|
}
|
|
2184
|
-
.
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2250
|
+
.E_wt5zbg6 .middle {
|
|
2251
|
+
margin-bottom: 40px;
|
|
2252
|
+
flex-grow: 0;
|
|
2253
|
+
flex-shrink: 0;
|
|
2254
|
+
flex-basis: 58%;
|
|
2255
|
+
overflow: hidden;
|
|
2188
2256
|
}
|
|
2189
|
-
|
|
2190
|
-
.E_fzh9mnb {
|
|
2257
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
2191
2258
|
width: 100%;
|
|
2192
|
-
height: 100%;
|
|
2193
|
-
min-height: 124px;
|
|
2194
|
-
display: flex;
|
|
2195
|
-
flex-direction: column;
|
|
2196
|
-
justify-content: center;
|
|
2197
|
-
align-items: center;
|
|
2198
2259
|
}
|
|
2199
|
-
.
|
|
2200
|
-
|
|
2201
|
-
margin-bottom: 16px;
|
|
2202
|
-
font-size: 18px;
|
|
2260
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
2261
|
+
width: auto;
|
|
2203
2262
|
}
|
|
2204
2263
|
|
|
2205
|
-
.
|
|
2206
|
-
|
|
2264
|
+
.E_h18jprzg .ant-modal-header {
|
|
2265
|
+
margin: 0 auto;
|
|
2266
|
+
width: 100%;
|
|
2267
|
+
max-width: 648px;
|
|
2207
2268
|
}
|
|
2208
|
-
.
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2269
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
2270
|
+
margin-left: 0;
|
|
2271
|
+
}
|
|
2272
|
+
.E_h18jprzg .ant-modal-body {
|
|
2273
|
+
margin: 0 auto;
|
|
2274
|
+
padding: 0;
|
|
2212
2275
|
width: 100%;
|
|
2276
|
+
max-width: 648px;
|
|
2277
|
+
overflow: hidden;
|
|
2213
2278
|
}
|
|
2214
|
-
.
|
|
2215
|
-
|
|
2216
|
-
display: var(--ai7qkf2-2);
|
|
2217
|
-
flex: none;
|
|
2218
|
-
align-items: center;
|
|
2219
|
-
margin-left: 4px;
|
|
2220
|
-
padding: 5px 12px 5px 0;
|
|
2221
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2279
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
2280
|
+
margin-bottom: 40px;
|
|
2222
2281
|
}
|
|
2223
|
-
.
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
flex: none;
|
|
2227
|
-
align-items: center;
|
|
2228
|
-
margin-right: 4px;
|
|
2229
|
-
cursor: auto;
|
|
2230
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2282
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
2283
|
+
height: calc(100vh - 225px);
|
|
2284
|
+
overflow-y: auto;
|
|
2231
2285
|
}
|
|
2232
|
-
.
|
|
2233
|
-
|
|
2286
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
2287
|
+
margin: 0 auto;
|
|
2288
|
+
max-width: 648px;
|
|
2234
2289
|
}
|
|
2235
|
-
|
|
2290
|
+
|
|
2291
|
+
.E_h16z9xgz .ant-modal-header {
|
|
2292
|
+
margin: 0 auto;
|
|
2236
2293
|
width: 100%;
|
|
2237
|
-
|
|
2294
|
+
max-width: 1024px;
|
|
2238
2295
|
}
|
|
2239
|
-
.
|
|
2240
|
-
|
|
2241
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2242
|
-
z-index: 1;
|
|
2296
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
2297
|
+
margin-left: 0;
|
|
2243
2298
|
}
|
|
2244
|
-
.
|
|
2245
|
-
|
|
2246
|
-
|
|
2299
|
+
.E_h16z9xgz .ant-modal-body {
|
|
2300
|
+
margin: 0 auto;
|
|
2301
|
+
padding: 0;
|
|
2302
|
+
width: 100%;
|
|
2303
|
+
max-width: 1024px;
|
|
2304
|
+
overflow: hidden;
|
|
2247
2305
|
}
|
|
2248
|
-
.
|
|
2249
|
-
|
|
2250
|
-
border: 1px;
|
|
2251
|
-
padding: 5px 12px;
|
|
2252
|
-
font-size: inherit;
|
|
2306
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
2307
|
+
margin-bottom: 40px;
|
|
2253
2308
|
}
|
|
2254
|
-
.
|
|
2255
|
-
height:
|
|
2256
|
-
|
|
2257
|
-
padding: 8px 16px;
|
|
2309
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
2310
|
+
height: calc(100vh - 225px);
|
|
2311
|
+
overflow-y: auto;
|
|
2258
2312
|
}
|
|
2259
|
-
.
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
padding: 2px 8px;
|
|
2313
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
2314
|
+
margin: 0 auto;
|
|
2315
|
+
max-width: 1024px;
|
|
2263
2316
|
}
|
|
2264
2317
|
|
|
2265
|
-
.
|
|
2266
|
-
|
|
2267
|
-
}
|
|
2268
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2269
|
-
padding: 4px 11px;
|
|
2270
|
-
display: inline-flex;
|
|
2271
|
-
line-height: 1.5715;
|
|
2272
|
-
height: inherit;
|
|
2273
|
-
}
|
|
2274
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2275
|
-
content: var(--a1wfy30z-1);
|
|
2276
|
-
display: var(--a1wfy30z-2);
|
|
2277
|
-
flex: none;
|
|
2278
|
-
align-items: center;
|
|
2279
|
-
margin-left: 4px;
|
|
2280
|
-
}
|
|
2281
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2282
|
-
content: var(--a1wfy30z-3);
|
|
2283
|
-
display: var(--a1wfy30z-4);
|
|
2284
|
-
flex: none;
|
|
2285
|
-
align-items: center;
|
|
2286
|
-
margin-right: 4px;
|
|
2287
|
-
cursor: auto;
|
|
2288
|
-
}
|
|
2289
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2290
|
-
padding: 0;
|
|
2291
|
-
margin: 0;
|
|
2292
|
-
height: auto;
|
|
2293
|
-
font-size: inherit;
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
.E_iouxfgt {
|
|
2297
|
-
display: inline-flex;
|
|
2298
|
-
align-items: center;
|
|
2299
|
-
}
|
|
2300
|
-
.E_iouxfgt .icon-inner {
|
|
2301
|
-
display: inline-flex;
|
|
2302
|
-
align-items: center;
|
|
2303
|
-
justify-content: center;
|
|
2304
|
-
}
|
|
2305
|
-
.E_iouxfgt .icon-inner + span,
|
|
2306
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2307
|
-
margin-left: 4px;
|
|
2308
|
-
}
|
|
2309
|
-
.E_iouxfgt.is-rotate img,
|
|
2310
|
-
.E_iouxfgt.is-rotate svg {
|
|
2311
|
-
animation: rotate 680ms linear infinite;
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2315
|
-
margin-left: 8px;
|
|
2316
|
-
}
|
|
2317
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2318
|
-
padding: 2px 7px 2px 12px;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
.E_i1inqkme {
|
|
2322
|
-
height: 18px;
|
|
2323
|
-
line-height: 18px;
|
|
2324
|
-
padding: 0 4px;
|
|
2325
|
-
border-radius: 4px;
|
|
2326
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2327
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2328
|
-
display: flex;
|
|
2329
|
-
align-items: center;
|
|
2330
|
-
white-space: nowrap;
|
|
2331
|
-
margin-right: 4px;
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
.E_cnujxq2 {
|
|
2335
|
-
display: flex;
|
|
2336
|
-
flex-direction: column;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.E_m7s48ia {
|
|
2340
|
-
max-width: 1120px;
|
|
2341
|
-
width: 100%;
|
|
2342
|
-
margin: 0 auto;
|
|
2343
|
-
height: 100%;
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
.E_wt5zbg6 {
|
|
2347
|
-
max-width: 1120px;
|
|
2348
|
-
width: 100%;
|
|
2349
|
-
margin: 0 auto;
|
|
2350
|
-
display: flex;
|
|
2351
|
-
}
|
|
2352
|
-
.E_wt5zbg6 .left,
|
|
2353
|
-
.E_wt5zbg6 .right {
|
|
2354
|
-
flex-grow: 0;
|
|
2355
|
-
flex-shrink: 0;
|
|
2356
|
-
flex-basis: 21%;
|
|
2357
|
-
}
|
|
2358
|
-
.E_wt5zbg6 .left {
|
|
2359
|
-
display: flex;
|
|
2360
|
-
justify-content: flex-end;
|
|
2361
|
-
padding-right: 44px;
|
|
2362
|
-
}
|
|
2363
|
-
.E_wt5zbg6 .right {
|
|
2364
|
-
padding-left: 44px;
|
|
2365
|
-
}
|
|
2366
|
-
.E_wt5zbg6 .middle {
|
|
2367
|
-
margin-bottom: 40px;
|
|
2368
|
-
flex-grow: 0;
|
|
2369
|
-
flex-shrink: 0;
|
|
2370
|
-
flex-basis: 58%;
|
|
2371
|
-
overflow: hidden;
|
|
2372
|
-
}
|
|
2373
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
2374
|
-
width: 100%;
|
|
2375
|
-
}
|
|
2376
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
2377
|
-
width: auto;
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
.E_h18jprzg .ant-modal-header {
|
|
2381
|
-
margin: 0 auto;
|
|
2382
|
-
width: 100%;
|
|
2383
|
-
max-width: 648px;
|
|
2384
|
-
}
|
|
2385
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
2386
|
-
margin-left: 0;
|
|
2387
|
-
}
|
|
2388
|
-
.E_h18jprzg .ant-modal-body {
|
|
2389
|
-
margin: 0 auto;
|
|
2390
|
-
padding: 0;
|
|
2391
|
-
width: 100%;
|
|
2392
|
-
max-width: 648px;
|
|
2393
|
-
overflow: hidden;
|
|
2394
|
-
}
|
|
2395
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
2396
|
-
margin-bottom: 40px;
|
|
2397
|
-
}
|
|
2398
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
2399
|
-
height: calc(100vh - 225px);
|
|
2400
|
-
overflow-y: auto;
|
|
2401
|
-
}
|
|
2402
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
2403
|
-
margin: 0 auto;
|
|
2404
|
-
max-width: 648px;
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
.E_h16z9xgz .ant-modal-header {
|
|
2408
|
-
margin: 0 auto;
|
|
2409
|
-
width: 100%;
|
|
2410
|
-
max-width: 1024px;
|
|
2411
|
-
}
|
|
2412
|
-
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
2413
|
-
margin-left: 0;
|
|
2414
|
-
}
|
|
2415
|
-
.E_h16z9xgz .ant-modal-body {
|
|
2416
|
-
margin: 0 auto;
|
|
2417
|
-
padding: 0;
|
|
2418
|
-
width: 100%;
|
|
2419
|
-
max-width: 1024px;
|
|
2420
|
-
overflow: hidden;
|
|
2421
|
-
}
|
|
2422
|
-
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
2423
|
-
margin-bottom: 40px;
|
|
2424
|
-
}
|
|
2425
|
-
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
2426
|
-
height: calc(100vh - 225px);
|
|
2427
|
-
overflow-y: auto;
|
|
2428
|
-
}
|
|
2429
|
-
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
2430
|
-
margin: 0 auto;
|
|
2431
|
-
max-width: 1024px;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
.E_f1lrhghm {
|
|
2435
|
-
flex: 1;
|
|
2318
|
+
.E_f1lrhghm {
|
|
2319
|
+
flex: 1;
|
|
2436
2320
|
}
|
|
2437
2321
|
.E_f1lrhghm label {
|
|
2438
2322
|
font-size: 13px;
|
|
@@ -3021,13 +2905,89 @@ input.E_rf8rlle.ant-input {
|
|
|
3021
2905
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3022
2906
|
}
|
|
3023
2907
|
|
|
3024
|
-
.
|
|
3025
|
-
|
|
2908
|
+
.E_s1dni7lo {
|
|
2909
|
+
width: 430px !important;
|
|
3026
2910
|
}
|
|
3027
2911
|
|
|
3028
|
-
.
|
|
3029
|
-
|
|
3030
|
-
|
|
2912
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2913
|
+
padding: 8px 16px;
|
|
2914
|
+
line-height: 18px;
|
|
2915
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2916
|
+
height: 34px;
|
|
2917
|
+
min-height: 34px;
|
|
2918
|
+
box-sizing: border-box;
|
|
2919
|
+
margin-top: 8px;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
.E_o1ugr09p {
|
|
2923
|
+
display: flex;
|
|
2924
|
+
flex-direction: column;
|
|
2925
|
+
margin: 1px 8px;
|
|
2926
|
+
padding: 8px;
|
|
2927
|
+
border-radius: 4px;
|
|
2928
|
+
}
|
|
2929
|
+
.E_o1ugr09p .selected-icon {
|
|
2930
|
+
display: none;
|
|
2931
|
+
}
|
|
2932
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2933
|
+
padding-left: 8px;
|
|
2934
|
+
}
|
|
2935
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2936
|
+
background-color: white;
|
|
2937
|
+
}
|
|
2938
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2939
|
+
color: #0080ff;
|
|
2940
|
+
}
|
|
2941
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2942
|
+
display: block;
|
|
2943
|
+
}
|
|
2944
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
2945
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2946
|
+
}
|
|
2947
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2948
|
+
color: #0080ff;
|
|
2949
|
+
}
|
|
2950
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2951
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2952
|
+
color: #0080ff;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
.E_o1ifxsq4 {
|
|
2956
|
+
display: flex;
|
|
2957
|
+
justify-content: space-between;
|
|
2958
|
+
height: 20px;
|
|
2959
|
+
line-height: 20px;
|
|
2960
|
+
}
|
|
2961
|
+
.E_o1ifxsq4 .timezone-title {
|
|
2962
|
+
color: #2d3a56;
|
|
2963
|
+
overflow: hidden;
|
|
2964
|
+
text-overflow: ellipsis;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
.E_o1zue7 {
|
|
2968
|
+
display: flex;
|
|
2969
|
+
justify-content: space-between;
|
|
2970
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2971
|
+
height: 18px;
|
|
2972
|
+
line-height: 18px;
|
|
2973
|
+
margin-top: 2px;
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
.E_tyfmlxg {
|
|
2977
|
+
border: none;
|
|
2978
|
+
margin-right: 0;
|
|
2979
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
.E_o18uybox {
|
|
2983
|
+
pointer-events: none;
|
|
2984
|
+
height: 32px;
|
|
2985
|
+
width: 100%;
|
|
2986
|
+
opacity: 0;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
.E_iq1gosr {
|
|
2990
|
+
display: inline-block;
|
|
3031
2991
|
}
|
|
3032
2992
|
|
|
3033
2993
|
.E_dsnbhzf {
|
|
@@ -3505,10 +3465,54 @@ input.E_rf8rlle.ant-input {
|
|
|
3505
3465
|
line-height: 12px;
|
|
3506
3466
|
}
|
|
3507
3467
|
|
|
3508
|
-
.
|
|
3509
|
-
display:
|
|
3510
|
-
|
|
3511
|
-
|
|
3468
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3469
|
+
display: none;
|
|
3470
|
+
}
|
|
3471
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
3472
|
+
background: rgba(23, 38, 64, 0.8);
|
|
3473
|
+
border-radius: 4px;
|
|
3474
|
+
}
|
|
3475
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
3476
|
+
visibility: hidden;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.E_c1yyuluq {
|
|
3480
|
+
border-radius: 8px;
|
|
3481
|
+
}
|
|
3482
|
+
.E_c1yyuluq .ant-card-body {
|
|
3483
|
+
padding: 20px 24px 24px 24px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
3487
|
+
border: 0px;
|
|
3488
|
+
background-color: #fff;
|
|
3489
|
+
}
|
|
3490
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3491
|
+
padding-top: 0px;
|
|
3492
|
+
padding-bottom: 0px;
|
|
3493
|
+
padding-left: 0px !important;
|
|
3494
|
+
padding-right: 24px;
|
|
3495
|
+
}
|
|
3496
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3497
|
+
right: 0px;
|
|
3498
|
+
}
|
|
3499
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3500
|
+
padding: 0px;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3504
|
+
padding-right: 0px;
|
|
3505
|
+
cursor: default;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.E_m196gn1d {
|
|
3509
|
+
min-width: 1280px;
|
|
3510
|
+
}
|
|
3511
|
+
|
|
3512
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3513
|
+
display: inline-flex;
|
|
3514
|
+
align-items: center;
|
|
3515
|
+
justify-content: center;
|
|
3512
3516
|
color: #fff;
|
|
3513
3517
|
font-weight: bold;
|
|
3514
3518
|
font-size: 12px;
|
|
@@ -3535,394 +3539,150 @@ input.E_rf8rlle.ant-input {
|
|
|
3535
3539
|
transition: all 320ms ease;
|
|
3536
3540
|
}
|
|
3537
3541
|
|
|
3538
|
-
.
|
|
3539
|
-
min-width: 1280px;
|
|
3540
|
-
}
|
|
3541
|
-
|
|
3542
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3543
|
-
border-radius: 6px;
|
|
3544
|
-
}
|
|
3545
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
3542
|
+
.E_b1lj76ty {
|
|
3546
3543
|
width: 100%;
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3544
|
+
height: 100%;
|
|
3545
|
+
margin: 0 auto;
|
|
3546
|
+
display: flex;
|
|
3547
|
+
flex-direction: column;
|
|
3548
|
+
align-items: center;
|
|
3549
|
+
justify-content: center;
|
|
3550
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3554
3551
|
}
|
|
3555
|
-
.
|
|
3556
|
-
|
|
3557
|
-
font-size: 13px;
|
|
3552
|
+
.E_b1lj76ty.large {
|
|
3553
|
+
max-width: 648px;
|
|
3558
3554
|
}
|
|
3559
|
-
.
|
|
3560
|
-
|
|
3561
|
-
transition: 160ms ease;
|
|
3555
|
+
.E_b1lj76ty.medium {
|
|
3556
|
+
max-width: 412px;
|
|
3562
3557
|
}
|
|
3563
|
-
.
|
|
3564
|
-
color:
|
|
3558
|
+
.E_b1lj76ty.gray {
|
|
3559
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3565
3560
|
}
|
|
3566
|
-
.
|
|
3567
|
-
|
|
3568
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3561
|
+
.E_b1lj76ty.white {
|
|
3562
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3569
3563
|
}
|
|
3570
|
-
.
|
|
3571
|
-
|
|
3564
|
+
.E_b1lj76ty .title {
|
|
3565
|
+
margin-bottom: 4px;
|
|
3572
3566
|
}
|
|
3573
|
-
.
|
|
3574
|
-
|
|
3575
|
-
|
|
3567
|
+
.E_b1lj76ty .title,
|
|
3568
|
+
.E_b1lj76ty .desc {
|
|
3569
|
+
word-break: break-all;
|
|
3570
|
+
text-align: center;
|
|
3576
3571
|
}
|
|
3577
|
-
.
|
|
3578
|
-
|
|
3572
|
+
.E_b1lj76ty .action-button.middle {
|
|
3573
|
+
margin-top: 16px;
|
|
3579
3574
|
}
|
|
3580
|
-
.
|
|
3581
|
-
|
|
3582
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3583
|
-
cursor: "not-allowed";
|
|
3575
|
+
.E_b1lj76ty .action-button.small {
|
|
3576
|
+
margin-top: 8px;
|
|
3584
3577
|
}
|
|
3585
|
-
|
|
3586
|
-
|
|
3578
|
+
|
|
3579
|
+
.E_suhck3k {
|
|
3580
|
+
height: 24px;
|
|
3581
|
+
width: 24px;
|
|
3582
|
+
border-radius: 6px;
|
|
3583
|
+
padding: 4px;
|
|
3587
3584
|
}
|
|
3588
|
-
.
|
|
3589
|
-
color:
|
|
3585
|
+
.E_suhck3k:hover {
|
|
3586
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3590
3587
|
}
|
|
3591
|
-
.
|
|
3592
|
-
|
|
3593
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3588
|
+
.E_suhck3k:hover svg path {
|
|
3589
|
+
fill: blue;
|
|
3594
3590
|
}
|
|
3595
|
-
|
|
3596
|
-
|
|
3591
|
+
|
|
3592
|
+
.E_hrhfj7c {
|
|
3593
|
+
display: none;
|
|
3597
3594
|
}
|
|
3598
3595
|
|
|
3599
|
-
.
|
|
3600
|
-
|
|
3596
|
+
.E_dt9qoak .bottom {
|
|
3597
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3601
3598
|
}
|
|
3602
|
-
.
|
|
3603
|
-
|
|
3599
|
+
.E_dt9qoak .left {
|
|
3600
|
+
min-width: 0;
|
|
3604
3601
|
}
|
|
3605
3602
|
|
|
3606
|
-
.
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
3611
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
3612
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
3613
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
3614
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
3615
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
3616
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
3617
|
-
display: none;
|
|
3618
|
-
width: 16px;
|
|
3619
|
-
height: 16px;
|
|
3603
|
+
.E_crhnxq5 {
|
|
3604
|
+
display: flex;
|
|
3605
|
+
flex-direction: row;
|
|
3606
|
+
justify-content: space-between;
|
|
3620
3607
|
}
|
|
3621
|
-
.
|
|
3622
|
-
|
|
3608
|
+
.E_crhnxq5 .label {
|
|
3609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3610
|
+
font-weight: 400;
|
|
3623
3611
|
}
|
|
3624
|
-
|
|
3625
|
-
|
|
3612
|
+
|
|
3613
|
+
.E_c1iq43vd {
|
|
3614
|
+
display: flex;
|
|
3615
|
+
flex-direction: column;
|
|
3616
|
+
justify-content: center;
|
|
3617
|
+
align-items: center;
|
|
3618
|
+
height: 240px;
|
|
3619
|
+
width: 432px;
|
|
3626
3620
|
}
|
|
3627
|
-
|
|
3628
|
-
|
|
3621
|
+
|
|
3622
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
3623
|
+
border-radius: 0px;
|
|
3624
|
+
box-shadow: unset;
|
|
3625
|
+
border: 0;
|
|
3626
|
+
border-bottom: 1px solid #e4e9f2;
|
|
3629
3627
|
}
|
|
3630
|
-
|
|
3631
|
-
|
|
3628
|
+
|
|
3629
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
3630
|
+
padding: 4px;
|
|
3632
3631
|
}
|
|
3633
|
-
.
|
|
3634
|
-
|
|
3632
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
3633
|
+
line-height: normal;
|
|
3635
3634
|
}
|
|
3636
|
-
.
|
|
3637
|
-
|
|
3635
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
3636
|
+
height: 22px;
|
|
3638
3637
|
}
|
|
3639
|
-
.
|
|
3640
|
-
|
|
3638
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
3639
|
+
row-gap: 2px;
|
|
3641
3640
|
}
|
|
3642
|
-
.
|
|
3643
|
-
|
|
3641
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
3642
|
+
line-height: normal;
|
|
3644
3643
|
}
|
|
3645
|
-
.
|
|
3646
|
-
|
|
3644
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
3645
|
+
max-width: 100%;
|
|
3647
3646
|
}
|
|
3648
|
-
.
|
|
3649
|
-
|
|
3647
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
3648
|
+
font-size: 13px;
|
|
3649
|
+
line-height: 20px;
|
|
3650
3650
|
}
|
|
3651
|
-
|
|
3652
|
-
|
|
3651
|
+
|
|
3652
|
+
.E_c1ec3mnt {
|
|
3653
|
+
font-size: 13px;
|
|
3653
3654
|
}
|
|
3654
|
-
|
|
3655
|
-
|
|
3655
|
+
|
|
3656
|
+
.E_c1iye0zj {
|
|
3657
|
+
padding: 7px 14px;
|
|
3658
|
+
height: 20px;
|
|
3659
|
+
font-weight: 400;
|
|
3660
|
+
box-sizing: content-box;
|
|
3661
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3662
|
+
display: flex;
|
|
3663
|
+
flex-direction: row;
|
|
3664
|
+
justify-content: space-between;
|
|
3665
|
+
align-items: center;
|
|
3666
|
+
border-bottom: 1px solid #e4e9f2;
|
|
3656
3667
|
}
|
|
3657
|
-
|
|
3658
|
-
|
|
3668
|
+
|
|
3669
|
+
.E_ckhyuyx {
|
|
3670
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
3671
|
+
border-radius: 8px;
|
|
3672
|
+
padding: 0px;
|
|
3659
3673
|
}
|
|
3660
|
-
.
|
|
3661
|
-
|
|
3674
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
3675
|
+
padding: 6px;
|
|
3676
|
+
height: 240px;
|
|
3662
3677
|
}
|
|
3663
|
-
.
|
|
3664
|
-
|
|
3678
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
3679
|
+
min-width: 296px;
|
|
3680
|
+
padding: 4px 4px 4px 8px;
|
|
3681
|
+
color: #00122e;
|
|
3682
|
+
margin-bottom: 2px;
|
|
3665
3683
|
}
|
|
3666
|
-
.
|
|
3667
|
-
|
|
3668
|
-
}
|
|
3669
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
3670
|
-
display: inline;
|
|
3671
|
-
}
|
|
3672
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
3673
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
3674
|
-
display: none;
|
|
3675
|
-
}
|
|
3676
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
3677
|
-
display: inline;
|
|
3678
|
-
}
|
|
3679
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
3680
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
3681
|
-
display: none;
|
|
3682
|
-
}
|
|
3683
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
3684
|
-
display: inline;
|
|
3685
|
-
}
|
|
3686
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
3687
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
3688
|
-
display: none;
|
|
3689
|
-
}
|
|
3690
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
3691
|
-
display: inline;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
.E_swwhohx.ant-select .ant-select-selector {
|
|
3695
|
-
padding: 0 7px 0 12px;
|
|
3696
|
-
}
|
|
3697
|
-
.E_swwhohx.ant-select .ant-select-arrow {
|
|
3698
|
-
right: 8px;
|
|
3699
|
-
top: 50%;
|
|
3700
|
-
margin-top: -8px;
|
|
3701
|
-
width: 16px;
|
|
3702
|
-
height: 16px;
|
|
3703
|
-
display: flex;
|
|
3704
|
-
align-items: center;
|
|
3705
|
-
}
|
|
3706
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
3707
|
-
padding: 0 11px 0 16px;
|
|
3708
|
-
}
|
|
3709
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
3710
|
-
right: 12px;
|
|
3711
|
-
}
|
|
3712
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
3713
|
-
padding: 0 3px 0 8px;
|
|
3714
|
-
}
|
|
3715
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
3716
|
-
right: 4px;
|
|
3717
|
-
}
|
|
3718
|
-
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
3719
|
-
padding-right: 24px;
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
|
-
.E_p2sxmsl {
|
|
3723
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3724
|
-
}
|
|
3725
|
-
|
|
3726
|
-
.E_w1dxz879 {
|
|
3727
|
-
display: flex;
|
|
3728
|
-
flex-direction: column;
|
|
3729
|
-
gap: 6px;
|
|
3730
|
-
}
|
|
3731
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
3732
|
-
max-height: var(--w1dxz879-0);
|
|
3733
|
-
text-overflow: clip;
|
|
3734
|
-
overflow: hidden;
|
|
3735
|
-
}
|
|
3736
|
-
.E_w1dxz879 .tips {
|
|
3737
|
-
color: #fff;
|
|
3738
|
-
opacity: 0.8;
|
|
3739
|
-
}
|
|
3740
|
-
|
|
3741
|
-
.E_oa99sl3 {
|
|
3742
|
-
display: flex;
|
|
3743
|
-
justify-content: space-between;
|
|
3744
|
-
align-items: center;
|
|
3745
|
-
gap: 8px;
|
|
3746
|
-
}
|
|
3747
|
-
.E_oa99sl3,
|
|
3748
|
-
.E_oa99sl3 :first-child {
|
|
3749
|
-
line-height: inherit !important;
|
|
3750
|
-
}
|
|
3751
|
-
|
|
3752
|
-
.E_lvp5pj7 {
|
|
3753
|
-
display: flex;
|
|
3754
|
-
justify-content: space-between;
|
|
3755
|
-
align-items: center;
|
|
3756
|
-
gap: 8px;
|
|
3757
|
-
min-width: 0;
|
|
3758
|
-
}
|
|
3759
|
-
|
|
3760
|
-
.E_s1io1lws {
|
|
3761
|
-
display: flex;
|
|
3762
|
-
align-items: center;
|
|
3763
|
-
flex-shrink: 0;
|
|
3764
|
-
}
|
|
3765
|
-
|
|
3766
|
-
.E_suhck3k {
|
|
3767
|
-
height: 24px;
|
|
3768
|
-
width: 24px;
|
|
3769
|
-
border-radius: 6px;
|
|
3770
|
-
padding: 4px;
|
|
3771
|
-
}
|
|
3772
|
-
.E_suhck3k:hover {
|
|
3773
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3774
|
-
}
|
|
3775
|
-
.E_suhck3k:hover svg path {
|
|
3776
|
-
fill: blue;
|
|
3777
|
-
}
|
|
3778
|
-
|
|
3779
|
-
.E_ryby9ds {
|
|
3780
|
-
display: flex;
|
|
3781
|
-
align-items: center;
|
|
3782
|
-
}
|
|
3783
|
-
.E_ryby9ds .order {
|
|
3784
|
-
height: 24px;
|
|
3785
|
-
width: 24px;
|
|
3786
|
-
border-radius: 20px;
|
|
3787
|
-
color: #0080ff;
|
|
3788
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3789
|
-
display: flex;
|
|
3790
|
-
align-items: center;
|
|
3791
|
-
justify-content: center;
|
|
3792
|
-
margin-right: 6px;
|
|
3793
|
-
}
|
|
3794
|
-
|
|
3795
|
-
.E_b1lj76ty {
|
|
3796
|
-
width: 100%;
|
|
3797
|
-
height: 100%;
|
|
3798
|
-
margin: 0 auto;
|
|
3799
|
-
display: flex;
|
|
3800
|
-
flex-direction: column;
|
|
3801
|
-
align-items: center;
|
|
3802
|
-
justify-content: center;
|
|
3803
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3804
|
-
}
|
|
3805
|
-
.E_b1lj76ty.large {
|
|
3806
|
-
max-width: 648px;
|
|
3807
|
-
}
|
|
3808
|
-
.E_b1lj76ty.medium {
|
|
3809
|
-
max-width: 412px;
|
|
3810
|
-
}
|
|
3811
|
-
.E_b1lj76ty.gray {
|
|
3812
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3813
|
-
}
|
|
3814
|
-
.E_b1lj76ty.white {
|
|
3815
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3816
|
-
}
|
|
3817
|
-
.E_b1lj76ty .title {
|
|
3818
|
-
margin-bottom: 4px;
|
|
3819
|
-
}
|
|
3820
|
-
.E_b1lj76ty .title,
|
|
3821
|
-
.E_b1lj76ty .desc {
|
|
3822
|
-
word-break: break-all;
|
|
3823
|
-
text-align: center;
|
|
3824
|
-
}
|
|
3825
|
-
.E_b1lj76ty .action-button.middle {
|
|
3826
|
-
margin-top: 16px;
|
|
3827
|
-
}
|
|
3828
|
-
.E_b1lj76ty .action-button.small {
|
|
3829
|
-
margin-top: 8px;
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
.E_hrhfj7c {
|
|
3833
|
-
display: none;
|
|
3834
|
-
}
|
|
3835
|
-
|
|
3836
|
-
.E_dt9qoak .bottom {
|
|
3837
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3838
|
-
}
|
|
3839
|
-
.E_dt9qoak .left {
|
|
3840
|
-
min-width: 0;
|
|
3841
|
-
}
|
|
3842
|
-
|
|
3843
|
-
.E_crhnxq5 {
|
|
3844
|
-
display: flex;
|
|
3845
|
-
flex-direction: row;
|
|
3846
|
-
justify-content: space-between;
|
|
3847
|
-
}
|
|
3848
|
-
.E_crhnxq5 .label {
|
|
3849
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3850
|
-
font-weight: 400;
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
|
-
.E_c1iq43vd {
|
|
3854
|
-
display: flex;
|
|
3855
|
-
flex-direction: column;
|
|
3856
|
-
justify-content: center;
|
|
3857
|
-
align-items: center;
|
|
3858
|
-
height: 240px;
|
|
3859
|
-
width: 432px;
|
|
3860
|
-
}
|
|
3861
|
-
|
|
3862
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
3863
|
-
border-radius: 0px;
|
|
3864
|
-
box-shadow: unset;
|
|
3865
|
-
border: 0;
|
|
3866
|
-
border-bottom: 1px solid #e4e9f2;
|
|
3867
|
-
}
|
|
3868
|
-
|
|
3869
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
3870
|
-
padding: 4px;
|
|
3871
|
-
}
|
|
3872
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
3873
|
-
line-height: normal;
|
|
3874
|
-
}
|
|
3875
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
3876
|
-
height: 22px;
|
|
3877
|
-
}
|
|
3878
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
3879
|
-
row-gap: 2px;
|
|
3880
|
-
}
|
|
3881
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
3882
|
-
line-height: normal;
|
|
3883
|
-
}
|
|
3884
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
3885
|
-
max-width: 100%;
|
|
3886
|
-
}
|
|
3887
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
3888
|
-
font-size: 13px;
|
|
3889
|
-
line-height: 20px;
|
|
3890
|
-
}
|
|
3891
|
-
|
|
3892
|
-
.E_c1ec3mnt {
|
|
3893
|
-
font-size: 13px;
|
|
3894
|
-
}
|
|
3895
|
-
|
|
3896
|
-
.E_c1iye0zj {
|
|
3897
|
-
padding: 7px 14px;
|
|
3898
|
-
height: 20px;
|
|
3899
|
-
font-weight: 400;
|
|
3900
|
-
box-sizing: content-box;
|
|
3901
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3902
|
-
display: flex;
|
|
3903
|
-
flex-direction: row;
|
|
3904
|
-
justify-content: space-between;
|
|
3905
|
-
align-items: center;
|
|
3906
|
-
border-bottom: 1px solid #e4e9f2;
|
|
3907
|
-
}
|
|
3908
|
-
|
|
3909
|
-
.E_ckhyuyx {
|
|
3910
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
3911
|
-
border-radius: 8px;
|
|
3912
|
-
padding: 0px;
|
|
3913
|
-
}
|
|
3914
|
-
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
3915
|
-
padding: 6px;
|
|
3916
|
-
height: 240px;
|
|
3917
|
-
}
|
|
3918
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
3919
|
-
min-width: 296px;
|
|
3920
|
-
padding: 4px 4px 4px 8px;
|
|
3921
|
-
color: #00122e;
|
|
3922
|
-
margin-bottom: 2px;
|
|
3923
|
-
}
|
|
3924
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
3925
|
-
vertical-align: middle;
|
|
3684
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
3685
|
+
vertical-align: middle;
|
|
3926
3686
|
}
|
|
3927
3687
|
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
3928
3688
|
font-weight: 400;
|
|
@@ -4048,39 +3808,77 @@ input.E_rf8rlle.ant-input {
|
|
|
4048
3808
|
font-size: 14px;
|
|
4049
3809
|
}
|
|
4050
3810
|
|
|
4051
|
-
.
|
|
4052
|
-
|
|
3811
|
+
.E_ryby9ds {
|
|
3812
|
+
display: flex;
|
|
3813
|
+
align-items: center;
|
|
3814
|
+
}
|
|
3815
|
+
.E_ryby9ds .order {
|
|
3816
|
+
height: 24px;
|
|
3817
|
+
width: 24px;
|
|
3818
|
+
border-radius: 20px;
|
|
3819
|
+
color: #0080ff;
|
|
3820
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3821
|
+
display: flex;
|
|
3822
|
+
align-items: center;
|
|
3823
|
+
justify-content: center;
|
|
3824
|
+
margin-right: 6px;
|
|
4053
3825
|
}
|
|
4054
3826
|
|
|
4055
|
-
.
|
|
4056
|
-
|
|
4057
|
-
padding-right: 8px;
|
|
4058
|
-
font-size: 12px;
|
|
3827
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3828
|
+
border-radius: 6px;
|
|
4059
3829
|
}
|
|
4060
|
-
.
|
|
4061
|
-
|
|
3830
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3831
|
+
width: 100%;
|
|
3832
|
+
color: #2d3a56;
|
|
3833
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3834
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3835
|
+
font-size: 13px;
|
|
4062
3836
|
}
|
|
4063
|
-
.
|
|
4064
|
-
|
|
3837
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3838
|
+
height: 30px;
|
|
4065
3839
|
}
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
padding-right: 12px;
|
|
3840
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3841
|
+
height: 38px;
|
|
3842
|
+
font-size: 13px;
|
|
4070
3843
|
}
|
|
4071
|
-
|
|
4072
|
-
.
|
|
4073
|
-
|
|
3844
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3845
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3846
|
+
transition: 160ms ease;
|
|
4074
3847
|
}
|
|
4075
|
-
.
|
|
4076
|
-
|
|
4077
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3848
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3849
|
+
color: #0080ff;
|
|
4078
3850
|
}
|
|
4079
|
-
.
|
|
4080
|
-
|
|
3851
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3852
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3853
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4081
3854
|
}
|
|
4082
|
-
.
|
|
4083
|
-
|
|
3855
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3856
|
+
color: #0080ff;
|
|
3857
|
+
}
|
|
3858
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3859
|
+
border-color: #0080ff;
|
|
3860
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3861
|
+
}
|
|
3862
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3863
|
+
transform: rotate(180deg);
|
|
3864
|
+
}
|
|
3865
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3866
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3867
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3868
|
+
cursor: "not-allowed";
|
|
3869
|
+
}
|
|
3870
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3871
|
+
border-color: #f0483e !important;
|
|
3872
|
+
}
|
|
3873
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3874
|
+
color: #1d326c;
|
|
3875
|
+
}
|
|
3876
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3877
|
+
border-color: #0080ff;
|
|
3878
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3879
|
+
}
|
|
3880
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3881
|
+
transform: rotate(180deg);
|
|
4084
3882
|
}
|
|
4085
3883
|
|
|
4086
3884
|
.E_m5foqp8 {
|
|
@@ -4112,137 +3910,296 @@ input.E_rf8rlle.ant-input {
|
|
|
4112
3910
|
height: 32px;
|
|
4113
3911
|
}
|
|
4114
3912
|
|
|
4115
|
-
.
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
width: 1px;
|
|
3913
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3914
|
+
opacity: 1;
|
|
3915
|
+
}
|
|
3916
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
3917
|
+
pointer-events: none;
|
|
4121
3918
|
}
|
|
4122
3919
|
|
|
4123
|
-
.
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
3920
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
3921
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
3922
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
3923
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
3924
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
3925
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
3926
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
3927
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
3928
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
3929
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
3930
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
3931
|
+
display: none;
|
|
3932
|
+
width: 16px;
|
|
3933
|
+
height: 16px;
|
|
4133
3934
|
}
|
|
4134
|
-
.
|
|
4135
|
-
|
|
4136
|
-
.E_h12yihis .center {
|
|
4137
|
-
display: flex;
|
|
4138
|
-
align-items: center;
|
|
4139
|
-
flex: 1;
|
|
4140
|
-
flex-shrink: 0;
|
|
3935
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
3936
|
+
opacity: 0.5;
|
|
4141
3937
|
}
|
|
4142
|
-
.
|
|
4143
|
-
|
|
3938
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
3939
|
+
display: none;
|
|
4144
3940
|
}
|
|
4145
|
-
.
|
|
4146
|
-
|
|
3941
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
3942
|
+
display: inline;
|
|
4147
3943
|
}
|
|
4148
|
-
.
|
|
4149
|
-
|
|
3944
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
3945
|
+
display: none;
|
|
4150
3946
|
}
|
|
4151
|
-
.
|
|
4152
|
-
|
|
4153
|
-
position: relative;
|
|
4154
|
-
display: flex;
|
|
4155
|
-
align-items: center;
|
|
3947
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
3948
|
+
display: inline;
|
|
4156
3949
|
}
|
|
4157
|
-
.
|
|
4158
|
-
|
|
4159
|
-
opacity: 0;
|
|
4160
|
-
height: 24px;
|
|
4161
|
-
width: 1px;
|
|
4162
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4163
|
-
position: absolute;
|
|
4164
|
-
left: -16px;
|
|
4165
|
-
top: 50%;
|
|
4166
|
-
transform: translateY(-50%);
|
|
4167
|
-
transition: opacity 160ms ease;
|
|
3950
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
3951
|
+
display: none;
|
|
4168
3952
|
}
|
|
4169
|
-
.
|
|
4170
|
-
|
|
4171
|
-
cursor: pointer;
|
|
4172
|
-
width: 56px;
|
|
4173
|
-
height: 40px;
|
|
4174
|
-
display: inline-flex;
|
|
4175
|
-
align-items: center;
|
|
4176
|
-
justify-content: center;
|
|
4177
|
-
border-radius: 6px;
|
|
3953
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
3954
|
+
display: inline;
|
|
4178
3955
|
}
|
|
4179
|
-
.
|
|
4180
|
-
|
|
3956
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
3957
|
+
display: none;
|
|
4181
3958
|
}
|
|
4182
|
-
.
|
|
4183
|
-
|
|
4184
|
-
transition: all 320ms ease;
|
|
3959
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
3960
|
+
display: inline;
|
|
4185
3961
|
}
|
|
4186
|
-
.
|
|
4187
|
-
|
|
3962
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
3963
|
+
display: none;
|
|
4188
3964
|
}
|
|
4189
|
-
.
|
|
4190
|
-
|
|
4191
|
-
overflow: hidden;
|
|
4192
|
-
display: flex;
|
|
4193
|
-
align-items: center;
|
|
4194
|
-
padding: 0 4px;
|
|
4195
|
-
margin: 0 -4px;
|
|
3965
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
3966
|
+
display: inline;
|
|
4196
3967
|
}
|
|
4197
|
-
.
|
|
4198
|
-
|
|
4199
|
-
transform: translateY(0);
|
|
3968
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
3969
|
+
display: none;
|
|
4200
3970
|
}
|
|
4201
|
-
.
|
|
4202
|
-
|
|
4203
|
-
height: 48px;
|
|
4204
|
-
transform: translateY(100%);
|
|
4205
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4206
|
-
display: inline-flex;
|
|
4207
|
-
align-items: center;
|
|
3971
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
3972
|
+
display: inline;
|
|
4208
3973
|
}
|
|
4209
|
-
.
|
|
4210
|
-
|
|
3974
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
3975
|
+
display: none;
|
|
4211
3976
|
}
|
|
4212
|
-
.
|
|
4213
|
-
|
|
4214
|
-
height: 32px;
|
|
4215
|
-
border-radius: 6px;
|
|
3977
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
3978
|
+
display: inline;
|
|
4216
3979
|
}
|
|
4217
|
-
.
|
|
4218
|
-
|
|
3980
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
3981
|
+
display: none;
|
|
4219
3982
|
}
|
|
4220
|
-
.
|
|
4221
|
-
|
|
4222
|
-
position: relative;
|
|
3983
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
3984
|
+
display: inline;
|
|
4223
3985
|
}
|
|
4224
|
-
.
|
|
4225
|
-
.
|
|
4226
|
-
|
|
4227
|
-
.E_h12yihis .task .task-icon {
|
|
4228
|
-
width: 56px;
|
|
4229
|
-
height: 40px;
|
|
4230
|
-
justify-content: center;
|
|
3986
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
3987
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
3988
|
+
display: none;
|
|
4231
3989
|
}
|
|
4232
|
-
.
|
|
4233
|
-
|
|
4234
|
-
right: 16px;
|
|
4235
|
-
top: 10px;
|
|
3990
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
3991
|
+
display: inline;
|
|
4236
3992
|
}
|
|
4237
|
-
.
|
|
4238
|
-
|
|
4239
|
-
|
|
3993
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
3994
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
3995
|
+
display: none;
|
|
4240
3996
|
}
|
|
4241
|
-
.
|
|
4242
|
-
|
|
3997
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
3998
|
+
display: inline;
|
|
4243
3999
|
}
|
|
4244
|
-
.
|
|
4245
|
-
|
|
4000
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
4001
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
4002
|
+
display: none;
|
|
4003
|
+
}
|
|
4004
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
4005
|
+
display: inline;
|
|
4006
|
+
}
|
|
4007
|
+
|
|
4008
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
4009
|
+
padding: 0 7px 0 12px;
|
|
4010
|
+
}
|
|
4011
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
4012
|
+
right: 8px;
|
|
4013
|
+
top: 50%;
|
|
4014
|
+
margin-top: -8px;
|
|
4015
|
+
width: 16px;
|
|
4016
|
+
height: 16px;
|
|
4017
|
+
display: flex;
|
|
4018
|
+
align-items: center;
|
|
4019
|
+
}
|
|
4020
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
4021
|
+
padding: 0 11px 0 16px;
|
|
4022
|
+
}
|
|
4023
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
4024
|
+
right: 12px;
|
|
4025
|
+
}
|
|
4026
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
4027
|
+
padding: 0 3px 0 8px;
|
|
4028
|
+
}
|
|
4029
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
4030
|
+
right: 4px;
|
|
4031
|
+
}
|
|
4032
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
4033
|
+
padding-right: 24px;
|
|
4034
|
+
}
|
|
4035
|
+
|
|
4036
|
+
.E_p2sxmsl {
|
|
4037
|
+
color: rgba(0, 21, 64, 0.3);
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
.E_oa99sl3 {
|
|
4041
|
+
display: flex;
|
|
4042
|
+
justify-content: space-between;
|
|
4043
|
+
align-items: center;
|
|
4044
|
+
gap: 8px;
|
|
4045
|
+
}
|
|
4046
|
+
.E_oa99sl3,
|
|
4047
|
+
.E_oa99sl3 :first-child {
|
|
4048
|
+
line-height: inherit !important;
|
|
4049
|
+
}
|
|
4050
|
+
|
|
4051
|
+
.E_lvp5pj7 {
|
|
4052
|
+
display: flex;
|
|
4053
|
+
justify-content: space-between;
|
|
4054
|
+
align-items: center;
|
|
4055
|
+
gap: 8px;
|
|
4056
|
+
min-width: 0;
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
.E_s1io1lws {
|
|
4060
|
+
display: flex;
|
|
4061
|
+
align-items: center;
|
|
4062
|
+
flex-shrink: 0;
|
|
4063
|
+
}
|
|
4064
|
+
|
|
4065
|
+
.E_w1dxz879 {
|
|
4066
|
+
display: flex;
|
|
4067
|
+
flex-direction: column;
|
|
4068
|
+
gap: 6px;
|
|
4069
|
+
}
|
|
4070
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
4071
|
+
max-height: var(--w1dxz879-0);
|
|
4072
|
+
text-overflow: clip;
|
|
4073
|
+
overflow: hidden;
|
|
4074
|
+
}
|
|
4075
|
+
.E_w1dxz879 .tips {
|
|
4076
|
+
color: #fff;
|
|
4077
|
+
opacity: 0.8;
|
|
4078
|
+
}
|
|
4079
|
+
|
|
4080
|
+
.E_h12yihis {
|
|
4081
|
+
height: 50px;
|
|
4082
|
+
border-bottom: 2px solid #edf0f7;
|
|
4083
|
+
background: #fff;
|
|
4084
|
+
display: flex;
|
|
4085
|
+
justify-content: space-between;
|
|
4086
|
+
align-items: center;
|
|
4087
|
+
padding: 0 24px 0 14px;
|
|
4088
|
+
position: relative;
|
|
4089
|
+
z-index: 10;
|
|
4090
|
+
}
|
|
4091
|
+
.E_h12yihis .left,
|
|
4092
|
+
.E_h12yihis .right,
|
|
4093
|
+
.E_h12yihis .center {
|
|
4094
|
+
display: flex;
|
|
4095
|
+
align-items: center;
|
|
4096
|
+
flex: 1;
|
|
4097
|
+
flex-shrink: 0;
|
|
4098
|
+
}
|
|
4099
|
+
.E_h12yihis .center {
|
|
4100
|
+
flex: 0.8;
|
|
4101
|
+
}
|
|
4102
|
+
.E_h12yihis .right {
|
|
4103
|
+
justify-content: flex-end;
|
|
4104
|
+
}
|
|
4105
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4106
|
+
opacity: 1;
|
|
4107
|
+
}
|
|
4108
|
+
.E_h12yihis .right .btn-group {
|
|
4109
|
+
margin-left: 32px;
|
|
4110
|
+
position: relative;
|
|
4111
|
+
display: flex;
|
|
4112
|
+
align-items: center;
|
|
4113
|
+
}
|
|
4114
|
+
.E_h12yihis .right .btn-group:before {
|
|
4115
|
+
content: "";
|
|
4116
|
+
opacity: 0;
|
|
4117
|
+
height: 24px;
|
|
4118
|
+
width: 1px;
|
|
4119
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4120
|
+
position: absolute;
|
|
4121
|
+
left: -16px;
|
|
4122
|
+
top: 50%;
|
|
4123
|
+
transform: translateY(-50%);
|
|
4124
|
+
transition: opacity 160ms ease;
|
|
4125
|
+
}
|
|
4126
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
4127
|
+
transition: all 160ms ease;
|
|
4128
|
+
cursor: pointer;
|
|
4129
|
+
width: 56px;
|
|
4130
|
+
height: 40px;
|
|
4131
|
+
display: inline-flex;
|
|
4132
|
+
align-items: center;
|
|
4133
|
+
justify-content: center;
|
|
4134
|
+
border-radius: 6px;
|
|
4135
|
+
}
|
|
4136
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
4137
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4138
|
+
}
|
|
4139
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
4140
|
+
transform: translateY(2px);
|
|
4141
|
+
transition: all 320ms ease;
|
|
4142
|
+
}
|
|
4143
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
4144
|
+
margin-left: 4px;
|
|
4145
|
+
}
|
|
4146
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
4147
|
+
height: 48px;
|
|
4148
|
+
overflow: hidden;
|
|
4149
|
+
display: flex;
|
|
4150
|
+
align-items: center;
|
|
4151
|
+
padding: 0 4px;
|
|
4152
|
+
margin: 0 -4px;
|
|
4153
|
+
}
|
|
4154
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4155
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4156
|
+
transform: translateY(0);
|
|
4157
|
+
}
|
|
4158
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4159
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4160
|
+
height: 48px;
|
|
4161
|
+
transform: translateY(100%);
|
|
4162
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4163
|
+
display: inline-flex;
|
|
4164
|
+
align-items: center;
|
|
4165
|
+
}
|
|
4166
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4167
|
+
margin-right: 10px;
|
|
4168
|
+
}
|
|
4169
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4170
|
+
width: 32px;
|
|
4171
|
+
height: 32px;
|
|
4172
|
+
border-radius: 6px;
|
|
4173
|
+
}
|
|
4174
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4175
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4176
|
+
}
|
|
4177
|
+
.E_h12yihis .alert,
|
|
4178
|
+
.E_h12yihis .task {
|
|
4179
|
+
position: relative;
|
|
4180
|
+
}
|
|
4181
|
+
.E_h12yihis .alert .alert-icon,
|
|
4182
|
+
.E_h12yihis .alert .task-icon,
|
|
4183
|
+
.E_h12yihis .task .alert-icon,
|
|
4184
|
+
.E_h12yihis .task .task-icon {
|
|
4185
|
+
width: 56px;
|
|
4186
|
+
height: 40px;
|
|
4187
|
+
justify-content: center;
|
|
4188
|
+
}
|
|
4189
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
4190
|
+
.E_h12yihis .task .ant-badge-count {
|
|
4191
|
+
right: 16px;
|
|
4192
|
+
top: 10px;
|
|
4193
|
+
}
|
|
4194
|
+
.E_h12yihis .logo {
|
|
4195
|
+
display: inline-flex;
|
|
4196
|
+
align-items: center;
|
|
4197
|
+
}
|
|
4198
|
+
.E_h12yihis .left {
|
|
4199
|
+
position: relative;
|
|
4200
|
+
}
|
|
4201
|
+
.E_h12yihis .left .events-audit-title {
|
|
4202
|
+
font-size: 20px;
|
|
4246
4203
|
line-height: 24px;
|
|
4247
4204
|
font-weight: bold;
|
|
4248
4205
|
color: #1d326c;
|
|
@@ -4340,68 +4297,66 @@ input.E_rf8rlle.ant-input {
|
|
|
4340
4297
|
position: static;
|
|
4341
4298
|
}
|
|
4342
4299
|
|
|
4343
|
-
.
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4300
|
+
.E_ckaaqep {
|
|
4301
|
+
background: rgba(172, 186, 211, 0.6);
|
|
4302
|
+
content: "";
|
|
4303
|
+
height: 100%;
|
|
4304
|
+
margin: 0 6px;
|
|
4305
|
+
width: 1px;
|
|
4347
4306
|
}
|
|
4348
|
-
|
|
4349
|
-
|
|
4307
|
+
|
|
4308
|
+
.E_r77hffu {
|
|
4350
4309
|
display: flex;
|
|
4351
4310
|
align-items: center;
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4355
|
-
border: none;
|
|
4311
|
+
justify-content: space-between;
|
|
4312
|
+
column-gap: 6px;
|
|
4356
4313
|
}
|
|
4357
|
-
|
|
4358
|
-
|
|
4314
|
+
|
|
4315
|
+
.E_p1cmxsf7 {
|
|
4316
|
+
display: flex;
|
|
4317
|
+
flex-direction: column;
|
|
4318
|
+
justify-content: center;
|
|
4319
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4359
4320
|
}
|
|
4360
|
-
.
|
|
4361
|
-
|
|
4321
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4322
|
+
font-size: 0;
|
|
4323
|
+
margin-bottom: unset;
|
|
4324
|
+
margin-inline-end: unset;
|
|
4362
4325
|
}
|
|
4363
|
-
|
|
4364
|
-
|
|
4326
|
+
|
|
4327
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4328
|
+
margin-right: 2px;
|
|
4365
4329
|
}
|
|
4366
|
-
|
|
4367
|
-
|
|
4330
|
+
|
|
4331
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4332
|
+
padding-left: 8px;
|
|
4333
|
+
padding-right: 8px;
|
|
4334
|
+
font-size: 12px;
|
|
4368
4335
|
}
|
|
4369
|
-
.
|
|
4370
|
-
|
|
4371
|
-
height: 2px;
|
|
4372
|
-
width: 10px;
|
|
4373
|
-
border-radius: 2px;
|
|
4336
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4337
|
+
border-radius: 4px;
|
|
4374
4338
|
}
|
|
4375
|
-
.
|
|
4376
|
-
|
|
4377
|
-
}
|
|
4378
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4379
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4380
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4381
|
-
}
|
|
4382
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4383
|
-
border-color: #2d3a56;
|
|
4384
|
-
}
|
|
4385
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4386
|
-
background: #2d3a56;
|
|
4339
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4340
|
+
border-radius: 4px;
|
|
4387
4341
|
}
|
|
4388
|
-
|
|
4389
|
-
|
|
4342
|
+
|
|
4343
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4344
|
+
padding-left: 12px;
|
|
4345
|
+
padding-right: 12px;
|
|
4390
4346
|
}
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
color: #2d3a56;
|
|
4347
|
+
|
|
4348
|
+
.E_ckld275 {
|
|
4349
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4395
4350
|
}
|
|
4396
|
-
.
|
|
4397
|
-
|
|
4398
|
-
color: rgba(44, 56, 82, 0.
|
|
4351
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4352
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4353
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4399
4354
|
}
|
|
4400
|
-
.
|
|
4401
|
-
|
|
4355
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4356
|
+
background-color: transparent;
|
|
4402
4357
|
}
|
|
4403
|
-
.
|
|
4404
|
-
|
|
4358
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4359
|
+
background-color: transparent;
|
|
4405
4360
|
}
|
|
4406
4361
|
|
|
4407
4362
|
.E_u3l9ivi {
|
|
@@ -4583,6 +4538,23 @@ input.E_rf8rlle.ant-input {
|
|
|
4583
4538
|
opacity: 0.5;
|
|
4584
4539
|
}
|
|
4585
4540
|
|
|
4541
|
+
.E_b14q2gmw {
|
|
4542
|
+
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);
|
|
4543
|
+
}
|
|
4544
|
+
|
|
4545
|
+
.E_c1eym6el {
|
|
4546
|
+
border-radius: 8px;
|
|
4547
|
+
background-color: white;
|
|
4548
|
+
}
|
|
4549
|
+
.E_c1eym6el.hoverable {
|
|
4550
|
+
cursor: pointer;
|
|
4551
|
+
}
|
|
4552
|
+
.E_c1eym6el.hoverable:hover {
|
|
4553
|
+
transition: all 200ms ease;
|
|
4554
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4555
|
+
transform: translateY(-4px);
|
|
4556
|
+
}
|
|
4557
|
+
|
|
4586
4558
|
.E_c1kghdax {
|
|
4587
4559
|
color: #2d3a56;
|
|
4588
4560
|
padding: 7px 12px;
|
|
@@ -4627,6 +4599,70 @@ input.E_rf8rlle.ant-input {
|
|
|
4627
4599
|
padding: 0 12px 14px 12px;
|
|
4628
4600
|
}
|
|
4629
4601
|
|
|
4602
|
+
.E_ckui4s7 {
|
|
4603
|
+
color: #2d3a56;
|
|
4604
|
+
line-height: 22px;
|
|
4605
|
+
display: inline-flex;
|
|
4606
|
+
}
|
|
4607
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4608
|
+
height: 22px;
|
|
4609
|
+
display: flex;
|
|
4610
|
+
align-items: center;
|
|
4611
|
+
top: 0;
|
|
4612
|
+
}
|
|
4613
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4614
|
+
border: none;
|
|
4615
|
+
}
|
|
4616
|
+
.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 {
|
|
4617
|
+
border-color: #0080ff;
|
|
4618
|
+
}
|
|
4619
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4620
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4621
|
+
}
|
|
4622
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4623
|
+
border: 1px solid #0080ff;
|
|
4624
|
+
}
|
|
4625
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4626
|
+
background: #0080ff;
|
|
4627
|
+
}
|
|
4628
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4629
|
+
background-color: #fff;
|
|
4630
|
+
height: 2px;
|
|
4631
|
+
width: 10px;
|
|
4632
|
+
border-radius: 2px;
|
|
4633
|
+
}
|
|
4634
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4635
|
+
opacity: 0.5;
|
|
4636
|
+
}
|
|
4637
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4638
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4639
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4640
|
+
}
|
|
4641
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4642
|
+
border-color: #2d3a56;
|
|
4643
|
+
}
|
|
4644
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4645
|
+
background: #2d3a56;
|
|
4646
|
+
}
|
|
4647
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4648
|
+
padding: 0;
|
|
4649
|
+
}
|
|
4650
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4651
|
+
display: inline-block;
|
|
4652
|
+
margin-left: 12px;
|
|
4653
|
+
color: #2d3a56;
|
|
4654
|
+
}
|
|
4655
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4656
|
+
margin-left: 28px;
|
|
4657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4658
|
+
}
|
|
4659
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4660
|
+
margin-left: 8px;
|
|
4661
|
+
}
|
|
4662
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4663
|
+
margin-left: 24px;
|
|
4664
|
+
}
|
|
4665
|
+
|
|
4630
4666
|
.E_t1tbywr9 {
|
|
4631
4667
|
width: 100%;
|
|
4632
4668
|
flex: 1;
|
|
@@ -4788,23 +4824,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4788
4824
|
height: 16px;
|
|
4789
4825
|
}
|
|
4790
4826
|
|
|
4791
|
-
.E_b14q2gmw {
|
|
4792
|
-
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);
|
|
4793
|
-
}
|
|
4794
|
-
|
|
4795
|
-
.E_c1eym6el {
|
|
4796
|
-
border-radius: 8px;
|
|
4797
|
-
background-color: white;
|
|
4798
|
-
}
|
|
4799
|
-
.E_c1eym6el.hoverable {
|
|
4800
|
-
cursor: pointer;
|
|
4801
|
-
}
|
|
4802
|
-
.E_c1eym6el.hoverable:hover {
|
|
4803
|
-
transition: all 200ms ease;
|
|
4804
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4805
|
-
transform: translateY(-4px);
|
|
4806
|
-
}
|
|
4807
|
-
|
|
4808
4827
|
button.E_l48ei06.ant-btn,
|
|
4809
4828
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4810
4829
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -4857,81 +4876,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4857
4876
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
4858
4877
|
}
|
|
4859
4878
|
|
|
4860
|
-
.
|
|
4879
|
+
.E_l1ucdodl {
|
|
4861
4880
|
margin: 0;
|
|
4862
4881
|
border-radius: 20px;
|
|
4863
4882
|
padding: 2px 10px;
|
|
4864
4883
|
height: 22px;
|
|
4884
|
+
display: flex;
|
|
4885
|
+
align-items: center;
|
|
4865
4886
|
}
|
|
4866
|
-
.
|
|
4867
|
-
|
|
4887
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4888
|
+
color: #FFFFFF;
|
|
4868
4889
|
}
|
|
4869
|
-
.
|
|
4870
|
-
|
|
4890
|
+
.E_l1ucdodl.tag-hover {
|
|
4891
|
+
cursor: pointer;
|
|
4871
4892
|
}
|
|
4872
|
-
.
|
|
4893
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4873
4894
|
color: #00122e;
|
|
4874
4895
|
}
|
|
4875
|
-
.
|
|
4896
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4876
4897
|
margin-right: 6px;
|
|
4877
4898
|
}
|
|
4878
|
-
.
|
|
4899
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4879
4900
|
margin-left: 8px;
|
|
4880
4901
|
color: rgba(44, 56, 82, 0.6);
|
|
4881
4902
|
}
|
|
4882
|
-
.
|
|
4883
|
-
|
|
4903
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4904
|
+
color: #FFFFFF;
|
|
4884
4905
|
}
|
|
4885
|
-
.
|
|
4906
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4886
4907
|
background-color: #0080ff;
|
|
4887
4908
|
}
|
|
4888
|
-
.
|
|
4889
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4890
|
-
}
|
|
4891
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4892
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
4893
|
-
}
|
|
4894
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4909
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4895
4910
|
background-color: #f0483e;
|
|
4896
4911
|
}
|
|
4897
|
-
.
|
|
4898
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4899
|
-
}
|
|
4900
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4901
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
4902
|
-
}
|
|
4903
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4912
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4904
4913
|
background-color: #fea008;
|
|
4905
4914
|
}
|
|
4906
|
-
.
|
|
4907
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
4908
|
-
}
|
|
4909
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4910
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
4911
|
-
}
|
|
4912
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4915
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4913
4916
|
background-color: #00ba5d;
|
|
4914
4917
|
}
|
|
4915
|
-
.
|
|
4916
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
4917
|
-
}
|
|
4918
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4919
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4920
|
-
}
|
|
4921
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4918
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4922
4919
|
background-color: #6b7d99;
|
|
4923
4920
|
}
|
|
4924
|
-
.
|
|
4925
|
-
background-color:
|
|
4921
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4922
|
+
background-color: #7E41FF;
|
|
4926
4923
|
}
|
|
4927
4924
|
|
|
4928
|
-
.
|
|
4925
|
+
.E_s1qj66nc {
|
|
4929
4926
|
width: 8px;
|
|
4930
4927
|
height: 8px;
|
|
4931
4928
|
border-radius: 50%;
|
|
4932
4929
|
display: inline-block;
|
|
4933
4930
|
}
|
|
4934
4931
|
|
|
4932
|
+
.E_s5x1boq {
|
|
4933
|
+
width: 8px;
|
|
4934
|
+
height: 8px;
|
|
4935
|
+
border-radius: 2px;
|
|
4936
|
+
display: inline-block;
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4939
|
+
.E_c1xm185 {
|
|
4940
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4941
|
+
}
|
|
4942
|
+
|
|
4943
|
+
.E_c1x5l5qc {
|
|
4944
|
+
flex: 1;
|
|
4945
|
+
}
|
|
4946
|
+
|
|
4935
4947
|
.E_tc97u5y {
|
|
4936
4948
|
height: 100%;
|
|
4937
4949
|
}
|
|
@@ -5303,376 +5315,569 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5303
5315
|
background: #fff;
|
|
5304
5316
|
}
|
|
5305
5317
|
|
|
5306
|
-
.
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5318
|
+
.E_sddwhm6 {
|
|
5319
|
+
margin: 0;
|
|
5320
|
+
border-radius: 20px;
|
|
5321
|
+
padding: 2px 10px;
|
|
5322
|
+
height: 22px;
|
|
5311
5323
|
}
|
|
5312
|
-
|
|
5313
|
-
.
|
|
5314
|
-
display: flex;
|
|
5315
|
-
flex-direction: column;
|
|
5316
|
-
justify-content: center;
|
|
5317
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5324
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
5325
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
5318
5326
|
}
|
|
5319
|
-
.
|
|
5320
|
-
|
|
5321
|
-
margin-bottom: unset;
|
|
5322
|
-
margin-inline-end: unset;
|
|
5327
|
+
.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 {
|
|
5328
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
5323
5329
|
}
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
width: 64px;
|
|
5327
|
-
height: 64px;
|
|
5328
|
-
display: flex;
|
|
5329
|
-
align-items: center;
|
|
5330
|
-
justify-content: center;
|
|
5331
|
-
position: relative;
|
|
5332
|
-
opacity: 0.2;
|
|
5330
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
5331
|
+
color: #00122e;
|
|
5333
5332
|
}
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
position: absolute;
|
|
5337
|
-
width: 5px;
|
|
5338
|
-
height: 48px;
|
|
5339
|
-
left: 9.33px;
|
|
5340
|
-
top: 40.5px;
|
|
5341
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5342
|
-
border-radius: 5px;
|
|
5343
|
-
transform: rotate(-128deg);
|
|
5344
|
-
transform-origin: top left;
|
|
5345
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5333
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
5334
|
+
margin-right: 6px;
|
|
5346
5335
|
}
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
width: 5px;
|
|
5351
|
-
height: 48px;
|
|
5352
|
-
left: 40.8px;
|
|
5353
|
-
top: 8.4px;
|
|
5354
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5355
|
-
border-radius: 5px;
|
|
5356
|
-
transform: rotate(-8deg);
|
|
5357
|
-
transform-origin: top left;
|
|
5358
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5336
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
5337
|
+
margin-left: 8px;
|
|
5338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5359
5339
|
}
|
|
5360
|
-
|
|
5361
|
-
.
|
|
5362
|
-
position: absolute;
|
|
5363
|
-
width: 5px;
|
|
5364
|
-
height: 48px;
|
|
5365
|
-
left: 52.9px;
|
|
5366
|
-
top: 51.8px;
|
|
5367
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5368
|
-
border-radius: 5px;
|
|
5369
|
-
transform: rotate(112deg);
|
|
5370
|
-
transform-origin: top left;
|
|
5371
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5340
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
5341
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5372
5342
|
}
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
padding-left: 0;
|
|
5343
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
5344
|
+
background-color: #0080ff;
|
|
5376
5345
|
}
|
|
5377
|
-
.
|
|
5378
|
-
|
|
5379
|
-
padding-right: 4px;
|
|
5380
|
-
margin-right: 4px;
|
|
5346
|
+
.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 {
|
|
5347
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
5381
5348
|
}
|
|
5382
|
-
|
|
5383
|
-
.
|
|
5384
|
-
padding: 0 8px;
|
|
5385
|
-
height: 18px;
|
|
5349
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
5350
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
5386
5351
|
}
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
padding: 2px 8px;
|
|
5390
|
-
height: 24px;
|
|
5352
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
5353
|
+
background-color: #f0483e;
|
|
5391
5354
|
}
|
|
5392
|
-
|
|
5393
|
-
.
|
|
5394
|
-
margin: 0;
|
|
5355
|
+
.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 {
|
|
5356
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
5395
5357
|
}
|
|
5396
|
-
|
|
5397
|
-
.
|
|
5398
|
-
margin-right: 4px;
|
|
5399
|
-
height: 16px;
|
|
5358
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
5359
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
5400
5360
|
}
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
font-weight: 700;
|
|
5404
|
-
color: #00122e;
|
|
5405
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5406
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5407
|
-
word-break: break-all;
|
|
5408
|
-
display: inline;
|
|
5409
|
-
white-space: normal;
|
|
5361
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
5362
|
+
background-color: #fea008;
|
|
5410
5363
|
}
|
|
5411
|
-
|
|
5412
|
-
.
|
|
5413
|
-
margin-bottom: 4px;
|
|
5414
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5364
|
+
.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 {
|
|
5365
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
5415
5366
|
}
|
|
5416
|
-
|
|
5417
|
-
.
|
|
5418
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5419
|
-
line-height: 32px;
|
|
5420
|
-
height: 32px;
|
|
5421
|
-
margin-bottom: 0;
|
|
5367
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
5368
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
5422
5369
|
}
|
|
5423
|
-
.
|
|
5424
|
-
color: #
|
|
5370
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
5371
|
+
background-color: #00ba5d;
|
|
5425
5372
|
}
|
|
5426
|
-
.
|
|
5427
|
-
color:
|
|
5373
|
+
.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 {
|
|
5374
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
5428
5375
|
}
|
|
5429
|
-
.
|
|
5430
|
-
color:
|
|
5376
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
5377
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5431
5378
|
}
|
|
5432
|
-
.
|
|
5433
|
-
color: #
|
|
5379
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
5380
|
+
background-color: #6b7d99;
|
|
5434
5381
|
}
|
|
5435
|
-
.
|
|
5436
|
-
color: rgba(
|
|
5382
|
+
.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 {
|
|
5383
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
5437
5384
|
}
|
|
5438
5385
|
|
|
5439
|
-
.
|
|
5440
|
-
|
|
5441
|
-
|
|
5386
|
+
.E_satwmqm {
|
|
5387
|
+
width: 8px;
|
|
5388
|
+
height: 8px;
|
|
5389
|
+
border-radius: 50%;
|
|
5390
|
+
display: inline-block;
|
|
5442
5391
|
}
|
|
5443
5392
|
|
|
5444
|
-
.
|
|
5445
|
-
|
|
5446
|
-
|
|
5393
|
+
.E_m11nzl2x {
|
|
5394
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5395
|
+
text-align: center;
|
|
5396
|
+
display: flex;
|
|
5397
|
+
align-items: center;
|
|
5398
|
+
justify-content: center;
|
|
5399
|
+
flex-direction: column;
|
|
5400
|
+
height: 100%;
|
|
5401
|
+
}
|
|
5402
|
+
.E_m11nzl2x .link {
|
|
5403
|
+
color: #0080ff;
|
|
5404
|
+
cursor: pointer;
|
|
5447
5405
|
}
|
|
5448
5406
|
|
|
5449
|
-
.
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5407
|
+
.E_mn7joto {
|
|
5408
|
+
width: 100%;
|
|
5409
|
+
height: 100%;
|
|
5410
|
+
display: flex;
|
|
5411
|
+
flex-direction: column;
|
|
5454
5412
|
}
|
|
5455
|
-
.
|
|
5413
|
+
.E_mn7joto .name-toolbar {
|
|
5456
5414
|
width: 100%;
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5415
|
+
display: flex;
|
|
5416
|
+
line-height: 30px;
|
|
5417
|
+
justify-content: space-between;
|
|
5460
5418
|
}
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
overflow: auto;
|
|
5419
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
5420
|
+
display: flex;
|
|
5421
|
+
font-size: 12px;
|
|
5422
|
+
align-items: center;
|
|
5466
5423
|
}
|
|
5467
|
-
.
|
|
5468
|
-
|
|
5424
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
5425
|
+
color: #a3b4cc;
|
|
5469
5426
|
}
|
|
5470
|
-
.
|
|
5471
|
-
|
|
5427
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
5428
|
+
margin-left: 10px;
|
|
5472
5429
|
}
|
|
5473
|
-
.
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5430
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
5431
|
+
margin-left: 10px;
|
|
5432
|
+
cursor: pointer;
|
|
5433
|
+
}
|
|
5434
|
+
.E_mn7joto .content {
|
|
5435
|
+
flex: 1;
|
|
5436
|
+
width: 100%;
|
|
5477
5437
|
display: flex;
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
justify-content: flex-start;
|
|
5481
|
-
background: #f2f5fa;
|
|
5482
|
-
font-size: 14px;
|
|
5483
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5484
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5438
|
+
justify-content: center;
|
|
5439
|
+
align-items: center;
|
|
5485
5440
|
}
|
|
5486
|
-
.
|
|
5487
|
-
|
|
5441
|
+
.E_mn7joto .single-content {
|
|
5442
|
+
height: 65px;
|
|
5488
5443
|
}
|
|
5489
|
-
|
|
5490
|
-
|
|
5444
|
+
|
|
5445
|
+
.E_l1bifhon {
|
|
5446
|
+
display: flex;
|
|
5447
|
+
align-items: center;
|
|
5448
|
+
white-space: nowrap;
|
|
5449
|
+
overflow: hidden;
|
|
5450
|
+
width: 100%;
|
|
5491
5451
|
}
|
|
5492
|
-
.
|
|
5452
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
5453
|
+
font-size: 12px;
|
|
5454
|
+
margin-left: 8px;
|
|
5455
|
+
}
|
|
5456
|
+
|
|
5457
|
+
.E_ltthzck {
|
|
5493
5458
|
display: flex;
|
|
5494
5459
|
justify-content: flex-start;
|
|
5495
|
-
align-items:
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
border: none;
|
|
5460
|
+
align-items: center;
|
|
5461
|
+
font-size: 12px;
|
|
5462
|
+
cursor: pointer;
|
|
5499
5463
|
}
|
|
5500
|
-
.
|
|
5501
|
-
|
|
5502
|
-
margin: 12px 0 0;
|
|
5503
|
-
order: 99;
|
|
5504
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5464
|
+
.E_ltthzck:not(:first-child) {
|
|
5465
|
+
margin-left: 8px;
|
|
5505
5466
|
}
|
|
5506
|
-
.
|
|
5507
|
-
|
|
5508
|
-
flex-basis: 100%;
|
|
5509
|
-
order: 98;
|
|
5510
|
-
margin: 12px 0 0;
|
|
5467
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
5468
|
+
opacity: 0.3;
|
|
5511
5469
|
}
|
|
5512
|
-
.
|
|
5513
|
-
background
|
|
5470
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
5471
|
+
background: #b4beca !important;
|
|
5472
|
+
border-radius: 2px;
|
|
5514
5473
|
}
|
|
5515
|
-
.
|
|
5516
|
-
|
|
5474
|
+
.E_ltthzck.hoverering-self {
|
|
5475
|
+
opacity: 1;
|
|
5517
5476
|
}
|
|
5518
|
-
.
|
|
5519
|
-
|
|
5520
|
-
overflow: hidden;
|
|
5477
|
+
.E_ltthzck .dropdown-trigger {
|
|
5478
|
+
margin-left: 12px;
|
|
5521
5479
|
}
|
|
5522
|
-
.
|
|
5523
|
-
color:
|
|
5524
|
-
margin: 0;
|
|
5480
|
+
.E_ltthzck .legend-name {
|
|
5481
|
+
color: #00122e;
|
|
5525
5482
|
}
|
|
5526
|
-
.
|
|
5527
|
-
|
|
5483
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
5484
|
+
display: flex;
|
|
5485
|
+
align-items: center;
|
|
5486
|
+
margin-left: 4px;
|
|
5528
5487
|
}
|
|
5529
|
-
|
|
5530
|
-
|
|
5488
|
+
|
|
5489
|
+
.E_l1mumj7o {
|
|
5490
|
+
display: flex;
|
|
5491
|
+
justify-content: flex-start;
|
|
5492
|
+
align-items: center;
|
|
5493
|
+
font-size: 12px;
|
|
5494
|
+
cursor: pointer;
|
|
5531
5495
|
}
|
|
5532
|
-
.
|
|
5533
|
-
|
|
5496
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
5497
|
+
opacity: 0.3;
|
|
5534
5498
|
}
|
|
5535
|
-
.
|
|
5536
|
-
|
|
5499
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
5500
|
+
background: #b4beca !important;
|
|
5501
|
+
border-radius: 2px;
|
|
5537
5502
|
}
|
|
5538
|
-
.
|
|
5539
|
-
|
|
5503
|
+
.E_l1mumj7o .legend-name {
|
|
5504
|
+
color: #00122e;
|
|
5540
5505
|
}
|
|
5541
|
-
.
|
|
5542
|
-
|
|
5506
|
+
.E_l1mumj7o.hoverering-self {
|
|
5507
|
+
opacity: 1;
|
|
5543
5508
|
}
|
|
5544
|
-
.
|
|
5545
|
-
margin-
|
|
5509
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
5510
|
+
margin-left: 4px;
|
|
5511
|
+
display: flex;
|
|
5512
|
+
align-items: center;
|
|
5546
5513
|
}
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
height:
|
|
5551
|
-
|
|
5514
|
+
|
|
5515
|
+
.E_c14rn6j5 {
|
|
5516
|
+
display: inline-block;
|
|
5517
|
+
height: 8px;
|
|
5518
|
+
width: 8px;
|
|
5519
|
+
margin-right: 6px;
|
|
5520
|
+
border-radius: 2px;
|
|
5552
5521
|
}
|
|
5553
|
-
|
|
5554
|
-
|
|
5522
|
+
|
|
5523
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
5524
|
+
display: flex;
|
|
5525
|
+
align-items: center;
|
|
5526
|
+
font-size: 12px;
|
|
5527
|
+
margin: 0;
|
|
5555
5528
|
}
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5529
|
+
|
|
5530
|
+
.E_lqeaosa {
|
|
5531
|
+
position: relative;
|
|
5559
5532
|
}
|
|
5560
|
-
.
|
|
5561
|
-
|
|
5533
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
5534
|
+
bottom: -12px;
|
|
5562
5535
|
}
|
|
5563
|
-
.
|
|
5564
|
-
|
|
5565
|
-
|
|
5536
|
+
.E_lqeaosa .metric-toolbar {
|
|
5537
|
+
display: flex;
|
|
5538
|
+
justify-content: space-between;
|
|
5539
|
+
line-height: 30px;
|
|
5540
|
+
}
|
|
5541
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
5542
|
+
display: flex;
|
|
5543
|
+
flex-shrink: 0;
|
|
5566
5544
|
font-size: 12px;
|
|
5545
|
+
align-items: center;
|
|
5567
5546
|
}
|
|
5568
|
-
.
|
|
5569
|
-
|
|
5547
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5548
|
+
color: #a3b4cc;
|
|
5570
5549
|
}
|
|
5571
|
-
.
|
|
5572
|
-
|
|
5550
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5551
|
+
margin-left: 10px;
|
|
5552
|
+
}
|
|
5553
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5554
|
+
margin-left: 10px;
|
|
5555
|
+
cursor: pointer;
|
|
5556
|
+
}
|
|
5557
|
+
.E_lqeaosa .recharts-xAxis {
|
|
5573
5558
|
font-size: 12px;
|
|
5574
|
-
position: relative;
|
|
5575
5559
|
}
|
|
5576
|
-
.
|
|
5577
|
-
|
|
5560
|
+
.E_lqeaosa .pointer-wrapper {
|
|
5561
|
+
position: absolute;
|
|
5562
|
+
bottom: 10px;
|
|
5563
|
+
padding: 0 8px;
|
|
5564
|
+
font-size: 12px;
|
|
5565
|
+
color: #fff;
|
|
5566
|
+
transform: translateX(-50%);
|
|
5578
5567
|
}
|
|
5579
|
-
|
|
5580
|
-
|
|
5568
|
+
|
|
5569
|
+
.E_t2pr38p {
|
|
5570
|
+
min-width: 200px;
|
|
5571
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
5572
|
+
border-radius: 4px;
|
|
5573
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5574
|
+
padding: 8px;
|
|
5581
5575
|
}
|
|
5582
5576
|
|
|
5583
|
-
.
|
|
5577
|
+
.E_tecdsj7 {
|
|
5584
5578
|
display: flex;
|
|
5585
5579
|
align-items: center;
|
|
5586
|
-
|
|
5587
|
-
|
|
5580
|
+
background-color: unset;
|
|
5581
|
+
color: #FFFFFF;
|
|
5582
|
+
justify-content: space-between;
|
|
5583
|
+
font-size: 12px;
|
|
5584
|
+
padding-top: 6px;
|
|
5588
5585
|
}
|
|
5589
|
-
.
|
|
5590
|
-
padding:
|
|
5591
|
-
height: 24px;
|
|
5586
|
+
.E_tecdsj7:first-child {
|
|
5587
|
+
padding-top: 3px;
|
|
5592
5588
|
}
|
|
5593
|
-
.
|
|
5594
|
-
|
|
5595
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5589
|
+
.E_tecdsj7:last-child {
|
|
5590
|
+
padding-bottom: 3px;
|
|
5596
5591
|
}
|
|
5597
|
-
.
|
|
5598
|
-
|
|
5592
|
+
.E_tecdsj7 .column-value {
|
|
5593
|
+
color: #FFFFFF;
|
|
5594
|
+
margin-left: 8px;
|
|
5599
5595
|
}
|
|
5600
5596
|
|
|
5601
|
-
.
|
|
5602
|
-
|
|
5603
|
-
height:
|
|
5604
|
-
|
|
5597
|
+
.E_ljhvvia {
|
|
5598
|
+
display: inline-block;
|
|
5599
|
+
height: 8px;
|
|
5600
|
+
width: 8px;
|
|
5605
5601
|
margin-right: 8px;
|
|
5602
|
+
border-radius: 2px;
|
|
5606
5603
|
}
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
margin-right: 4px;
|
|
5610
|
-
height: 16px;
|
|
5604
|
+
.E_ljhvvia.borderd {
|
|
5605
|
+
border: 1px solid #fff;
|
|
5611
5606
|
}
|
|
5612
5607
|
|
|
5613
|
-
.
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
}
|
|
5622
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5623
|
-
color: #0080ff;
|
|
5608
|
+
.E_msn7nxt {
|
|
5609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5610
|
+
text-align: center;
|
|
5611
|
+
display: flex;
|
|
5612
|
+
align-items: center;
|
|
5613
|
+
justify-content: center;
|
|
5614
|
+
flex-direction: column;
|
|
5615
|
+
height: 100%;
|
|
5624
5616
|
}
|
|
5625
|
-
.
|
|
5617
|
+
.E_msn7nxt .link {
|
|
5626
5618
|
color: #0080ff;
|
|
5627
|
-
|
|
5628
|
-
}
|
|
5629
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5630
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5619
|
+
cursor: pointer;
|
|
5631
5620
|
}
|
|
5632
|
-
|
|
5633
|
-
|
|
5621
|
+
|
|
5622
|
+
.E_mp64wfi {
|
|
5623
|
+
width: 100%;
|
|
5624
|
+
height: 100%;
|
|
5625
|
+
display: flex;
|
|
5626
|
+
flex-direction: column;
|
|
5634
5627
|
}
|
|
5635
|
-
.
|
|
5636
|
-
|
|
5628
|
+
.E_mp64wfi .name-toolbar {
|
|
5629
|
+
width: 100%;
|
|
5630
|
+
display: flex;
|
|
5631
|
+
line-height: 30px;
|
|
5632
|
+
padding: 0 16px;
|
|
5633
|
+
justify-content: space-between;
|
|
5637
5634
|
}
|
|
5638
|
-
.
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5635
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5636
|
+
display: flex;
|
|
5637
|
+
font-size: 12px;
|
|
5638
|
+
align-items: center;
|
|
5642
5639
|
}
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
min-width: var(--item-min-width);
|
|
5640
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5641
|
+
color: #a3b4cc;
|
|
5646
5642
|
}
|
|
5647
|
-
.
|
|
5648
|
-
|
|
5643
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5644
|
+
margin-left: 10px;
|
|
5649
5645
|
}
|
|
5650
|
-
.
|
|
5651
|
-
|
|
5652
|
-
|
|
5646
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5647
|
+
margin-left: 10px;
|
|
5648
|
+
cursor: pointer;
|
|
5653
5649
|
}
|
|
5654
|
-
.
|
|
5655
|
-
padding: 0;
|
|
5656
|
-
margin-right: 4px;
|
|
5650
|
+
.E_mp64wfi .content {
|
|
5657
5651
|
flex: 1;
|
|
5658
|
-
overflow: visible;
|
|
5659
|
-
}
|
|
5660
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5661
5652
|
width: 100%;
|
|
5662
|
-
|
|
5653
|
+
display: flex;
|
|
5654
|
+
justify-content: center;
|
|
5655
|
+
align-items: center;
|
|
5663
5656
|
}
|
|
5664
|
-
.
|
|
5665
|
-
height:
|
|
5666
|
-
|
|
5657
|
+
.E_mp64wfi .single-content {
|
|
5658
|
+
height: 65px;
|
|
5659
|
+
}
|
|
5660
|
+
|
|
5661
|
+
.E_l1oyigan {
|
|
5662
|
+
display: flex;
|
|
5663
|
+
align-items: center;
|
|
5664
|
+
white-space: nowrap;
|
|
5665
|
+
overflow: hidden;
|
|
5667
5666
|
width: 100%;
|
|
5668
|
-
|
|
5667
|
+
}
|
|
5668
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
5669
|
+
margin-left: auto;
|
|
5669
5670
|
font-size: 12px;
|
|
5670
5671
|
}
|
|
5671
|
-
|
|
5672
|
-
|
|
5672
|
+
|
|
5673
|
+
.E_l1noi4n1 {
|
|
5674
|
+
display: flex;
|
|
5675
|
+
justify-content: flex-start;
|
|
5676
|
+
align-items: center;
|
|
5677
|
+
font-size: 12px;
|
|
5678
|
+
cursor: pointer;
|
|
5673
5679
|
}
|
|
5674
|
-
.
|
|
5675
|
-
|
|
5680
|
+
.E_l1noi4n1:not(:last-child) {
|
|
5681
|
+
margin-right: 20px;
|
|
5682
|
+
}
|
|
5683
|
+
.E_l1noi4n1.deselected {
|
|
5684
|
+
opacity: 0.4;
|
|
5685
|
+
}
|
|
5686
|
+
.E_l1noi4n1.deselected .color-block {
|
|
5687
|
+
background: #b4beca !important;
|
|
5688
|
+
}
|
|
5689
|
+
|
|
5690
|
+
.E_cz19rz6 {
|
|
5691
|
+
display: inline-block;
|
|
5692
|
+
height: 8px;
|
|
5693
|
+
width: 8px;
|
|
5694
|
+
margin-right: 8px;
|
|
5695
|
+
}
|
|
5696
|
+
|
|
5697
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5698
|
+
display: flex;
|
|
5699
|
+
align-items: center;
|
|
5700
|
+
font-size: 12px;
|
|
5701
|
+
margin: 0;
|
|
5702
|
+
}
|
|
5703
|
+
|
|
5704
|
+
.E_m1y1hhnr {
|
|
5705
|
+
position: relative;
|
|
5706
|
+
}
|
|
5707
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
5708
|
+
bottom: -12px;
|
|
5709
|
+
}
|
|
5710
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
5711
|
+
display: flex;
|
|
5712
|
+
justify-content: space-between;
|
|
5713
|
+
line-height: 30px;
|
|
5714
|
+
margin: 0 16px;
|
|
5715
|
+
}
|
|
5716
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
5717
|
+
display: flex;
|
|
5718
|
+
font-size: 12px;
|
|
5719
|
+
align-items: center;
|
|
5720
|
+
}
|
|
5721
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
5722
|
+
color: #a3b4cc;
|
|
5723
|
+
}
|
|
5724
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5725
|
+
margin-left: 10px;
|
|
5726
|
+
}
|
|
5727
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
5728
|
+
margin-left: 10px;
|
|
5729
|
+
cursor: pointer;
|
|
5730
|
+
}
|
|
5731
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
5732
|
+
font-size: 12px;
|
|
5733
|
+
}
|
|
5734
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
5735
|
+
position: absolute;
|
|
5736
|
+
bottom: 10px;
|
|
5737
|
+
padding: 0 8px;
|
|
5738
|
+
border-radius: 4px;
|
|
5739
|
+
font-size: 12px;
|
|
5740
|
+
color: #fff;
|
|
5741
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5742
|
+
transform: translateX(-50%);
|
|
5743
|
+
}
|
|
5744
|
+
|
|
5745
|
+
.E_tnvijvs {
|
|
5746
|
+
min-width: 200px;
|
|
5747
|
+
}
|
|
5748
|
+
|
|
5749
|
+
.E_t1ub2aex {
|
|
5750
|
+
display: flex;
|
|
5751
|
+
align-items: center;
|
|
5752
|
+
justify-content: space-between;
|
|
5753
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5754
|
+
color: #b4beca;
|
|
5755
|
+
font-size: 12px;
|
|
5756
|
+
padding: 3px 6px;
|
|
5757
|
+
}
|
|
5758
|
+
.E_t1ub2aex:first-child {
|
|
5759
|
+
padding-top: 3px;
|
|
5760
|
+
}
|
|
5761
|
+
.E_t1ub2aex:last-child {
|
|
5762
|
+
padding-bottom: 3px;
|
|
5763
|
+
}
|
|
5764
|
+
.E_t1ub2aex .column-value {
|
|
5765
|
+
color: #fff;
|
|
5766
|
+
margin-left: 8px;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
.E_lht19u8 {
|
|
5770
|
+
width: 64px;
|
|
5771
|
+
height: 64px;
|
|
5772
|
+
display: flex;
|
|
5773
|
+
align-items: center;
|
|
5774
|
+
justify-content: center;
|
|
5775
|
+
position: relative;
|
|
5776
|
+
opacity: 0.2;
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.E_lk3gkp4 {
|
|
5780
|
+
position: absolute;
|
|
5781
|
+
width: 5px;
|
|
5782
|
+
height: 48px;
|
|
5783
|
+
left: 9.33px;
|
|
5784
|
+
top: 40.5px;
|
|
5785
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5786
|
+
border-radius: 5px;
|
|
5787
|
+
transform: rotate(-128deg);
|
|
5788
|
+
transform-origin: top left;
|
|
5789
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5790
|
+
}
|
|
5791
|
+
|
|
5792
|
+
.E_ll4n94n {
|
|
5793
|
+
position: absolute;
|
|
5794
|
+
width: 5px;
|
|
5795
|
+
height: 48px;
|
|
5796
|
+
left: 40.8px;
|
|
5797
|
+
top: 8.4px;
|
|
5798
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5799
|
+
border-radius: 5px;
|
|
5800
|
+
transform: rotate(-8deg);
|
|
5801
|
+
transform-origin: top left;
|
|
5802
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5803
|
+
}
|
|
5804
|
+
|
|
5805
|
+
.E_l17lbdo6 {
|
|
5806
|
+
position: absolute;
|
|
5807
|
+
width: 5px;
|
|
5808
|
+
height: 48px;
|
|
5809
|
+
left: 52.9px;
|
|
5810
|
+
top: 51.8px;
|
|
5811
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5812
|
+
border-radius: 5px;
|
|
5813
|
+
transform: rotate(112deg);
|
|
5814
|
+
transform-origin: top left;
|
|
5815
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5816
|
+
}
|
|
5817
|
+
|
|
5818
|
+
.E_sjob3jg {
|
|
5819
|
+
--item-min-width: 60px;
|
|
5820
|
+
}
|
|
5821
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5822
|
+
display: none !important;
|
|
5823
|
+
}
|
|
5824
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5825
|
+
flex-shrink: 0 !important;
|
|
5826
|
+
}
|
|
5827
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5828
|
+
color: #0080ff;
|
|
5829
|
+
}
|
|
5830
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5831
|
+
color: #0080ff;
|
|
5832
|
+
font-weight: normal;
|
|
5833
|
+
}
|
|
5834
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5835
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5836
|
+
}
|
|
5837
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5838
|
+
color: #00122e;
|
|
5839
|
+
}
|
|
5840
|
+
.E_sjob3jg .step-item-text {
|
|
5841
|
+
display: inline-block;
|
|
5842
|
+
}
|
|
5843
|
+
.E_sjob3jg .step-item-title {
|
|
5844
|
+
overflow: hidden;
|
|
5845
|
+
white-space: nowrap;
|
|
5846
|
+
text-overflow: ellipsis;
|
|
5847
|
+
}
|
|
5848
|
+
|
|
5849
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5850
|
+
min-width: var(--item-min-width);
|
|
5851
|
+
}
|
|
5852
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5853
|
+
cursor: not-allowed !important;
|
|
5854
|
+
}
|
|
5855
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5856
|
+
flex-direction: row;
|
|
5857
|
+
justify-content: stretch;
|
|
5858
|
+
}
|
|
5859
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5860
|
+
padding: 0;
|
|
5861
|
+
margin-right: 4px;
|
|
5862
|
+
flex: 1;
|
|
5863
|
+
overflow: visible;
|
|
5864
|
+
}
|
|
5865
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5866
|
+
width: 100%;
|
|
5867
|
+
min-height: unset;
|
|
5868
|
+
}
|
|
5869
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5870
|
+
height: 26px;
|
|
5871
|
+
line-height: 26px;
|
|
5872
|
+
width: 100%;
|
|
5873
|
+
padding: 0;
|
|
5874
|
+
font-size: 12px;
|
|
5875
|
+
}
|
|
5876
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5877
|
+
margin-right: 10px;
|
|
5878
|
+
}
|
|
5879
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5880
|
+
display: none;
|
|
5676
5881
|
}
|
|
5677
5882
|
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5678
5883
|
padding-left: 8px;
|
|
@@ -5805,478 +6010,273 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5805
6010
|
justify-content: center;
|
|
5806
6011
|
}
|
|
5807
6012
|
|
|
5808
|
-
.
|
|
5809
|
-
margin:
|
|
5810
|
-
|
|
5811
|
-
padding: 2px 10px;
|
|
5812
|
-
height: 22px;
|
|
5813
|
-
display: flex;
|
|
5814
|
-
align-items: center;
|
|
6013
|
+
.E_i1g85yz3 {
|
|
6014
|
+
margin-right: 4px;
|
|
6015
|
+
height: 16px;
|
|
5815
6016
|
}
|
|
5816
|
-
|
|
5817
|
-
|
|
6017
|
+
|
|
6018
|
+
.E_slr2ynn {
|
|
6019
|
+
padding: 0 8px;
|
|
6020
|
+
height: 18px;
|
|
5818
6021
|
}
|
|
5819
|
-
|
|
5820
|
-
|
|
6022
|
+
|
|
6023
|
+
.E_m140wbb6 {
|
|
6024
|
+
padding: 2px 8px;
|
|
6025
|
+
height: 24px;
|
|
5821
6026
|
}
|
|
5822
|
-
|
|
5823
|
-
|
|
6027
|
+
|
|
6028
|
+
.E_t1fozc1i {
|
|
6029
|
+
margin: 0;
|
|
5824
6030
|
}
|
|
5825
|
-
|
|
5826
|
-
|
|
6031
|
+
|
|
6032
|
+
.E_i1vxv4ln {
|
|
6033
|
+
margin-right: 4px;
|
|
6034
|
+
height: 16px;
|
|
5827
6035
|
}
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
|
|
6036
|
+
|
|
6037
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
6038
|
+
font-weight: 700;
|
|
6039
|
+
color: #00122e;
|
|
6040
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
6041
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
6042
|
+
word-break: break-all;
|
|
6043
|
+
display: inline;
|
|
6044
|
+
white-space: normal;
|
|
5831
6045
|
}
|
|
5832
|
-
|
|
5833
|
-
|
|
6046
|
+
|
|
6047
|
+
.E_w7ob4th.outside-tag {
|
|
6048
|
+
padding-left: 0;
|
|
5834
6049
|
}
|
|
5835
|
-
.
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
background-color: #f0483e;
|
|
5840
|
-
}
|
|
5841
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5842
|
-
background-color: #fea008;
|
|
5843
|
-
}
|
|
5844
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5845
|
-
background-color: #00ba5d;
|
|
5846
|
-
}
|
|
5847
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5848
|
-
background-color: #6b7d99;
|
|
5849
|
-
}
|
|
5850
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5851
|
-
background-color: #7E41FF;
|
|
5852
|
-
}
|
|
5853
|
-
|
|
5854
|
-
.E_s1qj66nc {
|
|
5855
|
-
width: 8px;
|
|
5856
|
-
height: 8px;
|
|
5857
|
-
border-radius: 50%;
|
|
5858
|
-
display: inline-block;
|
|
5859
|
-
}
|
|
5860
|
-
|
|
5861
|
-
.E_s5x1boq {
|
|
5862
|
-
width: 8px;
|
|
5863
|
-
height: 8px;
|
|
5864
|
-
border-radius: 2px;
|
|
5865
|
-
display: inline-block;
|
|
6050
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
6051
|
+
border-radius: 4px 0 0 4px;
|
|
6052
|
+
padding-right: 4px;
|
|
6053
|
+
margin-right: 4px;
|
|
5866
6054
|
}
|
|
5867
6055
|
|
|
5868
|
-
.
|
|
6056
|
+
.E_t1dtlqs1 {
|
|
6057
|
+
margin-bottom: 4px;
|
|
5869
6058
|
color: rgba(44, 56, 82, 0.6);
|
|
5870
6059
|
}
|
|
5871
6060
|
|
|
5872
|
-
.
|
|
5873
|
-
flex: 1;
|
|
5874
|
-
}
|
|
5875
|
-
|
|
5876
|
-
.E_t13ef470 {
|
|
5877
|
-
height: 100%;
|
|
5878
|
-
}
|
|
5879
|
-
.E_t13ef470 .table-loading-item {
|
|
5880
|
-
padding: 12px 4px;
|
|
5881
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5882
|
-
display: flex;
|
|
5883
|
-
}
|
|
5884
|
-
.E_t13ef470 .table-loading-item > * {
|
|
5885
|
-
height: 16px;
|
|
5886
|
-
margin: 4px;
|
|
5887
|
-
background: rgba(204, 212, 227, 0.18);
|
|
5888
|
-
border-radius: 2px;
|
|
5889
|
-
}
|
|
5890
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5891
|
-
width: 16px;
|
|
5892
|
-
}
|
|
5893
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
5894
|
-
flex: 1;
|
|
5895
|
-
}
|
|
5896
|
-
.E_t13ef470 :nth-child(1) {
|
|
5897
|
-
padding: 8px 4px;
|
|
5898
|
-
}
|
|
5899
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5900
|
-
background: rgba(107, 125, 153, 0.18);
|
|
5901
|
-
}
|
|
5902
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5903
|
-
background: rgba(163, 180, 204, 0.18);
|
|
5904
|
-
}
|
|
5905
|
-
|
|
5906
|
-
.E_m11nzl2x {
|
|
6061
|
+
.E_s1ese5oy {
|
|
5907
6062
|
color: rgba(44, 56, 82, 0.6);
|
|
5908
|
-
|
|
5909
|
-
|
|
5910
|
-
|
|
5911
|
-
justify-content: center;
|
|
5912
|
-
flex-direction: column;
|
|
5913
|
-
height: 100%;
|
|
6063
|
+
line-height: 32px;
|
|
6064
|
+
height: 32px;
|
|
6065
|
+
margin-bottom: 0;
|
|
5914
6066
|
}
|
|
5915
|
-
.
|
|
6067
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5916
6068
|
color: #0080ff;
|
|
5917
|
-
cursor: pointer;
|
|
5918
|
-
}
|
|
5919
|
-
|
|
5920
|
-
.E_mn7joto {
|
|
5921
|
-
width: 100%;
|
|
5922
|
-
height: 100%;
|
|
5923
|
-
display: flex;
|
|
5924
|
-
flex-direction: column;
|
|
5925
6069
|
}
|
|
5926
|
-
.
|
|
5927
|
-
|
|
5928
|
-
display: flex;
|
|
5929
|
-
line-height: 30px;
|
|
5930
|
-
justify-content: space-between;
|
|
5931
|
-
}
|
|
5932
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
5933
|
-
display: flex;
|
|
5934
|
-
font-size: 12px;
|
|
5935
|
-
align-items: center;
|
|
5936
|
-
}
|
|
5937
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
5938
|
-
color: #a3b4cc;
|
|
5939
|
-
}
|
|
5940
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
5941
|
-
margin-left: 10px;
|
|
5942
|
-
}
|
|
5943
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
5944
|
-
margin-left: 10px;
|
|
5945
|
-
cursor: pointer;
|
|
5946
|
-
}
|
|
5947
|
-
.E_mn7joto .content {
|
|
5948
|
-
flex: 1;
|
|
5949
|
-
width: 100%;
|
|
5950
|
-
display: flex;
|
|
5951
|
-
justify-content: center;
|
|
5952
|
-
align-items: center;
|
|
5953
|
-
}
|
|
5954
|
-
.E_mn7joto .single-content {
|
|
5955
|
-
height: 65px;
|
|
5956
|
-
}
|
|
5957
|
-
|
|
5958
|
-
.E_l1bifhon {
|
|
5959
|
-
display: flex;
|
|
5960
|
-
align-items: center;
|
|
5961
|
-
white-space: nowrap;
|
|
5962
|
-
overflow: hidden;
|
|
5963
|
-
width: 100%;
|
|
5964
|
-
}
|
|
5965
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
5966
|
-
font-size: 12px;
|
|
5967
|
-
margin-left: 8px;
|
|
5968
|
-
}
|
|
5969
|
-
|
|
5970
|
-
.E_ltthzck {
|
|
5971
|
-
display: flex;
|
|
5972
|
-
justify-content: flex-start;
|
|
5973
|
-
align-items: center;
|
|
5974
|
-
font-size: 12px;
|
|
5975
|
-
cursor: pointer;
|
|
5976
|
-
}
|
|
5977
|
-
.E_ltthzck:not(:first-child) {
|
|
5978
|
-
margin-left: 8px;
|
|
5979
|
-
}
|
|
5980
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
5981
|
-
opacity: 0.3;
|
|
5982
|
-
}
|
|
5983
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
5984
|
-
background: #b4beca !important;
|
|
5985
|
-
border-radius: 2px;
|
|
5986
|
-
}
|
|
5987
|
-
.E_ltthzck.hoverering-self {
|
|
5988
|
-
opacity: 1;
|
|
6070
|
+
.E_s1ese5oy.warning {
|
|
6071
|
+
color: #ffa500;
|
|
5989
6072
|
}
|
|
5990
|
-
.
|
|
5991
|
-
|
|
6073
|
+
.E_s1ese5oy.success {
|
|
6074
|
+
color: #00ba5d;
|
|
5992
6075
|
}
|
|
5993
|
-
.
|
|
5994
|
-
color: #
|
|
6076
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
6077
|
+
color: #f0483e;
|
|
5995
6078
|
}
|
|
5996
|
-
.
|
|
5997
|
-
|
|
5998
|
-
align-items: center;
|
|
5999
|
-
margin-left: 4px;
|
|
6079
|
+
.E_s1ese5oy.normal {
|
|
6080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6000
6081
|
}
|
|
6001
6082
|
|
|
6002
|
-
.
|
|
6003
|
-
|
|
6004
|
-
justify-content: flex-start;
|
|
6005
|
-
align-items: center;
|
|
6006
|
-
font-size: 12px;
|
|
6007
|
-
cursor: pointer;
|
|
6008
|
-
}
|
|
6009
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
6010
|
-
opacity: 0.3;
|
|
6011
|
-
}
|
|
6012
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
6013
|
-
background: #b4beca !important;
|
|
6014
|
-
border-radius: 2px;
|
|
6015
|
-
}
|
|
6016
|
-
.E_l1mumj7o .legend-name {
|
|
6083
|
+
.E_b1ibis43 {
|
|
6084
|
+
margin-bottom: 0;
|
|
6017
6085
|
color: #00122e;
|
|
6018
6086
|
}
|
|
6019
|
-
.E_l1mumj7o.hoverering-self {
|
|
6020
|
-
opacity: 1;
|
|
6021
|
-
}
|
|
6022
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
6023
|
-
margin-left: 4px;
|
|
6024
|
-
display: flex;
|
|
6025
|
-
align-items: center;
|
|
6026
|
-
}
|
|
6027
6087
|
|
|
6028
|
-
.
|
|
6029
|
-
|
|
6030
|
-
height: 8px;
|
|
6031
|
-
width: 8px;
|
|
6088
|
+
.E_b11xxjd2 {
|
|
6089
|
+
line-height: 32px;
|
|
6032
6090
|
margin-right: 6px;
|
|
6033
|
-
border-radius: 2px;
|
|
6034
|
-
}
|
|
6035
|
-
|
|
6036
|
-
.E_e45tc5l .ant-dropdown-menu-item {
|
|
6037
|
-
display: flex;
|
|
6038
|
-
align-items: center;
|
|
6039
|
-
font-size: 12px;
|
|
6040
|
-
margin: 0;
|
|
6041
6091
|
}
|
|
6042
6092
|
|
|
6043
|
-
.
|
|
6093
|
+
.E_bsub5bw.with-description {
|
|
6094
|
+
height: 24px;
|
|
6095
|
+
flex: 1;
|
|
6044
6096
|
position: relative;
|
|
6097
|
+
top: -7px;
|
|
6045
6098
|
}
|
|
6046
|
-
.
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
justify-content: space-between;
|
|
6052
|
-
line-height: 30px;
|
|
6053
|
-
}
|
|
6054
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
6055
|
-
display: flex;
|
|
6056
|
-
flex-shrink: 0;
|
|
6057
|
-
font-size: 12px;
|
|
6058
|
-
align-items: center;
|
|
6099
|
+
.E_bsub5bw p {
|
|
6100
|
+
width: 100%;
|
|
6101
|
+
overflow: hidden;
|
|
6102
|
+
text-overflow: ellipsis;
|
|
6103
|
+
white-space: nowrap;
|
|
6059
6104
|
}
|
|
6060
|
-
|
|
6061
|
-
|
|
6105
|
+
|
|
6106
|
+
.E_tmoyoag {
|
|
6107
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
6108
|
+
border-radius: 8px;
|
|
6109
|
+
overflow: auto;
|
|
6062
6110
|
}
|
|
6063
|
-
.
|
|
6064
|
-
|
|
6111
|
+
.E_tmoyoag .ant-list {
|
|
6112
|
+
position: relative;
|
|
6065
6113
|
}
|
|
6066
|
-
.
|
|
6067
|
-
|
|
6068
|
-
cursor: pointer;
|
|
6114
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
6115
|
+
border-bottom: none;
|
|
6069
6116
|
}
|
|
6070
|
-
.
|
|
6071
|
-
|
|
6117
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
6118
|
+
position: sticky;
|
|
6119
|
+
top: 0;
|
|
6120
|
+
z-index: 2;
|
|
6121
|
+
display: flex;
|
|
6122
|
+
padding: 8px;
|
|
6123
|
+
flex-wrap: nowrap;
|
|
6124
|
+
justify-content: flex-start;
|
|
6125
|
+
background: #f2f5fa;
|
|
6126
|
+
font-size: 14px;
|
|
6127
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6128
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6072
6129
|
}
|
|
6073
|
-
.
|
|
6074
|
-
|
|
6075
|
-
bottom: 10px;
|
|
6076
|
-
padding: 0 8px;
|
|
6077
|
-
font-size: 12px;
|
|
6078
|
-
color: #fff;
|
|
6079
|
-
transform: translateX(-50%);
|
|
6130
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
6131
|
+
align-items: inherit;
|
|
6080
6132
|
}
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
min-width: 200px;
|
|
6084
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
6085
|
-
border-radius: 4px;
|
|
6086
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
6087
|
-
padding: 8px;
|
|
6133
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
6134
|
+
margin-bottom: 0;
|
|
6088
6135
|
}
|
|
6089
|
-
|
|
6090
|
-
.E_tecdsj7 {
|
|
6136
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
6091
6137
|
display: flex;
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
padding-top: 6px;
|
|
6138
|
+
justify-content: flex-start;
|
|
6139
|
+
align-items: flex-start;
|
|
6140
|
+
flex-wrap: wrap;
|
|
6141
|
+
padding: 8px;
|
|
6142
|
+
border: none;
|
|
6098
6143
|
}
|
|
6099
|
-
.
|
|
6100
|
-
|
|
6144
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
6145
|
+
flex-basis: 100%;
|
|
6146
|
+
margin: 12px 0 0;
|
|
6147
|
+
order: 99;
|
|
6148
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6101
6149
|
}
|
|
6102
|
-
.
|
|
6103
|
-
|
|
6150
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
6151
|
+
color: #f0483e;
|
|
6152
|
+
flex-basis: 100%;
|
|
6153
|
+
order: 98;
|
|
6154
|
+
margin: 12px 0 0;
|
|
6104
6155
|
}
|
|
6105
|
-
.
|
|
6106
|
-
color:
|
|
6107
|
-
margin-left: 8px;
|
|
6156
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
6157
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
6108
6158
|
}
|
|
6109
|
-
|
|
6110
|
-
.
|
|
6111
|
-
display: inline-block;
|
|
6112
|
-
height: 8px;
|
|
6113
|
-
width: 8px;
|
|
6114
|
-
margin-right: 8px;
|
|
6115
|
-
border-radius: 2px;
|
|
6159
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
6160
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
6116
6161
|
}
|
|
6117
|
-
.
|
|
6118
|
-
|
|
6162
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
6163
|
+
flex: 1 0 0;
|
|
6164
|
+
overflow: hidden;
|
|
6119
6165
|
}
|
|
6120
|
-
|
|
6121
|
-
.E_msn7nxt {
|
|
6166
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
6122
6167
|
color: rgba(44, 56, 82, 0.6);
|
|
6123
|
-
|
|
6124
|
-
display: flex;
|
|
6125
|
-
align-items: center;
|
|
6126
|
-
justify-content: center;
|
|
6127
|
-
flex-direction: column;
|
|
6128
|
-
height: 100%;
|
|
6129
|
-
}
|
|
6130
|
-
.E_msn7nxt .link {
|
|
6131
|
-
color: #0080ff;
|
|
6132
|
-
cursor: pointer;
|
|
6133
|
-
}
|
|
6134
|
-
|
|
6135
|
-
.E_mp64wfi {
|
|
6136
|
-
width: 100%;
|
|
6137
|
-
height: 100%;
|
|
6138
|
-
display: flex;
|
|
6139
|
-
flex-direction: column;
|
|
6168
|
+
margin: 0;
|
|
6140
6169
|
}
|
|
6141
|
-
.
|
|
6142
|
-
|
|
6143
|
-
display: flex;
|
|
6144
|
-
line-height: 30px;
|
|
6145
|
-
padding: 0 16px;
|
|
6146
|
-
justify-content: space-between;
|
|
6170
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
6171
|
+
text-align: center;
|
|
6147
6172
|
}
|
|
6148
|
-
.
|
|
6149
|
-
|
|
6150
|
-
font-size: 12px;
|
|
6151
|
-
align-items: center;
|
|
6173
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
6174
|
+
text-align: center;
|
|
6152
6175
|
}
|
|
6153
|
-
.
|
|
6154
|
-
|
|
6176
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
6177
|
+
text-align: left;
|
|
6155
6178
|
}
|
|
6156
|
-
.
|
|
6157
|
-
|
|
6179
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
6180
|
+
text-align: left;
|
|
6158
6181
|
}
|
|
6159
|
-
.
|
|
6160
|
-
|
|
6161
|
-
cursor: pointer;
|
|
6182
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
6183
|
+
text-align: right;
|
|
6162
6184
|
}
|
|
6163
|
-
.
|
|
6164
|
-
|
|
6165
|
-
width: 100%;
|
|
6166
|
-
display: flex;
|
|
6167
|
-
justify-content: center;
|
|
6168
|
-
align-items: center;
|
|
6185
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
6186
|
+
text-align: right;
|
|
6169
6187
|
}
|
|
6170
|
-
.
|
|
6171
|
-
|
|
6188
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
6189
|
+
margin-right: 8px;
|
|
6172
6190
|
}
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
white-space: nowrap;
|
|
6191
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
6192
|
+
padding: 4px;
|
|
6193
|
+
width: 24px;
|
|
6194
|
+
height: 24px;
|
|
6178
6195
|
overflow: hidden;
|
|
6179
|
-
width: 100%;
|
|
6180
|
-
}
|
|
6181
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
6182
|
-
margin-left: auto;
|
|
6183
|
-
font-size: 12px;
|
|
6184
6196
|
}
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
display: flex;
|
|
6188
|
-
justify-content: flex-start;
|
|
6189
|
-
align-items: center;
|
|
6190
|
-
font-size: 12px;
|
|
6191
|
-
cursor: pointer;
|
|
6197
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
6198
|
+
padding: 0;
|
|
6192
6199
|
}
|
|
6193
|
-
.
|
|
6194
|
-
|
|
6200
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
6201
|
+
cursor: not-allowed;
|
|
6202
|
+
opacity: 0.5;
|
|
6195
6203
|
}
|
|
6196
|
-
.
|
|
6197
|
-
|
|
6204
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
6205
|
+
margin: 0;
|
|
6198
6206
|
}
|
|
6199
|
-
.
|
|
6200
|
-
|
|
6207
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
6208
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
6209
|
+
border-radius: 5px;
|
|
6210
|
+
font-size: 12px;
|
|
6201
6211
|
}
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
display: inline-block;
|
|
6205
|
-
height: 8px;
|
|
6206
|
-
width: 8px;
|
|
6207
|
-
margin-right: 8px;
|
|
6212
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
6213
|
+
font-size: inherit;
|
|
6208
6214
|
}
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
display: flex;
|
|
6212
|
-
align-items: center;
|
|
6215
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
6216
|
+
min-height: 24px;
|
|
6213
6217
|
font-size: 12px;
|
|
6214
|
-
margin: 0;
|
|
6215
|
-
}
|
|
6216
|
-
|
|
6217
|
-
.E_m1y1hhnr {
|
|
6218
6218
|
position: relative;
|
|
6219
6219
|
}
|
|
6220
|
-
.
|
|
6221
|
-
bottom:
|
|
6220
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
6221
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6222
6222
|
}
|
|
6223
|
-
.
|
|
6224
|
-
|
|
6225
|
-
justify-content: space-between;
|
|
6226
|
-
line-height: 30px;
|
|
6227
|
-
margin: 0 16px;
|
|
6223
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
6224
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
6228
6225
|
}
|
|
6229
|
-
|
|
6226
|
+
|
|
6227
|
+
.E_a138syjm {
|
|
6230
6228
|
display: flex;
|
|
6231
|
-
font-size: 12px;
|
|
6232
6229
|
align-items: center;
|
|
6230
|
+
margin-top: 8px;
|
|
6231
|
+
gap: 8px;
|
|
6233
6232
|
}
|
|
6234
|
-
.
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
6238
|
-
margin-left: 10px;
|
|
6239
|
-
}
|
|
6240
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
6241
|
-
margin-left: 10px;
|
|
6242
|
-
cursor: pointer;
|
|
6233
|
+
.E_a138syjm button.ant-btn {
|
|
6234
|
+
padding: 2px 8px;
|
|
6235
|
+
height: 24px;
|
|
6243
6236
|
}
|
|
6244
|
-
.
|
|
6245
|
-
|
|
6237
|
+
.E_a138syjm > span.maximum-desc {
|
|
6238
|
+
display: none;
|
|
6239
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6246
6240
|
}
|
|
6247
|
-
.
|
|
6248
|
-
|
|
6249
|
-
bottom: 10px;
|
|
6250
|
-
padding: 0 8px;
|
|
6251
|
-
border-radius: 4px;
|
|
6252
|
-
font-size: 12px;
|
|
6253
|
-
color: #fff;
|
|
6254
|
-
background: rgba(0, 0, 0, 0.75);
|
|
6255
|
-
transform: translateX(-50%);
|
|
6241
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
6242
|
+
display: inline;
|
|
6256
6243
|
}
|
|
6257
6244
|
|
|
6258
|
-
.
|
|
6259
|
-
|
|
6245
|
+
.E_d77i8u0 {
|
|
6246
|
+
width: 24px;
|
|
6247
|
+
height: 24px;
|
|
6248
|
+
padding: 4px;
|
|
6249
|
+
margin-right: 8px;
|
|
6260
6250
|
}
|
|
6261
6251
|
|
|
6262
|
-
.
|
|
6252
|
+
.E_t13ef470 {
|
|
6253
|
+
height: 100%;
|
|
6254
|
+
}
|
|
6255
|
+
.E_t13ef470 .table-loading-item {
|
|
6256
|
+
padding: 12px 4px;
|
|
6257
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
6263
6258
|
display: flex;
|
|
6264
|
-
align-items: center;
|
|
6265
|
-
justify-content: space-between;
|
|
6266
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
6267
|
-
color: #b4beca;
|
|
6268
|
-
font-size: 12px;
|
|
6269
|
-
padding: 3px 6px;
|
|
6270
6259
|
}
|
|
6271
|
-
.
|
|
6272
|
-
|
|
6260
|
+
.E_t13ef470 .table-loading-item > * {
|
|
6261
|
+
height: 16px;
|
|
6262
|
+
margin: 4px;
|
|
6263
|
+
background: rgba(204, 212, 227, 0.18);
|
|
6264
|
+
border-radius: 2px;
|
|
6273
6265
|
}
|
|
6274
|
-
.
|
|
6275
|
-
|
|
6266
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
6267
|
+
width: 16px;
|
|
6276
6268
|
}
|
|
6277
|
-
.
|
|
6278
|
-
|
|
6279
|
-
|
|
6269
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
6270
|
+
flex: 1;
|
|
6271
|
+
}
|
|
6272
|
+
.E_t13ef470 :nth-child(1) {
|
|
6273
|
+
padding: 8px 4px;
|
|
6274
|
+
}
|
|
6275
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
6276
|
+
background: rgba(107, 125, 153, 0.18);
|
|
6277
|
+
}
|
|
6278
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
6279
|
+
background: rgba(163, 180, 204, 0.18);
|
|
6280
6280
|
}
|
|
6281
6281
|
|
|
6282
6282
|
.E_bpgac8u {
|
|
@@ -6306,52 +6306,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6306
6306
|
background-color: #E07F00;
|
|
6307
6307
|
}
|
|
6308
6308
|
|
|
6309
|
-
.
|
|
6310
|
-
|
|
6311
|
-
padding-top: 5px;
|
|
6312
|
-
padding-left: 5px;
|
|
6313
|
-
}
|
|
6314
|
-
.E_t59qhqp .ant-timeline-item {
|
|
6315
|
-
margin-bottom: 16px;
|
|
6316
|
-
padding-bottom: 0px;
|
|
6317
|
-
}
|
|
6318
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
6319
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6320
|
-
margin-bottom: 0;
|
|
6321
|
-
}
|
|
6322
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
6323
|
-
margin-bottom: 12px;
|
|
6324
|
-
}
|
|
6325
|
-
.E_t59qhqp .info-action {
|
|
6326
|
-
align-self: baseline;
|
|
6327
|
-
}
|
|
6328
|
-
|
|
6329
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
6330
|
-
margin-left: 18px;
|
|
6331
|
-
}
|
|
6332
|
-
.E_t2e44lg .item-time {
|
|
6333
|
-
display: flex;
|
|
6334
|
-
flex-direction: column;
|
|
6335
|
-
gap: 4px;
|
|
6336
|
-
margin-top: 4px;
|
|
6337
|
-
}
|
|
6338
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6339
|
-
padding-bottom: 0;
|
|
6340
|
-
}
|
|
6341
|
-
|
|
6342
|
-
.E_e14ua30y {
|
|
6343
|
-
display: flex;
|
|
6344
|
-
flex-direction: column;
|
|
6345
|
-
align-items: center;
|
|
6346
|
-
justify-content: center;
|
|
6347
|
-
}
|
|
6348
|
-
|
|
6349
|
-
.E_s1ikqzph {
|
|
6350
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6351
|
-
}
|
|
6352
|
-
|
|
6353
|
-
.E_i15astnl {
|
|
6354
|
-
color: #00122E;
|
|
6309
|
+
.E_b1jaupqb {
|
|
6310
|
+
color: #F0483E;
|
|
6355
6311
|
}
|
|
6356
6312
|
|
|
6357
6313
|
.E_icab5o7 {
|
|
@@ -6525,34 +6481,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6525
6481
|
gap: 16px;
|
|
6526
6482
|
text-align: left;
|
|
6527
6483
|
}
|
|
6528
|
-
|
|
6529
|
-
.E_f1f8uj0i {
|
|
6530
|
-
flex-shrink: 0;
|
|
6484
|
+
|
|
6485
|
+
.E_f1f8uj0i {
|
|
6486
|
+
flex-shrink: 0;
|
|
6487
|
+
}
|
|
6488
|
+
|
|
6489
|
+
.E_ejcjd85 {
|
|
6490
|
+
color: #f0483e;
|
|
6491
|
+
display: flex;
|
|
6492
|
+
align-items: center;
|
|
6493
|
+
height: 32px;
|
|
6494
|
+
}
|
|
6495
|
+
|
|
6496
|
+
.E_e1lj3r2s {
|
|
6497
|
+
margin-right: 4px;
|
|
6498
|
+
flex-shrink: 0;
|
|
6499
|
+
}
|
|
6500
|
+
|
|
6501
|
+
.E_eb58k2y {
|
|
6502
|
+
align-self: flex-start;
|
|
6503
|
+
margin-top: 5px;
|
|
6504
|
+
}
|
|
6505
|
+
|
|
6506
|
+
.E_c1bad0d {
|
|
6507
|
+
font-weight: bold;
|
|
6508
|
+
}
|
|
6509
|
+
|
|
6510
|
+
.E_t59qhqp {
|
|
6511
|
+
padding: 0px;
|
|
6512
|
+
padding-top: 5px;
|
|
6513
|
+
padding-left: 5px;
|
|
6514
|
+
}
|
|
6515
|
+
.E_t59qhqp .ant-timeline-item {
|
|
6516
|
+
margin-bottom: 16px;
|
|
6517
|
+
padding-bottom: 0px;
|
|
6518
|
+
}
|
|
6519
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
6520
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6521
|
+
margin-bottom: 0;
|
|
6522
|
+
}
|
|
6523
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
6524
|
+
margin-bottom: 12px;
|
|
6525
|
+
}
|
|
6526
|
+
.E_t59qhqp .info-action {
|
|
6527
|
+
align-self: baseline;
|
|
6531
6528
|
}
|
|
6532
6529
|
|
|
6533
|
-
.
|
|
6534
|
-
|
|
6530
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
6531
|
+
margin-left: 18px;
|
|
6532
|
+
}
|
|
6533
|
+
.E_t2e44lg .item-time {
|
|
6535
6534
|
display: flex;
|
|
6536
|
-
|
|
6537
|
-
|
|
6535
|
+
flex-direction: column;
|
|
6536
|
+
gap: 4px;
|
|
6537
|
+
margin-top: 4px;
|
|
6538
6538
|
}
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
margin-right: 4px;
|
|
6542
|
-
flex-shrink: 0;
|
|
6539
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6540
|
+
padding-bottom: 0;
|
|
6543
6541
|
}
|
|
6544
6542
|
|
|
6545
|
-
.
|
|
6546
|
-
|
|
6547
|
-
|
|
6543
|
+
.E_e14ua30y {
|
|
6544
|
+
display: flex;
|
|
6545
|
+
flex-direction: column;
|
|
6546
|
+
align-items: center;
|
|
6547
|
+
justify-content: center;
|
|
6548
6548
|
}
|
|
6549
6549
|
|
|
6550
|
-
.
|
|
6551
|
-
|
|
6550
|
+
.E_s1ikqzph {
|
|
6551
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6552
6552
|
}
|
|
6553
6553
|
|
|
6554
|
-
.
|
|
6555
|
-
color: #
|
|
6554
|
+
.E_i15astnl {
|
|
6555
|
+
color: #00122E;
|
|
6556
6556
|
}
|
|
6557
6557
|
|
|
6558
6558
|
.E_s20iney.skeleton-box {
|
|
@@ -6807,6 +6807,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6807
6807
|
column-gap: var(--a1ji6r68-0);
|
|
6808
6808
|
}
|
|
6809
6809
|
|
|
6810
|
+
.E_t1616y1o {
|
|
6811
|
+
color: #fff;
|
|
6812
|
+
}
|
|
6813
|
+
|
|
6810
6814
|
.E_f16blduf.ant-form-item {
|
|
6811
6815
|
margin-bottom: 0;
|
|
6812
6816
|
}
|
|
@@ -6826,10 +6830,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6826
6830
|
display: block;
|
|
6827
6831
|
}
|
|
6828
6832
|
|
|
6829
|
-
.E_t1616y1o {
|
|
6830
|
-
color: #fff;
|
|
6831
|
-
}
|
|
6832
|
-
|
|
6833
6833
|
.E_a9y3flr {
|
|
6834
6834
|
margin-left: 8px;
|
|
6835
6835
|
}
|
|
@@ -6882,6 +6882,149 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6882
6882
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6883
6883
|
}
|
|
6884
6884
|
|
|
6885
|
+
.E_clm1wy1 {
|
|
6886
|
+
width: 192px;
|
|
6887
|
+
height: 246px;
|
|
6888
|
+
border-radius: 4px;
|
|
6889
|
+
}
|
|
6890
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6891
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6892
|
+
width: 100%;
|
|
6893
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6894
|
+
border-top: none;
|
|
6895
|
+
}
|
|
6896
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6897
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6898
|
+
padding: 0 16px;
|
|
6899
|
+
}
|
|
6900
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6901
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6902
|
+
width: 100%;
|
|
6903
|
+
height: 180px;
|
|
6904
|
+
border-spacing: 0;
|
|
6905
|
+
}
|
|
6906
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6907
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6908
|
+
margin-bottom: 8px;
|
|
6909
|
+
}
|
|
6910
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6911
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6912
|
+
width: 22px;
|
|
6913
|
+
}
|
|
6914
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6915
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6916
|
+
padding: 0;
|
|
6917
|
+
}
|
|
6918
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6919
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6920
|
+
opacity: 0.4;
|
|
6921
|
+
}
|
|
6922
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6923
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6924
|
+
opacity: 1;
|
|
6925
|
+
}
|
|
6926
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6927
|
+
color: #3e4652;
|
|
6928
|
+
}
|
|
6929
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6930
|
+
pointer-events: none;
|
|
6931
|
+
}
|
|
6932
|
+
|
|
6933
|
+
.E_t1tsm00v {
|
|
6934
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6935
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6936
|
+
backdrop-filter: blur(10px);
|
|
6937
|
+
padding: 7px 10px;
|
|
6938
|
+
}
|
|
6939
|
+
|
|
6940
|
+
.E_c167wnad {
|
|
6941
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6942
|
+
display: flex;
|
|
6943
|
+
justify-content: space-between;
|
|
6944
|
+
align-items: center;
|
|
6945
|
+
padding: 8px 16px;
|
|
6946
|
+
}
|
|
6947
|
+
.E_c167wnad .anticon {
|
|
6948
|
+
cursor: pointer;
|
|
6949
|
+
}
|
|
6950
|
+
.E_c167wnad .anticon:hover {
|
|
6951
|
+
color: #0096ff;
|
|
6952
|
+
}
|
|
6953
|
+
|
|
6954
|
+
.E_cxhf7dh {
|
|
6955
|
+
text-align: center;
|
|
6956
|
+
}
|
|
6957
|
+
.E_cxhf7dh .dots {
|
|
6958
|
+
display: flex;
|
|
6959
|
+
justify-content: center;
|
|
6960
|
+
}
|
|
6961
|
+
.E_cxhf7dh .dot {
|
|
6962
|
+
display: inline-block;
|
|
6963
|
+
width: 2px;
|
|
6964
|
+
height: 2px;
|
|
6965
|
+
border-radius: 1px;
|
|
6966
|
+
background: #0096ff;
|
|
6967
|
+
}
|
|
6968
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6969
|
+
margin-right: 2px;
|
|
6970
|
+
}
|
|
6971
|
+
.E_cxhf7dh .bar {
|
|
6972
|
+
width: 9px;
|
|
6973
|
+
height: 2px;
|
|
6974
|
+
background: #0096ff;
|
|
6975
|
+
border-radius: 2px;
|
|
6976
|
+
}
|
|
6977
|
+
|
|
6978
|
+
.E_c18bcrac {
|
|
6979
|
+
display: inline-block;
|
|
6980
|
+
width: 100%;
|
|
6981
|
+
}
|
|
6982
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6983
|
+
margin-left: 4px;
|
|
6984
|
+
}
|
|
6985
|
+
|
|
6986
|
+
.E_cro7kg2 {
|
|
6987
|
+
padding: 4px;
|
|
6988
|
+
}
|
|
6989
|
+
.E_cro7kg2 .unit {
|
|
6990
|
+
color: white;
|
|
6991
|
+
}
|
|
6992
|
+
|
|
6993
|
+
.E_c14wcxf0 {
|
|
6994
|
+
display: flex;
|
|
6995
|
+
justify-content: space-between;
|
|
6996
|
+
align-items: center;
|
|
6997
|
+
font-size: 13px;
|
|
6998
|
+
line-height: 24px;
|
|
6999
|
+
color: #cccccc;
|
|
7000
|
+
white-space: nowrap;
|
|
7001
|
+
}
|
|
7002
|
+
.E_c14wcxf0 label {
|
|
7003
|
+
margin-right: 32px;
|
|
7004
|
+
}
|
|
7005
|
+
|
|
7006
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
7007
|
+
font-weight: bold;
|
|
7008
|
+
color: white;
|
|
7009
|
+
}
|
|
7010
|
+
|
|
7011
|
+
.E_s11212zy {
|
|
7012
|
+
width: 8px;
|
|
7013
|
+
height: 8px;
|
|
7014
|
+
border-radius: 2px;
|
|
7015
|
+
display: inline-block;
|
|
7016
|
+
background: var(--s11212zy-0);
|
|
7017
|
+
border: 1px solid #fff;
|
|
7018
|
+
box-sizing: content-box;
|
|
7019
|
+
margin-right: 6px;
|
|
7020
|
+
}
|
|
7021
|
+
|
|
7022
|
+
.E_p1lyky6c > :first-child {
|
|
7023
|
+
font-weight: bold;
|
|
7024
|
+
color: white;
|
|
7025
|
+
margin-right: 4px;
|
|
7026
|
+
}
|
|
7027
|
+
|
|
6885
7028
|
.E_s1ebs0ra {
|
|
6886
7029
|
display: flex;
|
|
6887
7030
|
align-items: center;
|
|
@@ -6943,31 +7086,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6943
7086
|
background: #fff;
|
|
6944
7087
|
}
|
|
6945
7088
|
|
|
6946
|
-
.
|
|
6947
|
-
display: flex;
|
|
6948
|
-
align-items: center;
|
|
6949
|
-
}
|
|
6950
|
-
.E_s1iv0tp1 .enabled-text {
|
|
6951
|
-
margin-right: 8px;
|
|
6952
|
-
}
|
|
6953
|
-
|
|
6954
|
-
.E_n12mqh7z {
|
|
6955
|
-
display: flex;
|
|
7089
|
+
.E_mzzncgx {
|
|
7090
|
+
display: inline-flex;
|
|
6956
7091
|
align-items: center;
|
|
6957
|
-
|
|
6958
|
-
line-height: 18px;
|
|
6959
|
-
}
|
|
6960
|
-
.E_n12mqh7z:not(:last-child) {
|
|
6961
|
-
margin-bottom: 4px;
|
|
6962
|
-
}
|
|
6963
|
-
|
|
6964
|
-
.E_tf5bynu {
|
|
6965
|
-
margin: 0 3px;
|
|
6966
|
-
}
|
|
6967
|
-
|
|
6968
|
-
.E_tcckoz1 {
|
|
6969
|
-
max-height: 400px;
|
|
6970
|
-
overflow: auto;
|
|
7092
|
+
gap: 4px;
|
|
6971
7093
|
}
|
|
6972
7094
|
|
|
6973
7095
|
.E_c1up1pdz {
|
|
@@ -7085,126 +7207,89 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7085
7207
|
border-radius: 16px;
|
|
7086
7208
|
margin-right: 8px;
|
|
7087
7209
|
}
|
|
7088
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
7089
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
7090
|
-
color: inherit;
|
|
7091
|
-
border-color: #d9d9d9;
|
|
7092
|
-
}
|
|
7093
|
-
.E_wpbf4pq .week-day-option.active {
|
|
7094
|
-
background-color: #0096ff;
|
|
7095
|
-
border-color: #0096ff;
|
|
7096
|
-
color: #fff;
|
|
7097
|
-
}
|
|
7098
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
7099
|
-
width: 110px;
|
|
7100
|
-
margin-top: 4px;
|
|
7101
|
-
}
|
|
7102
|
-
.E_wpbf4pq .month-day-option {
|
|
7103
|
-
width: 32px;
|
|
7104
|
-
padding: 0;
|
|
7105
|
-
margin-bottom: 8px;
|
|
7106
|
-
}
|
|
7107
|
-
.E_wpbf4pq .month-day-option.active {
|
|
7108
|
-
background-color: #0096ff;
|
|
7109
|
-
border-color: #0096ff;
|
|
7110
|
-
color: #fff;
|
|
7111
|
-
}
|
|
7112
|
-
|
|
7113
|
-
.E_clm1wy1 {
|
|
7114
|
-
width: 192px;
|
|
7115
|
-
height: 246px;
|
|
7116
|
-
border-radius: 4px;
|
|
7117
|
-
}
|
|
7118
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
7119
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
7120
|
-
width: 100%;
|
|
7121
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
7122
|
-
border-top: none;
|
|
7123
|
-
}
|
|
7124
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
7125
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
7126
|
-
padding: 0 16px;
|
|
7127
|
-
}
|
|
7128
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
7129
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
7130
|
-
width: 100%;
|
|
7131
|
-
height: 180px;
|
|
7132
|
-
border-spacing: 0;
|
|
7210
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
7211
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
7212
|
+
color: inherit;
|
|
7213
|
+
border-color: #d9d9d9;
|
|
7133
7214
|
}
|
|
7134
|
-
.
|
|
7135
|
-
|
|
7136
|
-
|
|
7215
|
+
.E_wpbf4pq .week-day-option.active {
|
|
7216
|
+
background-color: #0096ff;
|
|
7217
|
+
border-color: #0096ff;
|
|
7218
|
+
color: #fff;
|
|
7137
7219
|
}
|
|
7138
|
-
.
|
|
7139
|
-
|
|
7140
|
-
|
|
7220
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
7221
|
+
width: 110px;
|
|
7222
|
+
margin-top: 4px;
|
|
7141
7223
|
}
|
|
7142
|
-
.
|
|
7143
|
-
|
|
7224
|
+
.E_wpbf4pq .month-day-option {
|
|
7225
|
+
width: 32px;
|
|
7144
7226
|
padding: 0;
|
|
7227
|
+
margin-bottom: 8px;
|
|
7145
7228
|
}
|
|
7146
|
-
.
|
|
7147
|
-
color:
|
|
7148
|
-
|
|
7229
|
+
.E_wpbf4pq .month-day-option.active {
|
|
7230
|
+
background-color: #0096ff;
|
|
7231
|
+
border-color: #0096ff;
|
|
7232
|
+
color: #fff;
|
|
7149
7233
|
}
|
|
7150
|
-
|
|
7151
|
-
|
|
7152
|
-
|
|
7234
|
+
|
|
7235
|
+
.E_gmyahx3 {
|
|
7236
|
+
cursor: pointer;
|
|
7153
7237
|
}
|
|
7154
|
-
.
|
|
7155
|
-
color:
|
|
7238
|
+
.E_gmyahx3 .link-text {
|
|
7239
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7156
7240
|
}
|
|
7157
|
-
.
|
|
7158
|
-
|
|
7241
|
+
.E_gmyahx3:hover .link-text {
|
|
7242
|
+
color: #0080ff;
|
|
7159
7243
|
}
|
|
7160
7244
|
|
|
7161
|
-
.
|
|
7162
|
-
|
|
7163
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7164
|
-
backdrop-filter: blur(10px);
|
|
7165
|
-
padding: 7px 10px;
|
|
7245
|
+
span.E_tqjc4ui {
|
|
7246
|
+
margin: 0 2px;
|
|
7166
7247
|
}
|
|
7167
7248
|
|
|
7168
|
-
.
|
|
7169
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7249
|
+
.E_n12mqh7z {
|
|
7170
7250
|
display: flex;
|
|
7171
|
-
justify-content: space-between;
|
|
7172
7251
|
align-items: center;
|
|
7173
|
-
|
|
7174
|
-
|
|
7175
|
-
.E_c167wnad .anticon {
|
|
7176
|
-
cursor: pointer;
|
|
7252
|
+
font-size: 12px;
|
|
7253
|
+
line-height: 18px;
|
|
7177
7254
|
}
|
|
7178
|
-
.
|
|
7179
|
-
|
|
7255
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7256
|
+
margin-bottom: 4px;
|
|
7180
7257
|
}
|
|
7181
7258
|
|
|
7182
|
-
.
|
|
7183
|
-
|
|
7259
|
+
.E_tf5bynu {
|
|
7260
|
+
margin: 0 3px;
|
|
7184
7261
|
}
|
|
7185
|
-
|
|
7186
|
-
|
|
7187
|
-
|
|
7262
|
+
|
|
7263
|
+
.E_tcckoz1 {
|
|
7264
|
+
max-height: 400px;
|
|
7265
|
+
overflow: auto;
|
|
7188
7266
|
}
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
border-radius: 1px;
|
|
7194
|
-
background: #0096ff;
|
|
7267
|
+
|
|
7268
|
+
.E_ou7iq30 {
|
|
7269
|
+
overflow: hidden;
|
|
7270
|
+
text-overflow: ellipsis;
|
|
7195
7271
|
}
|
|
7196
|
-
|
|
7197
|
-
|
|
7272
|
+
|
|
7273
|
+
.E_s1tui002 {
|
|
7274
|
+
white-space: nowrap;
|
|
7198
7275
|
}
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
|
|
7276
|
+
|
|
7277
|
+
.E_mxrc2zg {
|
|
7278
|
+
display: -webkit-box;
|
|
7279
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7280
|
+
-webkit-box-orient: vertical;
|
|
7281
|
+
word-break: break-all;
|
|
7204
7282
|
}
|
|
7205
7283
|
|
|
7206
|
-
|
|
7207
|
-
|
|
7284
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7285
|
+
display: none;
|
|
7286
|
+
}
|
|
7287
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7288
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7289
|
+
border-radius: 4px;
|
|
7290
|
+
}
|
|
7291
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7292
|
+
visibility: hidden;
|
|
7208
7293
|
}
|
|
7209
7294
|
|
|
7210
7295
|
.E_t1sqg15u {
|
|
@@ -7297,91 +7382,25 @@ span.E_tqjc4ui {
|
|
|
7297
7382
|
padding-right: 12px;
|
|
7298
7383
|
}
|
|
7299
7384
|
|
|
7300
|
-
.
|
|
7301
|
-
overflow: hidden;
|
|
7302
|
-
text-overflow: ellipsis;
|
|
7303
|
-
}
|
|
7304
|
-
|
|
7305
|
-
.E_s1tui002 {
|
|
7306
|
-
white-space: nowrap;
|
|
7307
|
-
}
|
|
7308
|
-
|
|
7309
|
-
.E_mxrc2zg {
|
|
7310
|
-
display: -webkit-box;
|
|
7311
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7312
|
-
-webkit-box-orient: vertical;
|
|
7313
|
-
word-break: break-all;
|
|
7314
|
-
}
|
|
7315
|
-
|
|
7316
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7317
|
-
display: none;
|
|
7318
|
-
}
|
|
7319
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7320
|
-
background: rgba(23, 38, 64, 0.8);
|
|
7321
|
-
border-radius: 4px;
|
|
7322
|
-
}
|
|
7323
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7324
|
-
visibility: hidden;
|
|
7325
|
-
}
|
|
7326
|
-
|
|
7327
|
-
.E_gmyahx3 {
|
|
7328
|
-
cursor: pointer;
|
|
7329
|
-
}
|
|
7330
|
-
.E_gmyahx3 .link-text {
|
|
7331
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7332
|
-
}
|
|
7333
|
-
.E_gmyahx3:hover .link-text {
|
|
7334
|
-
color: #0080ff;
|
|
7335
|
-
}
|
|
7336
|
-
|
|
7337
|
-
.E_c18bcrac {
|
|
7338
|
-
display: inline-block;
|
|
7339
|
-
width: 100%;
|
|
7340
|
-
}
|
|
7341
|
-
.E_c18bcrac .recharts-wrapper {
|
|
7342
|
-
margin-left: 4px;
|
|
7343
|
-
}
|
|
7344
|
-
|
|
7345
|
-
.E_cro7kg2 {
|
|
7346
|
-
padding: 4px;
|
|
7347
|
-
}
|
|
7348
|
-
.E_cro7kg2 .unit {
|
|
7349
|
-
color: white;
|
|
7350
|
-
}
|
|
7351
|
-
|
|
7352
|
-
.E_c14wcxf0 {
|
|
7385
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7353
7386
|
display: flex;
|
|
7354
|
-
justify-content: space-between;
|
|
7355
7387
|
align-items: center;
|
|
7356
|
-
font-size: 13px;
|
|
7357
|
-
line-height: 24px;
|
|
7358
|
-
color: #cccccc;
|
|
7359
|
-
white-space: nowrap;
|
|
7360
7388
|
}
|
|
7361
|
-
.
|
|
7362
|
-
margin-right:
|
|
7363
|
-
}
|
|
7364
|
-
|
|
7365
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
7366
|
-
font-weight: bold;
|
|
7367
|
-
color: white;
|
|
7389
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7390
|
+
margin-right: 8px;
|
|
7368
7391
|
}
|
|
7369
7392
|
|
|
7370
|
-
.
|
|
7371
|
-
width: 8px;
|
|
7393
|
+
.E_skwah65 {
|
|
7372
7394
|
height: 8px;
|
|
7395
|
+
box-sizing: border-box;
|
|
7373
7396
|
border-radius: 2px;
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
7378
|
-
margin-right: 6px;
|
|
7397
|
+
background: #f5f7fa;
|
|
7398
|
+
display: flex;
|
|
7399
|
+
width: 100%;
|
|
7400
|
+
overflow: hidden;
|
|
7379
7401
|
}
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
font-weight: bold;
|
|
7383
|
-
color: white;
|
|
7384
|
-
margin-right: 4px;
|
|
7402
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7403
|
+
margin-left: 1px;
|
|
7385
7404
|
}
|
|
7386
7405
|
|
|
7387
7406
|
.E_wg1tsps {
|
|
@@ -7407,19 +7426,6 @@ span.E_tqjc4ui {
|
|
|
7407
7426
|
color: #00122e !important;
|
|
7408
7427
|
}
|
|
7409
7428
|
|
|
7410
|
-
.E_skwah65 {
|
|
7411
|
-
height: 8px;
|
|
7412
|
-
box-sizing: border-box;
|
|
7413
|
-
border-radius: 2px;
|
|
7414
|
-
background: #f5f7fa;
|
|
7415
|
-
display: flex;
|
|
7416
|
-
width: 100%;
|
|
7417
|
-
overflow: hidden;
|
|
7418
|
-
}
|
|
7419
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7420
|
-
margin-left: 1px;
|
|
7421
|
-
}
|
|
7422
|
-
|
|
7423
7429
|
.E_s1at6qmn.ant-layout-sider {
|
|
7424
7430
|
background: #edf0f7;
|
|
7425
7431
|
padding: 32px 8px;
|
|
@@ -7533,6 +7539,22 @@ span.E_tqjc4ui {
|
|
|
7533
7539
|
text-align: left;
|
|
7534
7540
|
}
|
|
7535
7541
|
|
|
7542
|
+
.E_u15heuvq.content {
|
|
7543
|
+
cursor: default !important;
|
|
7544
|
+
}
|
|
7545
|
+
.E_u15heuvq.content.link {
|
|
7546
|
+
cursor: pointer !important;
|
|
7547
|
+
}
|
|
7548
|
+
.E_u15heuvq.content.link:hover {
|
|
7549
|
+
color: #0080ff;
|
|
7550
|
+
}
|
|
7551
|
+
.E_u15heuvq.content.black {
|
|
7552
|
+
color: #00122e;
|
|
7553
|
+
}
|
|
7554
|
+
.E_u15heuvq.content.gray {
|
|
7555
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7556
|
+
}
|
|
7557
|
+
|
|
7536
7558
|
.E_t160l1cm {
|
|
7537
7559
|
display: flex;
|
|
7538
7560
|
flex-direction: column;
|
|
@@ -7736,83 +7758,45 @@ span.E_tqjc4ui {
|
|
|
7736
7758
|
background: transparent;
|
|
7737
7759
|
}
|
|
7738
7760
|
|
|
7739
|
-
.
|
|
7740
|
-
|
|
7741
|
-
}
|
|
7742
|
-
.E_u15heuvq.content.link {
|
|
7743
|
-
cursor: pointer !important;
|
|
7744
|
-
}
|
|
7745
|
-
.E_u15heuvq.content.link:hover {
|
|
7746
|
-
color: #0080ff;
|
|
7747
|
-
}
|
|
7748
|
-
.E_u15heuvq.content.black {
|
|
7749
|
-
color: #00122e;
|
|
7761
|
+
.E_i5w779o {
|
|
7762
|
+
padding: 8px 0;
|
|
7750
7763
|
}
|
|
7751
|
-
.
|
|
7752
|
-
|
|
7764
|
+
.E_i5w779o .col-label {
|
|
7765
|
+
flex-shrink: unset;
|
|
7753
7766
|
}
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
padding: 60px 128px;
|
|
7767
|
+
.E_i5w779o .col-label * {
|
|
7768
|
+
line-height: 18px;
|
|
7757
7769
|
}
|
|
7758
|
-
|
|
7759
|
-
|
|
7770
|
+
.E_i5w779o .col-content {
|
|
7771
|
+
flex: 1 1 0;
|
|
7760
7772
|
display: flex;
|
|
7761
|
-
|
|
7762
|
-
height: 100%;
|
|
7773
|
+
align-items: center;
|
|
7763
7774
|
}
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
color: #00122e;
|
|
7767
|
-
font-size: 32px !important;
|
|
7768
|
-
margin-bottom: 16px;
|
|
7775
|
+
.E_i5w779o .col-content * {
|
|
7776
|
+
line-height: 18px;
|
|
7769
7777
|
}
|
|
7770
7778
|
|
|
7771
|
-
.
|
|
7772
|
-
|
|
7773
|
-
color: #00122e;
|
|
7779
|
+
.E_l18dja44 {
|
|
7780
|
+
padding: 6px 0;
|
|
7774
7781
|
}
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
min-height: 0;
|
|
7779
|
-
flex: 1;
|
|
7780
|
-
padding: 16px;
|
|
7781
|
-
background-color: #2d3a56;
|
|
7782
|
-
color: #fff;
|
|
7783
|
-
overflow: auto;
|
|
7784
|
-
max-width: 100%;
|
|
7785
|
-
min-height: 0;
|
|
7786
|
-
border-radius: 8px;
|
|
7787
|
-
white-space: pre-wrap;
|
|
7782
|
+
.E_l18dja44 .col-label * {
|
|
7783
|
+
font-size: 13px;
|
|
7784
|
+
line-height: 20px;
|
|
7788
7785
|
}
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
display: flex;
|
|
7793
|
-
justify-content: space-between;
|
|
7794
|
-
padding: 0 128px;
|
|
7786
|
+
.E_l18dja44 .col-content * {
|
|
7787
|
+
font-size: 14px;
|
|
7788
|
+
line-height: 20px;
|
|
7795
7789
|
}
|
|
7796
7790
|
|
|
7797
|
-
.
|
|
7791
|
+
.E_c8c2hys {
|
|
7798
7792
|
display: flex;
|
|
7799
|
-
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
height: 100%;
|
|
7793
|
+
justify-content: space-between;
|
|
7794
|
+
flex: 1;
|
|
7795
|
+
min-width: 0;
|
|
7803
7796
|
}
|
|
7804
7797
|
|
|
7805
|
-
.
|
|
7806
|
-
|
|
7807
|
-
flex-direction: column;
|
|
7808
|
-
align-items: center;
|
|
7809
|
-
}
|
|
7810
|
-
.E_e1505fqc .title {
|
|
7811
|
-
margin-bottom: 8px;
|
|
7812
|
-
background-clip: text;
|
|
7813
|
-
-webkit-background-clip: text;
|
|
7814
|
-
-webkit-text-fill-color: transparent;
|
|
7815
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7798
|
+
.E_n4m6c4d {
|
|
7799
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7816
7800
|
}
|
|
7817
7801
|
|
|
7818
7802
|
.E_cyms3br {
|
|
@@ -7890,111 +7874,73 @@ span.E_tqjc4ui {
|
|
|
7890
7874
|
justify-content: center;
|
|
7891
7875
|
}
|
|
7892
7876
|
|
|
7893
|
-
.
|
|
7894
|
-
padding:
|
|
7895
|
-
}
|
|
7896
|
-
.E_i5w779o .col-label {
|
|
7897
|
-
flex-shrink: unset;
|
|
7898
|
-
}
|
|
7899
|
-
.E_i5w779o .col-label * {
|
|
7900
|
-
line-height: 18px;
|
|
7901
|
-
}
|
|
7902
|
-
.E_i5w779o .col-content {
|
|
7903
|
-
flex: 1 1 0;
|
|
7904
|
-
display: flex;
|
|
7905
|
-
align-items: center;
|
|
7906
|
-
}
|
|
7907
|
-
.E_i5w779o .col-content * {
|
|
7908
|
-
line-height: 18px;
|
|
7909
|
-
}
|
|
7910
|
-
|
|
7911
|
-
.E_l18dja44 {
|
|
7912
|
-
padding: 6px 0;
|
|
7913
|
-
}
|
|
7914
|
-
.E_l18dja44 .col-label * {
|
|
7915
|
-
font-size: 13px;
|
|
7916
|
-
line-height: 20px;
|
|
7917
|
-
}
|
|
7918
|
-
.E_l18dja44 .col-content * {
|
|
7919
|
-
font-size: 14px;
|
|
7920
|
-
line-height: 20px;
|
|
7877
|
+
.E_kr6am0s .ant-modal-body {
|
|
7878
|
+
padding: 60px 128px;
|
|
7921
7879
|
}
|
|
7922
7880
|
|
|
7923
|
-
.
|
|
7881
|
+
.E_k1h3cl5q {
|
|
7924
7882
|
display: flex;
|
|
7925
|
-
|
|
7926
|
-
|
|
7927
|
-
min-width: 0;
|
|
7928
|
-
}
|
|
7929
|
-
|
|
7930
|
-
.E_n4m6c4d {
|
|
7931
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7932
|
-
}
|
|
7933
|
-
|
|
7934
|
-
.E_h1ol2wl7 {
|
|
7935
|
-
font-weight: bold;
|
|
7936
|
-
background-color: unset;
|
|
7937
|
-
padding: unset;
|
|
7883
|
+
flex-direction: column;
|
|
7884
|
+
height: 100%;
|
|
7938
7885
|
}
|
|
7939
7886
|
|
|
7940
|
-
.
|
|
7887
|
+
.E_k1a6j97w {
|
|
7941
7888
|
color: #00122e;
|
|
7889
|
+
font-size: 32px !important;
|
|
7890
|
+
margin-bottom: 16px;
|
|
7942
7891
|
}
|
|
7943
7892
|
|
|
7944
|
-
.
|
|
7945
|
-
margin-
|
|
7946
|
-
color:
|
|
7893
|
+
.E_k1uim1fg {
|
|
7894
|
+
margin-bottom: 32px;
|
|
7895
|
+
color: #00122e;
|
|
7947
7896
|
}
|
|
7948
7897
|
|
|
7949
|
-
.
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
7953
|
-
padding
|
|
7954
|
-
|
|
7955
|
-
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7898
|
+
.E_kobelzt {
|
|
7899
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7900
|
+
min-height: 0;
|
|
7901
|
+
flex: 1;
|
|
7902
|
+
padding: 16px;
|
|
7903
|
+
background-color: #2d3a56;
|
|
7904
|
+
color: #fff;
|
|
7905
|
+
overflow: auto;
|
|
7906
|
+
max-width: 100%;
|
|
7907
|
+
min-height: 0;
|
|
7908
|
+
border-radius: 8px;
|
|
7909
|
+
white-space: pre-wrap;
|
|
7960
7910
|
}
|
|
7961
7911
|
|
|
7962
|
-
.
|
|
7963
|
-
|
|
7964
|
-
padding: 8px;
|
|
7965
|
-
border-radius: 6px;
|
|
7966
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7967
|
-
}
|
|
7968
|
-
.E_ms3tlei .icon-wrapper {
|
|
7969
|
-
margin-top: 1px;
|
|
7970
|
-
margin-right: 4px;
|
|
7971
|
-
}
|
|
7972
|
-
.E_ms3tlei li {
|
|
7973
|
-
margin-bottom: 4px;
|
|
7912
|
+
.E_kxzv3id {
|
|
7913
|
+
width: 100%;
|
|
7974
7914
|
display: flex;
|
|
7975
|
-
|
|
7976
|
-
|
|
7977
|
-
.E_ms3tlei li:last-child {
|
|
7978
|
-
margin-bottom: 0;
|
|
7915
|
+
justify-content: space-between;
|
|
7916
|
+
padding: 0 128px;
|
|
7979
7917
|
}
|
|
7980
7918
|
|
|
7981
|
-
.
|
|
7982
|
-
|
|
7919
|
+
.E_eld9lt {
|
|
7920
|
+
display: flex;
|
|
7921
|
+
flex-direction: column;
|
|
7922
|
+
justify-content: center;
|
|
7923
|
+
align-items: center;
|
|
7924
|
+
height: 100%;
|
|
7983
7925
|
}
|
|
7984
7926
|
|
|
7985
|
-
.
|
|
7986
|
-
|
|
7927
|
+
.E_e1505fqc {
|
|
7928
|
+
display: flex;
|
|
7929
|
+
flex-direction: column;
|
|
7930
|
+
align-items: center;
|
|
7987
7931
|
}
|
|
7988
|
-
|
|
7989
|
-
.E_srje1h0 {
|
|
7990
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7932
|
+
.E_e1505fqc .title {
|
|
7991
7933
|
margin-bottom: 8px;
|
|
7934
|
+
background-clip: text;
|
|
7935
|
+
-webkit-background-clip: text;
|
|
7936
|
+
-webkit-text-fill-color: transparent;
|
|
7937
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7992
7938
|
}
|
|
7993
7939
|
|
|
7994
|
-
.
|
|
7995
|
-
|
|
7996
|
-
background:
|
|
7997
|
-
|
|
7940
|
+
.E_h1ol2wl7 {
|
|
7941
|
+
font-weight: bold;
|
|
7942
|
+
background-color: unset;
|
|
7943
|
+
padding: unset;
|
|
7998
7944
|
}
|
|
7999
7945
|
|
|
8000
7946
|
.E_c14ouk5o {
|
|
@@ -8533,6 +8479,66 @@ span.E_tqjc4ui {
|
|
|
8533
8479
|
padding: 0;
|
|
8534
8480
|
}
|
|
8535
8481
|
|
|
8482
|
+
.E_c1ss4prm {
|
|
8483
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8484
|
+
}
|
|
8485
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
8486
|
+
padding-inline-start: 12px;
|
|
8487
|
+
}
|
|
8488
|
+
.E_c1ss4prm li {
|
|
8489
|
+
margin-bottom: 4px;
|
|
8490
|
+
}
|
|
8491
|
+
.E_c1ss4prm li:last-child {
|
|
8492
|
+
margin-bottom: 0;
|
|
8493
|
+
}
|
|
8494
|
+
|
|
8495
|
+
.E_ms3tlei {
|
|
8496
|
+
background: rgba(225, 230, 241, 0.6);
|
|
8497
|
+
padding: 8px;
|
|
8498
|
+
border-radius: 6px;
|
|
8499
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8500
|
+
}
|
|
8501
|
+
.E_ms3tlei .icon-wrapper {
|
|
8502
|
+
margin-top: 1px;
|
|
8503
|
+
margin-right: 4px;
|
|
8504
|
+
}
|
|
8505
|
+
.E_ms3tlei li {
|
|
8506
|
+
margin-bottom: 4px;
|
|
8507
|
+
display: flex;
|
|
8508
|
+
align-items: flex-start;
|
|
8509
|
+
}
|
|
8510
|
+
.E_ms3tlei li:last-child {
|
|
8511
|
+
margin-bottom: 0;
|
|
8512
|
+
}
|
|
8513
|
+
|
|
8514
|
+
.E_du44iy7 {
|
|
8515
|
+
margin-bottom: 4px;
|
|
8516
|
+
}
|
|
8517
|
+
|
|
8518
|
+
.E_p1qmhanr {
|
|
8519
|
+
margin-bottom: 8px;
|
|
8520
|
+
}
|
|
8521
|
+
|
|
8522
|
+
.E_srje1h0 {
|
|
8523
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8524
|
+
margin-bottom: 8px;
|
|
8525
|
+
}
|
|
8526
|
+
|
|
8527
|
+
.E_di3zi7v {
|
|
8528
|
+
height: 1px;
|
|
8529
|
+
background: #e4e9f2;
|
|
8530
|
+
margin: 16px 0;
|
|
8531
|
+
}
|
|
8532
|
+
|
|
8533
|
+
.E_cevhqx7 {
|
|
8534
|
+
color: #00122e;
|
|
8535
|
+
}
|
|
8536
|
+
|
|
8537
|
+
.E_snbqlt4 {
|
|
8538
|
+
margin-top: 8px;
|
|
8539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8540
|
+
}
|
|
8541
|
+
|
|
8536
8542
|
.E_l12xdkhl {
|
|
8537
8543
|
width: 64px;
|
|
8538
8544
|
height: 64px;
|