@cloudtower/eagle 0.34.7 → 0.34.9
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/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +28 -8
- package/dist/cjs/coreX/UnderlineTootip/index.js +70 -0
- package/dist/cjs/index.js +30 -27
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2098 -2078
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +28 -8
- package/dist/esm/coreX/UnderlineTootip/index.js +61 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +3062 -3039
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +5 -0
- package/dist/src/coreX/UnderlineTootip/index.d.ts +43 -0
- package/dist/src/coreX/index.d.ts +4 -2
- package/dist/stories/docs/coreX/Dialogs/RejectDialog.stories.d.ts +8 -0
- package/dist/stories/docs/coreX/UnserlineTooltip.stories.d.ts +11 -0
- package/dist/style.css +2098 -2078
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,26 +1132,6 @@ html body {
|
|
|
1132
1132
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
-
.E_c18gxmrl {
|
|
1136
|
-
border: 1px solid #d8deeb;
|
|
1137
|
-
border-radius: 4px;
|
|
1138
|
-
}
|
|
1139
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
1140
|
-
margin-top: 8px;
|
|
1141
|
-
}
|
|
1142
|
-
.E_c18gxmrl:hover {
|
|
1143
|
-
border-color: #0080ff;
|
|
1144
|
-
}
|
|
1145
|
-
.E_c18gxmrl:hover > header {
|
|
1146
|
-
background: rgba(0, 128, 255, 0.1);
|
|
1147
|
-
}
|
|
1148
|
-
.E_c18gxmrl.active header {
|
|
1149
|
-
border-bottom: 1px solid #d8deeb;
|
|
1150
|
-
}
|
|
1151
|
-
.E_c18gxmrl > header {
|
|
1152
|
-
padding: 8px 12px;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
1135
|
.E_m74vjol {
|
|
1156
1136
|
display: flex;
|
|
1157
1137
|
justify-content: space-between;
|
|
@@ -1172,6 +1152,26 @@ html body {
|
|
|
1172
1152
|
flex: 1;
|
|
1173
1153
|
}
|
|
1174
1154
|
|
|
1155
|
+
.E_c18gxmrl {
|
|
1156
|
+
border: 1px solid #d8deeb;
|
|
1157
|
+
border-radius: 4px;
|
|
1158
|
+
}
|
|
1159
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
1160
|
+
margin-top: 8px;
|
|
1161
|
+
}
|
|
1162
|
+
.E_c18gxmrl:hover {
|
|
1163
|
+
border-color: #0080ff;
|
|
1164
|
+
}
|
|
1165
|
+
.E_c18gxmrl:hover > header {
|
|
1166
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1167
|
+
}
|
|
1168
|
+
.E_c18gxmrl.active header {
|
|
1169
|
+
border-bottom: 1px solid #d8deeb;
|
|
1170
|
+
}
|
|
1171
|
+
.E_c18gxmrl > header {
|
|
1172
|
+
padding: 8px 12px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
1175
|
.E_berrcjl {
|
|
1176
1176
|
color: rgba(10, 37, 85, 0.6);
|
|
1177
1177
|
margin-bottom: 4px;
|
|
@@ -1188,6 +1188,19 @@ html body {
|
|
|
1188
1188
|
color: #005ed1;
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1192
|
+
padding: 4px 8px 0 8px;
|
|
1193
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1194
|
+
font-size: 12px;
|
|
1195
|
+
}
|
|
1196
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1197
|
+
padding-bottom: 6px;
|
|
1198
|
+
}
|
|
1199
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1200
|
+
padding-top: 4px;
|
|
1201
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1191
1204
|
.E_b1nip9bk {
|
|
1192
1205
|
padding: 4px 11px;
|
|
1193
1206
|
}
|
|
@@ -1217,6 +1230,13 @@ html body {
|
|
|
1217
1230
|
border-radius: unset;
|
|
1218
1231
|
}
|
|
1219
1232
|
|
|
1233
|
+
.E_c1yyuluq {
|
|
1234
|
+
border-radius: 8px;
|
|
1235
|
+
}
|
|
1236
|
+
.E_c1yyuluq .ant-card-body {
|
|
1237
|
+
padding: 20px 24px 24px 24px;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1220
1240
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1221
1241
|
justify-content: center;
|
|
1222
1242
|
}
|
|
@@ -1496,73 +1516,26 @@ html body {
|
|
|
1496
1516
|
text-align: center;
|
|
1497
1517
|
}
|
|
1498
1518
|
|
|
1499
|
-
.
|
|
1500
|
-
|
|
1501
|
-
color:
|
|
1502
|
-
font-size: 12px;
|
|
1503
|
-
}
|
|
1504
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1505
|
-
padding-bottom: 6px;
|
|
1506
|
-
}
|
|
1507
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1508
|
-
padding-top: 4px;
|
|
1509
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1513
|
-
line-height: 18px;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.E_iouxfgt {
|
|
1517
|
-
display: inline-flex;
|
|
1518
|
-
align-items: center;
|
|
1519
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1520
|
+
border: 0px;
|
|
1521
|
+
background-color: #fff;
|
|
1519
1522
|
}
|
|
1520
|
-
.
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1523
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1524
|
+
padding-top: 0px;
|
|
1525
|
+
padding-bottom: 0px;
|
|
1526
|
+
padding-left: 0px !important;
|
|
1527
|
+
padding-right: 24px;
|
|
1524
1528
|
}
|
|
1525
|
-
.
|
|
1526
|
-
|
|
1527
|
-
margin-left: 4px;
|
|
1529
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1530
|
+
right: 0px;
|
|
1528
1531
|
}
|
|
1529
|
-
.
|
|
1530
|
-
|
|
1531
|
-
animation: rotate 680ms linear infinite;
|
|
1532
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1533
|
+
padding: 0px;
|
|
1532
1534
|
}
|
|
1533
1535
|
|
|
1534
|
-
.
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
flex-flow: nowrap !important;
|
|
1538
|
-
line-break: auto;
|
|
1539
|
-
}
|
|
1540
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
1541
|
-
text-align: left !important;
|
|
1542
|
-
padding-bottom: 0 !important;
|
|
1543
|
-
}
|
|
1544
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1545
|
-
min-height: 32px;
|
|
1546
|
-
height: auto;
|
|
1547
|
-
font-size: 13px;
|
|
1548
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1549
|
-
white-space: normal;
|
|
1550
|
-
}
|
|
1551
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
1552
|
-
border-color: #ff4d4f !important;
|
|
1553
|
-
}
|
|
1554
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
1555
|
-
border-color: #ff4d4f !important;
|
|
1556
|
-
}
|
|
1557
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
1558
|
-
margin-top: 4px;
|
|
1559
|
-
font-size: 12px;
|
|
1560
|
-
min-height: 0px;
|
|
1561
|
-
}
|
|
1562
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
1563
|
-
font-size: 12px;
|
|
1564
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1565
|
-
min-height: 0px;
|
|
1536
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1537
|
+
padding-right: 0px;
|
|
1538
|
+
cursor: default;
|
|
1566
1539
|
}
|
|
1567
1540
|
|
|
1568
1541
|
.E_d1bw7c5z {
|
|
@@ -1648,19 +1621,8 @@ html body {
|
|
|
1648
1621
|
width: 102px;
|
|
1649
1622
|
}
|
|
1650
1623
|
|
|
1651
|
-
.
|
|
1652
|
-
|
|
1653
|
-
height: 100%;
|
|
1654
|
-
min-height: 124px;
|
|
1655
|
-
display: flex;
|
|
1656
|
-
flex-direction: column;
|
|
1657
|
-
justify-content: center;
|
|
1658
|
-
align-items: center;
|
|
1659
|
-
}
|
|
1660
|
-
.E_fzh9mnb .error-text {
|
|
1661
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1662
|
-
margin-bottom: 16px;
|
|
1663
|
-
font-size: 18px;
|
|
1624
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1625
|
+
line-height: 18px;
|
|
1664
1626
|
}
|
|
1665
1627
|
|
|
1666
1628
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -1675,235 +1637,58 @@ html body {
|
|
|
1675
1637
|
border-top-right-radius: 5px;
|
|
1676
1638
|
}
|
|
1677
1639
|
|
|
1678
|
-
.
|
|
1679
|
-
display: var(--ai7qkf2-0);
|
|
1680
|
-
}
|
|
1681
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
1640
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1682
1641
|
display: inline-flex;
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
width: 100%;
|
|
1642
|
+
align-items: baseline;
|
|
1643
|
+
white-space: pre-wrap;
|
|
1686
1644
|
}
|
|
1687
|
-
.
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
flex: none;
|
|
1691
|
-
align-items: center;
|
|
1692
|
-
margin-left: 4px;
|
|
1693
|
-
padding: 5px 12px 5px 0;
|
|
1694
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1645
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1646
|
+
position: relative;
|
|
1647
|
+
top: 3px;
|
|
1695
1648
|
}
|
|
1696
|
-
.
|
|
1697
|
-
|
|
1698
|
-
display: var(--ai7qkf2-4);
|
|
1699
|
-
flex: none;
|
|
1700
|
-
align-items: center;
|
|
1701
|
-
margin-right: 4px;
|
|
1702
|
-
cursor: auto;
|
|
1703
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1649
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1650
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1704
1651
|
}
|
|
1705
|
-
.ant-
|
|
1706
|
-
border-
|
|
1652
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1653
|
+
border-color: #0080ff;
|
|
1707
1654
|
}
|
|
1708
|
-
.
|
|
1709
|
-
|
|
1710
|
-
|
|
1655
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1656
|
+
border-color: #0080ff;
|
|
1657
|
+
background: #0080ff;
|
|
1711
1658
|
}
|
|
1712
|
-
.
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1659
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1660
|
+
top: 4px;
|
|
1661
|
+
left: 4px;
|
|
1662
|
+
width: 6px;
|
|
1663
|
+
height: 6px;
|
|
1664
|
+
background: #fff;
|
|
1716
1665
|
}
|
|
1717
|
-
.
|
|
1718
|
-
|
|
1719
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
1666
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1667
|
+
opacity: 0.5;
|
|
1720
1668
|
}
|
|
1721
|
-
.
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
padding: 5px 12px;
|
|
1725
|
-
font-size: inherit;
|
|
1669
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1670
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1671
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1726
1672
|
}
|
|
1727
|
-
.
|
|
1728
|
-
|
|
1729
|
-
border: 1px;
|
|
1730
|
-
padding: 8px 16px;
|
|
1673
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1674
|
+
background: #00122e;
|
|
1731
1675
|
}
|
|
1732
|
-
.
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
padding: 2px 8px;
|
|
1676
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1677
|
+
color: #00122e;
|
|
1678
|
+
opacity: 0.5;
|
|
1736
1679
|
}
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
display: var(--a1wfy30z-0);
|
|
1680
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1681
|
+
color: #00122e;
|
|
1740
1682
|
}
|
|
1741
|
-
.
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
height: inherit;
|
|
1683
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
1684
|
+
display: inline-block;
|
|
1685
|
+
padding: 0;
|
|
1686
|
+
padding-left: 10px;
|
|
1746
1687
|
}
|
|
1747
|
-
.
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
align-items: center;
|
|
1752
|
-
margin-left: 4px;
|
|
1753
|
-
}
|
|
1754
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
1755
|
-
content: var(--a1wfy30z-3);
|
|
1756
|
-
display: var(--a1wfy30z-4);
|
|
1757
|
-
flex: none;
|
|
1758
|
-
align-items: center;
|
|
1759
|
-
margin-right: 4px;
|
|
1760
|
-
cursor: auto;
|
|
1761
|
-
}
|
|
1762
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
1763
|
-
padding: 0;
|
|
1764
|
-
margin: 0;
|
|
1765
|
-
height: auto;
|
|
1766
|
-
font-size: inherit;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
.E_i1inqkme {
|
|
1770
|
-
height: 18px;
|
|
1771
|
-
line-height: 18px;
|
|
1772
|
-
padding: 0 4px;
|
|
1773
|
-
border-radius: 4px;
|
|
1774
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1775
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1776
|
-
display: flex;
|
|
1777
|
-
align-items: center;
|
|
1778
|
-
white-space: nowrap;
|
|
1779
|
-
margin-right: 4px;
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
.E_atcz0kf .ant-input-suffix {
|
|
1783
|
-
margin-left: 8px;
|
|
1784
|
-
}
|
|
1785
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1786
|
-
padding: 2px 7px 2px 12px;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.E_owd0kml {
|
|
1790
|
-
display: inline-block;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
.E_h1jsgezc {
|
|
1794
|
-
visibility: hidden;
|
|
1795
|
-
position: absolute;
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
.E_phljevk {
|
|
1799
|
-
display: flex;
|
|
1800
|
-
justify-content: space-between;
|
|
1801
|
-
align-items: center;
|
|
1802
|
-
padding: 10px 0;
|
|
1803
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1804
|
-
font-size: 12px;
|
|
1805
|
-
line-height: 24px;
|
|
1806
|
-
}
|
|
1807
|
-
.E_phljevk .pagination-left {
|
|
1808
|
-
padding: 2px 8px;
|
|
1809
|
-
}
|
|
1810
|
-
.E_phljevk .dropdown-trigger {
|
|
1811
|
-
display: flex;
|
|
1812
|
-
align-items: center;
|
|
1813
|
-
border-radius: 6px;
|
|
1814
|
-
cursor: pointer;
|
|
1815
|
-
transition: all 0.3s ease;
|
|
1816
|
-
}
|
|
1817
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
1818
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1819
|
-
color: #0080ff;
|
|
1820
|
-
}
|
|
1821
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1822
|
-
margin-left: 4px;
|
|
1823
|
-
}
|
|
1824
|
-
.E_phljevk .pagination-right {
|
|
1825
|
-
display: flex;
|
|
1826
|
-
align-items: center;
|
|
1827
|
-
color: #0080ff;
|
|
1828
|
-
font-weight: bold;
|
|
1829
|
-
}
|
|
1830
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
1831
|
-
margin-left: 4px;
|
|
1832
|
-
}
|
|
1833
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
1834
|
-
.E_phljevk .pagination-right .next-btn {
|
|
1835
|
-
padding: 0 8px;
|
|
1836
|
-
}
|
|
1837
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
1838
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1839
|
-
color: #0080ff;
|
|
1840
|
-
}
|
|
1841
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1842
|
-
transform: rotate(180deg);
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1846
|
-
max-height: calc(100vh - 128px);
|
|
1847
|
-
overflow-y: auto;
|
|
1848
|
-
}
|
|
1849
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1850
|
-
padding: 4px 20px;
|
|
1851
|
-
font-size: 12px;
|
|
1852
|
-
line-height: 18px;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
1856
|
-
display: inline-flex;
|
|
1857
|
-
align-items: baseline;
|
|
1858
|
-
white-space: pre-wrap;
|
|
1859
|
-
}
|
|
1860
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1861
|
-
position: relative;
|
|
1862
|
-
top: 3px;
|
|
1863
|
-
}
|
|
1864
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1865
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1866
|
-
}
|
|
1867
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1868
|
-
border-color: #0080ff;
|
|
1869
|
-
}
|
|
1870
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1871
|
-
border-color: #0080ff;
|
|
1872
|
-
background: #0080ff;
|
|
1873
|
-
}
|
|
1874
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1875
|
-
top: 4px;
|
|
1876
|
-
left: 4px;
|
|
1877
|
-
width: 6px;
|
|
1878
|
-
height: 6px;
|
|
1879
|
-
background: #fff;
|
|
1880
|
-
}
|
|
1881
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1882
|
-
opacity: 0.5;
|
|
1883
|
-
}
|
|
1884
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1885
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1886
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1887
|
-
}
|
|
1888
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1889
|
-
background: #00122e;
|
|
1890
|
-
}
|
|
1891
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1892
|
-
color: #00122e;
|
|
1893
|
-
opacity: 0.5;
|
|
1894
|
-
}
|
|
1895
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1896
|
-
color: #00122e;
|
|
1897
|
-
}
|
|
1898
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
1899
|
-
display: inline-block;
|
|
1900
|
-
padding: 0;
|
|
1901
|
-
padding-left: 10px;
|
|
1902
|
-
}
|
|
1903
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1904
|
-
margin-bottom: 0;
|
|
1905
|
-
white-space: pre-wrap;
|
|
1906
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1688
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1689
|
+
margin-bottom: 0;
|
|
1690
|
+
white-space: pre-wrap;
|
|
1691
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1907
1692
|
}
|
|
1908
1693
|
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
1909
1694
|
padding-left: 8px;
|
|
@@ -1998,6 +1783,16 @@ html body {
|
|
|
1998
1783
|
width: 36px;
|
|
1999
1784
|
}
|
|
2000
1785
|
|
|
1786
|
+
.E_ivqqkzv {
|
|
1787
|
+
height: 24px;
|
|
1788
|
+
width: 56px !important;
|
|
1789
|
+
margin-right: 4px;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.E_c1wk4q29 {
|
|
1793
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1794
|
+
}
|
|
1795
|
+
|
|
2001
1796
|
.E_i11gg7mj .ant-input-prefix {
|
|
2002
1797
|
margin-right: 8px;
|
|
2003
1798
|
}
|
|
@@ -2024,14 +1819,61 @@ html body {
|
|
|
2024
1819
|
cursor: not-allowed;
|
|
2025
1820
|
}
|
|
2026
1821
|
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
1822
|
+
.E_phljevk {
|
|
1823
|
+
display: flex;
|
|
1824
|
+
justify-content: space-between;
|
|
1825
|
+
align-items: center;
|
|
1826
|
+
padding: 10px 0;
|
|
1827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
line-height: 24px;
|
|
1830
|
+
}
|
|
1831
|
+
.E_phljevk .pagination-left {
|
|
1832
|
+
padding: 2px 8px;
|
|
1833
|
+
}
|
|
1834
|
+
.E_phljevk .dropdown-trigger {
|
|
1835
|
+
display: flex;
|
|
1836
|
+
align-items: center;
|
|
1837
|
+
border-radius: 6px;
|
|
1838
|
+
cursor: pointer;
|
|
1839
|
+
transition: all 0.3s ease;
|
|
1840
|
+
}
|
|
1841
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1842
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1843
|
+
color: #0080ff;
|
|
1844
|
+
}
|
|
1845
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1846
|
+
margin-left: 4px;
|
|
1847
|
+
}
|
|
1848
|
+
.E_phljevk .pagination-right {
|
|
1849
|
+
display: flex;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
color: #0080ff;
|
|
1852
|
+
font-weight: bold;
|
|
1853
|
+
}
|
|
1854
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1855
|
+
margin-left: 4px;
|
|
1856
|
+
}
|
|
1857
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1858
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1859
|
+
padding: 0 8px;
|
|
1860
|
+
}
|
|
1861
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1862
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1863
|
+
color: #0080ff;
|
|
1864
|
+
}
|
|
1865
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1866
|
+
transform: rotate(180deg);
|
|
2031
1867
|
}
|
|
2032
1868
|
|
|
2033
|
-
.
|
|
2034
|
-
|
|
1869
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1870
|
+
max-height: calc(100vh - 128px);
|
|
1871
|
+
overflow-y: auto;
|
|
1872
|
+
}
|
|
1873
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1874
|
+
padding: 4px 20px;
|
|
1875
|
+
font-size: 12px;
|
|
1876
|
+
line-height: 18px;
|
|
2035
1877
|
}
|
|
2036
1878
|
|
|
2037
1879
|
.E_c1bus5hc {
|
|
@@ -2074,6 +1916,10 @@ html body {
|
|
|
2074
1916
|
transform: rotate(0deg);
|
|
2075
1917
|
}
|
|
2076
1918
|
|
|
1919
|
+
.E_tju3gfj .date {
|
|
1920
|
+
margin-right: 4px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
2077
1923
|
.E_s1dizucg.ant-switch {
|
|
2078
1924
|
min-width: 40px;
|
|
2079
1925
|
height: 24px;
|
|
@@ -2129,33 +1975,398 @@ html body {
|
|
|
2129
1975
|
margin-left: 5px;
|
|
2130
1976
|
}
|
|
2131
1977
|
|
|
2132
|
-
.
|
|
2133
|
-
|
|
1978
|
+
.E_iq1gosr {
|
|
1979
|
+
display: inline-block;
|
|
2134
1980
|
}
|
|
2135
1981
|
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2138
|
-
|
|
1982
|
+
.E_s1sck0th {
|
|
1983
|
+
padding: 0 8px;
|
|
1984
|
+
border-radius: 4px;
|
|
2139
1985
|
}
|
|
2140
1986
|
|
|
2141
|
-
.
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
margin: 0 auto;
|
|
2145
|
-
height: 100%;
|
|
1987
|
+
.E_m855nr1 {
|
|
1988
|
+
padding: 2px 8px;
|
|
1989
|
+
border-radius: 3px;
|
|
2146
1990
|
}
|
|
2147
1991
|
|
|
2148
|
-
.
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
1992
|
+
.E_l1270xpg {
|
|
1993
|
+
padding: 3px 8px;
|
|
1994
|
+
border-radius: 2px;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
.E_t14rextb.ant-tag:hover {
|
|
1998
|
+
opacity: unset;
|
|
1999
|
+
}
|
|
2000
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2001
|
+
margin: 0;
|
|
2002
|
+
margin-right: 8px;
|
|
2003
|
+
display: inline-flex;
|
|
2004
|
+
align-items: center;
|
|
2005
|
+
border: none;
|
|
2006
|
+
}
|
|
2007
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2008
|
+
width: 16px;
|
|
2009
|
+
height: 16px;
|
|
2010
|
+
color: inherit;
|
|
2011
|
+
margin-left: 4px;
|
|
2012
|
+
opacity: 0.6;
|
|
2013
|
+
display: inline-flex;
|
|
2014
|
+
}
|
|
2015
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2016
|
+
opacity: 1;
|
|
2017
|
+
}
|
|
2018
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2019
|
+
color: #0080ff;
|
|
2020
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2021
|
+
}
|
|
2022
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2023
|
+
color: #f0483e;
|
|
2024
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2025
|
+
}
|
|
2026
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2027
|
+
color: #e07f00;
|
|
2028
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2029
|
+
}
|
|
2030
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2031
|
+
color: #008f4c;
|
|
2032
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2033
|
+
}
|
|
2034
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2035
|
+
color: #1d326c;
|
|
2036
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2037
|
+
}
|
|
2038
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2039
|
+
color: #7E41FF;
|
|
2040
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
2041
|
+
}
|
|
2042
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2043
|
+
color: #fff;
|
|
2044
|
+
}
|
|
2045
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2046
|
+
background-color: #f0483e;
|
|
2047
|
+
}
|
|
2048
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2049
|
+
background-color: #fea008;
|
|
2050
|
+
}
|
|
2051
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2052
|
+
background-color: #00ba5d;
|
|
2053
|
+
}
|
|
2054
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2055
|
+
background-color: #0080ff;
|
|
2056
|
+
}
|
|
2057
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2058
|
+
background-color: #6b7d99;
|
|
2059
|
+
}
|
|
2060
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2061
|
+
background-color: #7E41FF;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2065
|
+
margin-left: 8px;
|
|
2066
|
+
}
|
|
2067
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2068
|
+
padding: 2px 7px 2px 12px;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2072
|
+
display: var(--ai7qkf2-0);
|
|
2073
|
+
}
|
|
2074
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2075
|
+
display: inline-flex;
|
|
2076
|
+
line-height: 1.5715;
|
|
2077
|
+
height: 100%;
|
|
2078
|
+
width: 100%;
|
|
2079
|
+
}
|
|
2080
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2081
|
+
content: var(--ai7qkf2-1);
|
|
2082
|
+
display: var(--ai7qkf2-2);
|
|
2083
|
+
flex: none;
|
|
2084
|
+
align-items: center;
|
|
2085
|
+
margin-left: 4px;
|
|
2086
|
+
padding: 5px 12px 5px 0;
|
|
2087
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2088
|
+
}
|
|
2089
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2090
|
+
content: var(--ai7qkf2-3);
|
|
2091
|
+
display: var(--ai7qkf2-4);
|
|
2092
|
+
flex: none;
|
|
2093
|
+
align-items: center;
|
|
2094
|
+
margin-right: 4px;
|
|
2095
|
+
cursor: auto;
|
|
2096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2097
|
+
}
|
|
2098
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2099
|
+
border-radius: 0;
|
|
2100
|
+
}
|
|
2101
|
+
.E_ai7qkf2.ant-input-number {
|
|
2102
|
+
width: 100%;
|
|
2103
|
+
border-radius: 6px;
|
|
2104
|
+
}
|
|
2105
|
+
.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 {
|
|
2106
|
+
border-color: #0096ff;
|
|
2107
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2108
|
+
z-index: 1;
|
|
2109
|
+
}
|
|
2110
|
+
.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 {
|
|
2111
|
+
border-color: #e75a3a;
|
|
2112
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2113
|
+
}
|
|
2114
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
2115
|
+
height: 30px;
|
|
2116
|
+
border: 1px;
|
|
2117
|
+
padding: 5px 12px;
|
|
2118
|
+
font-size: inherit;
|
|
2119
|
+
}
|
|
2120
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
2121
|
+
height: 38px;
|
|
2122
|
+
border: 1px;
|
|
2123
|
+
padding: 8px 16px;
|
|
2124
|
+
}
|
|
2125
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
2126
|
+
height: 22px;
|
|
2127
|
+
border: 1px;
|
|
2128
|
+
padding: 2px 8px;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2132
|
+
display: none;
|
|
2133
|
+
}
|
|
2134
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
2135
|
+
background: rgba(23, 38, 64, 0.8);
|
|
2136
|
+
border-radius: 4px;
|
|
2137
|
+
}
|
|
2138
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2139
|
+
visibility: hidden;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
.E_s1dni7lo {
|
|
2143
|
+
width: 430px !important;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2147
|
+
padding: 8px 16px;
|
|
2148
|
+
line-height: 18px;
|
|
2149
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2150
|
+
height: 34px;
|
|
2151
|
+
min-height: 34px;
|
|
2152
|
+
box-sizing: border-box;
|
|
2153
|
+
margin-top: 8px;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.E_o1ugr09p {
|
|
2157
|
+
display: flex;
|
|
2158
|
+
flex-direction: column;
|
|
2159
|
+
margin: 1px 8px;
|
|
2160
|
+
padding: 8px;
|
|
2161
|
+
border-radius: 4px;
|
|
2162
|
+
}
|
|
2163
|
+
.E_o1ugr09p .selected-icon {
|
|
2164
|
+
display: none;
|
|
2165
|
+
}
|
|
2166
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2167
|
+
padding-left: 8px;
|
|
2168
|
+
}
|
|
2169
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2170
|
+
background-color: white;
|
|
2171
|
+
}
|
|
2172
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2173
|
+
color: #0080ff;
|
|
2174
|
+
}
|
|
2175
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2176
|
+
display: block;
|
|
2177
|
+
}
|
|
2178
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
2179
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2180
|
+
}
|
|
2181
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2182
|
+
color: #0080ff;
|
|
2183
|
+
}
|
|
2184
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2185
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2186
|
+
color: #0080ff;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
.E_o1ifxsq4 {
|
|
2190
|
+
display: flex;
|
|
2191
|
+
justify-content: space-between;
|
|
2192
|
+
height: 20px;
|
|
2193
|
+
line-height: 20px;
|
|
2194
|
+
}
|
|
2195
|
+
.E_o1ifxsq4 .timezone-title {
|
|
2196
|
+
color: #2d3a56;
|
|
2197
|
+
overflow: hidden;
|
|
2198
|
+
text-overflow: ellipsis;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.E_o1zue7 {
|
|
2202
|
+
display: flex;
|
|
2203
|
+
justify-content: space-between;
|
|
2204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2205
|
+
height: 18px;
|
|
2206
|
+
line-height: 18px;
|
|
2207
|
+
margin-top: 2px;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
.E_tyfmlxg {
|
|
2211
|
+
border: none;
|
|
2212
|
+
margin-right: 0;
|
|
2213
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.E_o18uybox {
|
|
2217
|
+
pointer-events: none;
|
|
2218
|
+
height: 32px;
|
|
2219
|
+
width: 100%;
|
|
2220
|
+
opacity: 0;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.E_i1inqkme {
|
|
2224
|
+
height: 18px;
|
|
2225
|
+
line-height: 18px;
|
|
2226
|
+
padding: 0 4px;
|
|
2227
|
+
border-radius: 4px;
|
|
2228
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2229
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2230
|
+
display: flex;
|
|
2231
|
+
align-items: center;
|
|
2232
|
+
white-space: nowrap;
|
|
2233
|
+
margin-right: 4px;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.E_fzh9mnb {
|
|
2237
|
+
width: 100%;
|
|
2238
|
+
height: 100%;
|
|
2239
|
+
min-height: 124px;
|
|
2240
|
+
display: flex;
|
|
2241
|
+
flex-direction: column;
|
|
2242
|
+
justify-content: center;
|
|
2243
|
+
align-items: center;
|
|
2244
|
+
}
|
|
2245
|
+
.E_fzh9mnb .error-text {
|
|
2246
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2247
|
+
margin-bottom: 16px;
|
|
2248
|
+
font-size: 18px;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.E_f7pxqmh {
|
|
2252
|
+
width: 100%;
|
|
2253
|
+
margin-bottom: 0 !important;
|
|
2254
|
+
flex-flow: nowrap !important;
|
|
2255
|
+
line-break: auto;
|
|
2256
|
+
}
|
|
2257
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2258
|
+
text-align: left !important;
|
|
2259
|
+
padding-bottom: 0 !important;
|
|
2260
|
+
}
|
|
2261
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2262
|
+
min-height: 32px;
|
|
2263
|
+
height: auto;
|
|
2264
|
+
font-size: 13px;
|
|
2265
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2266
|
+
white-space: normal;
|
|
2267
|
+
}
|
|
2268
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2269
|
+
border-color: #ff4d4f !important;
|
|
2270
|
+
}
|
|
2271
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2272
|
+
border-color: #ff4d4f !important;
|
|
2273
|
+
}
|
|
2274
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2275
|
+
margin-top: 4px;
|
|
2276
|
+
font-size: 12px;
|
|
2277
|
+
min-height: 0px;
|
|
2278
|
+
}
|
|
2279
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2280
|
+
font-size: 12px;
|
|
2281
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2282
|
+
min-height: 0px;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.E_owd0kml {
|
|
2286
|
+
display: inline-block;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
.E_h1jsgezc {
|
|
2290
|
+
visibility: hidden;
|
|
2291
|
+
position: absolute;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2295
|
+
display: var(--a1wfy30z-0);
|
|
2296
|
+
}
|
|
2297
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2298
|
+
padding: 4px 11px;
|
|
2299
|
+
display: inline-flex;
|
|
2300
|
+
line-height: 1.5715;
|
|
2301
|
+
height: inherit;
|
|
2302
|
+
}
|
|
2303
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2304
|
+
content: var(--a1wfy30z-1);
|
|
2305
|
+
display: var(--a1wfy30z-2);
|
|
2306
|
+
flex: none;
|
|
2307
|
+
align-items: center;
|
|
2308
|
+
margin-left: 4px;
|
|
2309
|
+
}
|
|
2310
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2311
|
+
content: var(--a1wfy30z-3);
|
|
2312
|
+
display: var(--a1wfy30z-4);
|
|
2313
|
+
flex: none;
|
|
2314
|
+
align-items: center;
|
|
2315
|
+
margin-right: 4px;
|
|
2316
|
+
cursor: auto;
|
|
2317
|
+
}
|
|
2318
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2319
|
+
padding: 0;
|
|
2320
|
+
margin: 0;
|
|
2321
|
+
height: auto;
|
|
2322
|
+
font-size: inherit;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.E_iouxfgt {
|
|
2326
|
+
display: inline-flex;
|
|
2327
|
+
align-items: center;
|
|
2328
|
+
}
|
|
2329
|
+
.E_iouxfgt .icon-inner {
|
|
2330
|
+
display: inline-flex;
|
|
2331
|
+
align-items: center;
|
|
2332
|
+
justify-content: center;
|
|
2333
|
+
}
|
|
2334
|
+
.E_iouxfgt .icon-inner + span,
|
|
2335
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2336
|
+
margin-left: 4px;
|
|
2337
|
+
}
|
|
2338
|
+
.E_iouxfgt.is-rotate img,
|
|
2339
|
+
.E_iouxfgt.is-rotate svg {
|
|
2340
|
+
animation: rotate 680ms linear infinite;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.E_m196gn1d {
|
|
2344
|
+
min-width: 1280px;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
.E_cnujxq2 {
|
|
2348
|
+
display: flex;
|
|
2349
|
+
flex-direction: column;
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.E_m7s48ia {
|
|
2353
|
+
max-width: 1120px;
|
|
2354
|
+
width: 100%;
|
|
2355
|
+
margin: 0 auto;
|
|
2356
|
+
height: 100%;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
.E_wt5zbg6 {
|
|
2360
|
+
max-width: 1120px;
|
|
2361
|
+
width: 100%;
|
|
2362
|
+
margin: 0 auto;
|
|
2363
|
+
display: flex;
|
|
2364
|
+
}
|
|
2365
|
+
.E_wt5zbg6 .left,
|
|
2366
|
+
.E_wt5zbg6 .right {
|
|
2367
|
+
flex-grow: 0;
|
|
2368
|
+
flex-shrink: 0;
|
|
2369
|
+
flex-basis: 21%;
|
|
2159
2370
|
}
|
|
2160
2371
|
.E_wt5zbg6 .left {
|
|
2161
2372
|
display: flex;
|
|
@@ -2816,214 +3027,11 @@ input.E_rf8rlle.ant-input {
|
|
|
2816
3027
|
.E_c3cobmo .title {
|
|
2817
3028
|
font-weight: 700;
|
|
2818
3029
|
line-height: 18px;
|
|
2819
|
-
margin: 4px 0;
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
|
-
.E_uqv57uv {
|
|
2823
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
.E_s1dni7lo {
|
|
2827
|
-
width: 430px !important;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
2831
|
-
padding: 8px 16px;
|
|
2832
|
-
line-height: 18px;
|
|
2833
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2834
|
-
height: 34px;
|
|
2835
|
-
min-height: 34px;
|
|
2836
|
-
box-sizing: border-box;
|
|
2837
|
-
margin-top: 8px;
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
.E_o1ugr09p {
|
|
2841
|
-
display: flex;
|
|
2842
|
-
flex-direction: column;
|
|
2843
|
-
margin: 1px 8px;
|
|
2844
|
-
padding: 8px;
|
|
2845
|
-
border-radius: 4px;
|
|
2846
|
-
}
|
|
2847
|
-
.E_o1ugr09p .selected-icon {
|
|
2848
|
-
display: none;
|
|
2849
|
-
}
|
|
2850
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2851
|
-
padding-left: 8px;
|
|
2852
|
-
}
|
|
2853
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2854
|
-
background-color: white;
|
|
2855
|
-
}
|
|
2856
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2857
|
-
color: #0080ff;
|
|
2858
|
-
}
|
|
2859
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2860
|
-
display: block;
|
|
2861
|
-
}
|
|
2862
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
2863
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2864
|
-
}
|
|
2865
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2866
|
-
color: #0080ff;
|
|
2867
|
-
}
|
|
2868
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2869
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2870
|
-
color: #0080ff;
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
|
-
.E_o1ifxsq4 {
|
|
2874
|
-
display: flex;
|
|
2875
|
-
justify-content: space-between;
|
|
2876
|
-
height: 20px;
|
|
2877
|
-
line-height: 20px;
|
|
2878
|
-
}
|
|
2879
|
-
.E_o1ifxsq4 .timezone-title {
|
|
2880
|
-
color: #2d3a56;
|
|
2881
|
-
overflow: hidden;
|
|
2882
|
-
text-overflow: ellipsis;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
.E_o1zue7 {
|
|
2886
|
-
display: flex;
|
|
2887
|
-
justify-content: space-between;
|
|
2888
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2889
|
-
height: 18px;
|
|
2890
|
-
line-height: 18px;
|
|
2891
|
-
margin-top: 2px;
|
|
2892
|
-
}
|
|
2893
|
-
|
|
2894
|
-
.E_tyfmlxg {
|
|
2895
|
-
border: none;
|
|
2896
|
-
margin-right: 0;
|
|
2897
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
.E_o18uybox {
|
|
2901
|
-
pointer-events: none;
|
|
2902
|
-
height: 32px;
|
|
2903
|
-
width: 100%;
|
|
2904
|
-
opacity: 0;
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
.E_s1sck0th {
|
|
2908
|
-
padding: 0 8px;
|
|
2909
|
-
border-radius: 4px;
|
|
2910
|
-
}
|
|
2911
|
-
|
|
2912
|
-
.E_m855nr1 {
|
|
2913
|
-
padding: 2px 8px;
|
|
2914
|
-
border-radius: 3px;
|
|
2915
|
-
}
|
|
2916
|
-
|
|
2917
|
-
.E_l1270xpg {
|
|
2918
|
-
padding: 3px 8px;
|
|
2919
|
-
border-radius: 2px;
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
|
-
.E_t14rextb.ant-tag:hover {
|
|
2923
|
-
opacity: unset;
|
|
2924
|
-
}
|
|
2925
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2926
|
-
margin: 0;
|
|
2927
|
-
margin-right: 8px;
|
|
2928
|
-
display: inline-flex;
|
|
2929
|
-
align-items: center;
|
|
2930
|
-
border: none;
|
|
2931
|
-
}
|
|
2932
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2933
|
-
width: 16px;
|
|
2934
|
-
height: 16px;
|
|
2935
|
-
color: inherit;
|
|
2936
|
-
margin-left: 4px;
|
|
2937
|
-
opacity: 0.6;
|
|
2938
|
-
display: inline-flex;
|
|
2939
|
-
}
|
|
2940
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2941
|
-
opacity: 1;
|
|
2942
|
-
}
|
|
2943
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2944
|
-
color: #0080ff;
|
|
2945
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2946
|
-
}
|
|
2947
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2948
|
-
color: #f0483e;
|
|
2949
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2950
|
-
}
|
|
2951
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2952
|
-
color: #e07f00;
|
|
2953
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2954
|
-
}
|
|
2955
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2956
|
-
color: #008f4c;
|
|
2957
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2958
|
-
}
|
|
2959
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2960
|
-
color: #1d326c;
|
|
2961
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2962
|
-
}
|
|
2963
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2964
|
-
color: #7E41FF;
|
|
2965
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
2966
|
-
}
|
|
2967
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2968
|
-
color: #fff;
|
|
2969
|
-
}
|
|
2970
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2971
|
-
background-color: #f0483e;
|
|
2972
|
-
}
|
|
2973
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2974
|
-
background-color: #fea008;
|
|
2975
|
-
}
|
|
2976
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2977
|
-
background-color: #00ba5d;
|
|
2978
|
-
}
|
|
2979
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2980
|
-
background-color: #0080ff;
|
|
2981
|
-
}
|
|
2982
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2983
|
-
background-color: #6b7d99;
|
|
2984
|
-
}
|
|
2985
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2986
|
-
background-color: #7E41FF;
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
.E_c1yyuluq {
|
|
2990
|
-
border-radius: 8px;
|
|
2991
|
-
}
|
|
2992
|
-
.E_c1yyuluq .ant-card-body {
|
|
2993
|
-
padding: 20px 24px 24px 24px;
|
|
2994
|
-
}
|
|
2995
|
-
|
|
2996
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
2997
|
-
border: 0px;
|
|
2998
|
-
background-color: #fff;
|
|
2999
|
-
}
|
|
3000
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3001
|
-
padding-top: 0px;
|
|
3002
|
-
padding-bottom: 0px;
|
|
3003
|
-
padding-left: 0px !important;
|
|
3004
|
-
padding-right: 24px;
|
|
3005
|
-
}
|
|
3006
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3007
|
-
right: 0px;
|
|
3008
|
-
}
|
|
3009
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3010
|
-
padding: 0px;
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3014
|
-
padding-right: 0px;
|
|
3015
|
-
cursor: default;
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3019
|
-
display: none;
|
|
3020
|
-
}
|
|
3021
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
3022
|
-
background: rgba(23, 38, 64, 0.8);
|
|
3023
|
-
border-radius: 4px;
|
|
3030
|
+
margin: 4px 0;
|
|
3024
3031
|
}
|
|
3025
|
-
|
|
3026
|
-
|
|
3032
|
+
|
|
3033
|
+
.E_uqv57uv {
|
|
3034
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
3027
3035
|
}
|
|
3028
3036
|
|
|
3029
3037
|
.E_dsnbhzf {
|
|
@@ -3422,121 +3430,351 @@ input.E_rf8rlle.ant-input {
|
|
|
3422
3430
|
line-height: 18px;
|
|
3423
3431
|
}
|
|
3424
3432
|
|
|
3425
|
-
.E_f17k1i3n {
|
|
3426
|
-
font-family: Inter;
|
|
3427
|
-
font-style: normal;
|
|
3428
|
-
font-weight: normal;
|
|
3429
|
-
font-size: 12px;
|
|
3430
|
-
line-height: 18px;
|
|
3433
|
+
.E_f17k1i3n {
|
|
3434
|
+
font-family: Inter;
|
|
3435
|
+
font-style: normal;
|
|
3436
|
+
font-weight: normal;
|
|
3437
|
+
font-size: 12px;
|
|
3438
|
+
line-height: 18px;
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3441
|
+
.E_t1tvuj2e {
|
|
3442
|
+
font-family: Inter;
|
|
3443
|
+
font-style: normal;
|
|
3444
|
+
font-weight: normal;
|
|
3445
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3446
|
+
font-size: 13px;
|
|
3447
|
+
line-height: 20px;
|
|
3448
|
+
}
|
|
3449
|
+
|
|
3450
|
+
.E_t17uajlu {
|
|
3451
|
+
font-family: Inter;
|
|
3452
|
+
font-style: normal;
|
|
3453
|
+
font-weight: normal;
|
|
3454
|
+
font-feature-settings: "zero" on;
|
|
3455
|
+
font-size: 13px;
|
|
3456
|
+
line-height: 20px;
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
.E_t114zbyz {
|
|
3460
|
+
font-family: Inter;
|
|
3461
|
+
font-style: normal;
|
|
3462
|
+
font-weight: normal;
|
|
3463
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3464
|
+
font-size: 12px;
|
|
3465
|
+
line-height: 18px;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
.E_t1il0kvi {
|
|
3469
|
+
font-family: Inter;
|
|
3470
|
+
font-style: normal;
|
|
3471
|
+
font-weight: 500;
|
|
3472
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3473
|
+
font-size: 12px;
|
|
3474
|
+
line-height: 18px;
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
.E_t10dv8p1 {
|
|
3478
|
+
font-family: Inter;
|
|
3479
|
+
font-style: normal;
|
|
3480
|
+
font-weight: normal;
|
|
3481
|
+
font-feature-settings: "zero" on;
|
|
3482
|
+
font-size: 12px;
|
|
3483
|
+
line-height: 18px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.E_tc2oqpq {
|
|
3487
|
+
font-family: Inter;
|
|
3488
|
+
font-style: normal;
|
|
3489
|
+
font-weight: 500;
|
|
3490
|
+
font-feature-settings: "zero" on;
|
|
3491
|
+
font-size: 12px;
|
|
3492
|
+
line-height: 18px;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
.E_tzvddmc {
|
|
3496
|
+
font-family: Inter;
|
|
3497
|
+
font-style: normal;
|
|
3498
|
+
font-weight: bold;
|
|
3499
|
+
font-feature-settings: "zero" on;
|
|
3500
|
+
font-size: 16px;
|
|
3501
|
+
line-height: 24px;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
.E_u18llj45 {
|
|
3505
|
+
font-family: Inter;
|
|
3506
|
+
font-style: normal;
|
|
3507
|
+
font-weight: normal;
|
|
3508
|
+
font-size: 10px;
|
|
3509
|
+
line-height: 12px;
|
|
3510
|
+
}
|
|
3511
|
+
|
|
3512
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3513
|
+
display: inline-flex;
|
|
3514
|
+
align-items: center;
|
|
3515
|
+
justify-content: center;
|
|
3516
|
+
color: #fff;
|
|
3517
|
+
font-weight: bold;
|
|
3518
|
+
font-size: 12px;
|
|
3519
|
+
width: 24px;
|
|
3520
|
+
height: 24px;
|
|
3521
|
+
border-radius: 50%;
|
|
3522
|
+
background: var(--a1b5xrg3-0);
|
|
3523
|
+
}
|
|
3524
|
+
.E_a1b5xrg3.btn-item {
|
|
3525
|
+
transition: all 160ms ease;
|
|
3526
|
+
cursor: pointer;
|
|
3527
|
+
width: 56px;
|
|
3528
|
+
height: 40px;
|
|
3529
|
+
display: inline-flex;
|
|
3530
|
+
align-items: center;
|
|
3531
|
+
justify-content: center;
|
|
3532
|
+
border-radius: 6px;
|
|
3533
|
+
}
|
|
3534
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3535
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3536
|
+
}
|
|
3537
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3538
|
+
transform: translateY(2px);
|
|
3539
|
+
transition: all 320ms ease;
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3543
|
+
opacity: 1;
|
|
3544
|
+
}
|
|
3545
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
3546
|
+
pointer-events: none;
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
3550
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
3551
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
3552
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
3553
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
3554
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
3555
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
3556
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
3557
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
3558
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
3559
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
3560
|
+
display: none;
|
|
3561
|
+
width: 16px;
|
|
3562
|
+
height: 16px;
|
|
3563
|
+
}
|
|
3564
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
3565
|
+
opacity: 0.5;
|
|
3566
|
+
}
|
|
3567
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
3568
|
+
display: none;
|
|
3569
|
+
}
|
|
3570
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
3571
|
+
display: inline;
|
|
3572
|
+
}
|
|
3573
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
3574
|
+
display: none;
|
|
3575
|
+
}
|
|
3576
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
3577
|
+
display: inline;
|
|
3578
|
+
}
|
|
3579
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
3580
|
+
display: none;
|
|
3581
|
+
}
|
|
3582
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
3583
|
+
display: inline;
|
|
3584
|
+
}
|
|
3585
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
3586
|
+
display: none;
|
|
3587
|
+
}
|
|
3588
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
3589
|
+
display: inline;
|
|
3590
|
+
}
|
|
3591
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
3592
|
+
display: none;
|
|
3593
|
+
}
|
|
3594
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
3595
|
+
display: inline;
|
|
3596
|
+
}
|
|
3597
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
3598
|
+
display: none;
|
|
3599
|
+
}
|
|
3600
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
3601
|
+
display: inline;
|
|
3602
|
+
}
|
|
3603
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
3604
|
+
display: none;
|
|
3605
|
+
}
|
|
3606
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
3607
|
+
display: inline;
|
|
3608
|
+
}
|
|
3609
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
3610
|
+
display: none;
|
|
3611
|
+
}
|
|
3612
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
3613
|
+
display: inline;
|
|
3614
|
+
}
|
|
3615
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
3616
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
3617
|
+
display: none;
|
|
3618
|
+
}
|
|
3619
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
3620
|
+
display: inline;
|
|
3621
|
+
}
|
|
3622
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
3623
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
3624
|
+
display: none;
|
|
3625
|
+
}
|
|
3626
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
3627
|
+
display: inline;
|
|
3628
|
+
}
|
|
3629
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
3630
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
3631
|
+
display: none;
|
|
3632
|
+
}
|
|
3633
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
3634
|
+
display: inline;
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3637
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
3638
|
+
padding: 0 7px 0 12px;
|
|
3639
|
+
}
|
|
3640
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
3641
|
+
right: 8px;
|
|
3642
|
+
top: 50%;
|
|
3643
|
+
margin-top: -8px;
|
|
3644
|
+
width: 16px;
|
|
3645
|
+
height: 16px;
|
|
3646
|
+
display: flex;
|
|
3647
|
+
align-items: center;
|
|
3648
|
+
}
|
|
3649
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
3650
|
+
padding: 0 11px 0 16px;
|
|
3651
|
+
}
|
|
3652
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
3653
|
+
right: 12px;
|
|
3654
|
+
}
|
|
3655
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
3656
|
+
padding: 0 3px 0 8px;
|
|
3657
|
+
}
|
|
3658
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
3659
|
+
right: 4px;
|
|
3660
|
+
}
|
|
3661
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
3662
|
+
padding-right: 24px;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
.E_p2sxmsl {
|
|
3666
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
.E_oa99sl3 {
|
|
3670
|
+
display: flex;
|
|
3671
|
+
justify-content: space-between;
|
|
3672
|
+
align-items: center;
|
|
3673
|
+
gap: 8px;
|
|
3674
|
+
}
|
|
3675
|
+
.E_oa99sl3,
|
|
3676
|
+
.E_oa99sl3 :first-child {
|
|
3677
|
+
line-height: inherit !important;
|
|
3678
|
+
}
|
|
3679
|
+
|
|
3680
|
+
.E_lvp5pj7 {
|
|
3681
|
+
display: flex;
|
|
3682
|
+
justify-content: space-between;
|
|
3683
|
+
align-items: center;
|
|
3684
|
+
gap: 8px;
|
|
3685
|
+
min-width: 0;
|
|
3686
|
+
}
|
|
3687
|
+
|
|
3688
|
+
.E_s1io1lws {
|
|
3689
|
+
display: flex;
|
|
3690
|
+
align-items: center;
|
|
3691
|
+
flex-shrink: 0;
|
|
3431
3692
|
}
|
|
3432
3693
|
|
|
3433
|
-
.
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3694
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3695
|
+
border-radius: 6px;
|
|
3696
|
+
}
|
|
3697
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3698
|
+
width: 100%;
|
|
3699
|
+
color: #2d3a56;
|
|
3700
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3701
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3438
3702
|
font-size: 13px;
|
|
3439
|
-
line-height: 20px;
|
|
3440
3703
|
}
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
font-feature-settings: "zero" on;
|
|
3704
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3705
|
+
height: 30px;
|
|
3706
|
+
}
|
|
3707
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3708
|
+
height: 38px;
|
|
3447
3709
|
font-size: 13px;
|
|
3448
|
-
line-height: 20px;
|
|
3449
3710
|
}
|
|
3450
|
-
|
|
3451
|
-
.
|
|
3452
|
-
|
|
3453
|
-
font-style: normal;
|
|
3454
|
-
font-weight: normal;
|
|
3455
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3456
|
-
font-size: 12px;
|
|
3457
|
-
line-height: 18px;
|
|
3711
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3712
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3713
|
+
transition: 160ms ease;
|
|
3458
3714
|
}
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
font-family: Inter;
|
|
3462
|
-
font-style: normal;
|
|
3463
|
-
font-weight: 500;
|
|
3464
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3465
|
-
font-size: 12px;
|
|
3466
|
-
line-height: 18px;
|
|
3715
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3716
|
+
color: #0080ff;
|
|
3467
3717
|
}
|
|
3468
|
-
|
|
3469
|
-
.
|
|
3470
|
-
|
|
3471
|
-
font-style: normal;
|
|
3472
|
-
font-weight: normal;
|
|
3473
|
-
font-feature-settings: "zero" on;
|
|
3474
|
-
font-size: 12px;
|
|
3475
|
-
line-height: 18px;
|
|
3718
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3719
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3720
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3476
3721
|
}
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
font-family: Inter;
|
|
3480
|
-
font-style: normal;
|
|
3481
|
-
font-weight: 500;
|
|
3482
|
-
font-feature-settings: "zero" on;
|
|
3483
|
-
font-size: 12px;
|
|
3484
|
-
line-height: 18px;
|
|
3722
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3723
|
+
color: #0080ff;
|
|
3485
3724
|
}
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
font-style: normal;
|
|
3490
|
-
font-weight: bold;
|
|
3491
|
-
font-feature-settings: "zero" on;
|
|
3492
|
-
font-size: 16px;
|
|
3493
|
-
line-height: 24px;
|
|
3725
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3726
|
+
border-color: #0080ff;
|
|
3727
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3494
3728
|
}
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
font-family: Inter;
|
|
3498
|
-
font-style: normal;
|
|
3499
|
-
font-weight: normal;
|
|
3500
|
-
font-size: 10px;
|
|
3501
|
-
line-height: 12px;
|
|
3729
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3730
|
+
transform: rotate(180deg);
|
|
3502
3731
|
}
|
|
3503
|
-
|
|
3504
|
-
.
|
|
3505
|
-
|
|
3732
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3733
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3734
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3735
|
+
cursor: "not-allowed";
|
|
3736
|
+
}
|
|
3737
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3738
|
+
border-color: #f0483e !important;
|
|
3739
|
+
}
|
|
3740
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3741
|
+
color: #1d326c;
|
|
3742
|
+
}
|
|
3743
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3744
|
+
border-color: #0080ff;
|
|
3745
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3746
|
+
}
|
|
3747
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3748
|
+
transform: rotate(180deg);
|
|
3506
3749
|
}
|
|
3507
3750
|
|
|
3508
|
-
.
|
|
3509
|
-
display: inline-flex;
|
|
3510
|
-
align-items: center;
|
|
3511
|
-
justify-content: center;
|
|
3512
|
-
color: #fff;
|
|
3513
|
-
font-weight: bold;
|
|
3514
|
-
font-size: 12px;
|
|
3515
|
-
width: 24px;
|
|
3751
|
+
.E_suhck3k {
|
|
3516
3752
|
height: 24px;
|
|
3517
|
-
|
|
3518
|
-
background: var(--a1b5xrg3-0);
|
|
3519
|
-
}
|
|
3520
|
-
.E_a1b5xrg3.btn-item {
|
|
3521
|
-
transition: all 160ms ease;
|
|
3522
|
-
cursor: pointer;
|
|
3523
|
-
width: 56px;
|
|
3524
|
-
height: 40px;
|
|
3525
|
-
display: inline-flex;
|
|
3526
|
-
align-items: center;
|
|
3527
|
-
justify-content: center;
|
|
3753
|
+
width: 24px;
|
|
3528
3754
|
border-radius: 6px;
|
|
3755
|
+
padding: 4px;
|
|
3529
3756
|
}
|
|
3530
|
-
.
|
|
3531
|
-
|
|
3757
|
+
.E_suhck3k:hover {
|
|
3758
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3532
3759
|
}
|
|
3533
|
-
.
|
|
3534
|
-
|
|
3535
|
-
transition: all 320ms ease;
|
|
3760
|
+
.E_suhck3k:hover svg path {
|
|
3761
|
+
fill: blue;
|
|
3536
3762
|
}
|
|
3537
3763
|
|
|
3538
|
-
.
|
|
3539
|
-
|
|
3764
|
+
.E_ryby9ds {
|
|
3765
|
+
display: flex;
|
|
3766
|
+
align-items: center;
|
|
3767
|
+
}
|
|
3768
|
+
.E_ryby9ds .order {
|
|
3769
|
+
height: 24px;
|
|
3770
|
+
width: 24px;
|
|
3771
|
+
border-radius: 20px;
|
|
3772
|
+
color: #0080ff;
|
|
3773
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3774
|
+
display: flex;
|
|
3775
|
+
align-items: center;
|
|
3776
|
+
justify-content: center;
|
|
3777
|
+
margin-right: 6px;
|
|
3540
3778
|
}
|
|
3541
3779
|
|
|
3542
3780
|
.E_b1lj76ty {
|
|
@@ -3747,138 +3985,67 @@ input.E_rf8rlle.ant-input {
|
|
|
3747
3985
|
margin-left: 12px;
|
|
3748
3986
|
color: #2d3a56;
|
|
3749
3987
|
}
|
|
3750
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
3751
|
-
margin-left: 28px;
|
|
3752
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3753
|
-
}
|
|
3754
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
3755
|
-
margin-left: 8px;
|
|
3756
|
-
}
|
|
3757
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
3758
|
-
margin-left: 24px;
|
|
3759
|
-
}
|
|
3760
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
3761
|
-
width: 400px;
|
|
3762
|
-
}
|
|
3763
|
-
|
|
3764
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
3765
|
-
padding: 4px;
|
|
3766
|
-
height: 158px;
|
|
3767
|
-
}
|
|
3768
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
3769
|
-
border-radius: 6px;
|
|
3770
|
-
}
|
|
3771
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
3772
|
-
min-width: 200px;
|
|
3773
|
-
font-size: 12px;
|
|
3774
|
-
}
|
|
3775
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
3776
|
-
padding: 6px 12px;
|
|
3777
|
-
height: 18px;
|
|
3778
|
-
font-size: 12px;
|
|
3779
|
-
}
|
|
3780
|
-
|
|
3781
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
3782
|
-
padding: 8px;
|
|
3783
|
-
height: 320px;
|
|
3784
|
-
}
|
|
3785
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
3786
|
-
border-radius: 10px;
|
|
3787
|
-
}
|
|
3788
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
3789
|
-
min-width: 296px;
|
|
3790
|
-
padding: 8px;
|
|
3791
|
-
}
|
|
3792
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
3793
|
-
height: 22px;
|
|
3794
|
-
padding: 8px 16px;
|
|
3795
|
-
font-size: 14px;
|
|
3796
|
-
}
|
|
3797
|
-
|
|
3798
|
-
.E_ryby9ds {
|
|
3799
|
-
display: flex;
|
|
3800
|
-
align-items: center;
|
|
3801
|
-
}
|
|
3802
|
-
.E_ryby9ds .order {
|
|
3803
|
-
height: 24px;
|
|
3804
|
-
width: 24px;
|
|
3805
|
-
border-radius: 20px;
|
|
3806
|
-
color: #0080ff;
|
|
3807
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3808
|
-
display: flex;
|
|
3809
|
-
align-items: center;
|
|
3810
|
-
justify-content: center;
|
|
3811
|
-
margin-right: 6px;
|
|
3812
|
-
}
|
|
3813
|
-
|
|
3814
|
-
.E_suhck3k {
|
|
3815
|
-
height: 24px;
|
|
3816
|
-
width: 24px;
|
|
3817
|
-
border-radius: 6px;
|
|
3818
|
-
padding: 4px;
|
|
3819
|
-
}
|
|
3820
|
-
.E_suhck3k:hover {
|
|
3821
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3822
|
-
}
|
|
3823
|
-
.E_suhck3k:hover svg path {
|
|
3824
|
-
fill: blue;
|
|
3825
|
-
}
|
|
3826
|
-
|
|
3827
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3828
|
-
border-radius: 6px;
|
|
3829
|
-
}
|
|
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;
|
|
3988
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
3989
|
+
margin-left: 28px;
|
|
3990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3836
3991
|
}
|
|
3837
|
-
.
|
|
3838
|
-
|
|
3992
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
3993
|
+
margin-left: 8px;
|
|
3839
3994
|
}
|
|
3840
|
-
.
|
|
3841
|
-
|
|
3842
|
-
font-size: 13px;
|
|
3995
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
3996
|
+
margin-left: 24px;
|
|
3843
3997
|
}
|
|
3844
|
-
.
|
|
3845
|
-
|
|
3846
|
-
transition: 160ms ease;
|
|
3998
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
3999
|
+
width: 400px;
|
|
3847
4000
|
}
|
|
3848
|
-
|
|
3849
|
-
|
|
4001
|
+
|
|
4002
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
4003
|
+
padding: 4px;
|
|
4004
|
+
height: 158px;
|
|
3850
4005
|
}
|
|
3851
|
-
.
|
|
3852
|
-
border-
|
|
3853
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4006
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
4007
|
+
border-radius: 6px;
|
|
3854
4008
|
}
|
|
3855
|
-
.
|
|
3856
|
-
|
|
4009
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
4010
|
+
min-width: 200px;
|
|
4011
|
+
font-size: 12px;
|
|
3857
4012
|
}
|
|
3858
|
-
.
|
|
3859
|
-
|
|
3860
|
-
|
|
4013
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
4014
|
+
padding: 6px 12px;
|
|
4015
|
+
height: 18px;
|
|
4016
|
+
font-size: 12px;
|
|
3861
4017
|
}
|
|
3862
|
-
|
|
3863
|
-
|
|
4018
|
+
|
|
4019
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
4020
|
+
padding: 8px;
|
|
4021
|
+
height: 320px;
|
|
3864
4022
|
}
|
|
3865
|
-
.
|
|
3866
|
-
|
|
3867
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3868
|
-
cursor: "not-allowed";
|
|
4023
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
4024
|
+
border-radius: 10px;
|
|
3869
4025
|
}
|
|
3870
|
-
.
|
|
3871
|
-
|
|
4026
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
4027
|
+
min-width: 296px;
|
|
4028
|
+
padding: 8px;
|
|
3872
4029
|
}
|
|
3873
|
-
.
|
|
3874
|
-
|
|
4030
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
4031
|
+
height: 22px;
|
|
4032
|
+
padding: 8px 16px;
|
|
4033
|
+
font-size: 14px;
|
|
3875
4034
|
}
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
4035
|
+
|
|
4036
|
+
.E_w1dxz879 {
|
|
4037
|
+
display: flex;
|
|
4038
|
+
flex-direction: column;
|
|
4039
|
+
gap: 6px;
|
|
3879
4040
|
}
|
|
3880
|
-
.
|
|
3881
|
-
|
|
4041
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
4042
|
+
max-height: var(--w1dxz879-0);
|
|
4043
|
+
text-overflow: clip;
|
|
4044
|
+
overflow: hidden;
|
|
4045
|
+
}
|
|
4046
|
+
.E_w1dxz879 .tips {
|
|
4047
|
+
color: #fff;
|
|
4048
|
+
opacity: 0.8;
|
|
3882
4049
|
}
|
|
3883
4050
|
|
|
3884
4051
|
.E_m5foqp8 {
|
|
@@ -3914,171 +4081,39 @@ input.E_rf8rlle.ant-input {
|
|
|
3914
4081
|
height: 32px;
|
|
3915
4082
|
}
|
|
3916
4083
|
|
|
3917
|
-
.
|
|
3918
|
-
|
|
3919
|
-
}
|
|
3920
|
-
.E_s4ivdfu.ant-select.select-loading-value {
|
|
3921
|
-
pointer-events: none;
|
|
3922
|
-
}
|
|
3923
|
-
|
|
3924
|
-
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
3925
|
-
.E_sks9xr8.ant-select .select-active-suffix,
|
|
3926
|
-
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
3927
|
-
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
3928
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
3929
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
3930
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
3931
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
3932
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
3933
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
3934
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
3935
|
-
display: none;
|
|
3936
|
-
width: 16px;
|
|
3937
|
-
height: 16px;
|
|
3938
|
-
}
|
|
3939
|
-
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
3940
|
-
opacity: 0.5;
|
|
3941
|
-
}
|
|
3942
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
3943
|
-
display: none;
|
|
3944
|
-
}
|
|
3945
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
3946
|
-
display: inline;
|
|
3947
|
-
}
|
|
3948
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
3949
|
-
display: none;
|
|
3950
|
-
}
|
|
3951
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
3952
|
-
display: inline;
|
|
3953
|
-
}
|
|
3954
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
3955
|
-
display: none;
|
|
3956
|
-
}
|
|
3957
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
3958
|
-
display: inline;
|
|
3959
|
-
}
|
|
3960
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
3961
|
-
display: none;
|
|
3962
|
-
}
|
|
3963
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
3964
|
-
display: inline;
|
|
3965
|
-
}
|
|
3966
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
3967
|
-
display: none;
|
|
3968
|
-
}
|
|
3969
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
3970
|
-
display: inline;
|
|
3971
|
-
}
|
|
3972
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
3973
|
-
display: none;
|
|
3974
|
-
}
|
|
3975
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
3976
|
-
display: inline;
|
|
3977
|
-
}
|
|
3978
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
3979
|
-
display: none;
|
|
3980
|
-
}
|
|
3981
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
3982
|
-
display: inline;
|
|
3983
|
-
}
|
|
3984
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
3985
|
-
display: none;
|
|
3986
|
-
}
|
|
3987
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
3988
|
-
display: inline;
|
|
3989
|
-
}
|
|
3990
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
3991
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
3992
|
-
display: none;
|
|
3993
|
-
}
|
|
3994
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
3995
|
-
display: inline;
|
|
3996
|
-
}
|
|
3997
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
3998
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
3999
|
-
display: none;
|
|
4000
|
-
}
|
|
4001
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
4002
|
-
display: inline;
|
|
4003
|
-
}
|
|
4004
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
4005
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
4006
|
-
display: none;
|
|
4007
|
-
}
|
|
4008
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
4009
|
-
display: inline;
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
.E_swwhohx.ant-select .ant-select-selector {
|
|
4013
|
-
padding: 0 7px 0 12px;
|
|
4014
|
-
}
|
|
4015
|
-
.E_swwhohx.ant-select .ant-select-arrow {
|
|
4016
|
-
right: 8px;
|
|
4017
|
-
top: 50%;
|
|
4018
|
-
margin-top: -8px;
|
|
4019
|
-
width: 16px;
|
|
4020
|
-
height: 16px;
|
|
4021
|
-
display: flex;
|
|
4022
|
-
align-items: center;
|
|
4023
|
-
}
|
|
4024
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
4025
|
-
padding: 0 11px 0 16px;
|
|
4026
|
-
}
|
|
4027
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
4028
|
-
right: 12px;
|
|
4029
|
-
}
|
|
4030
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
4031
|
-
padding: 0 3px 0 8px;
|
|
4032
|
-
}
|
|
4033
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
4034
|
-
right: 4px;
|
|
4035
|
-
}
|
|
4036
|
-
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
4037
|
-
padding-right: 24px;
|
|
4038
|
-
}
|
|
4039
|
-
|
|
4040
|
-
.E_p2sxmsl {
|
|
4041
|
-
color: rgba(0, 21, 64, 0.3);
|
|
4084
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4085
|
+
margin-right: 2px;
|
|
4042
4086
|
}
|
|
4043
4087
|
|
|
4044
|
-
.
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
gap: 8px;
|
|
4088
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4089
|
+
padding-left: 8px;
|
|
4090
|
+
padding-right: 8px;
|
|
4091
|
+
font-size: 12px;
|
|
4049
4092
|
}
|
|
4050
|
-
.
|
|
4051
|
-
|
|
4052
|
-
line-height: inherit !important;
|
|
4093
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4094
|
+
border-radius: 4px;
|
|
4053
4095
|
}
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
display: flex;
|
|
4057
|
-
justify-content: space-between;
|
|
4058
|
-
align-items: center;
|
|
4059
|
-
gap: 8px;
|
|
4060
|
-
min-width: 0;
|
|
4096
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4097
|
+
border-radius: 4px;
|
|
4061
4098
|
}
|
|
4062
4099
|
|
|
4063
|
-
.
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
flex-shrink: 0;
|
|
4100
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4101
|
+
padding-left: 12px;
|
|
4102
|
+
padding-right: 12px;
|
|
4067
4103
|
}
|
|
4068
4104
|
|
|
4069
|
-
.
|
|
4070
|
-
|
|
4071
|
-
flex-direction: column;
|
|
4072
|
-
gap: 6px;
|
|
4105
|
+
.E_ckld275 {
|
|
4106
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4073
4107
|
}
|
|
4074
|
-
.
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
overflow: hidden;
|
|
4108
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4109
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4110
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4078
4111
|
}
|
|
4079
|
-
.
|
|
4080
|
-
color:
|
|
4081
|
-
|
|
4112
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4113
|
+
background-color: transparent;
|
|
4114
|
+
}
|
|
4115
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4116
|
+
background-color: transparent;
|
|
4082
4117
|
}
|
|
4083
4118
|
|
|
4084
4119
|
.E_h12yihis {
|
|
@@ -4301,150 +4336,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4301
4336
|
position: static;
|
|
4302
4337
|
}
|
|
4303
4338
|
|
|
4304
|
-
.E_r77hffu {
|
|
4305
|
-
display: flex;
|
|
4306
|
-
align-items: center;
|
|
4307
|
-
justify-content: space-between;
|
|
4308
|
-
column-gap: 6px;
|
|
4309
|
-
}
|
|
4310
|
-
|
|
4311
|
-
.E_p1cmxsf7 {
|
|
4312
|
-
display: flex;
|
|
4313
|
-
flex-direction: column;
|
|
4314
|
-
justify-content: center;
|
|
4315
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4316
|
-
}
|
|
4317
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
4318
|
-
font-size: 0;
|
|
4319
|
-
margin-bottom: unset;
|
|
4320
|
-
margin-inline-end: unset;
|
|
4321
|
-
}
|
|
4322
|
-
|
|
4323
|
-
.E_c1kghdax {
|
|
4324
|
-
color: #2d3a56;
|
|
4325
|
-
padding: 7px 12px;
|
|
4326
|
-
display: flex;
|
|
4327
|
-
justify-content: space-between;
|
|
4328
|
-
align-items: center;
|
|
4329
|
-
}
|
|
4330
|
-
.E_c1kghdax.has-arrow {
|
|
4331
|
-
padding-left: 10px;
|
|
4332
|
-
}
|
|
4333
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4334
|
-
cursor: pointer;
|
|
4335
|
-
color: #00122e;
|
|
4336
|
-
}
|
|
4337
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4338
|
-
color: #2d3a56;
|
|
4339
|
-
font-weight: 600;
|
|
4340
|
-
}
|
|
4341
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4342
|
-
transform: rotate(90deg);
|
|
4343
|
-
}
|
|
4344
|
-
.E_c1kghdax .sub-info {
|
|
4345
|
-
font-size: 12px;
|
|
4346
|
-
line-height: 18px;
|
|
4347
|
-
}
|
|
4348
|
-
.E_c1kghdax .title-wrapper {
|
|
4349
|
-
display: flex;
|
|
4350
|
-
align-items: center;
|
|
4351
|
-
user-select: none;
|
|
4352
|
-
flex-grow: 1;
|
|
4353
|
-
font-size: 12px;
|
|
4354
|
-
line-height: 18px;
|
|
4355
|
-
color: #2d3a56;
|
|
4356
|
-
font-weight: 700;
|
|
4357
|
-
}
|
|
4358
|
-
.E_c1kghdax .collapse-arrow {
|
|
4359
|
-
transition: all 50ms ease-out 0ms;
|
|
4360
|
-
margin-right: 2px;
|
|
4361
|
-
}
|
|
4362
|
-
|
|
4363
|
-
.E_ckui4s7 {
|
|
4364
|
-
color: #2d3a56;
|
|
4365
|
-
line-height: 22px;
|
|
4366
|
-
display: inline-flex;
|
|
4367
|
-
}
|
|
4368
|
-
.E_ckui4s7 .ant-checkbox {
|
|
4369
|
-
height: 22px;
|
|
4370
|
-
display: flex;
|
|
4371
|
-
align-items: center;
|
|
4372
|
-
top: 0;
|
|
4373
|
-
}
|
|
4374
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4375
|
-
border: none;
|
|
4376
|
-
}
|
|
4377
|
-
.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 {
|
|
4378
|
-
border-color: #0080ff;
|
|
4379
|
-
}
|
|
4380
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4381
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4382
|
-
}
|
|
4383
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4384
|
-
border: 1px solid #0080ff;
|
|
4385
|
-
}
|
|
4386
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4387
|
-
background: #0080ff;
|
|
4388
|
-
}
|
|
4389
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4390
|
-
background-color: #fff;
|
|
4391
|
-
height: 2px;
|
|
4392
|
-
width: 10px;
|
|
4393
|
-
border-radius: 2px;
|
|
4394
|
-
}
|
|
4395
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4396
|
-
opacity: 0.5;
|
|
4397
|
-
}
|
|
4398
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4399
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4400
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4401
|
-
}
|
|
4402
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4403
|
-
border-color: #2d3a56;
|
|
4404
|
-
}
|
|
4405
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4406
|
-
background: #2d3a56;
|
|
4407
|
-
}
|
|
4408
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4409
|
-
padding: 0;
|
|
4410
|
-
}
|
|
4411
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4412
|
-
display: inline-block;
|
|
4413
|
-
margin-left: 12px;
|
|
4414
|
-
color: #2d3a56;
|
|
4415
|
-
}
|
|
4416
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4417
|
-
margin-left: 28px;
|
|
4418
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4419
|
-
}
|
|
4420
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4421
|
-
margin-left: 8px;
|
|
4422
|
-
}
|
|
4423
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4424
|
-
margin-left: 24px;
|
|
4425
|
-
}
|
|
4426
|
-
|
|
4427
|
-
.E_c1yd35n {
|
|
4428
|
-
padding: 0 12px 14px 12px;
|
|
4429
|
-
}
|
|
4430
|
-
|
|
4431
|
-
.E_b14q2gmw {
|
|
4432
|
-
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);
|
|
4433
|
-
}
|
|
4434
|
-
|
|
4435
|
-
.E_c1eym6el {
|
|
4436
|
-
border-radius: 8px;
|
|
4437
|
-
background-color: white;
|
|
4438
|
-
}
|
|
4439
|
-
.E_c1eym6el.hoverable {
|
|
4440
|
-
cursor: pointer;
|
|
4441
|
-
}
|
|
4442
|
-
.E_c1eym6el.hoverable:hover {
|
|
4443
|
-
transition: all 200ms ease;
|
|
4444
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4445
|
-
transform: translateY(-4px);
|
|
4446
|
-
}
|
|
4447
|
-
|
|
4448
4339
|
button.E_l48ei06.ant-btn,
|
|
4449
4340
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4450
4341
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -4497,129 +4388,204 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4497
4388
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
4498
4389
|
}
|
|
4499
4390
|
|
|
4500
|
-
.
|
|
4391
|
+
.E_sddwhm6 {
|
|
4501
4392
|
margin: 0;
|
|
4502
4393
|
border-radius: 20px;
|
|
4503
4394
|
padding: 2px 10px;
|
|
4504
4395
|
height: 22px;
|
|
4505
|
-
display: flex;
|
|
4506
|
-
align-items: center;
|
|
4507
4396
|
}
|
|
4508
|
-
.
|
|
4509
|
-
color:
|
|
4397
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4398
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4510
4399
|
}
|
|
4511
|
-
.
|
|
4512
|
-
|
|
4400
|
+
.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 {
|
|
4401
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4513
4402
|
}
|
|
4514
|
-
.
|
|
4403
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4515
4404
|
color: #00122e;
|
|
4516
4405
|
}
|
|
4517
|
-
.
|
|
4406
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4518
4407
|
margin-right: 6px;
|
|
4519
4408
|
}
|
|
4520
|
-
.
|
|
4409
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4521
4410
|
margin-left: 8px;
|
|
4522
4411
|
color: rgba(44, 56, 82, 0.6);
|
|
4523
4412
|
}
|
|
4524
|
-
.
|
|
4525
|
-
color:
|
|
4413
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4414
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4415
|
+
}
|
|
4416
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4417
|
+
background-color: #0080ff;
|
|
4418
|
+
}
|
|
4419
|
+
.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 {
|
|
4420
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4421
|
+
}
|
|
4422
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4423
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
4424
|
+
}
|
|
4425
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4426
|
+
background-color: #f0483e;
|
|
4427
|
+
}
|
|
4428
|
+
.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 {
|
|
4429
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4430
|
+
}
|
|
4431
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4432
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
4433
|
+
}
|
|
4434
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4435
|
+
background-color: #fea008;
|
|
4436
|
+
}
|
|
4437
|
+
.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 {
|
|
4438
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4439
|
+
}
|
|
4440
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4441
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
4442
|
+
}
|
|
4443
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4444
|
+
background-color: #00ba5d;
|
|
4445
|
+
}
|
|
4446
|
+
.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 {
|
|
4447
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4448
|
+
}
|
|
4449
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4450
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4451
|
+
}
|
|
4452
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4453
|
+
background-color: #6b7d99;
|
|
4454
|
+
}
|
|
4455
|
+
.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 {
|
|
4456
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4457
|
+
}
|
|
4458
|
+
|
|
4459
|
+
.E_satwmqm {
|
|
4460
|
+
width: 8px;
|
|
4461
|
+
height: 8px;
|
|
4462
|
+
border-radius: 50%;
|
|
4463
|
+
display: inline-block;
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4466
|
+
.E_c1yd35n {
|
|
4467
|
+
padding: 0 12px 14px 12px;
|
|
4468
|
+
}
|
|
4469
|
+
|
|
4470
|
+
.E_c1kghdax {
|
|
4471
|
+
color: #2d3a56;
|
|
4472
|
+
padding: 7px 12px;
|
|
4473
|
+
display: flex;
|
|
4474
|
+
justify-content: space-between;
|
|
4475
|
+
align-items: center;
|
|
4476
|
+
}
|
|
4477
|
+
.E_c1kghdax.has-arrow {
|
|
4478
|
+
padding-left: 10px;
|
|
4479
|
+
}
|
|
4480
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4481
|
+
cursor: pointer;
|
|
4482
|
+
color: #00122e;
|
|
4483
|
+
}
|
|
4484
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4485
|
+
color: #2d3a56;
|
|
4486
|
+
font-weight: 600;
|
|
4487
|
+
}
|
|
4488
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4489
|
+
transform: rotate(90deg);
|
|
4490
|
+
}
|
|
4491
|
+
.E_c1kghdax .sub-info {
|
|
4492
|
+
font-size: 12px;
|
|
4493
|
+
line-height: 18px;
|
|
4494
|
+
}
|
|
4495
|
+
.E_c1kghdax .title-wrapper {
|
|
4496
|
+
display: flex;
|
|
4497
|
+
align-items: center;
|
|
4498
|
+
user-select: none;
|
|
4499
|
+
flex-grow: 1;
|
|
4500
|
+
font-size: 12px;
|
|
4501
|
+
line-height: 18px;
|
|
4502
|
+
color: #2d3a56;
|
|
4503
|
+
font-weight: 700;
|
|
4504
|
+
}
|
|
4505
|
+
.E_c1kghdax .collapse-arrow {
|
|
4506
|
+
transition: all 50ms ease-out 0ms;
|
|
4507
|
+
margin-right: 2px;
|
|
4526
4508
|
}
|
|
4527
|
-
|
|
4528
|
-
|
|
4509
|
+
|
|
4510
|
+
.E_ckui4s7 {
|
|
4511
|
+
color: #2d3a56;
|
|
4512
|
+
line-height: 22px;
|
|
4513
|
+
display: inline-flex;
|
|
4529
4514
|
}
|
|
4530
|
-
.
|
|
4531
|
-
|
|
4515
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4516
|
+
height: 22px;
|
|
4517
|
+
display: flex;
|
|
4518
|
+
align-items: center;
|
|
4519
|
+
top: 0;
|
|
4532
4520
|
}
|
|
4533
|
-
.
|
|
4534
|
-
|
|
4521
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4522
|
+
border: none;
|
|
4535
4523
|
}
|
|
4536
|
-
.
|
|
4537
|
-
|
|
4524
|
+
.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 {
|
|
4525
|
+
border-color: #0080ff;
|
|
4538
4526
|
}
|
|
4539
|
-
.
|
|
4540
|
-
|
|
4527
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4528
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4541
4529
|
}
|
|
4542
|
-
.
|
|
4543
|
-
|
|
4530
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4531
|
+
border: 1px solid #0080ff;
|
|
4544
4532
|
}
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
width: 8px;
|
|
4548
|
-
height: 8px;
|
|
4549
|
-
border-radius: 50%;
|
|
4550
|
-
display: inline-block;
|
|
4533
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4534
|
+
background: #0080ff;
|
|
4551
4535
|
}
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4536
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4537
|
+
background-color: #fff;
|
|
4538
|
+
height: 2px;
|
|
4539
|
+
width: 10px;
|
|
4556
4540
|
border-radius: 2px;
|
|
4557
|
-
display: inline-block;
|
|
4558
|
-
}
|
|
4559
|
-
|
|
4560
|
-
.E_c1xm185 {
|
|
4561
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4562
|
-
}
|
|
4563
|
-
|
|
4564
|
-
.E_c1x5l5qc {
|
|
4565
|
-
flex: 1;
|
|
4566
4541
|
}
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
margin-right: 2px;
|
|
4542
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4543
|
+
opacity: 0.5;
|
|
4570
4544
|
}
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
padding-right: 8px;
|
|
4575
|
-
font-size: 12px;
|
|
4545
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4546
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4547
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4576
4548
|
}
|
|
4577
|
-
.
|
|
4578
|
-
border-
|
|
4549
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4550
|
+
border-color: #2d3a56;
|
|
4579
4551
|
}
|
|
4580
|
-
.
|
|
4581
|
-
|
|
4552
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4553
|
+
background: #2d3a56;
|
|
4582
4554
|
}
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
padding-left: 12px;
|
|
4586
|
-
padding-right: 12px;
|
|
4555
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4556
|
+
padding: 0;
|
|
4587
4557
|
}
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4558
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4559
|
+
display: inline-block;
|
|
4560
|
+
margin-left: 12px;
|
|
4561
|
+
color: #2d3a56;
|
|
4591
4562
|
}
|
|
4592
|
-
.
|
|
4593
|
-
|
|
4594
|
-
color: rgba(44, 56, 82, 0.
|
|
4563
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4564
|
+
margin-left: 28px;
|
|
4565
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4595
4566
|
}
|
|
4596
|
-
.
|
|
4597
|
-
|
|
4567
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4568
|
+
margin-left: 8px;
|
|
4598
4569
|
}
|
|
4599
|
-
.
|
|
4600
|
-
|
|
4570
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4571
|
+
margin-left: 24px;
|
|
4601
4572
|
}
|
|
4602
4573
|
|
|
4603
|
-
.
|
|
4604
|
-
|
|
4605
|
-
flex: 1;
|
|
4606
|
-
}
|
|
4607
|
-
.E_t1gvlxt5 .tag {
|
|
4608
|
-
flex: 0 0 auto;
|
|
4574
|
+
.E_b14q2gmw {
|
|
4575
|
+
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);
|
|
4609
4576
|
}
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4577
|
+
|
|
4578
|
+
.E_c1eym6el {
|
|
4579
|
+
border-radius: 8px;
|
|
4580
|
+
background-color: white;
|
|
4613
4581
|
}
|
|
4614
|
-
.
|
|
4615
|
-
|
|
4616
|
-
max-width: fit-content;
|
|
4582
|
+
.E_c1eym6el.hoverable {
|
|
4583
|
+
cursor: pointer;
|
|
4617
4584
|
}
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
column-gap: var(--a1ji6r68-0);
|
|
4585
|
+
.E_c1eym6el.hoverable:hover {
|
|
4586
|
+
transition: all 200ms ease;
|
|
4587
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4588
|
+
transform: translateY(-4px);
|
|
4623
4589
|
}
|
|
4624
4590
|
|
|
4625
4591
|
.E_lht19u8 {
|
|
@@ -4671,79 +4637,218 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4671
4637
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4672
4638
|
}
|
|
4673
4639
|
|
|
4674
|
-
.
|
|
4675
|
-
|
|
4676
|
-
border-radius: 20px;
|
|
4677
|
-
padding: 2px 10px;
|
|
4678
|
-
height: 22px;
|
|
4640
|
+
.E_sjob3jg {
|
|
4641
|
+
--item-min-width: 60px;
|
|
4679
4642
|
}
|
|
4680
|
-
.
|
|
4681
|
-
|
|
4643
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
4644
|
+
display: none !important;
|
|
4682
4645
|
}
|
|
4683
|
-
.
|
|
4684
|
-
|
|
4646
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
4647
|
+
flex-shrink: 0 !important;
|
|
4685
4648
|
}
|
|
4686
|
-
.
|
|
4649
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
4650
|
+
color: #0080ff;
|
|
4651
|
+
}
|
|
4652
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4653
|
+
color: #0080ff;
|
|
4654
|
+
font-weight: normal;
|
|
4655
|
+
}
|
|
4656
|
+
.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 {
|
|
4657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4658
|
+
}
|
|
4659
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4687
4660
|
color: #00122e;
|
|
4688
4661
|
}
|
|
4689
|
-
.
|
|
4690
|
-
|
|
4662
|
+
.E_sjob3jg .step-item-text {
|
|
4663
|
+
display: inline-block;
|
|
4664
|
+
}
|
|
4665
|
+
.E_sjob3jg .step-item-title {
|
|
4666
|
+
overflow: hidden;
|
|
4667
|
+
white-space: nowrap;
|
|
4668
|
+
text-overflow: ellipsis;
|
|
4669
|
+
}
|
|
4670
|
+
|
|
4671
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
4672
|
+
min-width: var(--item-min-width);
|
|
4673
|
+
}
|
|
4674
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
4675
|
+
cursor: not-allowed !important;
|
|
4676
|
+
}
|
|
4677
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
4678
|
+
flex-direction: row;
|
|
4679
|
+
justify-content: stretch;
|
|
4680
|
+
}
|
|
4681
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
4682
|
+
padding: 0;
|
|
4683
|
+
margin-right: 4px;
|
|
4684
|
+
flex: 1;
|
|
4685
|
+
overflow: visible;
|
|
4686
|
+
}
|
|
4687
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
4688
|
+
width: 100%;
|
|
4689
|
+
min-height: unset;
|
|
4690
|
+
}
|
|
4691
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
4692
|
+
height: 26px;
|
|
4693
|
+
line-height: 26px;
|
|
4694
|
+
width: 100%;
|
|
4695
|
+
padding: 0;
|
|
4696
|
+
font-size: 12px;
|
|
4697
|
+
}
|
|
4698
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
4699
|
+
margin-right: 10px;
|
|
4700
|
+
}
|
|
4701
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
4702
|
+
display: none;
|
|
4703
|
+
}
|
|
4704
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
4705
|
+
padding-left: 8px;
|
|
4706
|
+
padding-right: 4px;
|
|
4707
|
+
border-radius: 4px 0 0 4px;
|
|
4708
|
+
}
|
|
4709
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
4710
|
+
margin-right: 0;
|
|
4711
|
+
}
|
|
4712
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
4713
|
+
padding-right: 8px;
|
|
4714
|
+
padding-left: 12px;
|
|
4715
|
+
border-radius: 0 4px 4px 0;
|
|
4716
|
+
}
|
|
4717
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
4718
|
+
content: "";
|
|
4719
|
+
width: 0;
|
|
4720
|
+
height: 0;
|
|
4721
|
+
border: 13px solid transparent;
|
|
4722
|
+
position: absolute;
|
|
4723
|
+
top: 0;
|
|
4724
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
4725
|
+
z-index: 2;
|
|
4726
|
+
position: relative;
|
|
4727
|
+
top: -50%;
|
|
4728
|
+
right: -100%;
|
|
4729
|
+
}
|
|
4730
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
4731
|
+
padding: 0 4px 0 12px;
|
|
4732
|
+
}
|
|
4733
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
4734
|
+
content: "";
|
|
4735
|
+
width: 0;
|
|
4736
|
+
height: 0;
|
|
4737
|
+
border: 13px solid transparent;
|
|
4738
|
+
position: absolute;
|
|
4739
|
+
top: 0;
|
|
4740
|
+
border-left: 8px solid #fff;
|
|
4741
|
+
left: 0;
|
|
4742
|
+
}
|
|
4743
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
4744
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
4745
|
+
}
|
|
4746
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
4747
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4748
|
+
}
|
|
4749
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
4750
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
4691
4751
|
}
|
|
4692
|
-
.
|
|
4693
|
-
|
|
4694
|
-
|
|
4752
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4753
|
+
cursor: pointer;
|
|
4754
|
+
min-width: var(--item-min-width);
|
|
4695
4755
|
}
|
|
4696
|
-
.
|
|
4697
|
-
|
|
4756
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
4757
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4758
|
+
min-width: var(--item-min-width);
|
|
4698
4759
|
}
|
|
4699
|
-
.
|
|
4700
|
-
|
|
4760
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
4761
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
4762
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4701
4763
|
}
|
|
4702
|
-
.
|
|
4703
|
-
|
|
4764
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
4765
|
+
padding: 0;
|
|
4704
4766
|
}
|
|
4705
|
-
|
|
4706
|
-
|
|
4767
|
+
|
|
4768
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
4769
|
+
width: 192px;
|
|
4770
|
+
row-gap: 2px;
|
|
4707
4771
|
}
|
|
4708
|
-
.
|
|
4709
|
-
background-color:
|
|
4772
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
4773
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4710
4774
|
}
|
|
4711
|
-
.
|
|
4712
|
-
|
|
4775
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
4776
|
+
color: #00122e !important;
|
|
4713
4777
|
}
|
|
4714
|
-
.
|
|
4715
|
-
background-color: rgba(
|
|
4778
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
4779
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4716
4780
|
}
|
|
4717
|
-
.
|
|
4718
|
-
|
|
4781
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
4782
|
+
padding: 0 8px;
|
|
4783
|
+
border-radius: 4px;
|
|
4784
|
+
height: 32px;
|
|
4785
|
+
display: flex;
|
|
4786
|
+
align-items: center;
|
|
4719
4787
|
}
|
|
4720
|
-
.
|
|
4721
|
-
|
|
4788
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
4789
|
+
min-height: auto;
|
|
4790
|
+
white-space: nowrap;
|
|
4722
4791
|
}
|
|
4723
|
-
.
|
|
4724
|
-
|
|
4792
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4793
|
+
font-size: 13px;
|
|
4794
|
+
line-height: 20px;
|
|
4795
|
+
max-width: 100%;
|
|
4796
|
+
padding-right: 0;
|
|
4725
4797
|
}
|
|
4726
|
-
.
|
|
4727
|
-
background
|
|
4798
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
4799
|
+
background: rgba(0, 128, 255, 0.1);
|
|
4728
4800
|
}
|
|
4729
|
-
|
|
4730
|
-
|
|
4801
|
+
|
|
4802
|
+
.E_h6l1tj4 {
|
|
4803
|
+
width: 100%;
|
|
4804
|
+
display: inline-flex;
|
|
4805
|
+
align-items: center;
|
|
4806
|
+
justify-content: center;
|
|
4807
|
+
column-gap: 4px;
|
|
4731
4808
|
}
|
|
4732
|
-
.
|
|
4733
|
-
|
|
4809
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
4810
|
+
display: inline-flex;
|
|
4811
|
+
align-items: center;
|
|
4812
|
+
width: 18px;
|
|
4813
|
+
height: 18px;
|
|
4814
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4815
|
+
justify-content: center;
|
|
4734
4816
|
}
|
|
4735
|
-
|
|
4736
|
-
|
|
4817
|
+
|
|
4818
|
+
.E_v18frne8 {
|
|
4819
|
+
width: 100%;
|
|
4820
|
+
display: flex;
|
|
4821
|
+
align-items: center;
|
|
4822
|
+
justify-content: center;
|
|
4823
|
+
column-gap: 6px;
|
|
4824
|
+
font-size: 13px;
|
|
4737
4825
|
}
|
|
4738
|
-
.
|
|
4739
|
-
|
|
4826
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
4827
|
+
display: inline-flex;
|
|
4828
|
+
align-items: center;
|
|
4829
|
+
min-width: 20px;
|
|
4830
|
+
min-height: 20px;
|
|
4831
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4832
|
+
justify-content: center;
|
|
4740
4833
|
}
|
|
4741
4834
|
|
|
4742
|
-
.
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4835
|
+
.E_r77hffu {
|
|
4836
|
+
display: flex;
|
|
4837
|
+
align-items: center;
|
|
4838
|
+
justify-content: space-between;
|
|
4839
|
+
column-gap: 6px;
|
|
4840
|
+
}
|
|
4841
|
+
|
|
4842
|
+
.E_p1cmxsf7 {
|
|
4843
|
+
display: flex;
|
|
4844
|
+
flex-direction: column;
|
|
4845
|
+
justify-content: center;
|
|
4846
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4847
|
+
}
|
|
4848
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4849
|
+
font-size: 0;
|
|
4850
|
+
margin-bottom: unset;
|
|
4851
|
+
margin-inline-end: unset;
|
|
4747
4852
|
}
|
|
4748
4853
|
|
|
4749
4854
|
.E_tc97u5y {
|
|
@@ -5099,22 +5204,155 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5099
5204
|
position: relative;
|
|
5100
5205
|
background: #fff;
|
|
5101
5206
|
}
|
|
5102
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
5103
|
-
height: 100%;
|
|
5207
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
5208
|
+
height: 100%;
|
|
5209
|
+
display: flex;
|
|
5210
|
+
align-items: center;
|
|
5211
|
+
justify-content: flex-end;
|
|
5212
|
+
padding-right: 8px;
|
|
5213
|
+
}
|
|
5214
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5215
|
+
width: 24px;
|
|
5216
|
+
height: 24px;
|
|
5217
|
+
cursor: pointer;
|
|
5218
|
+
justify-content: center;
|
|
5219
|
+
border-radius: 4px;
|
|
5220
|
+
}
|
|
5221
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5222
|
+
background: #fff;
|
|
5223
|
+
}
|
|
5224
|
+
|
|
5225
|
+
.E_l1ucdodl {
|
|
5226
|
+
margin: 0;
|
|
5227
|
+
border-radius: 20px;
|
|
5228
|
+
padding: 2px 10px;
|
|
5229
|
+
height: 22px;
|
|
5230
|
+
display: flex;
|
|
5231
|
+
align-items: center;
|
|
5232
|
+
}
|
|
5233
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5234
|
+
color: #FFFFFF;
|
|
5235
|
+
}
|
|
5236
|
+
.E_l1ucdodl.tag-hover {
|
|
5237
|
+
cursor: pointer;
|
|
5238
|
+
}
|
|
5239
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5240
|
+
color: #00122e;
|
|
5241
|
+
}
|
|
5242
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5243
|
+
margin-right: 6px;
|
|
5244
|
+
}
|
|
5245
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5246
|
+
margin-left: 8px;
|
|
5247
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5248
|
+
}
|
|
5249
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5250
|
+
color: #FFFFFF;
|
|
5251
|
+
}
|
|
5252
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5253
|
+
background-color: #0080ff;
|
|
5254
|
+
}
|
|
5255
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5256
|
+
background-color: #f0483e;
|
|
5257
|
+
}
|
|
5258
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5259
|
+
background-color: #fea008;
|
|
5260
|
+
}
|
|
5261
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5262
|
+
background-color: #00ba5d;
|
|
5263
|
+
}
|
|
5264
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5265
|
+
background-color: #6b7d99;
|
|
5266
|
+
}
|
|
5267
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5268
|
+
background-color: #7E41FF;
|
|
5269
|
+
}
|
|
5270
|
+
|
|
5271
|
+
.E_s1qj66nc {
|
|
5272
|
+
width: 8px;
|
|
5273
|
+
height: 8px;
|
|
5274
|
+
border-radius: 50%;
|
|
5275
|
+
display: inline-block;
|
|
5276
|
+
}
|
|
5277
|
+
|
|
5278
|
+
.E_s5x1boq {
|
|
5279
|
+
width: 8px;
|
|
5280
|
+
height: 8px;
|
|
5281
|
+
border-radius: 2px;
|
|
5282
|
+
display: inline-block;
|
|
5283
|
+
}
|
|
5284
|
+
|
|
5285
|
+
.E_c1xm185 {
|
|
5286
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5287
|
+
}
|
|
5288
|
+
|
|
5289
|
+
.E_c1x5l5qc {
|
|
5290
|
+
flex: 1;
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5293
|
+
.E_w7ob4th.outside-tag {
|
|
5294
|
+
padding-left: 0;
|
|
5295
|
+
}
|
|
5296
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5297
|
+
border-radius: 4px 0 0 4px;
|
|
5298
|
+
padding-right: 4px;
|
|
5299
|
+
margin-right: 4px;
|
|
5300
|
+
}
|
|
5301
|
+
|
|
5302
|
+
.E_slr2ynn {
|
|
5303
|
+
padding: 0 8px;
|
|
5304
|
+
height: 18px;
|
|
5305
|
+
}
|
|
5306
|
+
|
|
5307
|
+
.E_m140wbb6 {
|
|
5308
|
+
padding: 2px 8px;
|
|
5309
|
+
height: 24px;
|
|
5310
|
+
}
|
|
5311
|
+
|
|
5312
|
+
.E_t1fozc1i {
|
|
5313
|
+
margin: 0;
|
|
5314
|
+
}
|
|
5315
|
+
|
|
5316
|
+
.E_i1vxv4ln {
|
|
5317
|
+
margin-right: 4px;
|
|
5318
|
+
height: 16px;
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5321
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5322
|
+
font-weight: 700;
|
|
5323
|
+
color: #00122e;
|
|
5324
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5325
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5326
|
+
word-break: break-all;
|
|
5327
|
+
display: inline;
|
|
5328
|
+
white-space: normal;
|
|
5329
|
+
}
|
|
5330
|
+
|
|
5331
|
+
.E_t1gvlxt5 {
|
|
5332
|
+
min-width: 0;
|
|
5333
|
+
flex: 1;
|
|
5334
|
+
}
|
|
5335
|
+
.E_t1gvlxt5 .tag {
|
|
5336
|
+
flex: 0 0 auto;
|
|
5337
|
+
}
|
|
5338
|
+
.E_t1gvlxt5 .progress-title {
|
|
5339
|
+
flex: 2;
|
|
5340
|
+
max-width: fit-content;
|
|
5341
|
+
}
|
|
5342
|
+
.E_t1gvlxt5 .progress-desc {
|
|
5343
|
+
flex: 1;
|
|
5344
|
+
max-width: fit-content;
|
|
5345
|
+
}
|
|
5346
|
+
|
|
5347
|
+
.E_a1ji6r68 {
|
|
5104
5348
|
display: flex;
|
|
5105
5349
|
align-items: center;
|
|
5106
|
-
|
|
5107
|
-
padding-right: 8px;
|
|
5108
|
-
}
|
|
5109
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5110
|
-
width: 24px;
|
|
5111
|
-
height: 24px;
|
|
5112
|
-
cursor: pointer;
|
|
5113
|
-
justify-content: center;
|
|
5114
|
-
border-radius: 4px;
|
|
5350
|
+
column-gap: var(--a1ji6r68-0);
|
|
5115
5351
|
}
|
|
5116
|
-
|
|
5117
|
-
|
|
5352
|
+
|
|
5353
|
+
.E_i1g85yz3 {
|
|
5354
|
+
margin-right: 4px;
|
|
5355
|
+
height: 16px;
|
|
5118
5356
|
}
|
|
5119
5357
|
|
|
5120
5358
|
.E_msn7nxt {
|
|
@@ -5430,300 +5668,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5430
5668
|
display: flex;
|
|
5431
5669
|
flex-shrink: 0;
|
|
5432
5670
|
font-size: 12px;
|
|
5433
|
-
align-items: center;
|
|
5434
|
-
}
|
|
5435
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5436
|
-
color: #a3b4cc;
|
|
5437
|
-
}
|
|
5438
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5439
|
-
margin-left: 10px;
|
|
5440
|
-
}
|
|
5441
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5442
|
-
margin-left: 10px;
|
|
5443
|
-
cursor: pointer;
|
|
5444
|
-
}
|
|
5445
|
-
.E_lqeaosa .recharts-xAxis {
|
|
5446
|
-
font-size: 12px;
|
|
5447
|
-
}
|
|
5448
|
-
.E_lqeaosa .pointer-wrapper {
|
|
5449
|
-
position: absolute;
|
|
5450
|
-
bottom: 10px;
|
|
5451
|
-
padding: 0 8px;
|
|
5452
|
-
font-size: 12px;
|
|
5453
|
-
color: #fff;
|
|
5454
|
-
transform: translateX(-50%);
|
|
5455
|
-
}
|
|
5456
|
-
|
|
5457
|
-
.E_t2pr38p {
|
|
5458
|
-
min-width: 200px;
|
|
5459
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
5460
|
-
border-radius: 4px;
|
|
5461
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5462
|
-
padding: 8px;
|
|
5463
|
-
}
|
|
5464
|
-
|
|
5465
|
-
.E_tecdsj7 {
|
|
5466
|
-
display: flex;
|
|
5467
|
-
align-items: center;
|
|
5468
|
-
background-color: unset;
|
|
5469
|
-
color: #FFFFFF;
|
|
5470
|
-
justify-content: space-between;
|
|
5471
|
-
font-size: 12px;
|
|
5472
|
-
padding-top: 6px;
|
|
5473
|
-
}
|
|
5474
|
-
.E_tecdsj7:first-child {
|
|
5475
|
-
padding-top: 3px;
|
|
5476
|
-
}
|
|
5477
|
-
.E_tecdsj7:last-child {
|
|
5478
|
-
padding-bottom: 3px;
|
|
5479
|
-
}
|
|
5480
|
-
.E_tecdsj7 .column-value {
|
|
5481
|
-
color: #FFFFFF;
|
|
5482
|
-
margin-left: 8px;
|
|
5483
|
-
}
|
|
5484
|
-
|
|
5485
|
-
.E_ljhvvia {
|
|
5486
|
-
display: inline-block;
|
|
5487
|
-
height: 8px;
|
|
5488
|
-
width: 8px;
|
|
5489
|
-
margin-right: 8px;
|
|
5490
|
-
border-radius: 2px;
|
|
5491
|
-
}
|
|
5492
|
-
.E_ljhvvia.borderd {
|
|
5493
|
-
border: 1px solid #fff;
|
|
5494
|
-
}
|
|
5495
|
-
|
|
5496
|
-
.E_w7ob4th.outside-tag {
|
|
5497
|
-
padding-left: 0;
|
|
5498
|
-
}
|
|
5499
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5500
|
-
border-radius: 4px 0 0 4px;
|
|
5501
|
-
padding-right: 4px;
|
|
5502
|
-
margin-right: 4px;
|
|
5503
|
-
}
|
|
5504
|
-
|
|
5505
|
-
.E_slr2ynn {
|
|
5506
|
-
padding: 0 8px;
|
|
5507
|
-
height: 18px;
|
|
5508
|
-
}
|
|
5509
|
-
|
|
5510
|
-
.E_m140wbb6 {
|
|
5511
|
-
padding: 2px 8px;
|
|
5512
|
-
height: 24px;
|
|
5513
|
-
}
|
|
5514
|
-
|
|
5515
|
-
.E_t1fozc1i {
|
|
5516
|
-
margin: 0;
|
|
5517
|
-
}
|
|
5518
|
-
|
|
5519
|
-
.E_i1vxv4ln {
|
|
5520
|
-
margin-right: 4px;
|
|
5521
|
-
height: 16px;
|
|
5522
|
-
}
|
|
5523
|
-
|
|
5524
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5525
|
-
font-weight: 700;
|
|
5526
|
-
color: #00122e;
|
|
5527
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5528
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5529
|
-
word-break: break-all;
|
|
5530
|
-
display: inline;
|
|
5531
|
-
white-space: normal;
|
|
5532
|
-
}
|
|
5533
|
-
|
|
5534
|
-
.E_sjob3jg {
|
|
5535
|
-
--item-min-width: 60px;
|
|
5536
|
-
}
|
|
5537
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5538
|
-
display: none !important;
|
|
5539
|
-
}
|
|
5540
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5541
|
-
flex-shrink: 0 !important;
|
|
5542
|
-
}
|
|
5543
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5544
|
-
color: #0080ff;
|
|
5545
|
-
}
|
|
5546
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5547
|
-
color: #0080ff;
|
|
5548
|
-
font-weight: normal;
|
|
5549
|
-
}
|
|
5550
|
-
.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 {
|
|
5551
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5552
|
-
}
|
|
5553
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5554
|
-
color: #00122e;
|
|
5555
|
-
}
|
|
5556
|
-
.E_sjob3jg .step-item-text {
|
|
5557
|
-
display: inline-block;
|
|
5558
|
-
}
|
|
5559
|
-
.E_sjob3jg .step-item-title {
|
|
5560
|
-
overflow: hidden;
|
|
5561
|
-
white-space: nowrap;
|
|
5562
|
-
text-overflow: ellipsis;
|
|
5563
|
-
}
|
|
5564
|
-
|
|
5565
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
5566
|
-
min-width: var(--item-min-width);
|
|
5567
|
-
}
|
|
5568
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5569
|
-
cursor: not-allowed !important;
|
|
5570
|
-
}
|
|
5571
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5572
|
-
flex-direction: row;
|
|
5573
|
-
justify-content: stretch;
|
|
5574
|
-
}
|
|
5575
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5576
|
-
padding: 0;
|
|
5577
|
-
margin-right: 4px;
|
|
5578
|
-
flex: 1;
|
|
5579
|
-
overflow: visible;
|
|
5580
|
-
}
|
|
5581
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5582
|
-
width: 100%;
|
|
5583
|
-
min-height: unset;
|
|
5584
|
-
}
|
|
5585
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5586
|
-
height: 26px;
|
|
5587
|
-
line-height: 26px;
|
|
5588
|
-
width: 100%;
|
|
5589
|
-
padding: 0;
|
|
5590
|
-
font-size: 12px;
|
|
5591
|
-
}
|
|
5592
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5593
|
-
margin-right: 10px;
|
|
5594
|
-
}
|
|
5595
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5596
|
-
display: none;
|
|
5597
|
-
}
|
|
5598
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5599
|
-
padding-left: 8px;
|
|
5600
|
-
padding-right: 4px;
|
|
5601
|
-
border-radius: 4px 0 0 4px;
|
|
5602
|
-
}
|
|
5603
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5604
|
-
margin-right: 0;
|
|
5605
|
-
}
|
|
5606
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5607
|
-
padding-right: 8px;
|
|
5608
|
-
padding-left: 12px;
|
|
5609
|
-
border-radius: 0 4px 4px 0;
|
|
5610
|
-
}
|
|
5611
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
5612
|
-
content: "";
|
|
5613
|
-
width: 0;
|
|
5614
|
-
height: 0;
|
|
5615
|
-
border: 13px solid transparent;
|
|
5616
|
-
position: absolute;
|
|
5617
|
-
top: 0;
|
|
5618
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5619
|
-
z-index: 2;
|
|
5620
|
-
position: relative;
|
|
5621
|
-
top: -50%;
|
|
5622
|
-
right: -100%;
|
|
5623
|
-
}
|
|
5624
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5625
|
-
padding: 0 4px 0 12px;
|
|
5626
|
-
}
|
|
5627
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
5628
|
-
content: "";
|
|
5629
|
-
width: 0;
|
|
5630
|
-
height: 0;
|
|
5631
|
-
border: 13px solid transparent;
|
|
5632
|
-
position: absolute;
|
|
5633
|
-
top: 0;
|
|
5634
|
-
border-left: 8px solid #fff;
|
|
5635
|
-
left: 0;
|
|
5636
|
-
}
|
|
5637
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5638
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5639
|
-
}
|
|
5640
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5641
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5642
|
-
}
|
|
5643
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5644
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5645
|
-
}
|
|
5646
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5647
|
-
cursor: pointer;
|
|
5648
|
-
min-width: var(--item-min-width);
|
|
5649
|
-
}
|
|
5650
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5651
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5652
|
-
min-width: var(--item-min-width);
|
|
5653
|
-
}
|
|
5654
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5655
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5656
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5657
|
-
}
|
|
5658
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5659
|
-
padding: 0;
|
|
5660
|
-
}
|
|
5661
|
-
|
|
5662
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5663
|
-
width: 192px;
|
|
5664
|
-
row-gap: 2px;
|
|
5671
|
+
align-items: center;
|
|
5665
5672
|
}
|
|
5666
|
-
.
|
|
5667
|
-
|
|
5673
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5674
|
+
color: #a3b4cc;
|
|
5668
5675
|
}
|
|
5669
|
-
.
|
|
5670
|
-
|
|
5676
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5677
|
+
margin-left: 10px;
|
|
5671
5678
|
}
|
|
5672
|
-
.
|
|
5673
|
-
|
|
5679
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5680
|
+
margin-left: 10px;
|
|
5681
|
+
cursor: pointer;
|
|
5674
5682
|
}
|
|
5675
|
-
.
|
|
5683
|
+
.E_lqeaosa .recharts-xAxis {
|
|
5684
|
+
font-size: 12px;
|
|
5685
|
+
}
|
|
5686
|
+
.E_lqeaosa .pointer-wrapper {
|
|
5687
|
+
position: absolute;
|
|
5688
|
+
bottom: 10px;
|
|
5676
5689
|
padding: 0 8px;
|
|
5690
|
+
font-size: 12px;
|
|
5691
|
+
color: #fff;
|
|
5692
|
+
transform: translateX(-50%);
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5695
|
+
.E_t2pr38p {
|
|
5696
|
+
min-width: 200px;
|
|
5697
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
5677
5698
|
border-radius: 4px;
|
|
5678
|
-
|
|
5699
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5700
|
+
padding: 8px;
|
|
5701
|
+
}
|
|
5702
|
+
|
|
5703
|
+
.E_tecdsj7 {
|
|
5679
5704
|
display: flex;
|
|
5680
5705
|
align-items: center;
|
|
5706
|
+
background-color: unset;
|
|
5707
|
+
color: #FFFFFF;
|
|
5708
|
+
justify-content: space-between;
|
|
5709
|
+
font-size: 12px;
|
|
5710
|
+
padding-top: 6px;
|
|
5681
5711
|
}
|
|
5682
|
-
.
|
|
5683
|
-
|
|
5684
|
-
white-space: nowrap;
|
|
5685
|
-
}
|
|
5686
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5687
|
-
font-size: 13px;
|
|
5688
|
-
line-height: 20px;
|
|
5689
|
-
max-width: 100%;
|
|
5690
|
-
padding-right: 0;
|
|
5691
|
-
}
|
|
5692
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5693
|
-
background: rgba(0, 128, 255, 0.1);
|
|
5712
|
+
.E_tecdsj7:first-child {
|
|
5713
|
+
padding-top: 3px;
|
|
5694
5714
|
}
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
width: 100%;
|
|
5698
|
-
display: inline-flex;
|
|
5699
|
-
align-items: center;
|
|
5700
|
-
justify-content: center;
|
|
5701
|
-
column-gap: 4px;
|
|
5715
|
+
.E_tecdsj7:last-child {
|
|
5716
|
+
padding-bottom: 3px;
|
|
5702
5717
|
}
|
|
5703
|
-
.
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
width: 18px;
|
|
5707
|
-
height: 18px;
|
|
5708
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5709
|
-
justify-content: center;
|
|
5718
|
+
.E_tecdsj7 .column-value {
|
|
5719
|
+
color: #FFFFFF;
|
|
5720
|
+
margin-left: 8px;
|
|
5710
5721
|
}
|
|
5711
5722
|
|
|
5712
|
-
.
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
font-size: 13px;
|
|
5723
|
+
.E_ljhvvia {
|
|
5724
|
+
display: inline-block;
|
|
5725
|
+
height: 8px;
|
|
5726
|
+
width: 8px;
|
|
5727
|
+
margin-right: 8px;
|
|
5728
|
+
border-radius: 2px;
|
|
5719
5729
|
}
|
|
5720
|
-
.
|
|
5721
|
-
|
|
5722
|
-
align-items: center;
|
|
5723
|
-
min-width: 20px;
|
|
5724
|
-
min-height: 20px;
|
|
5725
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5726
|
-
justify-content: center;
|
|
5730
|
+
.E_ljhvvia.borderd {
|
|
5731
|
+
border: 1px solid #fff;
|
|
5727
5732
|
}
|
|
5728
5733
|
|
|
5729
5734
|
.E_t1dtlqs1 {
|
|
@@ -5952,11 +5957,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5952
5957
|
background: rgba(163, 180, 204, 0.18);
|
|
5953
5958
|
}
|
|
5954
5959
|
|
|
5955
|
-
.E_i1g85yz3 {
|
|
5956
|
-
margin-right: 4px;
|
|
5957
|
-
height: 16px;
|
|
5958
|
-
}
|
|
5959
|
-
|
|
5960
5960
|
.E_bpgac8u {
|
|
5961
5961
|
color: #FFFFFF;
|
|
5962
5962
|
display: flex;
|
|
@@ -5988,6 +5988,83 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5988
5988
|
color: #F0483E;
|
|
5989
5989
|
}
|
|
5990
5990
|
|
|
5991
|
+
.E_t59qhqp {
|
|
5992
|
+
padding: 0px;
|
|
5993
|
+
padding-top: 5px;
|
|
5994
|
+
padding-left: 5px;
|
|
5995
|
+
}
|
|
5996
|
+
.E_t59qhqp .ant-timeline-item {
|
|
5997
|
+
margin-bottom: 16px;
|
|
5998
|
+
padding-bottom: 0px;
|
|
5999
|
+
}
|
|
6000
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
6001
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6002
|
+
margin-bottom: 0;
|
|
6003
|
+
}
|
|
6004
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
6005
|
+
margin-bottom: 12px;
|
|
6006
|
+
}
|
|
6007
|
+
.E_t59qhqp .info-action {
|
|
6008
|
+
align-self: baseline;
|
|
6009
|
+
}
|
|
6010
|
+
|
|
6011
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
6012
|
+
margin-left: 18px;
|
|
6013
|
+
}
|
|
6014
|
+
.E_t2e44lg .item-time {
|
|
6015
|
+
display: flex;
|
|
6016
|
+
flex-direction: column;
|
|
6017
|
+
gap: 4px;
|
|
6018
|
+
margin-top: 4px;
|
|
6019
|
+
}
|
|
6020
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6021
|
+
padding-bottom: 0;
|
|
6022
|
+
}
|
|
6023
|
+
|
|
6024
|
+
.E_e14ua30y {
|
|
6025
|
+
display: flex;
|
|
6026
|
+
flex-direction: column;
|
|
6027
|
+
align-items: center;
|
|
6028
|
+
justify-content: center;
|
|
6029
|
+
}
|
|
6030
|
+
|
|
6031
|
+
.E_s1ikqzph {
|
|
6032
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6033
|
+
}
|
|
6034
|
+
|
|
6035
|
+
.E_i15astnl {
|
|
6036
|
+
color: #00122E;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.E_s20iney.skeleton-box {
|
|
6040
|
+
display: flex;
|
|
6041
|
+
align-items: center;
|
|
6042
|
+
justify-content: center;
|
|
6043
|
+
position: relative;
|
|
6044
|
+
border-radius: 2px;
|
|
6045
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6046
|
+
overflow: hidden;
|
|
6047
|
+
}
|
|
6048
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6049
|
+
width: 200%;
|
|
6050
|
+
height: 200%;
|
|
6051
|
+
transform: rotate(15deg);
|
|
6052
|
+
position: absolute;
|
|
6053
|
+
top: -50%;
|
|
6054
|
+
flex-shrink: 0;
|
|
6055
|
+
opacity: 0.8;
|
|
6056
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6057
|
+
animation: shimmer 1100ms infinite;
|
|
6058
|
+
}
|
|
6059
|
+
@keyframes shimmer {
|
|
6060
|
+
from {
|
|
6061
|
+
left: -120%;
|
|
6062
|
+
}
|
|
6063
|
+
to {
|
|
6064
|
+
left: 100%;
|
|
6065
|
+
}
|
|
6066
|
+
}
|
|
6067
|
+
|
|
5991
6068
|
.E_icab5o7 {
|
|
5992
6069
|
--modal-header-height: 140px;
|
|
5993
6070
|
}
|
|
@@ -6120,129 +6197,52 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6120
6197
|
overflow: auto;
|
|
6121
6198
|
margin: auto;
|
|
6122
6199
|
}
|
|
6123
|
-
.E_myhed70 .right {
|
|
6124
|
-
width: var(--right-width);
|
|
6125
|
-
overflow: auto;
|
|
6126
|
-
position: fixed;
|
|
6127
|
-
right: var(--modal-body-padding);
|
|
6128
|
-
top: var(--modal-header-height);
|
|
6129
|
-
}
|
|
6130
|
-
|
|
6131
|
-
.E_fo07jei {
|
|
6132
|
-
display: flex;
|
|
6133
|
-
justify-content: space-between;
|
|
6134
|
-
align-items: center;
|
|
6135
|
-
gap: 16px;
|
|
6136
|
-
height: 40px;
|
|
6137
|
-
}
|
|
6138
|
-
|
|
6139
|
-
.E_fph3s12 {
|
|
6140
|
-
display: flex;
|
|
6141
|
-
align-items: center;
|
|
6142
|
-
gap: 16px;
|
|
6143
|
-
text-align: left;
|
|
6144
|
-
}
|
|
6145
|
-
|
|
6146
|
-
.E_f1f8uj0i {
|
|
6147
|
-
flex-shrink: 0;
|
|
6148
|
-
}
|
|
6149
|
-
|
|
6150
|
-
.E_ejcjd85 {
|
|
6151
|
-
color: #f0483e;
|
|
6152
|
-
display: flex;
|
|
6153
|
-
align-items: center;
|
|
6154
|
-
height: 32px;
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
|
-
.E_e1lj3r2s {
|
|
6158
|
-
margin-right: 4px;
|
|
6159
|
-
flex-shrink: 0;
|
|
6160
|
-
}
|
|
6161
|
-
|
|
6162
|
-
.E_eb58k2y {
|
|
6163
|
-
align-self: flex-start;
|
|
6164
|
-
margin-top: 5px;
|
|
6165
|
-
}
|
|
6166
|
-
|
|
6167
|
-
.E_c1bad0d {
|
|
6168
|
-
font-weight: bold;
|
|
6169
|
-
}
|
|
6170
|
-
|
|
6171
|
-
.E_t59qhqp {
|
|
6172
|
-
padding: 0px;
|
|
6173
|
-
padding-top: 5px;
|
|
6174
|
-
padding-left: 5px;
|
|
6175
|
-
}
|
|
6176
|
-
.E_t59qhqp .ant-timeline-item {
|
|
6177
|
-
margin-bottom: 16px;
|
|
6178
|
-
padding-bottom: 0px;
|
|
6179
|
-
}
|
|
6180
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
6181
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6182
|
-
margin-bottom: 0;
|
|
6183
|
-
}
|
|
6184
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
6185
|
-
margin-bottom: 12px;
|
|
6186
|
-
}
|
|
6187
|
-
.E_t59qhqp .info-action {
|
|
6188
|
-
align-self: baseline;
|
|
6189
|
-
}
|
|
6190
|
-
|
|
6191
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
6192
|
-
margin-left: 18px;
|
|
6193
|
-
}
|
|
6194
|
-
.E_t2e44lg .item-time {
|
|
6195
|
-
display: flex;
|
|
6196
|
-
flex-direction: column;
|
|
6197
|
-
gap: 4px;
|
|
6198
|
-
margin-top: 4px;
|
|
6199
|
-
}
|
|
6200
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6201
|
-
padding-bottom: 0;
|
|
6200
|
+
.E_myhed70 .right {
|
|
6201
|
+
width: var(--right-width);
|
|
6202
|
+
overflow: auto;
|
|
6203
|
+
position: fixed;
|
|
6204
|
+
right: var(--modal-body-padding);
|
|
6205
|
+
top: var(--modal-header-height);
|
|
6202
6206
|
}
|
|
6203
6207
|
|
|
6204
|
-
.
|
|
6208
|
+
.E_fo07jei {
|
|
6205
6209
|
display: flex;
|
|
6206
|
-
|
|
6210
|
+
justify-content: space-between;
|
|
6207
6211
|
align-items: center;
|
|
6208
|
-
|
|
6212
|
+
gap: 16px;
|
|
6213
|
+
height: 40px;
|
|
6209
6214
|
}
|
|
6210
6215
|
|
|
6211
|
-
.
|
|
6212
|
-
|
|
6216
|
+
.E_fph3s12 {
|
|
6217
|
+
display: flex;
|
|
6218
|
+
align-items: center;
|
|
6219
|
+
gap: 16px;
|
|
6220
|
+
text-align: left;
|
|
6213
6221
|
}
|
|
6214
6222
|
|
|
6215
|
-
.
|
|
6216
|
-
|
|
6223
|
+
.E_f1f8uj0i {
|
|
6224
|
+
flex-shrink: 0;
|
|
6217
6225
|
}
|
|
6218
6226
|
|
|
6219
|
-
.
|
|
6227
|
+
.E_ejcjd85 {
|
|
6228
|
+
color: #f0483e;
|
|
6220
6229
|
display: flex;
|
|
6221
6230
|
align-items: center;
|
|
6222
|
-
|
|
6223
|
-
position: relative;
|
|
6224
|
-
border-radius: 2px;
|
|
6225
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6226
|
-
overflow: hidden;
|
|
6231
|
+
height: 32px;
|
|
6227
6232
|
}
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
transform: rotate(15deg);
|
|
6232
|
-
position: absolute;
|
|
6233
|
-
top: -50%;
|
|
6233
|
+
|
|
6234
|
+
.E_e1lj3r2s {
|
|
6235
|
+
margin-right: 4px;
|
|
6234
6236
|
flex-shrink: 0;
|
|
6235
|
-
opacity: 0.8;
|
|
6236
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6237
|
-
animation: shimmer 1100ms infinite;
|
|
6238
6237
|
}
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6238
|
+
|
|
6239
|
+
.E_eb58k2y {
|
|
6240
|
+
align-self: flex-start;
|
|
6241
|
+
margin-top: 5px;
|
|
6242
|
+
}
|
|
6243
|
+
|
|
6244
|
+
.E_c1bad0d {
|
|
6245
|
+
font-weight: bold;
|
|
6246
6246
|
}
|
|
6247
6247
|
|
|
6248
6248
|
.E_dxyv8bv {
|
|
@@ -6435,15 +6435,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6435
6435
|
color: #fff;
|
|
6436
6436
|
}
|
|
6437
6437
|
|
|
6438
|
-
.E_a9y3flr {
|
|
6439
|
-
margin-left: 8px;
|
|
6440
|
-
}
|
|
6441
|
-
|
|
6442
|
-
.E_a1njc627 {
|
|
6443
|
-
font-size: 12px;
|
|
6444
|
-
color: #00122e;
|
|
6445
|
-
}
|
|
6446
|
-
|
|
6447
6438
|
.E_f16blduf.ant-form-item {
|
|
6448
6439
|
margin-bottom: 0;
|
|
6449
6440
|
}
|
|
@@ -6463,6 +6454,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6463
6454
|
display: block;
|
|
6464
6455
|
}
|
|
6465
6456
|
|
|
6457
|
+
.E_a9y3flr {
|
|
6458
|
+
margin-left: 8px;
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6461
|
+
.E_a1njc627 {
|
|
6462
|
+
font-size: 12px;
|
|
6463
|
+
color: #00122e;
|
|
6464
|
+
}
|
|
6465
|
+
|
|
6466
|
+
.E_i14c7jc8 {
|
|
6467
|
+
color: var(--i14c7jc8-0);
|
|
6468
|
+
}
|
|
6469
|
+
|
|
6470
|
+
.E_i1ibuolf {
|
|
6471
|
+
display: flex;
|
|
6472
|
+
align-items: center;
|
|
6473
|
+
column-gap: 4px;
|
|
6474
|
+
font-size: 12px;
|
|
6475
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6476
|
+
}
|
|
6477
|
+
|
|
6466
6478
|
.E_d1u4ndxc {
|
|
6467
6479
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6468
6480
|
font-size: 12px;
|
|
@@ -6494,16 +6506,174 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6494
6506
|
}
|
|
6495
6507
|
}
|
|
6496
6508
|
|
|
6497
|
-
.
|
|
6498
|
-
|
|
6509
|
+
.E_c18bcrac {
|
|
6510
|
+
display: inline-block;
|
|
6511
|
+
width: 100%;
|
|
6512
|
+
}
|
|
6513
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6514
|
+
margin-left: 4px;
|
|
6499
6515
|
}
|
|
6500
6516
|
|
|
6501
|
-
.
|
|
6517
|
+
.E_cro7kg2 {
|
|
6518
|
+
padding: 4px;
|
|
6519
|
+
}
|
|
6520
|
+
.E_cro7kg2 .unit {
|
|
6521
|
+
color: white;
|
|
6522
|
+
}
|
|
6523
|
+
|
|
6524
|
+
.E_c14wcxf0 {
|
|
6502
6525
|
display: flex;
|
|
6526
|
+
justify-content: space-between;
|
|
6503
6527
|
align-items: center;
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
color:
|
|
6528
|
+
font-size: 13px;
|
|
6529
|
+
line-height: 24px;
|
|
6530
|
+
color: #cccccc;
|
|
6531
|
+
white-space: nowrap;
|
|
6532
|
+
}
|
|
6533
|
+
.E_c14wcxf0 label {
|
|
6534
|
+
margin-right: 32px;
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6538
|
+
font-weight: bold;
|
|
6539
|
+
color: white;
|
|
6540
|
+
}
|
|
6541
|
+
|
|
6542
|
+
.E_s11212zy {
|
|
6543
|
+
width: 8px;
|
|
6544
|
+
height: 8px;
|
|
6545
|
+
border-radius: 2px;
|
|
6546
|
+
display: inline-block;
|
|
6547
|
+
background: var(--s11212zy-0);
|
|
6548
|
+
border: 1px solid #fff;
|
|
6549
|
+
box-sizing: content-box;
|
|
6550
|
+
margin-right: 6px;
|
|
6551
|
+
}
|
|
6552
|
+
|
|
6553
|
+
.E_p1lyky6c > :first-child {
|
|
6554
|
+
font-weight: bold;
|
|
6555
|
+
color: white;
|
|
6556
|
+
margin-right: 4px;
|
|
6557
|
+
}
|
|
6558
|
+
|
|
6559
|
+
.E_skwah65 {
|
|
6560
|
+
height: 8px;
|
|
6561
|
+
box-sizing: border-box;
|
|
6562
|
+
border-radius: 2px;
|
|
6563
|
+
background: #f5f7fa;
|
|
6564
|
+
display: flex;
|
|
6565
|
+
width: 100%;
|
|
6566
|
+
overflow: hidden;
|
|
6567
|
+
}
|
|
6568
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6569
|
+
margin-left: 1px;
|
|
6570
|
+
}
|
|
6571
|
+
|
|
6572
|
+
span.E_tqjc4ui {
|
|
6573
|
+
margin: 0 2px;
|
|
6574
|
+
}
|
|
6575
|
+
|
|
6576
|
+
.E_clm1wy1 {
|
|
6577
|
+
width: 192px;
|
|
6578
|
+
height: 246px;
|
|
6579
|
+
border-radius: 4px;
|
|
6580
|
+
}
|
|
6581
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6582
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6583
|
+
width: 100%;
|
|
6584
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6585
|
+
border-top: none;
|
|
6586
|
+
}
|
|
6587
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6588
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6589
|
+
padding: 0 16px;
|
|
6590
|
+
}
|
|
6591
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6592
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6593
|
+
width: 100%;
|
|
6594
|
+
height: 180px;
|
|
6595
|
+
border-spacing: 0;
|
|
6596
|
+
}
|
|
6597
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6598
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6599
|
+
margin-bottom: 8px;
|
|
6600
|
+
}
|
|
6601
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6602
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6603
|
+
width: 22px;
|
|
6604
|
+
}
|
|
6605
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6606
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6607
|
+
padding: 0;
|
|
6608
|
+
}
|
|
6609
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6610
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6611
|
+
opacity: 0.4;
|
|
6612
|
+
}
|
|
6613
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6614
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6615
|
+
opacity: 1;
|
|
6616
|
+
}
|
|
6617
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6618
|
+
color: #3e4652;
|
|
6619
|
+
}
|
|
6620
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6621
|
+
pointer-events: none;
|
|
6622
|
+
}
|
|
6623
|
+
|
|
6624
|
+
.E_t1tsm00v {
|
|
6625
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6626
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6627
|
+
backdrop-filter: blur(10px);
|
|
6628
|
+
padding: 7px 10px;
|
|
6629
|
+
}
|
|
6630
|
+
|
|
6631
|
+
.E_c167wnad {
|
|
6632
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6633
|
+
display: flex;
|
|
6634
|
+
justify-content: space-between;
|
|
6635
|
+
align-items: center;
|
|
6636
|
+
padding: 8px 16px;
|
|
6637
|
+
}
|
|
6638
|
+
.E_c167wnad .anticon {
|
|
6639
|
+
cursor: pointer;
|
|
6640
|
+
}
|
|
6641
|
+
.E_c167wnad .anticon:hover {
|
|
6642
|
+
color: #0096ff;
|
|
6643
|
+
}
|
|
6644
|
+
|
|
6645
|
+
.E_cxhf7dh {
|
|
6646
|
+
text-align: center;
|
|
6647
|
+
}
|
|
6648
|
+
.E_cxhf7dh .dots {
|
|
6649
|
+
display: flex;
|
|
6650
|
+
justify-content: center;
|
|
6651
|
+
}
|
|
6652
|
+
.E_cxhf7dh .dot {
|
|
6653
|
+
display: inline-block;
|
|
6654
|
+
width: 2px;
|
|
6655
|
+
height: 2px;
|
|
6656
|
+
border-radius: 1px;
|
|
6657
|
+
background: #0096ff;
|
|
6658
|
+
}
|
|
6659
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6660
|
+
margin-right: 2px;
|
|
6661
|
+
}
|
|
6662
|
+
.E_cxhf7dh .bar {
|
|
6663
|
+
width: 9px;
|
|
6664
|
+
height: 2px;
|
|
6665
|
+
background: #0096ff;
|
|
6666
|
+
border-radius: 2px;
|
|
6667
|
+
}
|
|
6668
|
+
|
|
6669
|
+
.E_gmyahx3 {
|
|
6670
|
+
cursor: pointer;
|
|
6671
|
+
}
|
|
6672
|
+
.E_gmyahx3 .link-text {
|
|
6673
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6674
|
+
}
|
|
6675
|
+
.E_gmyahx3:hover .link-text {
|
|
6676
|
+
color: #0080ff;
|
|
6507
6677
|
}
|
|
6508
6678
|
|
|
6509
6679
|
.E_s1ebs0ra {
|
|
@@ -6567,69 +6737,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6567
6737
|
background: #fff;
|
|
6568
6738
|
}
|
|
6569
6739
|
|
|
6570
|
-
.E_c18bcrac {
|
|
6571
|
-
display: inline-block;
|
|
6572
|
-
width: 100%;
|
|
6573
|
-
}
|
|
6574
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6575
|
-
margin-left: 4px;
|
|
6576
|
-
}
|
|
6577
|
-
|
|
6578
|
-
.E_cro7kg2 {
|
|
6579
|
-
padding: 4px;
|
|
6580
|
-
}
|
|
6581
|
-
.E_cro7kg2 .unit {
|
|
6582
|
-
color: white;
|
|
6583
|
-
}
|
|
6584
|
-
|
|
6585
|
-
.E_c14wcxf0 {
|
|
6586
|
-
display: flex;
|
|
6587
|
-
justify-content: space-between;
|
|
6588
|
-
align-items: center;
|
|
6589
|
-
font-size: 13px;
|
|
6590
|
-
line-height: 24px;
|
|
6591
|
-
color: #cccccc;
|
|
6592
|
-
white-space: nowrap;
|
|
6593
|
-
}
|
|
6594
|
-
.E_c14wcxf0 label {
|
|
6595
|
-
margin-right: 32px;
|
|
6596
|
-
}
|
|
6597
|
-
|
|
6598
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6599
|
-
font-weight: bold;
|
|
6600
|
-
color: white;
|
|
6601
|
-
}
|
|
6602
|
-
|
|
6603
|
-
.E_s11212zy {
|
|
6604
|
-
width: 8px;
|
|
6605
|
-
height: 8px;
|
|
6606
|
-
border-radius: 2px;
|
|
6607
|
-
display: inline-block;
|
|
6608
|
-
background: var(--s11212zy-0);
|
|
6609
|
-
border: 1px solid #fff;
|
|
6610
|
-
box-sizing: content-box;
|
|
6611
|
-
margin-right: 6px;
|
|
6612
|
-
}
|
|
6613
|
-
|
|
6614
|
-
.E_p1lyky6c > :first-child {
|
|
6615
|
-
font-weight: bold;
|
|
6616
|
-
color: white;
|
|
6617
|
-
margin-right: 4px;
|
|
6618
|
-
}
|
|
6619
|
-
|
|
6620
|
-
.E_skwah65 {
|
|
6621
|
-
height: 8px;
|
|
6622
|
-
box-sizing: border-box;
|
|
6623
|
-
border-radius: 2px;
|
|
6624
|
-
background: #f5f7fa;
|
|
6625
|
-
display: flex;
|
|
6626
|
-
width: 100%;
|
|
6627
|
-
overflow: hidden;
|
|
6628
|
-
}
|
|
6629
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6630
|
-
margin-left: 1px;
|
|
6631
|
-
}
|
|
6632
|
-
|
|
6633
6740
|
.E_c1up1pdz {
|
|
6634
6741
|
width: 648px;
|
|
6635
6742
|
}
|
|
@@ -6761,264 +6868,82 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6761
6868
|
}
|
|
6762
6869
|
.E_wpbf4pq .month-day-option {
|
|
6763
6870
|
width: 32px;
|
|
6764
|
-
padding: 0;
|
|
6765
|
-
margin-bottom: 8px;
|
|
6766
|
-
}
|
|
6767
|
-
.E_wpbf4pq .month-day-option.active {
|
|
6768
|
-
background-color: #0096ff;
|
|
6769
|
-
border-color: #0096ff;
|
|
6770
|
-
color: #fff;
|
|
6771
|
-
}
|
|
6772
|
-
|
|
6773
|
-
.E_clm1wy1 {
|
|
6774
|
-
width: 192px;
|
|
6775
|
-
height: 246px;
|
|
6776
|
-
border-radius: 4px;
|
|
6777
|
-
}
|
|
6778
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
6779
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6780
|
-
width: 100%;
|
|
6781
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6782
|
-
border-top: none;
|
|
6783
|
-
}
|
|
6784
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6785
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6786
|
-
padding: 0 16px;
|
|
6787
|
-
}
|
|
6788
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6789
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6790
|
-
width: 100%;
|
|
6791
|
-
height: 180px;
|
|
6792
|
-
border-spacing: 0;
|
|
6793
|
-
}
|
|
6794
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6795
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6796
|
-
margin-bottom: 8px;
|
|
6797
|
-
}
|
|
6798
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6799
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6800
|
-
width: 22px;
|
|
6801
|
-
}
|
|
6802
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6803
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6804
|
-
padding: 0;
|
|
6805
|
-
}
|
|
6806
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
6807
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6808
|
-
opacity: 0.4;
|
|
6809
|
-
}
|
|
6810
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6811
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6812
|
-
opacity: 1;
|
|
6813
|
-
}
|
|
6814
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6815
|
-
color: #3e4652;
|
|
6816
|
-
}
|
|
6817
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
6818
|
-
pointer-events: none;
|
|
6819
|
-
}
|
|
6820
|
-
|
|
6821
|
-
.E_t1tsm00v {
|
|
6822
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6823
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6824
|
-
backdrop-filter: blur(10px);
|
|
6825
|
-
padding: 7px 10px;
|
|
6826
|
-
}
|
|
6827
|
-
|
|
6828
|
-
.E_c167wnad {
|
|
6829
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6830
|
-
display: flex;
|
|
6831
|
-
justify-content: space-between;
|
|
6832
|
-
align-items: center;
|
|
6833
|
-
padding: 8px 16px;
|
|
6834
|
-
}
|
|
6835
|
-
.E_c167wnad .anticon {
|
|
6836
|
-
cursor: pointer;
|
|
6837
|
-
}
|
|
6838
|
-
.E_c167wnad .anticon:hover {
|
|
6839
|
-
color: #0096ff;
|
|
6840
|
-
}
|
|
6841
|
-
|
|
6842
|
-
.E_cxhf7dh {
|
|
6843
|
-
text-align: center;
|
|
6844
|
-
}
|
|
6845
|
-
.E_cxhf7dh .dots {
|
|
6846
|
-
display: flex;
|
|
6847
|
-
justify-content: center;
|
|
6848
|
-
}
|
|
6849
|
-
.E_cxhf7dh .dot {
|
|
6850
|
-
display: inline-block;
|
|
6851
|
-
width: 2px;
|
|
6852
|
-
height: 2px;
|
|
6853
|
-
border-radius: 1px;
|
|
6854
|
-
background: #0096ff;
|
|
6855
|
-
}
|
|
6856
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6857
|
-
margin-right: 2px;
|
|
6858
|
-
}
|
|
6859
|
-
.E_cxhf7dh .bar {
|
|
6860
|
-
width: 9px;
|
|
6861
|
-
height: 2px;
|
|
6862
|
-
background: #0096ff;
|
|
6863
|
-
border-radius: 2px;
|
|
6864
|
-
}
|
|
6865
|
-
|
|
6866
|
-
span.E_tqjc4ui {
|
|
6867
|
-
margin: 0 2px;
|
|
6868
|
-
}
|
|
6869
|
-
|
|
6870
|
-
.E_gmyahx3 {
|
|
6871
|
-
cursor: pointer;
|
|
6872
|
-
}
|
|
6873
|
-
.E_gmyahx3 .link-text {
|
|
6874
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6875
|
-
}
|
|
6876
|
-
.E_gmyahx3:hover .link-text {
|
|
6877
|
-
color: #0080ff;
|
|
6878
|
-
}
|
|
6879
|
-
|
|
6880
|
-
.E_ou7iq30 {
|
|
6881
|
-
overflow: hidden;
|
|
6882
|
-
text-overflow: ellipsis;
|
|
6883
|
-
}
|
|
6884
|
-
|
|
6885
|
-
.E_s1tui002 {
|
|
6886
|
-
white-space: nowrap;
|
|
6887
|
-
}
|
|
6888
|
-
|
|
6889
|
-
.E_mxrc2zg {
|
|
6890
|
-
display: -webkit-box;
|
|
6891
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6892
|
-
-webkit-box-orient: vertical;
|
|
6893
|
-
word-break: break-all;
|
|
6894
|
-
}
|
|
6895
|
-
|
|
6896
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6897
|
-
display: none;
|
|
6898
|
-
}
|
|
6899
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6900
|
-
background: rgba(23, 38, 64, 0.8);
|
|
6901
|
-
border-radius: 4px;
|
|
6902
|
-
}
|
|
6903
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6904
|
-
visibility: hidden;
|
|
6905
|
-
}
|
|
6906
|
-
|
|
6907
|
-
.E_n12mqh7z {
|
|
6908
|
-
display: flex;
|
|
6909
|
-
align-items: center;
|
|
6910
|
-
font-size: 12px;
|
|
6911
|
-
line-height: 18px;
|
|
6912
|
-
}
|
|
6913
|
-
.E_n12mqh7z:not(:last-child) {
|
|
6914
|
-
margin-bottom: 4px;
|
|
6915
|
-
}
|
|
6916
|
-
|
|
6917
|
-
.E_tf5bynu {
|
|
6918
|
-
margin: 0 3px;
|
|
6919
|
-
}
|
|
6920
|
-
|
|
6921
|
-
.E_tcckoz1 {
|
|
6922
|
-
max-height: 400px;
|
|
6923
|
-
overflow: auto;
|
|
6924
|
-
}
|
|
6925
|
-
|
|
6926
|
-
.E_t1sqg15u {
|
|
6927
|
-
background: white;
|
|
6928
|
-
}
|
|
6929
|
-
.E_t1sqg15u.inline .table-row {
|
|
6930
|
-
flex-direction: column;
|
|
6931
|
-
}
|
|
6932
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
6933
|
-
padding: 0 16px 7px 0;
|
|
6934
|
-
}
|
|
6935
|
-
.E_t1sqg15u.has-border .table-header {
|
|
6936
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6937
|
-
}
|
|
6938
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
6939
|
-
border-top: none !important;
|
|
6940
|
-
}
|
|
6941
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
6942
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
6943
|
-
}
|
|
6944
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
6945
|
-
padding-bottom: 0;
|
|
6946
|
-
}
|
|
6947
|
-
.E_t1sqg15u.align-right .content {
|
|
6948
|
-
text-align: right;
|
|
6949
|
-
}
|
|
6950
|
-
.E_t1sqg15u .uuid-row {
|
|
6951
|
-
display: flex;
|
|
6952
|
-
justify-content: space-between;
|
|
6871
|
+
padding: 0;
|
|
6872
|
+
margin-bottom: 8px;
|
|
6953
6873
|
}
|
|
6954
|
-
.
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6874
|
+
.E_wpbf4pq .month-day-option.active {
|
|
6875
|
+
background-color: #0096ff;
|
|
6876
|
+
border-color: #0096ff;
|
|
6877
|
+
color: #fff;
|
|
6958
6878
|
}
|
|
6959
6879
|
|
|
6960
|
-
.
|
|
6880
|
+
.E_n12mqh7z {
|
|
6961
6881
|
display: flex;
|
|
6962
|
-
justify-content: space-between;
|
|
6963
6882
|
align-items: center;
|
|
6964
|
-
padding: 8px;
|
|
6965
|
-
min-height: 32px;
|
|
6966
|
-
}
|
|
6967
|
-
.E_t4zczcp .table-title {
|
|
6968
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6969
|
-
font-weight: 600;
|
|
6970
6883
|
font-size: 12px;
|
|
6971
|
-
line-height:
|
|
6884
|
+
line-height: 18px;
|
|
6972
6885
|
}
|
|
6973
|
-
.
|
|
6974
|
-
|
|
6975
|
-
color: rgba(10, 37, 85, 0.6);
|
|
6976
|
-
cursor: pointer;
|
|
6886
|
+
.E_n12mqh7z:not(:last-child) {
|
|
6887
|
+
margin-bottom: 4px;
|
|
6977
6888
|
}
|
|
6978
6889
|
|
|
6979
|
-
.
|
|
6980
|
-
|
|
6981
|
-
line-height: 18px;
|
|
6890
|
+
.E_tf5bynu {
|
|
6891
|
+
margin: 0 3px;
|
|
6982
6892
|
}
|
|
6983
6893
|
|
|
6984
|
-
.
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
color: #2d3a56;
|
|
6894
|
+
.E_tcckoz1 {
|
|
6895
|
+
max-height: 400px;
|
|
6896
|
+
overflow: auto;
|
|
6988
6897
|
}
|
|
6989
|
-
|
|
6990
|
-
|
|
6898
|
+
|
|
6899
|
+
.E_ou7iq30 {
|
|
6900
|
+
overflow: hidden;
|
|
6901
|
+
text-overflow: ellipsis;
|
|
6991
6902
|
}
|
|
6992
|
-
|
|
6993
|
-
|
|
6903
|
+
|
|
6904
|
+
.E_s1tui002 {
|
|
6905
|
+
white-space: nowrap;
|
|
6994
6906
|
}
|
|
6995
|
-
|
|
6996
|
-
|
|
6997
|
-
|
|
6998
|
-
|
|
6999
|
-
|
|
6907
|
+
|
|
6908
|
+
.E_mxrc2zg {
|
|
6909
|
+
display: -webkit-box;
|
|
6910
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6911
|
+
-webkit-box-orient: vertical;
|
|
6912
|
+
word-break: break-all;
|
|
7000
6913
|
}
|
|
7001
|
-
|
|
7002
|
-
|
|
7003
|
-
|
|
6914
|
+
|
|
6915
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6916
|
+
display: none;
|
|
7004
6917
|
}
|
|
7005
|
-
.
|
|
7006
|
-
|
|
6918
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6919
|
+
background: rgba(23, 38, 64, 0.8);
|
|
6920
|
+
border-radius: 4px;
|
|
6921
|
+
}
|
|
6922
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6923
|
+
visibility: hidden;
|
|
7007
6924
|
}
|
|
7008
6925
|
|
|
7009
|
-
.
|
|
7010
|
-
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
padding-right: 12px;
|
|
6926
|
+
.E_wg1tsps {
|
|
6927
|
+
display: flex;
|
|
6928
|
+
align-items: center;
|
|
6929
|
+
justify-content: flex-end;
|
|
7014
6930
|
}
|
|
7015
6931
|
|
|
7016
|
-
.
|
|
6932
|
+
.E_b1ctd5xy {
|
|
7017
6933
|
display: flex;
|
|
7018
6934
|
align-items: center;
|
|
6935
|
+
width: calc(100% - 40px);
|
|
7019
6936
|
}
|
|
7020
|
-
.
|
|
7021
|
-
|
|
6937
|
+
.E_b1ctd5xy .chart {
|
|
6938
|
+
display: inline-block;
|
|
6939
|
+
width: 100%;
|
|
6940
|
+
}
|
|
6941
|
+
|
|
6942
|
+
.E_u1p8acpn {
|
|
6943
|
+
min-width: 40px;
|
|
6944
|
+
}
|
|
6945
|
+
.E_u1p8acpn .unit {
|
|
6946
|
+
color: #00122e !important;
|
|
7022
6947
|
}
|
|
7023
6948
|
|
|
7024
6949
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7134,27 +7059,12 @@ span.E_tqjc4ui {
|
|
|
7134
7059
|
text-align: left;
|
|
7135
7060
|
}
|
|
7136
7061
|
|
|
7137
|
-
.
|
|
7138
|
-
display: flex;
|
|
7139
|
-
align-items: center;
|
|
7140
|
-
justify-content: flex-end;
|
|
7141
|
-
}
|
|
7142
|
-
|
|
7143
|
-
.E_b1ctd5xy {
|
|
7062
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7144
7063
|
display: flex;
|
|
7145
7064
|
align-items: center;
|
|
7146
|
-
width: calc(100% - 40px);
|
|
7147
|
-
}
|
|
7148
|
-
.E_b1ctd5xy .chart {
|
|
7149
|
-
display: inline-block;
|
|
7150
|
-
width: 100%;
|
|
7151
7065
|
}
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
min-width: 40px;
|
|
7155
|
-
}
|
|
7156
|
-
.E_u1p8acpn .unit {
|
|
7157
|
-
color: #00122e !important;
|
|
7066
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7067
|
+
margin-right: 8px;
|
|
7158
7068
|
}
|
|
7159
7069
|
|
|
7160
7070
|
.E_t160l1cm {
|
|
@@ -7285,79 +7195,226 @@ span.E_tqjc4ui {
|
|
|
7285
7195
|
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
7286
7196
|
padding-left: 16px;
|
|
7287
7197
|
}
|
|
7288
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
7289
|
-
margin-left: 11px;
|
|
7290
|
-
height: 24px;
|
|
7198
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
7199
|
+
margin-left: 11px;
|
|
7200
|
+
height: 24px;
|
|
7201
|
+
}
|
|
7202
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
7203
|
+
padding: 0;
|
|
7204
|
+
}
|
|
7205
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
7206
|
+
padding: 4px 16px;
|
|
7207
|
+
}
|
|
7208
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7209
|
+
padding: 4px 16px;
|
|
7210
|
+
}
|
|
7211
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
7212
|
+
background: #fff;
|
|
7213
|
+
}
|
|
7214
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
7215
|
+
color: #005ed1;
|
|
7216
|
+
}
|
|
7217
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
7218
|
+
background: #fff;
|
|
7219
|
+
color: #1d326c;
|
|
7220
|
+
}
|
|
7221
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7222
|
+
color: rgba(45, 58, 86, 0.6);
|
|
7223
|
+
}
|
|
7224
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
7225
|
+
color: #1d326c;
|
|
7226
|
+
}
|
|
7227
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
7228
|
+
fill: #d8deeb;
|
|
7229
|
+
}
|
|
7230
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
7231
|
+
fill: #1d326c;
|
|
7232
|
+
}
|
|
7233
|
+
.E_t160l1cm .tab-content {
|
|
7234
|
+
flex: 1;
|
|
7235
|
+
display: flex;
|
|
7236
|
+
flex-direction: column;
|
|
7237
|
+
}
|
|
7238
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
7239
|
+
overflow: visible;
|
|
7240
|
+
}
|
|
7241
|
+
|
|
7242
|
+
.E_t14npdqr {
|
|
7243
|
+
max-width: 240px;
|
|
7244
|
+
animation: none;
|
|
7245
|
+
}
|
|
7246
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
7247
|
+
border: 1px solid #0080ff;
|
|
7248
|
+
padding: 0;
|
|
7249
|
+
}
|
|
7250
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
7251
|
+
margin: 0;
|
|
7252
|
+
height: 32px;
|
|
7253
|
+
line-height: 32px;
|
|
7254
|
+
font-size: 13px;
|
|
7255
|
+
padding: 0 10px;
|
|
7256
|
+
display: block;
|
|
7257
|
+
overflow: hidden;
|
|
7258
|
+
text-overflow: ellipsis;
|
|
7259
|
+
white-space: nowrap;
|
|
7260
|
+
}
|
|
7261
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
7262
|
+
content: " ";
|
|
7263
|
+
height: 1px;
|
|
7264
|
+
width: calc(100% + 10px);
|
|
7265
|
+
background: rgba(172, 186, 211, 0.6);
|
|
7266
|
+
display: block;
|
|
7267
|
+
}
|
|
7268
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7269
|
+
color: #0080ff;
|
|
7270
|
+
background: transparent;
|
|
7271
|
+
}
|
|
7272
|
+
|
|
7273
|
+
.E_u15heuvq.content {
|
|
7274
|
+
cursor: default !important;
|
|
7275
|
+
}
|
|
7276
|
+
.E_u15heuvq.content.link {
|
|
7277
|
+
cursor: pointer !important;
|
|
7278
|
+
}
|
|
7279
|
+
.E_u15heuvq.content.link:hover {
|
|
7280
|
+
color: #0080ff;
|
|
7281
|
+
}
|
|
7282
|
+
.E_u15heuvq.content.black {
|
|
7283
|
+
color: #00122e;
|
|
7284
|
+
}
|
|
7285
|
+
.E_u15heuvq.content.gray {
|
|
7286
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7287
|
+
}
|
|
7288
|
+
|
|
7289
|
+
.E_t1sqg15u {
|
|
7290
|
+
background: white;
|
|
7291
|
+
}
|
|
7292
|
+
.E_t1sqg15u.inline .table-row {
|
|
7293
|
+
flex-direction: column;
|
|
7294
|
+
}
|
|
7295
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7296
|
+
padding: 0 16px 7px 0;
|
|
7297
|
+
}
|
|
7298
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7299
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7300
|
+
}
|
|
7301
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7302
|
+
border-top: none !important;
|
|
7303
|
+
}
|
|
7304
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7305
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7306
|
+
}
|
|
7307
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7308
|
+
padding-bottom: 0;
|
|
7309
|
+
}
|
|
7310
|
+
.E_t1sqg15u.align-right .content {
|
|
7311
|
+
text-align: right;
|
|
7312
|
+
}
|
|
7313
|
+
.E_t1sqg15u .uuid-row {
|
|
7314
|
+
display: flex;
|
|
7315
|
+
justify-content: space-between;
|
|
7316
|
+
}
|
|
7317
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7318
|
+
white-space: nowrap;
|
|
7319
|
+
overflow: hidden;
|
|
7320
|
+
text-overflow: ellipsis;
|
|
7321
|
+
}
|
|
7322
|
+
|
|
7323
|
+
.E_t4zczcp {
|
|
7324
|
+
display: flex;
|
|
7325
|
+
justify-content: space-between;
|
|
7326
|
+
align-items: center;
|
|
7327
|
+
padding: 8px;
|
|
7328
|
+
min-height: 32px;
|
|
7329
|
+
}
|
|
7330
|
+
.E_t4zczcp .table-title {
|
|
7331
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7332
|
+
font-weight: 600;
|
|
7333
|
+
font-size: 12px;
|
|
7334
|
+
line-height: 8px;
|
|
7335
|
+
}
|
|
7336
|
+
.E_t4zczcp .edit-icon {
|
|
7337
|
+
font-size: 16px;
|
|
7338
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7339
|
+
cursor: pointer;
|
|
7340
|
+
}
|
|
7341
|
+
|
|
7342
|
+
.E_t1s7goww {
|
|
7343
|
+
font-size: 12px;
|
|
7344
|
+
line-height: 18px;
|
|
7291
7345
|
}
|
|
7292
|
-
|
|
7293
|
-
|
|
7346
|
+
|
|
7347
|
+
.E_t93e4cf {
|
|
7348
|
+
display: flex;
|
|
7349
|
+
padding: 8px 0;
|
|
7350
|
+
color: #2d3a56;
|
|
7294
7351
|
}
|
|
7295
|
-
.
|
|
7296
|
-
|
|
7352
|
+
.E_t93e4cf .hidden {
|
|
7353
|
+
display: none;
|
|
7297
7354
|
}
|
|
7298
|
-
.
|
|
7299
|
-
|
|
7355
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7356
|
+
height: auto;
|
|
7300
7357
|
}
|
|
7301
|
-
.
|
|
7302
|
-
|
|
7358
|
+
.E_t93e4cf .content {
|
|
7359
|
+
overflow: hidden;
|
|
7360
|
+
overflow-x: auto;
|
|
7361
|
+
width: 100%;
|
|
7362
|
+
white-space: pre-wrap;
|
|
7303
7363
|
}
|
|
7304
|
-
.
|
|
7305
|
-
|
|
7364
|
+
.E_t93e4cf .content .ant-btn {
|
|
7365
|
+
white-space: pre-wrap;
|
|
7366
|
+
text-align: left;
|
|
7306
7367
|
}
|
|
7307
|
-
.
|
|
7308
|
-
|
|
7309
|
-
color: #1d326c;
|
|
7368
|
+
.E_t93e4cf .content .unit-chart {
|
|
7369
|
+
justify-content: flex-start;
|
|
7310
7370
|
}
|
|
7311
|
-
|
|
7312
|
-
|
|
7371
|
+
|
|
7372
|
+
.E_rhz2uv5 {
|
|
7373
|
+
width: var(--rhz2uv5-0);
|
|
7374
|
+
flex-shrink: 0;
|
|
7375
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7376
|
+
padding-right: 12px;
|
|
7313
7377
|
}
|
|
7314
|
-
|
|
7315
|
-
|
|
7378
|
+
|
|
7379
|
+
.E_i5w779o {
|
|
7380
|
+
padding: 8px 0;
|
|
7316
7381
|
}
|
|
7317
|
-
.
|
|
7318
|
-
|
|
7382
|
+
.E_i5w779o .col-label {
|
|
7383
|
+
flex-shrink: unset;
|
|
7319
7384
|
}
|
|
7320
|
-
.
|
|
7321
|
-
|
|
7385
|
+
.E_i5w779o .col-label * {
|
|
7386
|
+
line-height: 18px;
|
|
7322
7387
|
}
|
|
7323
|
-
.
|
|
7324
|
-
flex: 1;
|
|
7388
|
+
.E_i5w779o .col-content {
|
|
7389
|
+
flex: 1 1 0;
|
|
7325
7390
|
display: flex;
|
|
7326
|
-
|
|
7391
|
+
align-items: center;
|
|
7327
7392
|
}
|
|
7328
|
-
.
|
|
7329
|
-
|
|
7393
|
+
.E_i5w779o .col-content * {
|
|
7394
|
+
line-height: 18px;
|
|
7330
7395
|
}
|
|
7331
7396
|
|
|
7332
|
-
.
|
|
7333
|
-
|
|
7334
|
-
animation: none;
|
|
7335
|
-
}
|
|
7336
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
7337
|
-
border: 1px solid #0080ff;
|
|
7338
|
-
padding: 0;
|
|
7397
|
+
.E_l18dja44 {
|
|
7398
|
+
padding: 6px 0;
|
|
7339
7399
|
}
|
|
7340
|
-
.
|
|
7341
|
-
margin: 0;
|
|
7342
|
-
height: 32px;
|
|
7343
|
-
line-height: 32px;
|
|
7400
|
+
.E_l18dja44 .col-label * {
|
|
7344
7401
|
font-size: 13px;
|
|
7345
|
-
|
|
7346
|
-
display: block;
|
|
7347
|
-
overflow: hidden;
|
|
7348
|
-
text-overflow: ellipsis;
|
|
7349
|
-
white-space: nowrap;
|
|
7402
|
+
line-height: 20px;
|
|
7350
7403
|
}
|
|
7351
|
-
.
|
|
7352
|
-
|
|
7353
|
-
height:
|
|
7354
|
-
width: calc(100% + 10px);
|
|
7355
|
-
background: rgba(172, 186, 211, 0.6);
|
|
7356
|
-
display: block;
|
|
7404
|
+
.E_l18dja44 .col-content * {
|
|
7405
|
+
font-size: 14px;
|
|
7406
|
+
line-height: 20px;
|
|
7357
7407
|
}
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7408
|
+
|
|
7409
|
+
.E_c8c2hys {
|
|
7410
|
+
display: flex;
|
|
7411
|
+
justify-content: space-between;
|
|
7412
|
+
flex: 1;
|
|
7413
|
+
min-width: 0;
|
|
7414
|
+
}
|
|
7415
|
+
|
|
7416
|
+
.E_n4m6c4d {
|
|
7417
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7361
7418
|
}
|
|
7362
7419
|
|
|
7363
7420
|
.E_cyms3br {
|
|
@@ -7413,53 +7470,6 @@ span.E_tqjc4ui {
|
|
|
7413
7470
|
justify-content: center;
|
|
7414
7471
|
}
|
|
7415
7472
|
|
|
7416
|
-
.E_h1ol2wl7 {
|
|
7417
|
-
font-weight: bold;
|
|
7418
|
-
background-color: unset;
|
|
7419
|
-
padding: unset;
|
|
7420
|
-
}
|
|
7421
|
-
|
|
7422
|
-
.E_i5w779o {
|
|
7423
|
-
padding: 8px 0;
|
|
7424
|
-
}
|
|
7425
|
-
.E_i5w779o .col-label {
|
|
7426
|
-
flex-shrink: unset;
|
|
7427
|
-
}
|
|
7428
|
-
.E_i5w779o .col-label * {
|
|
7429
|
-
line-height: 18px;
|
|
7430
|
-
}
|
|
7431
|
-
.E_i5w779o .col-content {
|
|
7432
|
-
flex: 1 1 0;
|
|
7433
|
-
display: flex;
|
|
7434
|
-
align-items: center;
|
|
7435
|
-
}
|
|
7436
|
-
.E_i5w779o .col-content * {
|
|
7437
|
-
line-height: 18px;
|
|
7438
|
-
}
|
|
7439
|
-
|
|
7440
|
-
.E_l18dja44 {
|
|
7441
|
-
padding: 6px 0;
|
|
7442
|
-
}
|
|
7443
|
-
.E_l18dja44 .col-label * {
|
|
7444
|
-
font-size: 13px;
|
|
7445
|
-
line-height: 20px;
|
|
7446
|
-
}
|
|
7447
|
-
.E_l18dja44 .col-content * {
|
|
7448
|
-
font-size: 14px;
|
|
7449
|
-
line-height: 20px;
|
|
7450
|
-
}
|
|
7451
|
-
|
|
7452
|
-
.E_c8c2hys {
|
|
7453
|
-
display: flex;
|
|
7454
|
-
justify-content: space-between;
|
|
7455
|
-
flex: 1;
|
|
7456
|
-
min-width: 0;
|
|
7457
|
-
}
|
|
7458
|
-
|
|
7459
|
-
.E_n4m6c4d {
|
|
7460
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7461
|
-
}
|
|
7462
|
-
|
|
7463
7473
|
.E_kr6am0s .ant-modal-body {
|
|
7464
7474
|
padding: 60px 128px;
|
|
7465
7475
|
}
|
|
@@ -7523,13 +7533,54 @@ span.E_tqjc4ui {
|
|
|
7523
7533
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7524
7534
|
}
|
|
7525
7535
|
|
|
7526
|
-
.
|
|
7527
|
-
|
|
7536
|
+
.E_h1ol2wl7 {
|
|
7537
|
+
font-weight: bold;
|
|
7538
|
+
background-color: unset;
|
|
7539
|
+
padding: unset;
|
|
7528
7540
|
}
|
|
7529
7541
|
|
|
7530
|
-
.
|
|
7531
|
-
|
|
7542
|
+
.E_c14ouk5o {
|
|
7543
|
+
width: 100%;
|
|
7544
|
+
height: 100%;
|
|
7545
|
+
display: flex;
|
|
7546
|
+
font-size: 12px;
|
|
7547
|
+
line-height: 18px;
|
|
7548
|
+
padding: 8px 0;
|
|
7549
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7550
|
+
}
|
|
7551
|
+
.E_c14ouk5o:last-of-type {
|
|
7552
|
+
box-shadow: none;
|
|
7553
|
+
padding-bottom: 0;
|
|
7554
|
+
}
|
|
7555
|
+
.E_c14ouk5o.collapsed {
|
|
7556
|
+
flex-direction: column;
|
|
7557
|
+
}
|
|
7558
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7559
|
+
display: flex;
|
|
7560
|
+
}
|
|
7561
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7562
|
+
flex: 1;
|
|
7563
|
+
display: flex;
|
|
7564
|
+
justify-content: space-between;
|
|
7565
|
+
}
|
|
7566
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7567
|
+
height: auto;
|
|
7568
|
+
}
|
|
7569
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
7570
|
+
margin-left: 162px;
|
|
7571
|
+
}
|
|
7572
|
+
.E_c14ouk5o .col-label {
|
|
7573
|
+
width: 216px;
|
|
7532
7574
|
color: rgba(44, 56, 82, 0.6);
|
|
7575
|
+
margin-right: 12px;
|
|
7576
|
+
flex-shrink: 0;
|
|
7577
|
+
}
|
|
7578
|
+
.E_c14ouk5o .col-content {
|
|
7579
|
+
color: #2d3a56;
|
|
7580
|
+
/* make btn link in info row have the same height as normal text */
|
|
7581
|
+
}
|
|
7582
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7583
|
+
height: auto;
|
|
7533
7584
|
}
|
|
7534
7585
|
|
|
7535
7586
|
.E_l12xdkhl {
|
|
@@ -7589,59 +7640,28 @@ span.E_tqjc4ui {
|
|
|
7589
7640
|
margin-bottom: 4px;
|
|
7590
7641
|
}
|
|
7591
7642
|
|
|
7592
|
-
.
|
|
7643
|
+
.E_p1qmhanr {
|
|
7644
|
+
margin-bottom: 8px;
|
|
7645
|
+
}
|
|
7646
|
+
|
|
7647
|
+
.E_srje1h0 {
|
|
7593
7648
|
color: rgba(44, 56, 82, 0.6);
|
|
7594
7649
|
margin-bottom: 8px;
|
|
7595
7650
|
}
|
|
7596
7651
|
|
|
7597
|
-
.
|
|
7652
|
+
.E_di3zi7v {
|
|
7598
7653
|
height: 1px;
|
|
7599
7654
|
background: #e4e9f2;
|
|
7600
7655
|
margin: 16px 0;
|
|
7601
7656
|
}
|
|
7602
7657
|
|
|
7603
|
-
.
|
|
7604
|
-
|
|
7605
|
-
height: 100%;
|
|
7606
|
-
display: flex;
|
|
7607
|
-
font-size: 12px;
|
|
7608
|
-
line-height: 18px;
|
|
7609
|
-
padding: 8px 0;
|
|
7610
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7611
|
-
}
|
|
7612
|
-
.E_c14ouk5o:last-of-type {
|
|
7613
|
-
box-shadow: none;
|
|
7614
|
-
padding-bottom: 0;
|
|
7615
|
-
}
|
|
7616
|
-
.E_c14ouk5o.collapsed {
|
|
7617
|
-
flex-direction: column;
|
|
7618
|
-
}
|
|
7619
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7620
|
-
display: flex;
|
|
7621
|
-
}
|
|
7622
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7623
|
-
flex: 1;
|
|
7624
|
-
display: flex;
|
|
7625
|
-
justify-content: space-between;
|
|
7626
|
-
}
|
|
7627
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7628
|
-
height: auto;
|
|
7629
|
-
}
|
|
7630
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
7631
|
-
margin-left: 162px;
|
|
7658
|
+
.E_cevhqx7 {
|
|
7659
|
+
color: #00122e;
|
|
7632
7660
|
}
|
|
7633
|
-
|
|
7634
|
-
|
|
7661
|
+
|
|
7662
|
+
.E_snbqlt4 {
|
|
7663
|
+
margin-top: 8px;
|
|
7635
7664
|
color: rgba(44, 56, 82, 0.6);
|
|
7636
|
-
margin-right: 12px;
|
|
7637
|
-
flex-shrink: 0;
|
|
7638
|
-
}
|
|
7639
|
-
.E_c14ouk5o .col-content {
|
|
7640
|
-
color: #2d3a56;
|
|
7641
|
-
/* make btn link in info row have the same height as normal text */
|
|
7642
|
-
}
|
|
7643
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7644
|
-
height: auto;
|
|
7645
7665
|
}
|
|
7646
7666
|
|
|
7647
7667
|
.E_c1kchka8 {
|