@cloudtower/eagle 490.0.9 → 490.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Checkbox/index.js +28 -2
- package/dist/cjs/core/Radio/index.js +30 -6
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1477 -1477
- package/dist/esm/core/Checkbox/index.js +29 -3
- package/dist/esm/core/Radio/index.js +31 -7
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2101 -2101
- package/dist/style.css +1477 -1477
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,35 +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_b1nip9bk {
|
|
1136
|
-
padding: 4px 11px;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
.E_bqamoqe {
|
|
1140
|
-
white-space: nowrap;
|
|
1141
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1142
|
-
}
|
|
1143
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1144
|
-
--color: #0080ff;
|
|
1145
|
-
}
|
|
1146
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1147
|
-
--color: #0080ff;
|
|
1148
|
-
}
|
|
1149
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1150
|
-
margin-left: 1px;
|
|
1151
|
-
}
|
|
1152
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1153
|
-
border-top-right-radius: 0;
|
|
1154
|
-
border-bottom-right-radius: 0;
|
|
1155
|
-
}
|
|
1156
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1157
|
-
border-top-left-radius: 0;
|
|
1158
|
-
border-bottom-left-radius: 0;
|
|
1159
|
-
}
|
|
1160
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1161
|
-
border-radius: unset;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
1135
|
.E_c18gxmrl {
|
|
1165
1136
|
border: 1px solid #d8deeb;
|
|
1166
1137
|
border-radius: 4px;
|
|
@@ -1217,6 +1188,48 @@ html body {
|
|
|
1217
1188
|
color: #005ed1;
|
|
1218
1189
|
}
|
|
1219
1190
|
|
|
1191
|
+
.E_b1nip9bk {
|
|
1192
|
+
padding: 4px 11px;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.E_bqamoqe {
|
|
1196
|
+
white-space: nowrap;
|
|
1197
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1198
|
+
}
|
|
1199
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1200
|
+
--color: #0080ff;
|
|
1201
|
+
}
|
|
1202
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1203
|
+
--color: #0080ff;
|
|
1204
|
+
}
|
|
1205
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1206
|
+
margin-left: 1px;
|
|
1207
|
+
}
|
|
1208
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1209
|
+
border-top-right-radius: 0;
|
|
1210
|
+
border-bottom-right-radius: 0;
|
|
1211
|
+
}
|
|
1212
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1213
|
+
border-top-left-radius: 0;
|
|
1214
|
+
border-bottom-left-radius: 0;
|
|
1215
|
+
}
|
|
1216
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1217
|
+
border-radius: unset;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1221
|
+
padding: 4px 8px 0 8px;
|
|
1222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1223
|
+
font-size: 12px;
|
|
1224
|
+
}
|
|
1225
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1226
|
+
padding-bottom: 6px;
|
|
1227
|
+
}
|
|
1228
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1229
|
+
padding-top: 4px;
|
|
1230
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1220
1233
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1221
1234
|
justify-content: center;
|
|
1222
1235
|
}
|
|
@@ -1502,53 +1515,6 @@ html body {
|
|
|
1502
1515
|
text-align: center;
|
|
1503
1516
|
}
|
|
1504
1517
|
|
|
1505
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1506
|
-
display: flex;
|
|
1507
|
-
}
|
|
1508
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1509
|
-
border-bottom-left-radius: 5px;
|
|
1510
|
-
border-top-left-radius: 5px;
|
|
1511
|
-
}
|
|
1512
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1513
|
-
border-bottom-right-radius: 5px;
|
|
1514
|
-
border-top-right-radius: 5px;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.E_iouxfgt {
|
|
1518
|
-
display: inline-flex;
|
|
1519
|
-
align-items: center;
|
|
1520
|
-
}
|
|
1521
|
-
.E_iouxfgt .icon-inner {
|
|
1522
|
-
display: inline-flex;
|
|
1523
|
-
align-items: center;
|
|
1524
|
-
justify-content: center;
|
|
1525
|
-
}
|
|
1526
|
-
.E_iouxfgt .icon-inner + span,
|
|
1527
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
1528
|
-
margin-left: 4px;
|
|
1529
|
-
}
|
|
1530
|
-
.E_iouxfgt.is-rotate img,
|
|
1531
|
-
.E_iouxfgt.is-rotate svg {
|
|
1532
|
-
animation: rotate 680ms linear infinite;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1536
|
-
padding: 4px 8px 0 8px;
|
|
1537
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1538
|
-
font-size: 12px;
|
|
1539
|
-
}
|
|
1540
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1541
|
-
padding-bottom: 6px;
|
|
1542
|
-
}
|
|
1543
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1544
|
-
padding-top: 4px;
|
|
1545
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1549
|
-
line-height: 18px;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
1518
|
.E_fzh9mnb {
|
|
1553
1519
|
width: 100%;
|
|
1554
1520
|
height: 100%;
|
|
@@ -1564,40 +1530,6 @@ html body {
|
|
|
1564
1530
|
font-size: 18px;
|
|
1565
1531
|
}
|
|
1566
1532
|
|
|
1567
|
-
.E_f7pxqmh {
|
|
1568
|
-
width: 100%;
|
|
1569
|
-
margin-bottom: 0 !important;
|
|
1570
|
-
flex-flow: nowrap !important;
|
|
1571
|
-
line-break: auto;
|
|
1572
|
-
}
|
|
1573
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
1574
|
-
text-align: left !important;
|
|
1575
|
-
padding-bottom: 0 !important;
|
|
1576
|
-
}
|
|
1577
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1578
|
-
min-height: 32px;
|
|
1579
|
-
height: auto;
|
|
1580
|
-
font-size: 13px;
|
|
1581
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1582
|
-
white-space: normal;
|
|
1583
|
-
}
|
|
1584
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
1585
|
-
border-color: #ff4d4f !important;
|
|
1586
|
-
}
|
|
1587
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
1588
|
-
border-color: #ff4d4f !important;
|
|
1589
|
-
}
|
|
1590
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
1591
|
-
margin-top: 4px;
|
|
1592
|
-
font-size: 12px;
|
|
1593
|
-
min-height: 0px;
|
|
1594
|
-
}
|
|
1595
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
1596
|
-
font-size: 12px;
|
|
1597
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1598
|
-
min-height: 0px;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
1533
|
.E_d1bw7c5z {
|
|
1602
1534
|
position: relative;
|
|
1603
1535
|
max-width: 388px;
|
|
@@ -1741,6 +1673,23 @@ html body {
|
|
|
1741
1673
|
padding: 2px 8px;
|
|
1742
1674
|
}
|
|
1743
1675
|
|
|
1676
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1677
|
+
line-height: 18px;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.E_i1inqkme {
|
|
1681
|
+
height: 18px;
|
|
1682
|
+
line-height: 18px;
|
|
1683
|
+
padding: 0 4px;
|
|
1684
|
+
border-radius: 4px;
|
|
1685
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1686
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1687
|
+
display: flex;
|
|
1688
|
+
align-items: center;
|
|
1689
|
+
white-space: nowrap;
|
|
1690
|
+
margin-right: 4px;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1744
1693
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
1745
1694
|
display: var(--a1wfy30z-0);
|
|
1746
1695
|
}
|
|
@@ -1772,6 +1721,77 @@ html body {
|
|
|
1772
1721
|
font-size: inherit;
|
|
1773
1722
|
}
|
|
1774
1723
|
|
|
1724
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1725
|
+
display: flex;
|
|
1726
|
+
}
|
|
1727
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1728
|
+
border-bottom-left-radius: 5px;
|
|
1729
|
+
border-top-left-radius: 5px;
|
|
1730
|
+
}
|
|
1731
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1732
|
+
border-bottom-right-radius: 5px;
|
|
1733
|
+
border-top-right-radius: 5px;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.E_atcz0kf .ant-input-suffix {
|
|
1737
|
+
margin-left: 8px;
|
|
1738
|
+
}
|
|
1739
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1740
|
+
padding: 2px 7px 2px 12px;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
.E_iouxfgt {
|
|
1744
|
+
display: inline-flex;
|
|
1745
|
+
align-items: center;
|
|
1746
|
+
}
|
|
1747
|
+
.E_iouxfgt .icon-inner {
|
|
1748
|
+
display: inline-flex;
|
|
1749
|
+
align-items: center;
|
|
1750
|
+
justify-content: center;
|
|
1751
|
+
}
|
|
1752
|
+
.E_iouxfgt .icon-inner + span,
|
|
1753
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
1754
|
+
margin-left: 4px;
|
|
1755
|
+
}
|
|
1756
|
+
.E_iouxfgt.is-rotate img,
|
|
1757
|
+
.E_iouxfgt.is-rotate svg {
|
|
1758
|
+
animation: rotate 680ms linear infinite;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.E_f7pxqmh {
|
|
1762
|
+
width: 100%;
|
|
1763
|
+
margin-bottom: 0 !important;
|
|
1764
|
+
flex-flow: nowrap !important;
|
|
1765
|
+
line-break: auto;
|
|
1766
|
+
}
|
|
1767
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
1768
|
+
text-align: left !important;
|
|
1769
|
+
padding-bottom: 0 !important;
|
|
1770
|
+
}
|
|
1771
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
1772
|
+
min-height: 32px;
|
|
1773
|
+
height: auto;
|
|
1774
|
+
font-size: 13px;
|
|
1775
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1776
|
+
white-space: normal;
|
|
1777
|
+
}
|
|
1778
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
1779
|
+
border-color: #ff4d4f !important;
|
|
1780
|
+
}
|
|
1781
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
1782
|
+
border-color: #ff4d4f !important;
|
|
1783
|
+
}
|
|
1784
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
1785
|
+
margin-top: 4px;
|
|
1786
|
+
font-size: 12px;
|
|
1787
|
+
min-height: 0px;
|
|
1788
|
+
}
|
|
1789
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
1790
|
+
font-size: 12px;
|
|
1791
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1792
|
+
min-height: 0px;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1775
1795
|
.E_owd0kml {
|
|
1776
1796
|
display: inline-block;
|
|
1777
1797
|
}
|
|
@@ -1838,24 +1858,54 @@ html body {
|
|
|
1838
1858
|
line-height: 18px;
|
|
1839
1859
|
}
|
|
1840
1860
|
|
|
1841
|
-
.
|
|
1842
|
-
|
|
1861
|
+
.E_ivqqkzv {
|
|
1862
|
+
height: 24px;
|
|
1863
|
+
width: 56px !important;
|
|
1864
|
+
margin-right: 4px;
|
|
1843
1865
|
}
|
|
1844
|
-
|
|
1845
|
-
|
|
1866
|
+
|
|
1867
|
+
.E_c1wk4q29 {
|
|
1868
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1846
1869
|
}
|
|
1847
1870
|
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
border-radius:
|
|
1853
|
-
|
|
1854
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1871
|
+
.E_c1bus5hc {
|
|
1872
|
+
--color: white;
|
|
1873
|
+
height: 14px;
|
|
1874
|
+
width: 14px;
|
|
1875
|
+
border-radius: 50%;
|
|
1876
|
+
flex-shrink: 0;
|
|
1855
1877
|
display: flex;
|
|
1856
1878
|
align-items: center;
|
|
1857
|
-
|
|
1858
|
-
|
|
1879
|
+
justify-content: center;
|
|
1880
|
+
border: 1px solid var(--color);
|
|
1881
|
+
}
|
|
1882
|
+
.E_c1bus5hc .circle-inner {
|
|
1883
|
+
position: relative;
|
|
1884
|
+
height: 10px;
|
|
1885
|
+
width: 10px;
|
|
1886
|
+
border-radius: 50%;
|
|
1887
|
+
overflow: hidden;
|
|
1888
|
+
}
|
|
1889
|
+
.E_c1bus5hc .circle-content {
|
|
1890
|
+
position: absolute;
|
|
1891
|
+
height: 100%;
|
|
1892
|
+
width: 100%;
|
|
1893
|
+
left: 0;
|
|
1894
|
+
top: 0;
|
|
1895
|
+
border-radius: 50%;
|
|
1896
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1897
|
+
transform: rotate(180deg);
|
|
1898
|
+
}
|
|
1899
|
+
.E_c1bus5hc .circle-child {
|
|
1900
|
+
position: absolute;
|
|
1901
|
+
height: 100%;
|
|
1902
|
+
width: 100%;
|
|
1903
|
+
left: 0;
|
|
1904
|
+
top: 0;
|
|
1905
|
+
margin-left: 50%;
|
|
1906
|
+
transform-origin: left;
|
|
1907
|
+
background: white;
|
|
1908
|
+
transform: rotate(0deg);
|
|
1859
1909
|
}
|
|
1860
1910
|
|
|
1861
1911
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -2004,56 +2054,6 @@ html body {
|
|
|
2004
2054
|
width: 36px;
|
|
2005
2055
|
}
|
|
2006
2056
|
|
|
2007
|
-
.E_c1bus5hc {
|
|
2008
|
-
--color: white;
|
|
2009
|
-
height: 14px;
|
|
2010
|
-
width: 14px;
|
|
2011
|
-
border-radius: 50%;
|
|
2012
|
-
flex-shrink: 0;
|
|
2013
|
-
display: flex;
|
|
2014
|
-
align-items: center;
|
|
2015
|
-
justify-content: center;
|
|
2016
|
-
border: 1px solid var(--color);
|
|
2017
|
-
}
|
|
2018
|
-
.E_c1bus5hc .circle-inner {
|
|
2019
|
-
position: relative;
|
|
2020
|
-
height: 10px;
|
|
2021
|
-
width: 10px;
|
|
2022
|
-
border-radius: 50%;
|
|
2023
|
-
overflow: hidden;
|
|
2024
|
-
}
|
|
2025
|
-
.E_c1bus5hc .circle-content {
|
|
2026
|
-
position: absolute;
|
|
2027
|
-
height: 100%;
|
|
2028
|
-
width: 100%;
|
|
2029
|
-
left: 0;
|
|
2030
|
-
top: 0;
|
|
2031
|
-
border-radius: 50%;
|
|
2032
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2033
|
-
transform: rotate(180deg);
|
|
2034
|
-
}
|
|
2035
|
-
.E_c1bus5hc .circle-child {
|
|
2036
|
-
position: absolute;
|
|
2037
|
-
height: 100%;
|
|
2038
|
-
width: 100%;
|
|
2039
|
-
left: 0;
|
|
2040
|
-
top: 0;
|
|
2041
|
-
margin-left: 50%;
|
|
2042
|
-
transform-origin: left;
|
|
2043
|
-
background: white;
|
|
2044
|
-
transform: rotate(0deg);
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.E_ivqqkzv {
|
|
2048
|
-
height: 24px;
|
|
2049
|
-
width: 56px !important;
|
|
2050
|
-
margin-right: 4px;
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
.E_c1wk4q29 {
|
|
2054
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
2057
|
.E_cnujxq2 {
|
|
2058
2058
|
display: flex;
|
|
2059
2059
|
flex-direction: column;
|
|
@@ -2800,23 +2800,38 @@ input.E_rf8rlle.ant-input {
|
|
|
2800
2800
|
margin-left: 5px;
|
|
2801
2801
|
}
|
|
2802
2802
|
|
|
2803
|
-
.
|
|
2804
|
-
|
|
2803
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2804
|
+
display: inline-flex;
|
|
2805
|
+
align-items: center;
|
|
2806
|
+
justify-content: center;
|
|
2807
|
+
color: #fff;
|
|
2808
|
+
font-weight: bold;
|
|
2809
|
+
font-size: 12px;
|
|
2810
|
+
width: 24px;
|
|
2811
|
+
height: 24px;
|
|
2812
|
+
border-radius: 50%;
|
|
2813
|
+
background: var(--a1b5xrg3-0);
|
|
2805
2814
|
}
|
|
2806
|
-
.
|
|
2807
|
-
|
|
2815
|
+
.E_a1b5xrg3.btn-item {
|
|
2816
|
+
transition: all 160ms ease;
|
|
2817
|
+
cursor: pointer;
|
|
2818
|
+
width: 56px;
|
|
2819
|
+
height: 40px;
|
|
2820
|
+
display: inline-flex;
|
|
2821
|
+
align-items: center;
|
|
2822
|
+
justify-content: center;
|
|
2823
|
+
border-radius: 6px;
|
|
2808
2824
|
}
|
|
2809
|
-
|
|
2810
|
-
.
|
|
2811
|
-
display: inline-block;
|
|
2825
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2826
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2812
2827
|
}
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2828
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2829
|
+
transform: translateY(2px);
|
|
2830
|
+
transition: all 320ms ease;
|
|
2816
2831
|
}
|
|
2817
2832
|
|
|
2818
|
-
.
|
|
2819
|
-
|
|
2833
|
+
.E_iq1gosr {
|
|
2834
|
+
display: inline-block;
|
|
2820
2835
|
}
|
|
2821
2836
|
|
|
2822
2837
|
.E_s1sck0th {
|
|
@@ -2901,15 +2916,8 @@ input.E_rf8rlle.ant-input {
|
|
|
2901
2916
|
background-color: #7E41FF;
|
|
2902
2917
|
}
|
|
2903
2918
|
|
|
2904
|
-
.
|
|
2905
|
-
|
|
2906
|
-
}
|
|
2907
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
2908
|
-
background: rgba(23, 38, 64, 0.8);
|
|
2909
|
-
border-radius: 4px;
|
|
2910
|
-
}
|
|
2911
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2912
|
-
visibility: hidden;
|
|
2919
|
+
.E_tju3gfj .date {
|
|
2920
|
+
margin-right: 4px;
|
|
2913
2921
|
}
|
|
2914
2922
|
|
|
2915
2923
|
.E_dsnbhzf {
|
|
@@ -3387,6 +3395,21 @@ input.E_rf8rlle.ant-input {
|
|
|
3387
3395
|
line-height: 12px;
|
|
3388
3396
|
}
|
|
3389
3397
|
|
|
3398
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3399
|
+
display: none;
|
|
3400
|
+
}
|
|
3401
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
3402
|
+
background: rgba(23, 38, 64, 0.8);
|
|
3403
|
+
border-radius: 4px;
|
|
3404
|
+
}
|
|
3405
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
3406
|
+
visibility: hidden;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
.E_m196gn1d {
|
|
3410
|
+
min-width: 1280px;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3390
3413
|
.E_s1dni7lo {
|
|
3391
3414
|
width: 430px !important;
|
|
3392
3415
|
}
|
|
@@ -3468,34 +3491,11 @@ input.E_rf8rlle.ant-input {
|
|
|
3468
3491
|
opacity: 0;
|
|
3469
3492
|
}
|
|
3470
3493
|
|
|
3471
|
-
.
|
|
3472
|
-
|
|
3473
|
-
align-items: center;
|
|
3474
|
-
justify-content: center;
|
|
3475
|
-
color: #fff;
|
|
3476
|
-
font-weight: bold;
|
|
3477
|
-
font-size: 12px;
|
|
3478
|
-
width: 24px;
|
|
3479
|
-
height: 24px;
|
|
3480
|
-
border-radius: 50%;
|
|
3481
|
-
background: var(--a1b5xrg3-0);
|
|
3482
|
-
}
|
|
3483
|
-
.E_a1b5xrg3.btn-item {
|
|
3484
|
-
transition: all 160ms ease;
|
|
3485
|
-
cursor: pointer;
|
|
3486
|
-
width: 56px;
|
|
3487
|
-
height: 40px;
|
|
3488
|
-
display: inline-flex;
|
|
3489
|
-
align-items: center;
|
|
3490
|
-
justify-content: center;
|
|
3491
|
-
border-radius: 6px;
|
|
3492
|
-
}
|
|
3493
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
3494
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3494
|
+
.E_c1yyuluq {
|
|
3495
|
+
border-radius: 8px;
|
|
3495
3496
|
}
|
|
3496
|
-
.
|
|
3497
|
-
|
|
3498
|
-
transition: all 320ms ease;
|
|
3497
|
+
.E_c1yyuluq .ant-card-body {
|
|
3498
|
+
padding: 20px 24px 24px 24px;
|
|
3499
3499
|
}
|
|
3500
3500
|
|
|
3501
3501
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -3586,6 +3586,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3586
3586
|
margin-right: 6px;
|
|
3587
3587
|
}
|
|
3588
3588
|
|
|
3589
|
+
.E_m5foqp8.medium {
|
|
3590
|
+
--footer-height: 96px;
|
|
3591
|
+
--modal-content-width: 720px;
|
|
3592
|
+
--modal-content-min-height: 200px;
|
|
3593
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3594
|
+
--modal-content-padding-top: 24px;
|
|
3595
|
+
--modal-content-padding-bottom: 32px;
|
|
3596
|
+
--modal-content-padding-x: 60px;
|
|
3597
|
+
--modal-footer-padding: 0 60px;
|
|
3598
|
+
}
|
|
3599
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
3600
|
+
height: calc(100vh - 80px);
|
|
3601
|
+
width: calc(100vw - 160px);
|
|
3602
|
+
}
|
|
3603
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
3604
|
+
width: 100%;
|
|
3605
|
+
height: 100%;
|
|
3606
|
+
max-width: unset;
|
|
3607
|
+
max-height: unset;
|
|
3608
|
+
display: flex;
|
|
3609
|
+
flex-direction: column;
|
|
3610
|
+
}
|
|
3611
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
3612
|
+
flex: 1;
|
|
3613
|
+
}
|
|
3614
|
+
.E_m5foqp8.medium .initializing-title {
|
|
3615
|
+
height: 32px;
|
|
3616
|
+
}
|
|
3617
|
+
|
|
3589
3618
|
.E_hrhfj7c {
|
|
3590
3619
|
display: none;
|
|
3591
3620
|
}
|
|
@@ -3863,35 +3892,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3863
3892
|
transform: rotate(180deg);
|
|
3864
3893
|
}
|
|
3865
3894
|
|
|
3866
|
-
.E_m5foqp8.medium {
|
|
3867
|
-
--footer-height: 96px;
|
|
3868
|
-
--modal-content-width: 720px;
|
|
3869
|
-
--modal-content-min-height: 200px;
|
|
3870
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3871
|
-
--modal-content-padding-top: 24px;
|
|
3872
|
-
--modal-content-padding-bottom: 32px;
|
|
3873
|
-
--modal-content-padding-x: 60px;
|
|
3874
|
-
--modal-footer-padding: 0 60px;
|
|
3875
|
-
}
|
|
3876
|
-
.E_m5foqp8.medium.content-full.ant-modal {
|
|
3877
|
-
height: calc(100vh - 80px);
|
|
3878
|
-
width: calc(100vw - 160px);
|
|
3879
|
-
}
|
|
3880
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
3881
|
-
width: 100%;
|
|
3882
|
-
height: 100%;
|
|
3883
|
-
max-width: unset;
|
|
3884
|
-
max-height: unset;
|
|
3885
|
-
display: flex;
|
|
3886
|
-
flex-direction: column;
|
|
3887
|
-
}
|
|
3888
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
3889
|
-
flex: 1;
|
|
3890
|
-
}
|
|
3891
|
-
.E_m5foqp8.medium .initializing-title {
|
|
3892
|
-
height: 32px;
|
|
3893
|
-
}
|
|
3894
|
-
|
|
3895
3895
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3896
3896
|
opacity: 1;
|
|
3897
3897
|
}
|
|
@@ -4052,16 +4052,31 @@ input.E_rf8rlle.ant-input {
|
|
|
4052
4052
|
width: 1px;
|
|
4053
4053
|
}
|
|
4054
4054
|
|
|
4055
|
-
.
|
|
4056
|
-
height: 50px;
|
|
4057
|
-
border-bottom: 2px solid #edf0f7;
|
|
4058
|
-
background: #fff;
|
|
4055
|
+
.E_w1dxz879 {
|
|
4059
4056
|
display: flex;
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4057
|
+
flex-direction: column;
|
|
4058
|
+
gap: 6px;
|
|
4059
|
+
}
|
|
4060
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
4061
|
+
max-height: var(--w1dxz879-0);
|
|
4062
|
+
text-overflow: clip;
|
|
4063
|
+
overflow: hidden;
|
|
4064
|
+
}
|
|
4065
|
+
.E_w1dxz879 .tips {
|
|
4066
|
+
color: #fff;
|
|
4067
|
+
opacity: 0.8;
|
|
4068
|
+
}
|
|
4069
|
+
|
|
4070
|
+
.E_h12yihis {
|
|
4071
|
+
height: 50px;
|
|
4072
|
+
border-bottom: 2px solid #edf0f7;
|
|
4073
|
+
background: #fff;
|
|
4074
|
+
display: flex;
|
|
4075
|
+
justify-content: space-between;
|
|
4076
|
+
align-items: center;
|
|
4077
|
+
padding: 0 24px 0 14px;
|
|
4078
|
+
position: relative;
|
|
4079
|
+
z-index: 10;
|
|
4065
4080
|
}
|
|
4066
4081
|
.E_h12yihis .left,
|
|
4067
4082
|
.E_h12yihis .right,
|
|
@@ -4272,19 +4287,58 @@ input.E_rf8rlle.ant-input {
|
|
|
4272
4287
|
position: static;
|
|
4273
4288
|
}
|
|
4274
4289
|
|
|
4275
|
-
.
|
|
4290
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4291
|
+
margin-right: 2px;
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4295
|
+
padding-left: 8px;
|
|
4296
|
+
padding-right: 8px;
|
|
4297
|
+
font-size: 12px;
|
|
4298
|
+
}
|
|
4299
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4300
|
+
border-radius: 4px;
|
|
4301
|
+
}
|
|
4302
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4303
|
+
border-radius: 4px;
|
|
4304
|
+
}
|
|
4305
|
+
|
|
4306
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4307
|
+
padding-left: 12px;
|
|
4308
|
+
padding-right: 12px;
|
|
4309
|
+
}
|
|
4310
|
+
|
|
4311
|
+
.E_ckld275 {
|
|
4312
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4313
|
+
}
|
|
4314
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4315
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4316
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4317
|
+
}
|
|
4318
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4319
|
+
background-color: transparent;
|
|
4320
|
+
}
|
|
4321
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4322
|
+
background-color: transparent;
|
|
4323
|
+
}
|
|
4324
|
+
|
|
4325
|
+
.E_r77hffu {
|
|
4276
4326
|
display: flex;
|
|
4277
|
-
|
|
4278
|
-
|
|
4327
|
+
align-items: center;
|
|
4328
|
+
justify-content: space-between;
|
|
4329
|
+
column-gap: 6px;
|
|
4279
4330
|
}
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4331
|
+
|
|
4332
|
+
.E_p1cmxsf7 {
|
|
4333
|
+
display: flex;
|
|
4334
|
+
flex-direction: column;
|
|
4335
|
+
justify-content: center;
|
|
4336
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4284
4337
|
}
|
|
4285
|
-
.
|
|
4286
|
-
|
|
4287
|
-
|
|
4338
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4339
|
+
font-size: 0;
|
|
4340
|
+
margin-bottom: unset;
|
|
4341
|
+
margin-inline-end: unset;
|
|
4288
4342
|
}
|
|
4289
4343
|
|
|
4290
4344
|
.E_u3l9ivi {
|
|
@@ -4466,178 +4520,8 @@ input.E_rf8rlle.ant-input {
|
|
|
4466
4520
|
opacity: 0.5;
|
|
4467
4521
|
}
|
|
4468
4522
|
|
|
4469
|
-
.
|
|
4470
|
-
|
|
4471
|
-
border-radius: 20px;
|
|
4472
|
-
padding: 2px 10px;
|
|
4473
|
-
height: 22px;
|
|
4474
|
-
display: flex;
|
|
4475
|
-
align-items: center;
|
|
4476
|
-
}
|
|
4477
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4478
|
-
color: #FFFFFF;
|
|
4479
|
-
}
|
|
4480
|
-
.E_l1ucdodl.tag-hover {
|
|
4481
|
-
cursor: pointer;
|
|
4482
|
-
}
|
|
4483
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
4484
|
-
color: #00122E;
|
|
4485
|
-
}
|
|
4486
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4487
|
-
margin-right: 6px;
|
|
4488
|
-
}
|
|
4489
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4490
|
-
margin-left: 8px;
|
|
4491
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4492
|
-
}
|
|
4493
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4494
|
-
color: #FFFFFF;
|
|
4495
|
-
}
|
|
4496
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4497
|
-
background-color: #0080FF;
|
|
4498
|
-
}
|
|
4499
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4500
|
-
background-color: #F0483E;
|
|
4501
|
-
}
|
|
4502
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4503
|
-
background-color: #FEA008;
|
|
4504
|
-
}
|
|
4505
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4506
|
-
background-color: #00BA5D;
|
|
4507
|
-
}
|
|
4508
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4509
|
-
background-color: #6b7d99;
|
|
4510
|
-
}
|
|
4511
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4512
|
-
background-color: #7E41FF;
|
|
4513
|
-
}
|
|
4514
|
-
|
|
4515
|
-
.E_s1qj66nc {
|
|
4516
|
-
width: 8px;
|
|
4517
|
-
height: 8px;
|
|
4518
|
-
border-radius: 50%;
|
|
4519
|
-
display: inline-block;
|
|
4520
|
-
}
|
|
4521
|
-
|
|
4522
|
-
.E_s5x1boq {
|
|
4523
|
-
width: 8px;
|
|
4524
|
-
height: 8px;
|
|
4525
|
-
border-radius: 2px;
|
|
4526
|
-
display: inline-block;
|
|
4527
|
-
}
|
|
4528
|
-
|
|
4529
|
-
.E_c1xm185 {
|
|
4530
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4531
|
-
}
|
|
4532
|
-
|
|
4533
|
-
.E_c1x5l5qc {
|
|
4534
|
-
flex: 1;
|
|
4535
|
-
}
|
|
4536
|
-
|
|
4537
|
-
button.E_l48ei06.ant-btn,
|
|
4538
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4539
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4540
|
-
font-size: 12px;
|
|
4541
|
-
line-height: 18px;
|
|
4542
|
-
height: 18px;
|
|
4543
|
-
}
|
|
4544
|
-
|
|
4545
|
-
button.E_l48ei06 {
|
|
4546
|
-
color: #0080FF;
|
|
4547
|
-
height: unset;
|
|
4548
|
-
}
|
|
4549
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4550
|
-
margin-right: 4px;
|
|
4551
|
-
}
|
|
4552
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4553
|
-
margin-left: 4px;
|
|
4554
|
-
}
|
|
4555
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4556
|
-
color: #009DFF;
|
|
4557
|
-
}
|
|
4558
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4559
|
-
color: #005ED1;
|
|
4560
|
-
}
|
|
4561
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4562
|
-
color: #0080FF;
|
|
4563
|
-
}
|
|
4564
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4565
|
-
color: #00122E;
|
|
4566
|
-
}
|
|
4567
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4568
|
-
color: #0080FF;
|
|
4569
|
-
}
|
|
4570
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4571
|
-
color: #005ED1;
|
|
4572
|
-
}
|
|
4573
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4574
|
-
color: #00122E;
|
|
4575
|
-
}
|
|
4576
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4577
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4578
|
-
}
|
|
4579
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4580
|
-
color: #0080FF;
|
|
4581
|
-
}
|
|
4582
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4583
|
-
color: #005ED1;
|
|
4584
|
-
}
|
|
4585
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4586
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4587
|
-
}
|
|
4588
|
-
|
|
4589
|
-
.E_r77hffu {
|
|
4590
|
-
display: flex;
|
|
4591
|
-
align-items: center;
|
|
4592
|
-
justify-content: space-between;
|
|
4593
|
-
column-gap: 6px;
|
|
4594
|
-
}
|
|
4595
|
-
|
|
4596
|
-
.E_p1cmxsf7 {
|
|
4597
|
-
display: flex;
|
|
4598
|
-
flex-direction: column;
|
|
4599
|
-
justify-content: center;
|
|
4600
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4601
|
-
}
|
|
4602
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
4603
|
-
font-size: 0;
|
|
4604
|
-
margin-bottom: unset;
|
|
4605
|
-
margin-inline-end: unset;
|
|
4606
|
-
}
|
|
4607
|
-
|
|
4608
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4609
|
-
margin-right: 2px;
|
|
4610
|
-
}
|
|
4611
|
-
|
|
4612
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4613
|
-
padding-left: 8px;
|
|
4614
|
-
padding-right: 8px;
|
|
4615
|
-
font-size: 12px;
|
|
4616
|
-
}
|
|
4617
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4618
|
-
border-radius: 4px;
|
|
4619
|
-
}
|
|
4620
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4621
|
-
border-radius: 4px;
|
|
4622
|
-
}
|
|
4623
|
-
|
|
4624
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
4625
|
-
padding-left: 12px;
|
|
4626
|
-
padding-right: 12px;
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.E_ckld275 {
|
|
4630
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4631
|
-
}
|
|
4632
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4633
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
4634
|
-
color: rgba(44, 56, 82, 0.75);
|
|
4635
|
-
}
|
|
4636
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4637
|
-
background-color: transparent;
|
|
4638
|
-
}
|
|
4639
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4640
|
-
background-color: transparent;
|
|
4523
|
+
.E_c1yd35n {
|
|
4524
|
+
padding: 0 12px 14px 12px;
|
|
4641
4525
|
}
|
|
4642
4526
|
|
|
4643
4527
|
.E_c1kghdax {
|
|
@@ -4744,203 +4628,233 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4744
4628
|
margin-left: 24px;
|
|
4745
4629
|
}
|
|
4746
4630
|
|
|
4747
|
-
.
|
|
4748
|
-
|
|
4749
|
-
flex: 1;
|
|
4750
|
-
display: flex;
|
|
4751
|
-
flex-direction: column;
|
|
4631
|
+
.E_b14q2gmw {
|
|
4632
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4752
4633
|
}
|
|
4753
|
-
|
|
4754
|
-
|
|
4634
|
+
|
|
4635
|
+
.E_c1eym6el {
|
|
4636
|
+
border-radius: 8px;
|
|
4637
|
+
background-color: white;
|
|
4755
4638
|
}
|
|
4756
|
-
.
|
|
4757
|
-
|
|
4639
|
+
.E_c1eym6el.hoverable {
|
|
4640
|
+
cursor: pointer;
|
|
4758
4641
|
}
|
|
4759
|
-
.
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
padding-right: 16px;
|
|
4764
|
-
padding-left: 16px;
|
|
4765
|
-
font-size: 16px;
|
|
4642
|
+
.E_c1eym6el.hoverable:hover {
|
|
4643
|
+
transition: all 200ms ease;
|
|
4644
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4645
|
+
transform: translateY(-4px);
|
|
4766
4646
|
}
|
|
4767
|
-
|
|
4768
|
-
|
|
4647
|
+
|
|
4648
|
+
.E_l1ucdodl {
|
|
4649
|
+
margin: 0;
|
|
4650
|
+
border-radius: 20px;
|
|
4651
|
+
padding: 2px 10px;
|
|
4652
|
+
height: 22px;
|
|
4653
|
+
display: flex;
|
|
4654
|
+
align-items: center;
|
|
4769
4655
|
}
|
|
4770
|
-
.
|
|
4771
|
-
|
|
4656
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4657
|
+
color: #FFFFFF;
|
|
4772
4658
|
}
|
|
4773
|
-
.
|
|
4774
|
-
|
|
4775
|
-
border-top-left-radius: 4px;
|
|
4776
|
-
border-top-right-radius: 4px;
|
|
4777
|
-
padding-right: 12px;
|
|
4778
|
-
padding-left: 12px;
|
|
4779
|
-
font-size: 14px;
|
|
4659
|
+
.E_l1ucdodl.tag-hover {
|
|
4660
|
+
cursor: pointer;
|
|
4780
4661
|
}
|
|
4781
|
-
.
|
|
4782
|
-
|
|
4783
|
-
display: flex;
|
|
4784
|
-
place-items: center;
|
|
4785
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4662
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4663
|
+
color: #00122E;
|
|
4786
4664
|
}
|
|
4787
|
-
.
|
|
4788
|
-
|
|
4789
|
-
display: flex;
|
|
4790
|
-
place-items: center;
|
|
4665
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4666
|
+
margin-right: 6px;
|
|
4791
4667
|
}
|
|
4792
|
-
.
|
|
4793
|
-
|
|
4668
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4669
|
+
margin-left: 8px;
|
|
4670
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4794
4671
|
}
|
|
4795
|
-
.
|
|
4796
|
-
|
|
4797
|
-
position: relative;
|
|
4672
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4673
|
+
color: #FFFFFF;
|
|
4798
4674
|
}
|
|
4799
|
-
.
|
|
4800
|
-
|
|
4801
|
-
width: 1px;
|
|
4802
|
-
height: 24px;
|
|
4803
|
-
background: rgba(172, 186, 211, 0.6);
|
|
4804
|
-
position: absolute;
|
|
4805
|
-
left: -6px;
|
|
4806
|
-
top: 50%;
|
|
4807
|
-
transform: translateY(-50%);
|
|
4675
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4676
|
+
background-color: #0080FF;
|
|
4808
4677
|
}
|
|
4809
|
-
.
|
|
4810
|
-
|
|
4811
|
-
display: flex;
|
|
4812
|
-
place-items: center;
|
|
4813
|
-
cursor: pointer;
|
|
4814
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4815
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
4678
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4679
|
+
background-color: #F0483E;
|
|
4816
4680
|
}
|
|
4817
|
-
.
|
|
4818
|
-
|
|
4819
|
-
color: #0080ff;
|
|
4820
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
4681
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4682
|
+
background-color: #FEA008;
|
|
4821
4683
|
}
|
|
4822
|
-
.
|
|
4823
|
-
|
|
4684
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4685
|
+
background-color: #00BA5D;
|
|
4824
4686
|
}
|
|
4825
|
-
.
|
|
4826
|
-
|
|
4827
|
-
height: 16px;
|
|
4828
|
-
padding: 0;
|
|
4829
|
-
border-radius: 2px;
|
|
4830
|
-
margin-left: 8px;
|
|
4687
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4688
|
+
background-color: #6b7d99;
|
|
4831
4689
|
}
|
|
4832
|
-
.
|
|
4833
|
-
|
|
4690
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4691
|
+
background-color: #7E41FF;
|
|
4834
4692
|
}
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4693
|
+
|
|
4694
|
+
.E_s1qj66nc {
|
|
4695
|
+
width: 8px;
|
|
4696
|
+
height: 8px;
|
|
4697
|
+
border-radius: 50%;
|
|
4698
|
+
display: inline-block;
|
|
4839
4699
|
}
|
|
4840
|
-
|
|
4841
|
-
|
|
4700
|
+
|
|
4701
|
+
.E_s5x1boq {
|
|
4702
|
+
width: 8px;
|
|
4703
|
+
height: 8px;
|
|
4704
|
+
border-radius: 2px;
|
|
4705
|
+
display: inline-block;
|
|
4842
4706
|
}
|
|
4843
4707
|
|
|
4844
|
-
.
|
|
4845
|
-
color:
|
|
4846
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4708
|
+
.E_c1xm185 {
|
|
4709
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4847
4710
|
}
|
|
4848
4711
|
|
|
4849
|
-
.
|
|
4850
|
-
|
|
4712
|
+
.E_c1x5l5qc {
|
|
4713
|
+
flex: 1;
|
|
4851
4714
|
}
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
border-radius: 8px;
|
|
4859
|
-
max-height: calc(100vh - 250px);
|
|
4860
|
-
overflow: auto;
|
|
4715
|
+
|
|
4716
|
+
.E_sddwhm6 {
|
|
4717
|
+
margin: 0;
|
|
4718
|
+
border-radius: 20px;
|
|
4719
|
+
padding: 2px 10px;
|
|
4720
|
+
height: 22px;
|
|
4861
4721
|
}
|
|
4862
|
-
.
|
|
4863
|
-
|
|
4864
|
-
place-items: center;
|
|
4865
|
-
width: var(--itemWidth);
|
|
4722
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4723
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4866
4724
|
}
|
|
4867
|
-
.
|
|
4868
|
-
|
|
4725
|
+
.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 {
|
|
4726
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4869
4727
|
}
|
|
4870
|
-
.
|
|
4871
|
-
|
|
4872
|
-
background: rgba(0, 136, 255, 0.1);
|
|
4873
|
-
color: #0080ff;
|
|
4728
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4729
|
+
color: #00122E;
|
|
4874
4730
|
}
|
|
4875
|
-
.
|
|
4876
|
-
|
|
4877
|
-
font-style: normal;
|
|
4878
|
-
font-weight: bold !important;
|
|
4731
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4732
|
+
margin-right: 6px;
|
|
4879
4733
|
}
|
|
4880
|
-
.
|
|
4881
|
-
|
|
4882
|
-
|
|
4734
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4735
|
+
margin-left: 8px;
|
|
4736
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4883
4737
|
}
|
|
4884
|
-
.
|
|
4885
|
-
color:
|
|
4886
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4738
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4739
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4887
4740
|
}
|
|
4888
|
-
.
|
|
4889
|
-
|
|
4890
|
-
flex: 1;
|
|
4891
|
-
overflow: hidden;
|
|
4892
|
-
text-overflow: ellipsis;
|
|
4893
|
-
white-space: nowrap;
|
|
4741
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4742
|
+
background-color: #0080FF;
|
|
4894
4743
|
}
|
|
4895
|
-
|
|
4896
|
-
.
|
|
4897
|
-
margin: auto;
|
|
4898
|
-
cursor: pointer;
|
|
4899
|
-
line-height: normal;
|
|
4900
|
-
height: 16px;
|
|
4901
|
-
margin-right: 3px;
|
|
4744
|
+
.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 {
|
|
4745
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4902
4746
|
}
|
|
4903
|
-
.
|
|
4904
|
-
|
|
4905
|
-
height: 16px;
|
|
4747
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4748
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4906
4749
|
}
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
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);
|
|
4750
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4751
|
+
background-color: #F0483E;
|
|
4910
4752
|
}
|
|
4911
|
-
|
|
4912
|
-
.
|
|
4913
|
-
border-radius: 8px;
|
|
4914
|
-
background-color: white;
|
|
4753
|
+
.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 {
|
|
4754
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4915
4755
|
}
|
|
4916
|
-
.
|
|
4917
|
-
|
|
4756
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4757
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4918
4758
|
}
|
|
4919
|
-
.
|
|
4920
|
-
|
|
4921
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4922
|
-
transform: translateY(-4px);
|
|
4759
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4760
|
+
background-color: #FEA008;
|
|
4923
4761
|
}
|
|
4924
|
-
|
|
4925
|
-
.
|
|
4926
|
-
padding: 0 12px 14px 12px;
|
|
4762
|
+
.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 {
|
|
4763
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4927
4764
|
}
|
|
4928
|
-
|
|
4929
|
-
.
|
|
4930
|
-
height: 100%;
|
|
4765
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4766
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4931
4767
|
}
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
.E_efzf37v .ant-table-body {
|
|
4935
|
-
overflow: visible !important;
|
|
4936
|
-
height: 100%;
|
|
4768
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4769
|
+
background-color: #00BA5D;
|
|
4937
4770
|
}
|
|
4938
|
-
.
|
|
4939
|
-
|
|
4771
|
+
.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 {
|
|
4772
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4940
4773
|
}
|
|
4941
|
-
.
|
|
4942
|
-
|
|
4943
|
-
|
|
4774
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4775
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4776
|
+
}
|
|
4777
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4778
|
+
background-color: #6b7d99;
|
|
4779
|
+
}
|
|
4780
|
+
.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 {
|
|
4781
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4782
|
+
}
|
|
4783
|
+
|
|
4784
|
+
.E_satwmqm {
|
|
4785
|
+
width: 8px;
|
|
4786
|
+
height: 8px;
|
|
4787
|
+
border-radius: 50%;
|
|
4788
|
+
display: inline-block;
|
|
4789
|
+
}
|
|
4790
|
+
|
|
4791
|
+
button.E_l48ei06.ant-btn,
|
|
4792
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4793
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4794
|
+
font-size: 12px;
|
|
4795
|
+
line-height: 18px;
|
|
4796
|
+
height: 18px;
|
|
4797
|
+
}
|
|
4798
|
+
|
|
4799
|
+
button.E_l48ei06 {
|
|
4800
|
+
color: #0080FF;
|
|
4801
|
+
height: unset;
|
|
4802
|
+
}
|
|
4803
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4804
|
+
margin-right: 4px;
|
|
4805
|
+
}
|
|
4806
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4807
|
+
margin-left: 4px;
|
|
4808
|
+
}
|
|
4809
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4810
|
+
color: #009DFF;
|
|
4811
|
+
}
|
|
4812
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4813
|
+
color: #005ED1;
|
|
4814
|
+
}
|
|
4815
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4816
|
+
color: #0080FF;
|
|
4817
|
+
}
|
|
4818
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4819
|
+
color: #00122E;
|
|
4820
|
+
}
|
|
4821
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4822
|
+
color: #0080FF;
|
|
4823
|
+
}
|
|
4824
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4825
|
+
color: #005ED1;
|
|
4826
|
+
}
|
|
4827
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4828
|
+
color: #00122E;
|
|
4829
|
+
}
|
|
4830
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4831
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4832
|
+
}
|
|
4833
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4834
|
+
color: #0080FF;
|
|
4835
|
+
}
|
|
4836
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4837
|
+
color: #005ED1;
|
|
4838
|
+
}
|
|
4839
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4840
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4843
|
+
.E_tc97u5y {
|
|
4844
|
+
height: 100%;
|
|
4845
|
+
}
|
|
4846
|
+
|
|
4847
|
+
.E_efzf37v .ant-table-content,
|
|
4848
|
+
.E_efzf37v .ant-table-body {
|
|
4849
|
+
overflow: visible !important;
|
|
4850
|
+
height: 100%;
|
|
4851
|
+
}
|
|
4852
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4853
|
+
height: 100%;
|
|
4854
|
+
}
|
|
4855
|
+
.E_efzf37v table {
|
|
4856
|
+
width: 100% !important;
|
|
4857
|
+
height: 100%;
|
|
4944
4858
|
}
|
|
4945
4859
|
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4946
4860
|
padding: 15px 0;
|
|
@@ -5355,79 +5269,375 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5355
5269
|
background: #fff;
|
|
5356
5270
|
}
|
|
5357
5271
|
|
|
5358
|
-
.
|
|
5272
|
+
.E_msn7nxt {
|
|
5273
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5274
|
+
text-align: center;
|
|
5275
|
+
display: flex;
|
|
5276
|
+
align-items: center;
|
|
5277
|
+
justify-content: center;
|
|
5278
|
+
flex-direction: column;
|
|
5279
|
+
height: 100%;
|
|
5280
|
+
}
|
|
5281
|
+
.E_msn7nxt .link {
|
|
5282
|
+
color: #0080ff;
|
|
5283
|
+
cursor: pointer;
|
|
5284
|
+
}
|
|
5285
|
+
|
|
5286
|
+
.E_mp64wfi {
|
|
5287
|
+
width: 100%;
|
|
5288
|
+
height: 100%;
|
|
5289
|
+
display: flex;
|
|
5290
|
+
flex-direction: column;
|
|
5291
|
+
}
|
|
5292
|
+
.E_mp64wfi .name-toolbar {
|
|
5293
|
+
width: 100%;
|
|
5294
|
+
display: flex;
|
|
5295
|
+
line-height: 30px;
|
|
5296
|
+
padding: 0 16px;
|
|
5297
|
+
justify-content: space-between;
|
|
5298
|
+
}
|
|
5299
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5300
|
+
display: flex;
|
|
5301
|
+
font-size: 12px;
|
|
5302
|
+
align-items: center;
|
|
5303
|
+
}
|
|
5304
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5305
|
+
color: #a3b4cc;
|
|
5306
|
+
}
|
|
5307
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5308
|
+
margin-left: 10px;
|
|
5309
|
+
}
|
|
5310
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5311
|
+
margin-left: 10px;
|
|
5312
|
+
cursor: pointer;
|
|
5313
|
+
}
|
|
5314
|
+
.E_mp64wfi .content {
|
|
5315
|
+
flex: 1;
|
|
5316
|
+
width: 100%;
|
|
5317
|
+
display: flex;
|
|
5318
|
+
justify-content: center;
|
|
5319
|
+
align-items: center;
|
|
5320
|
+
}
|
|
5321
|
+
.E_mp64wfi .single-content {
|
|
5322
|
+
height: 65px;
|
|
5323
|
+
}
|
|
5324
|
+
|
|
5325
|
+
.E_l1oyigan {
|
|
5326
|
+
display: flex;
|
|
5327
|
+
align-items: center;
|
|
5328
|
+
white-space: nowrap;
|
|
5329
|
+
overflow: hidden;
|
|
5330
|
+
width: 100%;
|
|
5331
|
+
}
|
|
5332
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
5333
|
+
margin-left: auto;
|
|
5334
|
+
font-size: 12px;
|
|
5335
|
+
}
|
|
5336
|
+
|
|
5337
|
+
.E_l1noi4n1 {
|
|
5338
|
+
display: flex;
|
|
5339
|
+
justify-content: flex-start;
|
|
5340
|
+
align-items: center;
|
|
5341
|
+
font-size: 12px;
|
|
5342
|
+
cursor: pointer;
|
|
5343
|
+
}
|
|
5344
|
+
.E_l1noi4n1:not(:last-child) {
|
|
5345
|
+
margin-right: 20px;
|
|
5346
|
+
}
|
|
5347
|
+
.E_l1noi4n1.deselected {
|
|
5348
|
+
opacity: 0.4;
|
|
5349
|
+
}
|
|
5350
|
+
.E_l1noi4n1.deselected .color-block {
|
|
5351
|
+
background: #b4beca !important;
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5354
|
+
.E_cz19rz6 {
|
|
5355
|
+
display: inline-block;
|
|
5356
|
+
height: 8px;
|
|
5357
|
+
width: 8px;
|
|
5358
|
+
margin-right: 8px;
|
|
5359
|
+
}
|
|
5360
|
+
|
|
5361
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5362
|
+
display: flex;
|
|
5363
|
+
align-items: center;
|
|
5364
|
+
font-size: 12px;
|
|
5359
5365
|
margin: 0;
|
|
5360
|
-
border-radius: 20px;
|
|
5361
|
-
padding: 2px 10px;
|
|
5362
|
-
height: 22px;
|
|
5363
5366
|
}
|
|
5364
|
-
|
|
5365
|
-
|
|
5367
|
+
|
|
5368
|
+
.E_m1y1hhnr {
|
|
5369
|
+
position: relative;
|
|
5366
5370
|
}
|
|
5367
|
-
.
|
|
5368
|
-
|
|
5371
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
5372
|
+
bottom: -12px;
|
|
5369
5373
|
}
|
|
5370
|
-
.
|
|
5371
|
-
|
|
5374
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
5375
|
+
display: flex;
|
|
5376
|
+
justify-content: space-between;
|
|
5377
|
+
line-height: 30px;
|
|
5378
|
+
margin: 0 16px;
|
|
5372
5379
|
}
|
|
5373
|
-
.
|
|
5374
|
-
|
|
5380
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
5381
|
+
display: flex;
|
|
5382
|
+
font-size: 12px;
|
|
5383
|
+
align-items: center;
|
|
5375
5384
|
}
|
|
5376
|
-
.
|
|
5385
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
5386
|
+
color: #a3b4cc;
|
|
5387
|
+
}
|
|
5388
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5389
|
+
margin-left: 10px;
|
|
5390
|
+
}
|
|
5391
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
5392
|
+
margin-left: 10px;
|
|
5393
|
+
cursor: pointer;
|
|
5394
|
+
}
|
|
5395
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
5396
|
+
font-size: 12px;
|
|
5397
|
+
}
|
|
5398
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
5399
|
+
position: absolute;
|
|
5400
|
+
bottom: 10px;
|
|
5401
|
+
padding: 0 8px;
|
|
5402
|
+
border-radius: 4px;
|
|
5403
|
+
font-size: 12px;
|
|
5404
|
+
color: #fff;
|
|
5405
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5406
|
+
transform: translateX(-50%);
|
|
5407
|
+
}
|
|
5408
|
+
|
|
5409
|
+
.E_tnvijvs {
|
|
5410
|
+
min-width: 200px;
|
|
5411
|
+
}
|
|
5412
|
+
|
|
5413
|
+
.E_t1ub2aex {
|
|
5414
|
+
display: flex;
|
|
5415
|
+
align-items: center;
|
|
5416
|
+
justify-content: space-between;
|
|
5417
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5418
|
+
color: #b4beca;
|
|
5419
|
+
font-size: 12px;
|
|
5420
|
+
padding: 3px 6px;
|
|
5421
|
+
}
|
|
5422
|
+
.E_t1ub2aex:first-child {
|
|
5423
|
+
padding-top: 3px;
|
|
5424
|
+
}
|
|
5425
|
+
.E_t1ub2aex:last-child {
|
|
5426
|
+
padding-bottom: 3px;
|
|
5427
|
+
}
|
|
5428
|
+
.E_t1ub2aex .column-value {
|
|
5429
|
+
color: #fff;
|
|
5377
5430
|
margin-left: 8px;
|
|
5378
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5379
5431
|
}
|
|
5380
|
-
|
|
5381
|
-
|
|
5432
|
+
|
|
5433
|
+
.E_lht19u8 {
|
|
5434
|
+
width: 64px;
|
|
5435
|
+
height: 64px;
|
|
5436
|
+
display: flex;
|
|
5437
|
+
align-items: center;
|
|
5438
|
+
justify-content: center;
|
|
5439
|
+
position: relative;
|
|
5440
|
+
opacity: 0.2;
|
|
5382
5441
|
}
|
|
5383
|
-
|
|
5384
|
-
|
|
5442
|
+
|
|
5443
|
+
.E_lk3gkp4 {
|
|
5444
|
+
position: absolute;
|
|
5445
|
+
width: 5px;
|
|
5446
|
+
height: 48px;
|
|
5447
|
+
left: 9.33px;
|
|
5448
|
+
top: 40.5px;
|
|
5449
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5450
|
+
border-radius: 5px;
|
|
5451
|
+
transform: rotate(-128deg);
|
|
5452
|
+
transform-origin: top left;
|
|
5453
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5385
5454
|
}
|
|
5386
|
-
|
|
5387
|
-
|
|
5455
|
+
|
|
5456
|
+
.E_ll4n94n {
|
|
5457
|
+
position: absolute;
|
|
5458
|
+
width: 5px;
|
|
5459
|
+
height: 48px;
|
|
5460
|
+
left: 40.8px;
|
|
5461
|
+
top: 8.4px;
|
|
5462
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5463
|
+
border-radius: 5px;
|
|
5464
|
+
transform: rotate(-8deg);
|
|
5465
|
+
transform-origin: top left;
|
|
5466
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5388
5467
|
}
|
|
5389
|
-
|
|
5390
|
-
|
|
5468
|
+
|
|
5469
|
+
.E_l17lbdo6 {
|
|
5470
|
+
position: absolute;
|
|
5471
|
+
width: 5px;
|
|
5472
|
+
height: 48px;
|
|
5473
|
+
left: 52.9px;
|
|
5474
|
+
top: 51.8px;
|
|
5475
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5476
|
+
border-radius: 5px;
|
|
5477
|
+
transform: rotate(112deg);
|
|
5478
|
+
transform-origin: top left;
|
|
5479
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
.E_t1tbywr9 {
|
|
5483
|
+
width: 100%;
|
|
5484
|
+
flex: 1;
|
|
5485
|
+
display: flex;
|
|
5486
|
+
flex-direction: column;
|
|
5487
|
+
}
|
|
5488
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5489
|
+
height: 32px;
|
|
5490
|
+
}
|
|
5491
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5492
|
+
height: 32px;
|
|
5493
|
+
}
|
|
5494
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5495
|
+
height: 32px;
|
|
5496
|
+
border-top-left-radius: 6px;
|
|
5497
|
+
border-top-right-radius: 6px;
|
|
5498
|
+
padding-right: 16px;
|
|
5499
|
+
padding-left: 16px;
|
|
5500
|
+
font-size: 16px;
|
|
5501
|
+
}
|
|
5502
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5503
|
+
height: 24px;
|
|
5504
|
+
}
|
|
5505
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5506
|
+
height: 24px;
|
|
5507
|
+
}
|
|
5508
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5509
|
+
height: 24px;
|
|
5510
|
+
border-top-left-radius: 4px;
|
|
5511
|
+
border-top-right-radius: 4px;
|
|
5512
|
+
padding-right: 12px;
|
|
5513
|
+
padding-left: 12px;
|
|
5514
|
+
font-size: 14px;
|
|
5515
|
+
}
|
|
5516
|
+
.E_t1tbywr9 .tab-bar {
|
|
5517
|
+
max-width: 100%;
|
|
5518
|
+
display: flex;
|
|
5519
|
+
place-items: center;
|
|
5520
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5521
|
+
}
|
|
5522
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5523
|
+
overflow: hidden;
|
|
5524
|
+
display: flex;
|
|
5525
|
+
place-items: center;
|
|
5526
|
+
}
|
|
5527
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5528
|
+
padding-left: 0px;
|
|
5529
|
+
}
|
|
5530
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5531
|
+
margin-left: 12px;
|
|
5532
|
+
position: relative;
|
|
5533
|
+
}
|
|
5534
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5535
|
+
content: "";
|
|
5536
|
+
width: 1px;
|
|
5537
|
+
height: 24px;
|
|
5538
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5539
|
+
position: absolute;
|
|
5540
|
+
left: -6px;
|
|
5541
|
+
top: 50%;
|
|
5542
|
+
transform: translateY(-50%);
|
|
5543
|
+
}
|
|
5544
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5545
|
+
flex-shrink: 0;
|
|
5546
|
+
display: flex;
|
|
5547
|
+
place-items: center;
|
|
5548
|
+
cursor: pointer;
|
|
5549
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
5550
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5551
|
+
}
|
|
5552
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5553
|
+
padding-left: 16px;
|
|
5554
|
+
color: #0080ff;
|
|
5555
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5556
|
+
}
|
|
5557
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5558
|
+
margin-left: 2px;
|
|
5559
|
+
}
|
|
5560
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5561
|
+
width: 16px;
|
|
5562
|
+
height: 16px;
|
|
5563
|
+
padding: 0;
|
|
5564
|
+
border-radius: 2px;
|
|
5565
|
+
margin-left: 8px;
|
|
5566
|
+
}
|
|
5567
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5568
|
+
margin-left: 8px;
|
|
5569
|
+
}
|
|
5570
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5571
|
+
padding-left: 16px;
|
|
5572
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5573
|
+
color: #0080ff;
|
|
5391
5574
|
}
|
|
5392
|
-
.
|
|
5393
|
-
|
|
5575
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5576
|
+
display: none;
|
|
5394
5577
|
}
|
|
5395
|
-
|
|
5396
|
-
|
|
5578
|
+
|
|
5579
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5580
|
+
color: #0080ff;
|
|
5581
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5397
5582
|
}
|
|
5398
|
-
|
|
5399
|
-
|
|
5583
|
+
|
|
5584
|
+
.E_m19lu3v {
|
|
5585
|
+
cursor: default;
|
|
5400
5586
|
}
|
|
5401
|
-
.
|
|
5402
|
-
|
|
5587
|
+
.E_m19lu3v .menu-wrapper {
|
|
5588
|
+
min-width: 160px;
|
|
5589
|
+
max-width: 400px;
|
|
5590
|
+
padding: 6px;
|
|
5591
|
+
background: #fff;
|
|
5592
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5593
|
+
border-radius: 8px;
|
|
5594
|
+
max-height: calc(100vh - 250px);
|
|
5595
|
+
overflow: auto;
|
|
5403
5596
|
}
|
|
5404
|
-
.
|
|
5405
|
-
|
|
5597
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5598
|
+
display: flex;
|
|
5599
|
+
place-items: center;
|
|
5600
|
+
width: var(--itemWidth);
|
|
5406
5601
|
}
|
|
5407
|
-
.
|
|
5408
|
-
|
|
5602
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5603
|
+
margin-top: 8px;
|
|
5409
5604
|
}
|
|
5410
|
-
.
|
|
5411
|
-
|
|
5605
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5606
|
+
padding: 6px;
|
|
5607
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5608
|
+
color: #0080ff;
|
|
5412
5609
|
}
|
|
5413
|
-
.
|
|
5414
|
-
|
|
5610
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5611
|
+
font-family: Inter;
|
|
5612
|
+
font-style: normal;
|
|
5613
|
+
font-weight: bold !important;
|
|
5415
5614
|
}
|
|
5416
|
-
.
|
|
5417
|
-
|
|
5615
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5616
|
+
padding: 5px 12px;
|
|
5617
|
+
border-radius: 4px;
|
|
5418
5618
|
}
|
|
5419
|
-
.
|
|
5420
|
-
|
|
5619
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5620
|
+
color: #0080ff;
|
|
5621
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5421
5622
|
}
|
|
5422
|
-
.
|
|
5423
|
-
|
|
5623
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5624
|
+
text-align: left;
|
|
5625
|
+
flex: 1;
|
|
5626
|
+
overflow: hidden;
|
|
5627
|
+
text-overflow: ellipsis;
|
|
5628
|
+
white-space: nowrap;
|
|
5424
5629
|
}
|
|
5425
5630
|
|
|
5426
|
-
.
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5631
|
+
.E_i1bmwe2m {
|
|
5632
|
+
margin: auto;
|
|
5633
|
+
cursor: pointer;
|
|
5634
|
+
line-height: normal;
|
|
5635
|
+
height: 16px;
|
|
5636
|
+
margin-right: 3px;
|
|
5637
|
+
}
|
|
5638
|
+
.E_i1bmwe2m .icon-inner {
|
|
5639
|
+
display: block;
|
|
5640
|
+
height: 16px;
|
|
5431
5641
|
}
|
|
5432
5642
|
|
|
5433
5643
|
.E_m11nzl2x {
|
|
@@ -5511,388 +5721,145 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5511
5721
|
background: #b4beca !important;
|
|
5512
5722
|
border-radius: 2px;
|
|
5513
5723
|
}
|
|
5514
|
-
.E_ltthzck.hoverering-self {
|
|
5515
|
-
opacity: 1;
|
|
5516
|
-
}
|
|
5517
|
-
.E_ltthzck .dropdown-trigger {
|
|
5518
|
-
margin-left: 12px;
|
|
5519
|
-
}
|
|
5520
|
-
.E_ltthzck .legend-name {
|
|
5521
|
-
color: #00122e;
|
|
5522
|
-
}
|
|
5523
|
-
.E_ltthzck .icon-suffix-wrapper {
|
|
5524
|
-
display: flex;
|
|
5525
|
-
align-items: center;
|
|
5526
|
-
margin-left: 4px;
|
|
5527
|
-
}
|
|
5528
|
-
|
|
5529
|
-
.E_l1mumj7o {
|
|
5530
|
-
display: flex;
|
|
5531
|
-
justify-content: flex-start;
|
|
5532
|
-
align-items: center;
|
|
5533
|
-
font-size: 12px;
|
|
5534
|
-
cursor: pointer;
|
|
5535
|
-
}
|
|
5536
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
5537
|
-
opacity: 0.3;
|
|
5538
|
-
}
|
|
5539
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
5540
|
-
background: #b4beca !important;
|
|
5541
|
-
border-radius: 2px;
|
|
5542
|
-
}
|
|
5543
|
-
.E_l1mumj7o .legend-name {
|
|
5544
|
-
color: #00122e;
|
|
5545
|
-
}
|
|
5546
|
-
.E_l1mumj7o.hoverering-self {
|
|
5547
|
-
opacity: 1;
|
|
5548
|
-
}
|
|
5549
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
5550
|
-
margin-left: 4px;
|
|
5551
|
-
display: flex;
|
|
5552
|
-
align-items: center;
|
|
5553
|
-
}
|
|
5554
|
-
|
|
5555
|
-
.E_c14rn6j5 {
|
|
5556
|
-
display: inline-block;
|
|
5557
|
-
height: 8px;
|
|
5558
|
-
width: 8px;
|
|
5559
|
-
margin-right: 6px;
|
|
5560
|
-
border-radius: 2px;
|
|
5561
|
-
}
|
|
5562
|
-
|
|
5563
|
-
.E_e45tc5l .ant-dropdown-menu-item {
|
|
5564
|
-
display: flex;
|
|
5565
|
-
align-items: center;
|
|
5566
|
-
font-size: 12px;
|
|
5567
|
-
margin: 0;
|
|
5568
|
-
}
|
|
5569
|
-
|
|
5570
|
-
.E_lqeaosa {
|
|
5571
|
-
position: relative;
|
|
5572
|
-
}
|
|
5573
|
-
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
5574
|
-
bottom: -12px;
|
|
5575
|
-
}
|
|
5576
|
-
.E_lqeaosa .metric-toolbar {
|
|
5577
|
-
display: flex;
|
|
5578
|
-
justify-content: space-between;
|
|
5579
|
-
line-height: 30px;
|
|
5580
|
-
}
|
|
5581
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
5582
|
-
display: flex;
|
|
5583
|
-
flex-shrink: 0;
|
|
5584
|
-
font-size: 12px;
|
|
5585
|
-
align-items: center;
|
|
5586
|
-
}
|
|
5587
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5588
|
-
color: #a3b4cc;
|
|
5589
|
-
}
|
|
5590
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5591
|
-
margin-left: 10px;
|
|
5592
|
-
}
|
|
5593
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5594
|
-
margin-left: 10px;
|
|
5595
|
-
cursor: pointer;
|
|
5596
|
-
}
|
|
5597
|
-
.E_lqeaosa .recharts-xAxis {
|
|
5598
|
-
font-size: 12px;
|
|
5599
|
-
}
|
|
5600
|
-
.E_lqeaosa .pointer-wrapper {
|
|
5601
|
-
position: absolute;
|
|
5602
|
-
bottom: 10px;
|
|
5603
|
-
padding: 0 8px;
|
|
5604
|
-
font-size: 12px;
|
|
5605
|
-
color: #fff;
|
|
5606
|
-
transform: translateX(-50%);
|
|
5607
|
-
}
|
|
5608
|
-
|
|
5609
|
-
.E_t2pr38p {
|
|
5610
|
-
min-width: 200px;
|
|
5611
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
5612
|
-
border-radius: 4px;
|
|
5613
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5614
|
-
padding: 8px;
|
|
5615
|
-
}
|
|
5616
|
-
|
|
5617
|
-
.E_tecdsj7 {
|
|
5618
|
-
display: flex;
|
|
5619
|
-
align-items: center;
|
|
5620
|
-
background-color: unset;
|
|
5621
|
-
color: #FFFFFF;
|
|
5622
|
-
justify-content: space-between;
|
|
5623
|
-
font-size: 12px;
|
|
5624
|
-
padding-top: 6px;
|
|
5625
|
-
}
|
|
5626
|
-
.E_tecdsj7:first-child {
|
|
5627
|
-
padding-top: 3px;
|
|
5628
|
-
}
|
|
5629
|
-
.E_tecdsj7:last-child {
|
|
5630
|
-
padding-bottom: 3px;
|
|
5631
|
-
}
|
|
5632
|
-
.E_tecdsj7 .column-value {
|
|
5633
|
-
color: #FFFFFF;
|
|
5634
|
-
margin-left: 8px;
|
|
5635
|
-
}
|
|
5636
|
-
|
|
5637
|
-
.E_ljhvvia {
|
|
5638
|
-
display: inline-block;
|
|
5639
|
-
height: 8px;
|
|
5640
|
-
width: 8px;
|
|
5641
|
-
margin-right: 8px;
|
|
5642
|
-
border-radius: 2px;
|
|
5643
|
-
}
|
|
5644
|
-
.E_ljhvvia.borderd {
|
|
5645
|
-
border: 1px solid #FFFFFF;
|
|
5646
|
-
}
|
|
5647
|
-
|
|
5648
|
-
.E_msn7nxt {
|
|
5649
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5650
|
-
text-align: center;
|
|
5651
|
-
display: flex;
|
|
5652
|
-
align-items: center;
|
|
5653
|
-
justify-content: center;
|
|
5654
|
-
flex-direction: column;
|
|
5655
|
-
height: 100%;
|
|
5656
|
-
}
|
|
5657
|
-
.E_msn7nxt .link {
|
|
5658
|
-
color: #0080ff;
|
|
5659
|
-
cursor: pointer;
|
|
5660
|
-
}
|
|
5661
|
-
|
|
5662
|
-
.E_mp64wfi {
|
|
5663
|
-
width: 100%;
|
|
5664
|
-
height: 100%;
|
|
5665
|
-
display: flex;
|
|
5666
|
-
flex-direction: column;
|
|
5667
|
-
}
|
|
5668
|
-
.E_mp64wfi .name-toolbar {
|
|
5669
|
-
width: 100%;
|
|
5670
|
-
display: flex;
|
|
5671
|
-
line-height: 30px;
|
|
5672
|
-
padding: 0 16px;
|
|
5673
|
-
justify-content: space-between;
|
|
5674
|
-
}
|
|
5675
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5676
|
-
display: flex;
|
|
5677
|
-
font-size: 12px;
|
|
5678
|
-
align-items: center;
|
|
5679
|
-
}
|
|
5680
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5681
|
-
color: #a3b4cc;
|
|
5682
|
-
}
|
|
5683
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5684
|
-
margin-left: 10px;
|
|
5685
|
-
}
|
|
5686
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5687
|
-
margin-left: 10px;
|
|
5688
|
-
cursor: pointer;
|
|
5724
|
+
.E_ltthzck.hoverering-self {
|
|
5725
|
+
opacity: 1;
|
|
5689
5726
|
}
|
|
5690
|
-
.
|
|
5691
|
-
|
|
5692
|
-
width: 100%;
|
|
5693
|
-
display: flex;
|
|
5694
|
-
justify-content: center;
|
|
5695
|
-
align-items: center;
|
|
5727
|
+
.E_ltthzck .dropdown-trigger {
|
|
5728
|
+
margin-left: 12px;
|
|
5696
5729
|
}
|
|
5697
|
-
.
|
|
5698
|
-
|
|
5730
|
+
.E_ltthzck .legend-name {
|
|
5731
|
+
color: #00122e;
|
|
5699
5732
|
}
|
|
5700
|
-
|
|
5701
|
-
.E_l1oyigan {
|
|
5733
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
5702
5734
|
display: flex;
|
|
5703
5735
|
align-items: center;
|
|
5704
|
-
|
|
5705
|
-
overflow: hidden;
|
|
5706
|
-
width: 100%;
|
|
5707
|
-
}
|
|
5708
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
5709
|
-
margin-left: auto;
|
|
5710
|
-
font-size: 12px;
|
|
5736
|
+
margin-left: 4px;
|
|
5711
5737
|
}
|
|
5712
5738
|
|
|
5713
|
-
.
|
|
5739
|
+
.E_l1mumj7o {
|
|
5714
5740
|
display: flex;
|
|
5715
5741
|
justify-content: flex-start;
|
|
5716
5742
|
align-items: center;
|
|
5717
5743
|
font-size: 12px;
|
|
5718
5744
|
cursor: pointer;
|
|
5719
5745
|
}
|
|
5720
|
-
.
|
|
5721
|
-
|
|
5722
|
-
}
|
|
5723
|
-
.E_l1noi4n1.deselected {
|
|
5724
|
-
opacity: 0.4;
|
|
5746
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
5747
|
+
opacity: 0.3;
|
|
5725
5748
|
}
|
|
5726
|
-
.
|
|
5749
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
5727
5750
|
background: #b4beca !important;
|
|
5751
|
+
border-radius: 2px;
|
|
5752
|
+
}
|
|
5753
|
+
.E_l1mumj7o .legend-name {
|
|
5754
|
+
color: #00122e;
|
|
5755
|
+
}
|
|
5756
|
+
.E_l1mumj7o.hoverering-self {
|
|
5757
|
+
opacity: 1;
|
|
5758
|
+
}
|
|
5759
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
5760
|
+
margin-left: 4px;
|
|
5761
|
+
display: flex;
|
|
5762
|
+
align-items: center;
|
|
5728
5763
|
}
|
|
5729
5764
|
|
|
5730
|
-
.
|
|
5765
|
+
.E_c14rn6j5 {
|
|
5731
5766
|
display: inline-block;
|
|
5732
5767
|
height: 8px;
|
|
5733
5768
|
width: 8px;
|
|
5734
|
-
margin-right:
|
|
5769
|
+
margin-right: 6px;
|
|
5770
|
+
border-radius: 2px;
|
|
5735
5771
|
}
|
|
5736
5772
|
|
|
5737
|
-
.
|
|
5773
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
5738
5774
|
display: flex;
|
|
5739
5775
|
align-items: center;
|
|
5740
5776
|
font-size: 12px;
|
|
5741
5777
|
margin: 0;
|
|
5742
5778
|
}
|
|
5743
5779
|
|
|
5744
|
-
.
|
|
5780
|
+
.E_lqeaosa {
|
|
5745
5781
|
position: relative;
|
|
5746
5782
|
}
|
|
5747
|
-
.
|
|
5783
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
5748
5784
|
bottom: -12px;
|
|
5749
5785
|
}
|
|
5750
|
-
.
|
|
5786
|
+
.E_lqeaosa .metric-toolbar {
|
|
5751
5787
|
display: flex;
|
|
5752
5788
|
justify-content: space-between;
|
|
5753
5789
|
line-height: 30px;
|
|
5754
|
-
margin: 0 16px;
|
|
5755
5790
|
}
|
|
5756
|
-
.
|
|
5791
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
5757
5792
|
display: flex;
|
|
5793
|
+
flex-shrink: 0;
|
|
5758
5794
|
font-size: 12px;
|
|
5759
5795
|
align-items: center;
|
|
5760
5796
|
}
|
|
5761
|
-
.
|
|
5797
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5762
5798
|
color: #a3b4cc;
|
|
5763
5799
|
}
|
|
5764
|
-
.
|
|
5800
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5765
5801
|
margin-left: 10px;
|
|
5766
5802
|
}
|
|
5767
|
-
.
|
|
5803
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5768
5804
|
margin-left: 10px;
|
|
5769
5805
|
cursor: pointer;
|
|
5770
5806
|
}
|
|
5771
|
-
.
|
|
5807
|
+
.E_lqeaosa .recharts-xAxis {
|
|
5772
5808
|
font-size: 12px;
|
|
5773
5809
|
}
|
|
5774
|
-
.
|
|
5810
|
+
.E_lqeaosa .pointer-wrapper {
|
|
5775
5811
|
position: absolute;
|
|
5776
5812
|
bottom: 10px;
|
|
5777
5813
|
padding: 0 8px;
|
|
5778
|
-
border-radius: 4px;
|
|
5779
5814
|
font-size: 12px;
|
|
5780
5815
|
color: #fff;
|
|
5781
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5782
5816
|
transform: translateX(-50%);
|
|
5783
5817
|
}
|
|
5784
5818
|
|
|
5785
|
-
.
|
|
5819
|
+
.E_t2pr38p {
|
|
5786
5820
|
min-width: 200px;
|
|
5821
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
5822
|
+
border-radius: 4px;
|
|
5823
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5824
|
+
padding: 8px;
|
|
5787
5825
|
}
|
|
5788
5826
|
|
|
5789
|
-
.
|
|
5827
|
+
.E_tecdsj7 {
|
|
5790
5828
|
display: flex;
|
|
5791
5829
|
align-items: center;
|
|
5830
|
+
background-color: unset;
|
|
5831
|
+
color: #FFFFFF;
|
|
5792
5832
|
justify-content: space-between;
|
|
5793
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5794
|
-
color: #b4beca;
|
|
5795
5833
|
font-size: 12px;
|
|
5796
|
-
padding:
|
|
5834
|
+
padding-top: 6px;
|
|
5797
5835
|
}
|
|
5798
|
-
.
|
|
5836
|
+
.E_tecdsj7:first-child {
|
|
5799
5837
|
padding-top: 3px;
|
|
5800
5838
|
}
|
|
5801
|
-
.
|
|
5839
|
+
.E_tecdsj7:last-child {
|
|
5802
5840
|
padding-bottom: 3px;
|
|
5803
5841
|
}
|
|
5804
|
-
.
|
|
5805
|
-
color: #
|
|
5842
|
+
.E_tecdsj7 .column-value {
|
|
5843
|
+
color: #FFFFFF;
|
|
5806
5844
|
margin-left: 8px;
|
|
5807
5845
|
}
|
|
5808
5846
|
|
|
5809
|
-
.
|
|
5810
|
-
|
|
5811
|
-
height:
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
position: relative;
|
|
5816
|
-
opacity: 0.2;
|
|
5817
|
-
}
|
|
5818
|
-
|
|
5819
|
-
.E_lk3gkp4 {
|
|
5820
|
-
position: absolute;
|
|
5821
|
-
width: 5px;
|
|
5822
|
-
height: 48px;
|
|
5823
|
-
left: 9.33px;
|
|
5824
|
-
top: 40.5px;
|
|
5825
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5826
|
-
border-radius: 5px;
|
|
5827
|
-
transform: rotate(-128deg);
|
|
5828
|
-
transform-origin: top left;
|
|
5829
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5830
|
-
}
|
|
5831
|
-
|
|
5832
|
-
.E_ll4n94n {
|
|
5833
|
-
position: absolute;
|
|
5834
|
-
width: 5px;
|
|
5835
|
-
height: 48px;
|
|
5836
|
-
left: 40.8px;
|
|
5837
|
-
top: 8.4px;
|
|
5838
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5839
|
-
border-radius: 5px;
|
|
5840
|
-
transform: rotate(-8deg);
|
|
5841
|
-
transform-origin: top left;
|
|
5842
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5843
|
-
}
|
|
5844
|
-
|
|
5845
|
-
.E_l17lbdo6 {
|
|
5846
|
-
position: absolute;
|
|
5847
|
-
width: 5px;
|
|
5848
|
-
height: 48px;
|
|
5849
|
-
left: 52.9px;
|
|
5850
|
-
top: 51.8px;
|
|
5851
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5852
|
-
border-radius: 5px;
|
|
5853
|
-
transform: rotate(112deg);
|
|
5854
|
-
transform-origin: top left;
|
|
5855
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5856
|
-
}
|
|
5857
|
-
|
|
5858
|
-
.E_w7ob4th.outside-tag {
|
|
5859
|
-
padding-left: 0;
|
|
5860
|
-
}
|
|
5861
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5862
|
-
border-radius: 4px 0 0 4px;
|
|
5863
|
-
padding-right: 4px;
|
|
5864
|
-
margin-right: 4px;
|
|
5865
|
-
}
|
|
5866
|
-
|
|
5867
|
-
.E_slr2ynn {
|
|
5868
|
-
padding: 0 8px;
|
|
5869
|
-
height: 18px;
|
|
5870
|
-
}
|
|
5871
|
-
|
|
5872
|
-
.E_m140wbb6 {
|
|
5873
|
-
padding: 2px 8px;
|
|
5874
|
-
height: 24px;
|
|
5847
|
+
.E_ljhvvia {
|
|
5848
|
+
display: inline-block;
|
|
5849
|
+
height: 8px;
|
|
5850
|
+
width: 8px;
|
|
5851
|
+
margin-right: 8px;
|
|
5852
|
+
border-radius: 2px;
|
|
5875
5853
|
}
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
margin: 0;
|
|
5854
|
+
.E_ljhvvia.borderd {
|
|
5855
|
+
border: 1px solid #FFFFFF;
|
|
5879
5856
|
}
|
|
5880
5857
|
|
|
5881
|
-
.
|
|
5858
|
+
.E_i1g85yz3 {
|
|
5882
5859
|
margin-right: 4px;
|
|
5883
5860
|
height: 16px;
|
|
5884
5861
|
}
|
|
5885
5862
|
|
|
5886
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5887
|
-
font-weight: 700;
|
|
5888
|
-
color: #00122E;
|
|
5889
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5890
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5891
|
-
word-break: break-all;
|
|
5892
|
-
display: inline;
|
|
5893
|
-
white-space: normal;
|
|
5894
|
-
}
|
|
5895
|
-
|
|
5896
5863
|
.E_sjob3jg {
|
|
5897
5864
|
--item-min-width: 60px;
|
|
5898
5865
|
}
|
|
@@ -6286,15 +6253,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6286
6253
|
display: none;
|
|
6287
6254
|
color: rgba(44, 56, 82, 0.6);
|
|
6288
6255
|
}
|
|
6289
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
6290
|
-
display: inline;
|
|
6256
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
6257
|
+
display: inline;
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6260
|
+
.E_d77i8u0 {
|
|
6261
|
+
width: 24px;
|
|
6262
|
+
height: 24px;
|
|
6263
|
+
padding: 4px;
|
|
6264
|
+
margin-right: 8px;
|
|
6265
|
+
}
|
|
6266
|
+
|
|
6267
|
+
.E_slr2ynn {
|
|
6268
|
+
padding: 0 8px;
|
|
6269
|
+
height: 18px;
|
|
6270
|
+
}
|
|
6271
|
+
|
|
6272
|
+
.E_m140wbb6 {
|
|
6273
|
+
padding: 2px 8px;
|
|
6274
|
+
height: 24px;
|
|
6275
|
+
}
|
|
6276
|
+
|
|
6277
|
+
.E_t1fozc1i {
|
|
6278
|
+
margin: 0;
|
|
6279
|
+
}
|
|
6280
|
+
|
|
6281
|
+
.E_i1vxv4ln {
|
|
6282
|
+
margin-right: 4px;
|
|
6283
|
+
height: 16px;
|
|
6284
|
+
}
|
|
6285
|
+
|
|
6286
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
6287
|
+
font-weight: 700;
|
|
6288
|
+
color: #00122E;
|
|
6289
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
6290
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
6291
|
+
word-break: break-all;
|
|
6292
|
+
display: inline;
|
|
6293
|
+
white-space: normal;
|
|
6294
|
+
}
|
|
6295
|
+
|
|
6296
|
+
.E_w7ob4th.outside-tag {
|
|
6297
|
+
padding-left: 0;
|
|
6298
|
+
}
|
|
6299
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
6300
|
+
border-radius: 4px 0 0 4px;
|
|
6301
|
+
padding-right: 4px;
|
|
6302
|
+
margin-right: 4px;
|
|
6303
|
+
}
|
|
6304
|
+
|
|
6305
|
+
.E_bpgac8u {
|
|
6306
|
+
color: #FFFFFF;
|
|
6307
|
+
display: flex;
|
|
6308
|
+
gap: 8px;
|
|
6309
|
+
padding: 8px 0;
|
|
6310
|
+
display: flex;
|
|
6311
|
+
justify-content: center;
|
|
6312
|
+
white-space: pre-wrap;
|
|
6313
|
+
align-items: center;
|
|
6314
|
+
}
|
|
6315
|
+
.E_bpgac8u .dashed-btn {
|
|
6316
|
+
border-bottom: 1px solid white;
|
|
6317
|
+
cursor: pointer;
|
|
6318
|
+
}
|
|
6319
|
+
|
|
6320
|
+
.E_envn4g3 {
|
|
6321
|
+
background: #F0483E;
|
|
6322
|
+
}
|
|
6323
|
+
|
|
6324
|
+
.E_i12w18eu {
|
|
6325
|
+
background: #0080FF;
|
|
6291
6326
|
}
|
|
6292
6327
|
|
|
6293
|
-
.
|
|
6294
|
-
|
|
6295
|
-
height: 24px;
|
|
6296
|
-
padding: 4px;
|
|
6297
|
-
margin-right: 8px;
|
|
6328
|
+
.E_wujsnt4 {
|
|
6329
|
+
background-color: #E07F00;
|
|
6298
6330
|
}
|
|
6299
6331
|
|
|
6300
6332
|
.E_t13ef470 {
|
|
@@ -6327,38 +6359,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6327
6359
|
background: rgba(163, 180, 204, 0.18);
|
|
6328
6360
|
}
|
|
6329
6361
|
|
|
6330
|
-
.E_i1g85yz3 {
|
|
6331
|
-
margin-right: 4px;
|
|
6332
|
-
height: 16px;
|
|
6333
|
-
}
|
|
6334
|
-
|
|
6335
|
-
.E_bpgac8u {
|
|
6336
|
-
color: #FFFFFF;
|
|
6337
|
-
display: flex;
|
|
6338
|
-
gap: 8px;
|
|
6339
|
-
padding: 8px 0;
|
|
6340
|
-
display: flex;
|
|
6341
|
-
justify-content: center;
|
|
6342
|
-
white-space: pre-wrap;
|
|
6343
|
-
align-items: center;
|
|
6344
|
-
}
|
|
6345
|
-
.E_bpgac8u .dashed-btn {
|
|
6346
|
-
border-bottom: 1px solid white;
|
|
6347
|
-
cursor: pointer;
|
|
6348
|
-
}
|
|
6349
|
-
|
|
6350
|
-
.E_envn4g3 {
|
|
6351
|
-
background: #F0483E;
|
|
6352
|
-
}
|
|
6353
|
-
|
|
6354
|
-
.E_i12w18eu {
|
|
6355
|
-
background: #0080FF;
|
|
6356
|
-
}
|
|
6357
|
-
|
|
6358
|
-
.E_wujsnt4 {
|
|
6359
|
-
background-color: #E07F00;
|
|
6360
|
-
}
|
|
6361
|
-
|
|
6362
6362
|
.E_b1jaupqb {
|
|
6363
6363
|
color: #F0483E;
|
|
6364
6364
|
}
|
|
@@ -6608,6 +6608,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6608
6608
|
color: #00122E;
|
|
6609
6609
|
}
|
|
6610
6610
|
|
|
6611
|
+
.E_sqv6dmy {
|
|
6612
|
+
display: flex;
|
|
6613
|
+
justify-content: flex-end;
|
|
6614
|
+
}
|
|
6615
|
+
|
|
6616
|
+
.E_p1rm8wzb {
|
|
6617
|
+
margin-right: 8px;
|
|
6618
|
+
}
|
|
6619
|
+
|
|
6620
|
+
.E_sd7qcf4 {
|
|
6621
|
+
height: 100%;
|
|
6622
|
+
width: 100%;
|
|
6623
|
+
overflow: auto;
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6626
|
+
.E_r1fxc9gq.right {
|
|
6627
|
+
overflow: auto;
|
|
6628
|
+
padding-right: 2px;
|
|
6629
|
+
width: 200px;
|
|
6630
|
+
height: fit-content;
|
|
6631
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6632
|
+
scrollbar-gutter: stable;
|
|
6633
|
+
}
|
|
6634
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6635
|
+
width: 6px;
|
|
6636
|
+
}
|
|
6637
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6638
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6639
|
+
}
|
|
6640
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6641
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6642
|
+
border-radius: 8px;
|
|
6643
|
+
}
|
|
6644
|
+
|
|
6611
6645
|
.E_dxyv8bv {
|
|
6612
6646
|
--footer-height: 80px;
|
|
6613
6647
|
--modal-content-width: 492px;
|
|
@@ -6775,40 +6809,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6775
6809
|
}
|
|
6776
6810
|
}
|
|
6777
6811
|
|
|
6778
|
-
.E_sqv6dmy {
|
|
6779
|
-
display: flex;
|
|
6780
|
-
justify-content: flex-end;
|
|
6781
|
-
}
|
|
6782
|
-
|
|
6783
|
-
.E_p1rm8wzb {
|
|
6784
|
-
margin-right: 8px;
|
|
6785
|
-
}
|
|
6786
|
-
|
|
6787
|
-
.E_sd7qcf4 {
|
|
6788
|
-
height: 100%;
|
|
6789
|
-
width: 100%;
|
|
6790
|
-
overflow: auto;
|
|
6791
|
-
}
|
|
6792
|
-
|
|
6793
|
-
.E_r1fxc9gq.right {
|
|
6794
|
-
overflow: auto;
|
|
6795
|
-
padding-right: 2px;
|
|
6796
|
-
width: 200px;
|
|
6797
|
-
height: fit-content;
|
|
6798
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6799
|
-
scrollbar-gutter: stable;
|
|
6800
|
-
}
|
|
6801
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6802
|
-
width: 6px;
|
|
6803
|
-
}
|
|
6804
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6805
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6806
|
-
}
|
|
6807
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6808
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6809
|
-
border-radius: 8px;
|
|
6810
|
-
}
|
|
6811
|
-
|
|
6812
6812
|
.E_s1n7hav7 .ant-input-prefix {
|
|
6813
6813
|
margin-right: 8px;
|
|
6814
6814
|
}
|
|
@@ -6887,10 +6887,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6887
6887
|
background: rgba(225, 230, 241, 0.6);
|
|
6888
6888
|
}
|
|
6889
6889
|
|
|
6890
|
-
.E_t1616y1o {
|
|
6891
|
-
color: #fff;
|
|
6892
|
-
}
|
|
6893
|
-
|
|
6894
6890
|
.E_t1gvlxt5 {
|
|
6895
6891
|
min-width: 0;
|
|
6896
6892
|
flex: 1;
|
|
@@ -6914,6 +6910,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6914
6910
|
column-gap: var(--a1ji6r68-0);
|
|
6915
6911
|
}
|
|
6916
6912
|
|
|
6913
|
+
.E_t1616y1o {
|
|
6914
|
+
color: #fff;
|
|
6915
|
+
}
|
|
6916
|
+
|
|
6917
6917
|
.E_a9y3flr {
|
|
6918
6918
|
margin-left: 8px;
|
|
6919
6919
|
}
|
|
@@ -6998,73 +6998,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6998
6998
|
margin-left: 1px;
|
|
6999
6999
|
}
|
|
7000
7000
|
|
|
7001
|
-
.E_s1ebs0ra {
|
|
7002
|
-
display: flex;
|
|
7003
|
-
align-items: center;
|
|
7004
|
-
justify-content: space-between;
|
|
7005
|
-
background: #edf0f7;
|
|
7006
|
-
padding: 8px 12px;
|
|
7007
|
-
position: sticky;
|
|
7008
|
-
top: 0;
|
|
7009
|
-
z-index: 1;
|
|
7010
|
-
margin-bottom: -52px;
|
|
7011
|
-
}
|
|
7012
|
-
.E_s1ebs0ra .select-total {
|
|
7013
|
-
display: flex;
|
|
7014
|
-
align-items: center;
|
|
7015
|
-
font-weight: 700;
|
|
7016
|
-
flex-shrink: 0;
|
|
7017
|
-
}
|
|
7018
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
7019
|
-
cursor: pointer;
|
|
7020
|
-
margin-left: 8px;
|
|
7021
|
-
width: 32px;
|
|
7022
|
-
height: 32px;
|
|
7023
|
-
border-radius: 50%;
|
|
7024
|
-
justify-content: center;
|
|
7025
|
-
}
|
|
7026
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
7027
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7028
|
-
}
|
|
7029
|
-
.E_s1ebs0ra .action-group {
|
|
7030
|
-
flex: 1;
|
|
7031
|
-
margin-left: 88px;
|
|
7032
|
-
white-space: nowrap;
|
|
7033
|
-
text-align: right;
|
|
7034
|
-
position: relative;
|
|
7035
|
-
padding: 4px 0;
|
|
7036
|
-
margin-top: -4px;
|
|
7037
|
-
overflow: hidden;
|
|
7038
|
-
}
|
|
7039
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
7040
|
-
transform: translateY(-4px);
|
|
7041
|
-
}
|
|
7042
|
-
.E_s1ebs0ra .action-group button {
|
|
7043
|
-
border: none;
|
|
7044
|
-
}
|
|
7045
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
7046
|
-
margin-right: 8px;
|
|
7047
|
-
}
|
|
7048
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
7049
|
-
margin-right: 4px;
|
|
7050
|
-
}
|
|
7051
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
7052
|
-
cursor: pointer;
|
|
7053
|
-
width: 32px;
|
|
7054
|
-
height: 32px;
|
|
7055
|
-
justify-content: center;
|
|
7056
|
-
border-radius: 50%;
|
|
7057
|
-
}
|
|
7058
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7059
|
-
background: #fff;
|
|
7060
|
-
}
|
|
7061
|
-
|
|
7062
|
-
.E_mzzncgx {
|
|
7063
|
-
display: inline-flex;
|
|
7064
|
-
align-items: center;
|
|
7065
|
-
gap: 4px;
|
|
7066
|
-
}
|
|
7067
|
-
|
|
7068
7001
|
.E_c18bcrac {
|
|
7069
7002
|
display: inline-block;
|
|
7070
7003
|
width: 100%;
|
|
@@ -7115,158 +7048,104 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7115
7048
|
margin-right: 4px;
|
|
7116
7049
|
}
|
|
7117
7050
|
|
|
7118
|
-
.
|
|
7119
|
-
|
|
7120
|
-
}
|
|
7121
|
-
.E_c1up1pdz.active {
|
|
7122
|
-
border-color: #0080ff;
|
|
7123
|
-
}
|
|
7124
|
-
.E_c1up1pdz.active > header {
|
|
7125
|
-
background: rgba(0, 128, 255, 0.1);
|
|
7126
|
-
}
|
|
7127
|
-
.E_c1up1pdz .expand {
|
|
7128
|
-
padding: 12px;
|
|
7129
|
-
}
|
|
7130
|
-
.E_c1up1pdz .field-item {
|
|
7131
|
-
display: flex;
|
|
7132
|
-
padding: 10px 0;
|
|
7133
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7134
|
-
}
|
|
7135
|
-
.E_c1up1pdz .field-item:last-child {
|
|
7136
|
-
border-bottom: none;
|
|
7137
|
-
padding-bottom: 0;
|
|
7051
|
+
.E_gmyahx3 {
|
|
7052
|
+
cursor: pointer;
|
|
7138
7053
|
}
|
|
7139
|
-
.
|
|
7140
|
-
|
|
7141
|
-
width: 100px;
|
|
7142
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7054
|
+
.E_gmyahx3 .link-text {
|
|
7055
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7143
7056
|
}
|
|
7144
|
-
.
|
|
7145
|
-
color:
|
|
7146
|
-
margin-top: 5px;
|
|
7057
|
+
.E_gmyahx3:hover .link-text {
|
|
7058
|
+
color: #0080ff;
|
|
7147
7059
|
}
|
|
7148
|
-
|
|
7149
|
-
.
|
|
7150
|
-
|
|
7060
|
+
|
|
7061
|
+
span.E_tqjc4ui {
|
|
7062
|
+
margin: 0 2px;
|
|
7151
7063
|
}
|
|
7152
7064
|
|
|
7153
|
-
.
|
|
7065
|
+
.E_n12mqh7z {
|
|
7154
7066
|
display: flex;
|
|
7155
7067
|
align-items: center;
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
}
|
|
7159
|
-
.E_c156wh19 .title {
|
|
7160
|
-
margin: 0 16px 0 8px;
|
|
7068
|
+
font-size: 12px;
|
|
7069
|
+
line-height: 18px;
|
|
7161
7070
|
}
|
|
7162
|
-
.
|
|
7163
|
-
|
|
7071
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7072
|
+
margin-bottom: 4px;
|
|
7164
7073
|
}
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
|
|
7168
|
-
overflow: hidden;
|
|
7169
|
-
align-items: center;
|
|
7170
|
-
justify-content: flex-start;
|
|
7171
|
-
white-space: nowrap;
|
|
7074
|
+
|
|
7075
|
+
.E_tf5bynu {
|
|
7076
|
+
margin: 0 3px;
|
|
7172
7077
|
}
|
|
7173
|
-
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
|
|
7078
|
+
|
|
7079
|
+
.E_tcckoz1 {
|
|
7080
|
+
max-height: 400px;
|
|
7081
|
+
overflow: auto;
|
|
7177
7082
|
}
|
|
7178
|
-
|
|
7083
|
+
|
|
7084
|
+
.E_s1ebs0ra {
|
|
7179
7085
|
display: flex;
|
|
7180
7086
|
align-items: center;
|
|
7087
|
+
justify-content: space-between;
|
|
7088
|
+
background: #edf0f7;
|
|
7089
|
+
padding: 8px 12px;
|
|
7090
|
+
position: sticky;
|
|
7091
|
+
top: 0;
|
|
7092
|
+
z-index: 1;
|
|
7093
|
+
margin-bottom: -52px;
|
|
7181
7094
|
}
|
|
7182
|
-
.
|
|
7095
|
+
.E_s1ebs0ra .select-total {
|
|
7183
7096
|
display: flex;
|
|
7184
|
-
flex-direction: row-reverse;
|
|
7185
7097
|
align-items: center;
|
|
7098
|
+
font-weight: 700;
|
|
7099
|
+
flex-shrink: 0;
|
|
7186
7100
|
}
|
|
7187
|
-
.
|
|
7188
|
-
margin-left: 8px;
|
|
7189
|
-
}
|
|
7190
|
-
.E_c156wh19 .close {
|
|
7191
|
-
padding-left: 14px;
|
|
7192
|
-
margin-left: 14px;
|
|
7193
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
7101
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
7194
7102
|
cursor: pointer;
|
|
7103
|
+
margin-left: 8px;
|
|
7104
|
+
width: 32px;
|
|
7105
|
+
height: 32px;
|
|
7106
|
+
border-radius: 50%;
|
|
7107
|
+
justify-content: center;
|
|
7195
7108
|
}
|
|
7196
|
-
|
|
7197
|
-
.
|
|
7198
|
-
padding-bottom: 4px;
|
|
7199
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7200
|
-
}
|
|
7201
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
7202
|
-
padding: 1px 10px;
|
|
7203
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7204
|
-
border-radius: 4px;
|
|
7205
|
-
}
|
|
7206
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
7207
|
-
background: rgba(0, 128, 255, 0.1);
|
|
7208
|
-
color: #0096ff;
|
|
7109
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
7110
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7209
7111
|
}
|
|
7210
|
-
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7112
|
+
.E_s1ebs0ra .action-group {
|
|
7113
|
+
flex: 1;
|
|
7114
|
+
margin-left: 88px;
|
|
7115
|
+
white-space: nowrap;
|
|
7116
|
+
text-align: right;
|
|
7117
|
+
position: relative;
|
|
7118
|
+
padding: 4px 0;
|
|
7119
|
+
margin-top: -4px;
|
|
7120
|
+
overflow: hidden;
|
|
7214
7121
|
}
|
|
7215
|
-
.
|
|
7216
|
-
|
|
7217
|
-
width: 80px;
|
|
7218
|
-
margin: 0 9px;
|
|
7219
|
-
text-align: center;
|
|
7122
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
7123
|
+
transform: translateY(-4px);
|
|
7220
7124
|
}
|
|
7221
|
-
.
|
|
7222
|
-
|
|
7223
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
7224
|
-
margin: 5px 0 5px 8px;
|
|
7125
|
+
.E_s1ebs0ra .action-group button {
|
|
7126
|
+
border: none;
|
|
7225
7127
|
}
|
|
7226
|
-
.
|
|
7227
|
-
.E_wpbf4pq .month-day-option {
|
|
7228
|
-
background: #f5f7fa;
|
|
7229
|
-
box-sizing: border-box;
|
|
7230
|
-
border-radius: 16px;
|
|
7128
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
7231
7129
|
margin-right: 8px;
|
|
7232
7130
|
}
|
|
7233
|
-
.
|
|
7234
|
-
|
|
7235
|
-
color: inherit;
|
|
7236
|
-
border-color: #d9d9d9;
|
|
7237
|
-
}
|
|
7238
|
-
.E_wpbf4pq .week-day-option.active {
|
|
7239
|
-
background-color: #0096ff;
|
|
7240
|
-
border-color: #0096ff;
|
|
7241
|
-
color: #fff;
|
|
7242
|
-
}
|
|
7243
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
7244
|
-
width: 110px;
|
|
7245
|
-
margin-top: 4px;
|
|
7246
|
-
}
|
|
7247
|
-
.E_wpbf4pq .month-day-option {
|
|
7248
|
-
width: 32px;
|
|
7249
|
-
padding: 0;
|
|
7250
|
-
margin-bottom: 8px;
|
|
7251
|
-
}
|
|
7252
|
-
.E_wpbf4pq .month-day-option.active {
|
|
7253
|
-
background-color: #0096ff;
|
|
7254
|
-
border-color: #0096ff;
|
|
7255
|
-
color: #fff;
|
|
7131
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
7132
|
+
margin-right: 4px;
|
|
7256
7133
|
}
|
|
7257
|
-
|
|
7258
|
-
.E_gmyahx3 {
|
|
7134
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
7259
7135
|
cursor: pointer;
|
|
7136
|
+
width: 32px;
|
|
7137
|
+
height: 32px;
|
|
7138
|
+
justify-content: center;
|
|
7139
|
+
border-radius: 50%;
|
|
7260
7140
|
}
|
|
7261
|
-
.
|
|
7262
|
-
|
|
7263
|
-
}
|
|
7264
|
-
.E_gmyahx3:hover .link-text {
|
|
7265
|
-
color: #0080ff;
|
|
7141
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
7142
|
+
background: #fff;
|
|
7266
7143
|
}
|
|
7267
7144
|
|
|
7268
|
-
|
|
7269
|
-
|
|
7145
|
+
.E_mzzncgx {
|
|
7146
|
+
display: inline-flex;
|
|
7147
|
+
align-items: center;
|
|
7148
|
+
gap: 4px;
|
|
7270
7149
|
}
|
|
7271
7150
|
|
|
7272
7151
|
.E_clm1wy1 {
|
|
@@ -7362,113 +7241,171 @@ span.E_tqjc4ui {
|
|
|
7362
7241
|
border-radius: 2px;
|
|
7363
7242
|
}
|
|
7364
7243
|
|
|
7365
|
-
.
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
font-size: 12px;
|
|
7369
|
-
line-height: 18px;
|
|
7370
|
-
}
|
|
7371
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7372
|
-
margin-bottom: 4px;
|
|
7244
|
+
.E_ou7iq30 {
|
|
7245
|
+
overflow: hidden;
|
|
7246
|
+
text-overflow: ellipsis;
|
|
7373
7247
|
}
|
|
7374
7248
|
|
|
7375
|
-
.
|
|
7376
|
-
|
|
7249
|
+
.E_s1tui002 {
|
|
7250
|
+
white-space: nowrap;
|
|
7377
7251
|
}
|
|
7378
7252
|
|
|
7379
|
-
.
|
|
7380
|
-
|
|
7381
|
-
|
|
7253
|
+
.E_mxrc2zg {
|
|
7254
|
+
display: -webkit-box;
|
|
7255
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7256
|
+
-webkit-box-orient: vertical;
|
|
7257
|
+
word-break: break-all;
|
|
7382
7258
|
}
|
|
7383
7259
|
|
|
7384
|
-
.
|
|
7385
|
-
|
|
7260
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7261
|
+
display: none;
|
|
7386
7262
|
}
|
|
7387
|
-
.
|
|
7388
|
-
|
|
7263
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7264
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7265
|
+
border-radius: 4px;
|
|
7389
7266
|
}
|
|
7390
|
-
.
|
|
7391
|
-
|
|
7267
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7268
|
+
visibility: hidden;
|
|
7392
7269
|
}
|
|
7393
|
-
|
|
7394
|
-
|
|
7270
|
+
|
|
7271
|
+
.E_c1up1pdz {
|
|
7272
|
+
width: 648px;
|
|
7395
7273
|
}
|
|
7396
|
-
.
|
|
7397
|
-
border-
|
|
7274
|
+
.E_c1up1pdz.active {
|
|
7275
|
+
border-color: #0080ff;
|
|
7398
7276
|
}
|
|
7399
|
-
.
|
|
7400
|
-
|
|
7277
|
+
.E_c1up1pdz.active > header {
|
|
7278
|
+
background: rgba(0, 128, 255, 0.1);
|
|
7401
7279
|
}
|
|
7402
|
-
.
|
|
7280
|
+
.E_c1up1pdz .expand {
|
|
7281
|
+
padding: 12px;
|
|
7282
|
+
}
|
|
7283
|
+
.E_c1up1pdz .field-item {
|
|
7284
|
+
display: flex;
|
|
7285
|
+
padding: 10px 0;
|
|
7286
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7287
|
+
}
|
|
7288
|
+
.E_c1up1pdz .field-item:last-child {
|
|
7289
|
+
border-bottom: none;
|
|
7403
7290
|
padding-bottom: 0;
|
|
7404
7291
|
}
|
|
7405
|
-
.
|
|
7406
|
-
|
|
7292
|
+
.E_c1up1pdz .field-item label {
|
|
7293
|
+
line-height: 32px;
|
|
7294
|
+
width: 100px;
|
|
7295
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7407
7296
|
}
|
|
7408
|
-
.
|
|
7297
|
+
.E_c1up1pdz .help {
|
|
7298
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7299
|
+
margin-top: 5px;
|
|
7300
|
+
}
|
|
7301
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
7302
|
+
.E_c1up1pdz .ant-picker {
|
|
7303
|
+
width: 128px;
|
|
7304
|
+
}
|
|
7305
|
+
|
|
7306
|
+
.E_c156wh19 {
|
|
7409
7307
|
display: flex;
|
|
7308
|
+
align-items: center;
|
|
7410
7309
|
justify-content: space-between;
|
|
7310
|
+
word-break: keep-all;
|
|
7411
7311
|
}
|
|
7412
|
-
.
|
|
7312
|
+
.E_c156wh19 .title {
|
|
7313
|
+
margin: 0 16px 0 8px;
|
|
7314
|
+
}
|
|
7315
|
+
.E_c156wh19 .retain {
|
|
7316
|
+
color: rgba(129, 138, 153, 0.6);
|
|
7317
|
+
}
|
|
7318
|
+
.E_c156wh19 div.left {
|
|
7319
|
+
flex: 1;
|
|
7320
|
+
display: flex;
|
|
7321
|
+
overflow: hidden;
|
|
7322
|
+
align-items: center;
|
|
7323
|
+
justify-content: flex-start;
|
|
7413
7324
|
white-space: nowrap;
|
|
7325
|
+
}
|
|
7326
|
+
.E_c156wh19 div.left .title {
|
|
7327
|
+
max-width: 100%;
|
|
7414
7328
|
overflow: hidden;
|
|
7415
7329
|
text-overflow: ellipsis;
|
|
7416
7330
|
}
|
|
7417
|
-
|
|
7418
|
-
.E_t4zczcp {
|
|
7331
|
+
.E_c156wh19 div.right {
|
|
7419
7332
|
display: flex;
|
|
7420
|
-
justify-content: space-between;
|
|
7421
7333
|
align-items: center;
|
|
7422
|
-
padding: 8px;
|
|
7423
|
-
min-height: 32px;
|
|
7424
7334
|
}
|
|
7425
|
-
.
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
line-height: 8px;
|
|
7335
|
+
.E_c156wh19 .reverse {
|
|
7336
|
+
display: flex;
|
|
7337
|
+
flex-direction: row-reverse;
|
|
7338
|
+
align-items: center;
|
|
7430
7339
|
}
|
|
7431
|
-
.
|
|
7432
|
-
|
|
7433
|
-
|
|
7340
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
7341
|
+
margin-left: 8px;
|
|
7342
|
+
}
|
|
7343
|
+
.E_c156wh19 .close {
|
|
7344
|
+
padding-left: 14px;
|
|
7345
|
+
margin-left: 14px;
|
|
7346
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
7434
7347
|
cursor: pointer;
|
|
7435
7348
|
}
|
|
7436
7349
|
|
|
7437
|
-
.
|
|
7438
|
-
|
|
7439
|
-
|
|
7350
|
+
.E_m126spxy {
|
|
7351
|
+
padding-bottom: 4px;
|
|
7352
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7353
|
+
}
|
|
7354
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
7355
|
+
padding: 1px 10px;
|
|
7356
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7357
|
+
border-radius: 4px;
|
|
7358
|
+
}
|
|
7359
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
7360
|
+
background: rgba(0, 128, 255, 0.1);
|
|
7361
|
+
color: #0096ff;
|
|
7362
|
+
}
|
|
7363
|
+
|
|
7364
|
+
.E_wpbf4pq {
|
|
7365
|
+
padding: 10px 0;
|
|
7366
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7440
7367
|
}
|
|
7441
|
-
|
|
7442
|
-
.
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7368
|
+
.E_wpbf4pq .ant-input,
|
|
7369
|
+
.E_wpbf4pq .ant-picker {
|
|
7370
|
+
width: 80px;
|
|
7371
|
+
margin: 0 9px;
|
|
7372
|
+
text-align: center;
|
|
7446
7373
|
}
|
|
7447
|
-
.
|
|
7448
|
-
|
|
7374
|
+
.E_wpbf4pq .options {
|
|
7375
|
+
padding: 12px 0 12px 16px;
|
|
7376
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
7377
|
+
margin: 5px 0 5px 8px;
|
|
7449
7378
|
}
|
|
7450
|
-
.
|
|
7451
|
-
|
|
7379
|
+
.E_wpbf4pq .week-day-option,
|
|
7380
|
+
.E_wpbf4pq .month-day-option {
|
|
7381
|
+
background: #f5f7fa;
|
|
7382
|
+
box-sizing: border-box;
|
|
7383
|
+
border-radius: 16px;
|
|
7384
|
+
margin-right: 8px;
|
|
7452
7385
|
}
|
|
7453
|
-
.
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
white-space: pre-wrap;
|
|
7386
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
7387
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
7388
|
+
color: inherit;
|
|
7389
|
+
border-color: #d9d9d9;
|
|
7458
7390
|
}
|
|
7459
|
-
.
|
|
7460
|
-
|
|
7461
|
-
|
|
7391
|
+
.E_wpbf4pq .week-day-option.active {
|
|
7392
|
+
background-color: #0096ff;
|
|
7393
|
+
border-color: #0096ff;
|
|
7394
|
+
color: #fff;
|
|
7462
7395
|
}
|
|
7463
|
-
.
|
|
7464
|
-
|
|
7396
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
7397
|
+
width: 110px;
|
|
7398
|
+
margin-top: 4px;
|
|
7465
7399
|
}
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7470
|
-
|
|
7471
|
-
|
|
7400
|
+
.E_wpbf4pq .month-day-option {
|
|
7401
|
+
width: 32px;
|
|
7402
|
+
padding: 0;
|
|
7403
|
+
margin-bottom: 8px;
|
|
7404
|
+
}
|
|
7405
|
+
.E_wpbf4pq .month-day-option.active {
|
|
7406
|
+
background-color: #0096ff;
|
|
7407
|
+
border-color: #0096ff;
|
|
7408
|
+
color: #fff;
|
|
7472
7409
|
}
|
|
7473
7410
|
|
|
7474
7411
|
.E_u15heuvq.content {
|
|
@@ -7690,31 +7627,125 @@ span.E_tqjc4ui {
|
|
|
7690
7627
|
background: transparent;
|
|
7691
7628
|
}
|
|
7692
7629
|
|
|
7693
|
-
.
|
|
7630
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7631
|
+
display: flex;
|
|
7632
|
+
align-items: center;
|
|
7633
|
+
}
|
|
7634
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7635
|
+
margin-right: 8px;
|
|
7636
|
+
}
|
|
7637
|
+
|
|
7638
|
+
.E_t1sqg15u {
|
|
7639
|
+
background: white;
|
|
7640
|
+
}
|
|
7641
|
+
.E_t1sqg15u.inline .table-row {
|
|
7642
|
+
flex-direction: column;
|
|
7643
|
+
}
|
|
7644
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7645
|
+
padding: 0 16px 7px 0;
|
|
7646
|
+
}
|
|
7647
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7648
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7649
|
+
}
|
|
7650
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7651
|
+
border-top: none !important;
|
|
7652
|
+
}
|
|
7653
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7654
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7655
|
+
}
|
|
7656
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7657
|
+
padding-bottom: 0;
|
|
7658
|
+
}
|
|
7659
|
+
.E_t1sqg15u.align-right .content {
|
|
7660
|
+
text-align: right;
|
|
7661
|
+
}
|
|
7662
|
+
.E_t1sqg15u .uuid-row {
|
|
7663
|
+
display: flex;
|
|
7664
|
+
justify-content: space-between;
|
|
7665
|
+
}
|
|
7666
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7667
|
+
white-space: nowrap;
|
|
7694
7668
|
overflow: hidden;
|
|
7695
7669
|
text-overflow: ellipsis;
|
|
7696
7670
|
}
|
|
7697
7671
|
|
|
7698
|
-
.
|
|
7699
|
-
|
|
7672
|
+
.E_t4zczcp {
|
|
7673
|
+
display: flex;
|
|
7674
|
+
justify-content: space-between;
|
|
7675
|
+
align-items: center;
|
|
7676
|
+
padding: 8px;
|
|
7677
|
+
min-height: 32px;
|
|
7678
|
+
}
|
|
7679
|
+
.E_t4zczcp .table-title {
|
|
7680
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7681
|
+
font-weight: 600;
|
|
7682
|
+
font-size: 12px;
|
|
7683
|
+
line-height: 8px;
|
|
7684
|
+
}
|
|
7685
|
+
.E_t4zczcp .edit-icon {
|
|
7686
|
+
font-size: 16px;
|
|
7687
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7688
|
+
cursor: pointer;
|
|
7700
7689
|
}
|
|
7701
7690
|
|
|
7702
|
-
.
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
-webkit-box-orient: vertical;
|
|
7706
|
-
word-break: break-all;
|
|
7691
|
+
.E_t1s7goww {
|
|
7692
|
+
font-size: 12px;
|
|
7693
|
+
line-height: 18px;
|
|
7707
7694
|
}
|
|
7708
7695
|
|
|
7709
|
-
.
|
|
7696
|
+
.E_t93e4cf {
|
|
7697
|
+
display: flex;
|
|
7698
|
+
padding: 8px 0;
|
|
7699
|
+
color: #2d3a56;
|
|
7700
|
+
}
|
|
7701
|
+
.E_t93e4cf .hidden {
|
|
7710
7702
|
display: none;
|
|
7711
7703
|
}
|
|
7712
|
-
.
|
|
7713
|
-
|
|
7714
|
-
border-radius: 4px;
|
|
7704
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7705
|
+
height: auto;
|
|
7715
7706
|
}
|
|
7716
|
-
.
|
|
7717
|
-
|
|
7707
|
+
.E_t93e4cf .content {
|
|
7708
|
+
overflow: hidden;
|
|
7709
|
+
overflow-x: auto;
|
|
7710
|
+
width: 100%;
|
|
7711
|
+
white-space: pre-wrap;
|
|
7712
|
+
}
|
|
7713
|
+
.E_t93e4cf .content .ant-btn {
|
|
7714
|
+
white-space: pre-wrap;
|
|
7715
|
+
text-align: left;
|
|
7716
|
+
}
|
|
7717
|
+
.E_t93e4cf .content .unit-chart {
|
|
7718
|
+
justify-content: flex-start;
|
|
7719
|
+
}
|
|
7720
|
+
|
|
7721
|
+
.E_rhz2uv5 {
|
|
7722
|
+
width: var(--rhz2uv5-0);
|
|
7723
|
+
flex-shrink: 0;
|
|
7724
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7725
|
+
padding-right: 12px;
|
|
7726
|
+
}
|
|
7727
|
+
|
|
7728
|
+
.E_wg1tsps {
|
|
7729
|
+
display: flex;
|
|
7730
|
+
align-items: center;
|
|
7731
|
+
justify-content: flex-end;
|
|
7732
|
+
}
|
|
7733
|
+
|
|
7734
|
+
.E_b1ctd5xy {
|
|
7735
|
+
display: flex;
|
|
7736
|
+
align-items: center;
|
|
7737
|
+
width: calc(100% - 40px);
|
|
7738
|
+
}
|
|
7739
|
+
.E_b1ctd5xy .chart {
|
|
7740
|
+
display: inline-block;
|
|
7741
|
+
width: 100%;
|
|
7742
|
+
}
|
|
7743
|
+
|
|
7744
|
+
.E_u1p8acpn {
|
|
7745
|
+
min-width: 40px;
|
|
7746
|
+
}
|
|
7747
|
+
.E_u1p8acpn .unit {
|
|
7748
|
+
color: #00122e !important;
|
|
7718
7749
|
}
|
|
7719
7750
|
|
|
7720
7751
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7830,76 +7861,67 @@ span.E_tqjc4ui {
|
|
|
7830
7861
|
text-align: left;
|
|
7831
7862
|
}
|
|
7832
7863
|
|
|
7833
|
-
.
|
|
7834
|
-
|
|
7835
|
-
align-items: center;
|
|
7836
|
-
justify-content: flex-end;
|
|
7864
|
+
.E_kr6am0s .ant-modal-body {
|
|
7865
|
+
padding: 60px 128px;
|
|
7837
7866
|
}
|
|
7838
7867
|
|
|
7839
|
-
.
|
|
7868
|
+
.E_k1h3cl5q {
|
|
7840
7869
|
display: flex;
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
}
|
|
7844
|
-
.E_b1ctd5xy .chart {
|
|
7845
|
-
display: inline-block;
|
|
7846
|
-
width: 100%;
|
|
7847
|
-
}
|
|
7848
|
-
|
|
7849
|
-
.E_u1p8acpn {
|
|
7850
|
-
min-width: 40px;
|
|
7851
|
-
}
|
|
7852
|
-
.E_u1p8acpn .unit {
|
|
7853
|
-
color: #00122e !important;
|
|
7870
|
+
flex-direction: column;
|
|
7871
|
+
height: 100%;
|
|
7854
7872
|
}
|
|
7855
7873
|
|
|
7856
|
-
.
|
|
7857
|
-
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
.E_s1iv0tp1 .enabled-text {
|
|
7861
|
-
margin-right: 8px;
|
|
7874
|
+
.E_k1a6j97w {
|
|
7875
|
+
color: #00122e;
|
|
7876
|
+
font-size: 32px !important;
|
|
7877
|
+
margin-bottom: 16px;
|
|
7862
7878
|
}
|
|
7863
7879
|
|
|
7864
|
-
.
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
.E_i5w779o .col-label {
|
|
7868
|
-
flex-shrink: unset;
|
|
7869
|
-
}
|
|
7870
|
-
.E_i5w779o .col-label * {
|
|
7871
|
-
line-height: 18px;
|
|
7872
|
-
}
|
|
7873
|
-
.E_i5w779o .col-content {
|
|
7874
|
-
flex: 1 1 0;
|
|
7875
|
-
display: flex;
|
|
7876
|
-
align-items: center;
|
|
7877
|
-
}
|
|
7878
|
-
.E_i5w779o .col-content * {
|
|
7879
|
-
line-height: 18px;
|
|
7880
|
+
.E_k1uim1fg {
|
|
7881
|
+
margin-bottom: 32px;
|
|
7882
|
+
color: #00122e;
|
|
7880
7883
|
}
|
|
7881
7884
|
|
|
7882
|
-
.
|
|
7883
|
-
|
|
7884
|
-
|
|
7885
|
-
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
|
|
7885
|
+
.E_kobelzt {
|
|
7886
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
7887
|
+
min-height: 0;
|
|
7888
|
+
flex: 1;
|
|
7889
|
+
padding: 16px;
|
|
7890
|
+
background-color: #2d3a56;
|
|
7891
|
+
color: #fff;
|
|
7892
|
+
overflow: auto;
|
|
7893
|
+
max-width: 100%;
|
|
7894
|
+
min-height: 0;
|
|
7895
|
+
border-radius: 8px;
|
|
7896
|
+
white-space: pre-wrap;
|
|
7892
7897
|
}
|
|
7893
7898
|
|
|
7894
|
-
.
|
|
7899
|
+
.E_kxzv3id {
|
|
7900
|
+
width: 100%;
|
|
7895
7901
|
display: flex;
|
|
7896
7902
|
justify-content: space-between;
|
|
7897
|
-
|
|
7898
|
-
min-width: 0;
|
|
7903
|
+
padding: 0 128px;
|
|
7899
7904
|
}
|
|
7900
7905
|
|
|
7901
|
-
.
|
|
7902
|
-
|
|
7906
|
+
.E_eld9lt {
|
|
7907
|
+
display: flex;
|
|
7908
|
+
flex-direction: column;
|
|
7909
|
+
justify-content: center;
|
|
7910
|
+
align-items: center;
|
|
7911
|
+
height: 100%;
|
|
7912
|
+
}
|
|
7913
|
+
|
|
7914
|
+
.E_e1505fqc {
|
|
7915
|
+
display: flex;
|
|
7916
|
+
flex-direction: column;
|
|
7917
|
+
align-items: center;
|
|
7918
|
+
}
|
|
7919
|
+
.E_e1505fqc .title {
|
|
7920
|
+
margin-bottom: 8px;
|
|
7921
|
+
background-clip: text;
|
|
7922
|
+
-webkit-background-clip: text;
|
|
7923
|
+
-webkit-text-fill-color: transparent;
|
|
7924
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7903
7925
|
}
|
|
7904
7926
|
|
|
7905
7927
|
.E_cyms3br {
|
|
@@ -7977,97 +7999,51 @@ span.E_tqjc4ui {
|
|
|
7977
7999
|
justify-content: center;
|
|
7978
8000
|
}
|
|
7979
8001
|
|
|
7980
|
-
.
|
|
7981
|
-
|
|
7982
|
-
background-color: unset;
|
|
7983
|
-
padding: unset;
|
|
8002
|
+
.E_i5w779o {
|
|
8003
|
+
padding: 8px 0;
|
|
7984
8004
|
}
|
|
7985
|
-
|
|
7986
|
-
|
|
7987
|
-
padding: 60px 128px;
|
|
8005
|
+
.E_i5w779o .col-label {
|
|
8006
|
+
flex-shrink: unset;
|
|
7988
8007
|
}
|
|
7989
|
-
|
|
7990
|
-
|
|
8008
|
+
.E_i5w779o .col-label * {
|
|
8009
|
+
line-height: 18px;
|
|
8010
|
+
}
|
|
8011
|
+
.E_i5w779o .col-content {
|
|
8012
|
+
flex: 1 1 0;
|
|
7991
8013
|
display: flex;
|
|
7992
|
-
|
|
7993
|
-
height: 100%;
|
|
8014
|
+
align-items: center;
|
|
7994
8015
|
}
|
|
7995
|
-
|
|
7996
|
-
|
|
7997
|
-
color: #00122e;
|
|
7998
|
-
font-size: 32px !important;
|
|
7999
|
-
margin-bottom: 16px;
|
|
8016
|
+
.E_i5w779o .col-content * {
|
|
8017
|
+
line-height: 18px;
|
|
8000
8018
|
}
|
|
8001
8019
|
|
|
8002
|
-
.
|
|
8003
|
-
|
|
8004
|
-
color: #00122e;
|
|
8020
|
+
.E_l18dja44 {
|
|
8021
|
+
padding: 6px 0;
|
|
8005
8022
|
}
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
min-height: 0;
|
|
8010
|
-
flex: 1;
|
|
8011
|
-
padding: 16px;
|
|
8012
|
-
background-color: #2d3a56;
|
|
8013
|
-
color: #fff;
|
|
8014
|
-
overflow: auto;
|
|
8015
|
-
max-width: 100%;
|
|
8016
|
-
min-height: 0;
|
|
8017
|
-
border-radius: 8px;
|
|
8018
|
-
white-space: pre-wrap;
|
|
8023
|
+
.E_l18dja44 .col-label * {
|
|
8024
|
+
font-size: 13px;
|
|
8025
|
+
line-height: 20px;
|
|
8019
8026
|
}
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
display: flex;
|
|
8024
|
-
justify-content: space-between;
|
|
8025
|
-
padding: 0 128px;
|
|
8027
|
+
.E_l18dja44 .col-content * {
|
|
8028
|
+
font-size: 14px;
|
|
8029
|
+
line-height: 20px;
|
|
8026
8030
|
}
|
|
8027
8031
|
|
|
8028
|
-
.
|
|
8032
|
+
.E_c8c2hys {
|
|
8029
8033
|
display: flex;
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
height: 100%;
|
|
8034
|
+
justify-content: space-between;
|
|
8035
|
+
flex: 1;
|
|
8036
|
+
min-width: 0;
|
|
8034
8037
|
}
|
|
8035
8038
|
|
|
8036
|
-
.
|
|
8037
|
-
|
|
8038
|
-
flex-direction: column;
|
|
8039
|
-
align-items: center;
|
|
8040
|
-
}
|
|
8041
|
-
.E_e1505fqc .title {
|
|
8042
|
-
margin-bottom: 8px;
|
|
8043
|
-
background-clip: text;
|
|
8044
|
-
-webkit-background-clip: text;
|
|
8045
|
-
-webkit-text-fill-color: transparent;
|
|
8046
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
8039
|
+
.E_n4m6c4d {
|
|
8040
|
+
color: rgba(0, 21, 64, 0.3);
|
|
8047
8041
|
}
|
|
8048
8042
|
|
|
8049
|
-
.
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
max-height: 64px;
|
|
8054
|
-
overflow: hidden;
|
|
8055
|
-
display: flex;
|
|
8056
|
-
align-items: center;
|
|
8057
|
-
justify-content: center;
|
|
8058
|
-
position: relative;
|
|
8059
|
-
opacity: 0.6;
|
|
8060
|
-
}
|
|
8061
|
-
.E_l12xdkhl .icon-wrapper {
|
|
8062
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8063
|
-
}
|
|
8064
|
-
@keyframes rotate {
|
|
8065
|
-
from {
|
|
8066
|
-
transform: rotate(0deg);
|
|
8067
|
-
}
|
|
8068
|
-
to {
|
|
8069
|
-
transform: rotate(360deg);
|
|
8070
|
-
}
|
|
8043
|
+
.E_h1ol2wl7 {
|
|
8044
|
+
font-weight: bold;
|
|
8045
|
+
background-color: unset;
|
|
8046
|
+
padding: unset;
|
|
8071
8047
|
}
|
|
8072
8048
|
|
|
8073
8049
|
.E_c14ouk5o {
|
|
@@ -8114,6 +8090,57 @@ span.E_tqjc4ui {
|
|
|
8114
8090
|
height: auto;
|
|
8115
8091
|
}
|
|
8116
8092
|
|
|
8093
|
+
.E_c1ss4prm {
|
|
8094
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8095
|
+
}
|
|
8096
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
8097
|
+
padding-inline-start: 12px;
|
|
8098
|
+
}
|
|
8099
|
+
.E_c1ss4prm li {
|
|
8100
|
+
margin-bottom: 4px;
|
|
8101
|
+
}
|
|
8102
|
+
.E_c1ss4prm li:last-child {
|
|
8103
|
+
margin-bottom: 0;
|
|
8104
|
+
}
|
|
8105
|
+
|
|
8106
|
+
.E_ms3tlei {
|
|
8107
|
+
background: rgba(225, 230, 241, 0.6);
|
|
8108
|
+
padding: 8px;
|
|
8109
|
+
border-radius: 6px;
|
|
8110
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8111
|
+
}
|
|
8112
|
+
.E_ms3tlei .icon-wrapper {
|
|
8113
|
+
margin-top: 1px;
|
|
8114
|
+
margin-right: 4px;
|
|
8115
|
+
}
|
|
8116
|
+
.E_ms3tlei li {
|
|
8117
|
+
margin-bottom: 4px;
|
|
8118
|
+
display: flex;
|
|
8119
|
+
align-items: flex-start;
|
|
8120
|
+
}
|
|
8121
|
+
.E_ms3tlei li:last-child {
|
|
8122
|
+
margin-bottom: 0;
|
|
8123
|
+
}
|
|
8124
|
+
|
|
8125
|
+
.E_du44iy7 {
|
|
8126
|
+
margin-bottom: 4px;
|
|
8127
|
+
}
|
|
8128
|
+
|
|
8129
|
+
.E_p1qmhanr {
|
|
8130
|
+
margin-bottom: 8px;
|
|
8131
|
+
}
|
|
8132
|
+
|
|
8133
|
+
.E_srje1h0 {
|
|
8134
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8135
|
+
margin-bottom: 8px;
|
|
8136
|
+
}
|
|
8137
|
+
|
|
8138
|
+
.E_di3zi7v {
|
|
8139
|
+
height: 1px;
|
|
8140
|
+
background: #e4e9f2;
|
|
8141
|
+
margin: 16px 0;
|
|
8142
|
+
}
|
|
8143
|
+
|
|
8117
8144
|
.E_cevhqx7 {
|
|
8118
8145
|
color: #00122e;
|
|
8119
8146
|
}
|
|
@@ -8615,53 +8642,26 @@ span.E_tqjc4ui {
|
|
|
8615
8642
|
padding: 0;
|
|
8616
8643
|
}
|
|
8617
8644
|
|
|
8618
|
-
.
|
|
8619
|
-
|
|
8620
|
-
|
|
8621
|
-
|
|
8622
|
-
|
|
8623
|
-
|
|
8624
|
-
.E_c1ss4prm li {
|
|
8625
|
-
margin-bottom: 4px;
|
|
8626
|
-
}
|
|
8627
|
-
.E_c1ss4prm li:last-child {
|
|
8628
|
-
margin-bottom: 0;
|
|
8629
|
-
}
|
|
8630
|
-
|
|
8631
|
-
.E_ms3tlei {
|
|
8632
|
-
background: rgba(225, 230, 241, 0.6);
|
|
8633
|
-
padding: 8px;
|
|
8634
|
-
border-radius: 6px;
|
|
8635
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8636
|
-
}
|
|
8637
|
-
.E_ms3tlei .icon-wrapper {
|
|
8638
|
-
margin-top: 1px;
|
|
8639
|
-
margin-right: 4px;
|
|
8640
|
-
}
|
|
8641
|
-
.E_ms3tlei li {
|
|
8642
|
-
margin-bottom: 4px;
|
|
8645
|
+
.E_l12xdkhl {
|
|
8646
|
+
width: 64px;
|
|
8647
|
+
height: 64px;
|
|
8648
|
+
max-width: 64px;
|
|
8649
|
+
max-height: 64px;
|
|
8650
|
+
overflow: hidden;
|
|
8643
8651
|
display: flex;
|
|
8644
|
-
align-items:
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
|
|
8648
|
-
}
|
|
8649
|
-
|
|
8650
|
-
.E_du44iy7 {
|
|
8651
|
-
margin-bottom: 4px;
|
|
8652
|
-
}
|
|
8653
|
-
|
|
8654
|
-
.E_p1qmhanr {
|
|
8655
|
-
margin-bottom: 8px;
|
|
8652
|
+
align-items: center;
|
|
8653
|
+
justify-content: center;
|
|
8654
|
+
position: relative;
|
|
8655
|
+
opacity: 0.6;
|
|
8656
8656
|
}
|
|
8657
|
-
|
|
8658
|
-
.
|
|
8659
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8660
|
-
margin-bottom: 8px;
|
|
8657
|
+
.E_l12xdkhl .icon-wrapper {
|
|
8658
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8661
8659
|
}
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8660
|
+
@keyframes rotate {
|
|
8661
|
+
from {
|
|
8662
|
+
transform: rotate(0deg);
|
|
8663
|
+
}
|
|
8664
|
+
to {
|
|
8665
|
+
transform: rotate(360deg);
|
|
8666
|
+
}
|
|
8667
8667
|
}
|