@cloudtower/eagle 0.33.34 → 0.33.35
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/Timeline/index.js +13 -7
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1557 -1557
- package/dist/esm/core/Timeline/index.js +13 -7
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1627 -1627
- package/dist/src/core/Timeline/Timeline.type.d.ts +27 -7
- package/dist/src/core/Timeline/index.d.ts +5 -1
- package/dist/stories/docs/core/Timeline.stories.d.ts +4 -1
- package/dist/style.css +1556 -1556
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1359,6 +1359,58 @@ html body {
|
|
|
1359
1359
|
flex: 1;
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
|
+
.E_berrcjl {
|
|
1363
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1364
|
+
margin-bottom: 4px;
|
|
1365
|
+
}
|
|
1366
|
+
.E_berrcjl .breadcrumb-link {
|
|
1367
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1368
|
+
cursor: pointer;
|
|
1369
|
+
transition: color 160ms ease;
|
|
1370
|
+
}
|
|
1371
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1372
|
+
color: #0080ff;
|
|
1373
|
+
}
|
|
1374
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1375
|
+
color: #005ed1;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.E_b1nip9bk {
|
|
1379
|
+
padding: 4px 11px;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.E_bqamoqe {
|
|
1383
|
+
white-space: nowrap;
|
|
1384
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1385
|
+
}
|
|
1386
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1387
|
+
--color: #0080ff;
|
|
1388
|
+
}
|
|
1389
|
+
.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] {
|
|
1390
|
+
--color: #0080ff;
|
|
1391
|
+
}
|
|
1392
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1393
|
+
margin-left: 1px;
|
|
1394
|
+
}
|
|
1395
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1396
|
+
border-top-right-radius: 0;
|
|
1397
|
+
border-bottom-right-radius: 0;
|
|
1398
|
+
}
|
|
1399
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1400
|
+
border-top-left-radius: 0;
|
|
1401
|
+
border-bottom-left-radius: 0;
|
|
1402
|
+
}
|
|
1403
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1404
|
+
border-radius: unset;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.E_c1yyuluq {
|
|
1408
|
+
border-radius: 8px;
|
|
1409
|
+
}
|
|
1410
|
+
.E_c1yyuluq .ant-card-body {
|
|
1411
|
+
padding: 20px 24px 24px 24px;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1362
1414
|
.E_ccrbeuz .ant-collapse-item {
|
|
1363
1415
|
border: 0px;
|
|
1364
1416
|
background-color: #fff;
|
|
@@ -1381,6 +1433,19 @@ html body {
|
|
|
1381
1433
|
cursor: default;
|
|
1382
1434
|
}
|
|
1383
1435
|
|
|
1436
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1437
|
+
padding: 4px 8px 0 8px;
|
|
1438
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1439
|
+
font-size: 12px;
|
|
1440
|
+
}
|
|
1441
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1442
|
+
padding-bottom: 6px;
|
|
1443
|
+
}
|
|
1444
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1445
|
+
padding-top: 4px;
|
|
1446
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1384
1449
|
.E_c1uzzomf {
|
|
1385
1450
|
margin-bottom: 16px;
|
|
1386
1451
|
}
|
|
@@ -1403,17 +1468,8 @@ html body {
|
|
|
1403
1468
|
text-align: center;
|
|
1404
1469
|
}
|
|
1405
1470
|
|
|
1406
|
-
.
|
|
1407
|
-
|
|
1408
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1409
|
-
font-size: 12px;
|
|
1410
|
-
}
|
|
1411
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1412
|
-
padding-bottom: 6px;
|
|
1413
|
-
}
|
|
1414
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1415
|
-
padding-top: 4px;
|
|
1416
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1471
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1472
|
+
line-height: 18px;
|
|
1417
1473
|
}
|
|
1418
1474
|
|
|
1419
1475
|
.E_d1bw7c5z {
|
|
@@ -1499,17 +1555,6 @@ html body {
|
|
|
1499
1555
|
width: 102px;
|
|
1500
1556
|
}
|
|
1501
1557
|
|
|
1502
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1503
|
-
line-height: 18px;
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
.E_c1yyuluq {
|
|
1507
|
-
border-radius: 8px;
|
|
1508
|
-
}
|
|
1509
|
-
.E_c1yyuluq .ant-card-body {
|
|
1510
|
-
padding: 20px 24px 24px 24px;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
1558
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1514
1559
|
justify-content: center;
|
|
1515
1560
|
}
|
|
@@ -1767,75 +1812,16 @@ html body {
|
|
|
1767
1812
|
justify-content: center;
|
|
1768
1813
|
}
|
|
1769
1814
|
|
|
1770
|
-
.
|
|
1771
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1772
|
-
margin-bottom: 4px;
|
|
1773
|
-
}
|
|
1774
|
-
.E_berrcjl .breadcrumb-link {
|
|
1775
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1776
|
-
cursor: pointer;
|
|
1777
|
-
transition: color 160ms ease;
|
|
1778
|
-
}
|
|
1779
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1780
|
-
color: #0080ff;
|
|
1781
|
-
}
|
|
1782
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
1783
|
-
color: #005ed1;
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
.E_b1nip9bk {
|
|
1787
|
-
padding: 4px 11px;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.E_bqamoqe {
|
|
1791
|
-
white-space: nowrap;
|
|
1792
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1793
|
-
}
|
|
1794
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1795
|
-
--color: #0080ff;
|
|
1796
|
-
}
|
|
1797
|
-
.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] {
|
|
1798
|
-
--color: #0080ff;
|
|
1799
|
-
}
|
|
1800
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1801
|
-
margin-left: 1px;
|
|
1802
|
-
}
|
|
1803
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1804
|
-
border-top-right-radius: 0;
|
|
1805
|
-
border-bottom-right-radius: 0;
|
|
1806
|
-
}
|
|
1807
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1808
|
-
border-top-left-radius: 0;
|
|
1809
|
-
border-bottom-left-radius: 0;
|
|
1810
|
-
}
|
|
1811
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1812
|
-
border-radius: unset;
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1816
|
-
margin-right: 8px;
|
|
1817
|
-
}
|
|
1818
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1819
|
-
margin-left: 8px;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.E_cc368xp {
|
|
1823
|
-
color: #00122e;
|
|
1824
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1825
|
-
margin-right: 8px;
|
|
1826
|
-
padding-right: 8px;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
.E_i11o6xqj {
|
|
1815
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1830
1816
|
display: flex;
|
|
1831
|
-
gap: 4px;
|
|
1832
1817
|
}
|
|
1833
|
-
.
|
|
1834
|
-
|
|
1818
|
+
.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 {
|
|
1819
|
+
border-bottom-left-radius: 5px;
|
|
1820
|
+
border-top-left-radius: 5px;
|
|
1835
1821
|
}
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1822
|
+
.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 {
|
|
1823
|
+
border-bottom-right-radius: 5px;
|
|
1824
|
+
border-top-right-radius: 5px;
|
|
1839
1825
|
}
|
|
1840
1826
|
|
|
1841
1827
|
.E_phljevk {
|
|
@@ -1895,73 +1881,166 @@ html body {
|
|
|
1895
1881
|
line-height: 18px;
|
|
1896
1882
|
}
|
|
1897
1883
|
|
|
1898
|
-
.
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
border-top-left-radius: 5px;
|
|
1904
|
-
}
|
|
1905
|
-
.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 {
|
|
1906
|
-
border-bottom-right-radius: 5px;
|
|
1907
|
-
border-top-right-radius: 5px;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
1911
|
-
display: inline-flex;
|
|
1912
|
-
align-items: baseline;
|
|
1913
|
-
white-space: pre-wrap;
|
|
1884
|
+
.E_s1dizucg.ant-switch {
|
|
1885
|
+
min-width: 40px;
|
|
1886
|
+
height: 24px;
|
|
1887
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1888
|
+
overflow: hidden;
|
|
1914
1889
|
}
|
|
1915
|
-
.
|
|
1916
|
-
|
|
1917
|
-
top: 3px;
|
|
1890
|
+
.E_s1dizucg.ant-switch:focus {
|
|
1891
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1918
1892
|
}
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1893
|
+
.E_s1dizucg.ant-switch-small {
|
|
1894
|
+
min-width: 26px;
|
|
1895
|
+
height: 16px;
|
|
1921
1896
|
}
|
|
1922
|
-
.
|
|
1923
|
-
|
|
1897
|
+
.E_s1dizucg.ant-switch-large {
|
|
1898
|
+
min-width: 52px;
|
|
1899
|
+
height: 32px;
|
|
1924
1900
|
}
|
|
1925
|
-
.
|
|
1926
|
-
|
|
1927
|
-
|
|
1901
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1902
|
+
height: 20px;
|
|
1903
|
+
width: 20px;
|
|
1928
1904
|
}
|
|
1929
|
-
.
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
width: 6px;
|
|
1933
|
-
height: 6px;
|
|
1934
|
-
background: #fff;
|
|
1905
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1906
|
+
border-radius: 10px;
|
|
1907
|
+
transition-delay: 120ms;
|
|
1935
1908
|
}
|
|
1936
|
-
.
|
|
1937
|
-
|
|
1909
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1910
|
+
height: 14px;
|
|
1911
|
+
width: 14px;
|
|
1912
|
+
top: 1px;
|
|
1913
|
+
left: 1px;
|
|
1938
1914
|
}
|
|
1939
|
-
.
|
|
1940
|
-
|
|
1941
|
-
|
|
1915
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1916
|
+
height: 28px;
|
|
1917
|
+
width: 28px;
|
|
1942
1918
|
}
|
|
1943
|
-
.
|
|
1944
|
-
|
|
1919
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1920
|
+
border-radius: 14px;
|
|
1945
1921
|
}
|
|
1946
|
-
.
|
|
1947
|
-
color: #
|
|
1948
|
-
opacity: 0.5;
|
|
1922
|
+
.E_s1dizucg.ant-switch-checked {
|
|
1923
|
+
background-color: #00ba5d;
|
|
1949
1924
|
}
|
|
1950
|
-
.
|
|
1951
|
-
|
|
1925
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1926
|
+
left: calc(100% - 20px - 2px);
|
|
1952
1927
|
}
|
|
1953
|
-
.
|
|
1954
|
-
|
|
1955
|
-
padding: 0;
|
|
1956
|
-
padding-left: 10px;
|
|
1928
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1929
|
+
left: calc(100% - 14px - 1px);
|
|
1957
1930
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1960
|
-
white-space: pre-wrap;
|
|
1961
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1931
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1932
|
+
left: calc(100% - 28px - 2px);
|
|
1962
1933
|
}
|
|
1963
|
-
|
|
1964
|
-
|
|
1934
|
+
|
|
1935
|
+
.E_c1up6e3y {
|
|
1936
|
+
margin-left: 5px;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
.E_ivqqkzv {
|
|
1940
|
+
height: 24px;
|
|
1941
|
+
width: 56px !important;
|
|
1942
|
+
margin-right: 4px;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
.E_c1wk4q29 {
|
|
1946
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
.E_c1bus5hc {
|
|
1950
|
+
--color: white;
|
|
1951
|
+
height: 14px;
|
|
1952
|
+
width: 14px;
|
|
1953
|
+
border-radius: 50%;
|
|
1954
|
+
flex-shrink: 0;
|
|
1955
|
+
display: flex;
|
|
1956
|
+
align-items: center;
|
|
1957
|
+
justify-content: center;
|
|
1958
|
+
border: 1px solid var(--color);
|
|
1959
|
+
}
|
|
1960
|
+
.E_c1bus5hc .circle-inner {
|
|
1961
|
+
position: relative;
|
|
1962
|
+
height: 10px;
|
|
1963
|
+
width: 10px;
|
|
1964
|
+
border-radius: 50%;
|
|
1965
|
+
overflow: hidden;
|
|
1966
|
+
}
|
|
1967
|
+
.E_c1bus5hc .circle-content {
|
|
1968
|
+
position: absolute;
|
|
1969
|
+
height: 100%;
|
|
1970
|
+
width: 100%;
|
|
1971
|
+
left: 0;
|
|
1972
|
+
top: 0;
|
|
1973
|
+
border-radius: 50%;
|
|
1974
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1975
|
+
transform: rotate(180deg);
|
|
1976
|
+
}
|
|
1977
|
+
.E_c1bus5hc .circle-child {
|
|
1978
|
+
position: absolute;
|
|
1979
|
+
height: 100%;
|
|
1980
|
+
width: 100%;
|
|
1981
|
+
left: 0;
|
|
1982
|
+
top: 0;
|
|
1983
|
+
margin-left: 50%;
|
|
1984
|
+
transform-origin: left;
|
|
1985
|
+
background: white;
|
|
1986
|
+
transform: rotate(0deg);
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1990
|
+
display: inline-flex;
|
|
1991
|
+
align-items: baseline;
|
|
1992
|
+
white-space: pre-wrap;
|
|
1993
|
+
}
|
|
1994
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1995
|
+
position: relative;
|
|
1996
|
+
top: 3px;
|
|
1997
|
+
}
|
|
1998
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1999
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2000
|
+
}
|
|
2001
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2002
|
+
border-color: #0080ff;
|
|
2003
|
+
}
|
|
2004
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2005
|
+
border-color: #0080ff;
|
|
2006
|
+
background: #0080ff;
|
|
2007
|
+
}
|
|
2008
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2009
|
+
top: 4px;
|
|
2010
|
+
left: 4px;
|
|
2011
|
+
width: 6px;
|
|
2012
|
+
height: 6px;
|
|
2013
|
+
background: #fff;
|
|
2014
|
+
}
|
|
2015
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2016
|
+
opacity: 0.5;
|
|
2017
|
+
}
|
|
2018
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2019
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2020
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2021
|
+
}
|
|
2022
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2023
|
+
background: #00122e;
|
|
2024
|
+
}
|
|
2025
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2026
|
+
color: #00122e;
|
|
2027
|
+
opacity: 0.5;
|
|
2028
|
+
}
|
|
2029
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2030
|
+
color: #00122e;
|
|
2031
|
+
}
|
|
2032
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
2033
|
+
display: inline-block;
|
|
2034
|
+
padding: 0;
|
|
2035
|
+
padding-left: 10px;
|
|
2036
|
+
}
|
|
2037
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2038
|
+
margin-bottom: 0;
|
|
2039
|
+
white-space: pre-wrap;
|
|
2040
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2041
|
+
}
|
|
2042
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
2043
|
+
padding-left: 8px;
|
|
1965
2044
|
}
|
|
1966
2045
|
|
|
1967
2046
|
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
@@ -2053,109 +2132,120 @@ html body {
|
|
|
2053
2132
|
width: 36px;
|
|
2054
2133
|
}
|
|
2055
2134
|
|
|
2056
|
-
.
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2135
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
2136
|
+
margin-right: 8px;
|
|
2137
|
+
}
|
|
2138
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
2139
|
+
margin-left: 8px;
|
|
2060
2140
|
}
|
|
2061
2141
|
|
|
2062
|
-
.
|
|
2063
|
-
color:
|
|
2142
|
+
.E_cc368xp {
|
|
2143
|
+
color: #00122e;
|
|
2144
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
2145
|
+
margin-right: 8px;
|
|
2146
|
+
padding-right: 8px;
|
|
2064
2147
|
}
|
|
2065
2148
|
|
|
2066
|
-
.
|
|
2067
|
-
--color: white;
|
|
2068
|
-
height: 14px;
|
|
2069
|
-
width: 14px;
|
|
2070
|
-
border-radius: 50%;
|
|
2071
|
-
flex-shrink: 0;
|
|
2149
|
+
.E_i11o6xqj {
|
|
2072
2150
|
display: flex;
|
|
2073
|
-
|
|
2074
|
-
justify-content: center;
|
|
2075
|
-
border: 1px solid var(--color);
|
|
2151
|
+
gap: 4px;
|
|
2076
2152
|
}
|
|
2077
|
-
.
|
|
2078
|
-
|
|
2079
|
-
height: 10px;
|
|
2080
|
-
width: 10px;
|
|
2081
|
-
border-radius: 50%;
|
|
2082
|
-
overflow: hidden;
|
|
2153
|
+
.E_i11o6xqj .icon-wrapper {
|
|
2154
|
+
cursor: pointer;
|
|
2083
2155
|
}
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
width: 100%;
|
|
2088
|
-
left: 0;
|
|
2089
|
-
top: 0;
|
|
2090
|
-
border-radius: 50%;
|
|
2091
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2092
|
-
transform: rotate(180deg);
|
|
2156
|
+
|
|
2157
|
+
.E_d19ruhdj.icon-wrapper {
|
|
2158
|
+
cursor: not-allowed;
|
|
2093
2159
|
}
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
width: 100%;
|
|
2098
|
-
left: 0;
|
|
2099
|
-
top: 0;
|
|
2100
|
-
margin-left: 50%;
|
|
2101
|
-
transform-origin: left;
|
|
2102
|
-
background: white;
|
|
2103
|
-
transform: rotate(0deg);
|
|
2160
|
+
|
|
2161
|
+
.E_tju3gfj .date {
|
|
2162
|
+
margin-right: 4px;
|
|
2104
2163
|
}
|
|
2105
2164
|
|
|
2106
|
-
.
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2110
|
-
overflow: hidden;
|
|
2165
|
+
.E_s1sck0th {
|
|
2166
|
+
padding: 0 8px;
|
|
2167
|
+
border-radius: 4px;
|
|
2111
2168
|
}
|
|
2112
|
-
|
|
2113
|
-
|
|
2169
|
+
|
|
2170
|
+
.E_m855nr1 {
|
|
2171
|
+
padding: 2px 8px;
|
|
2172
|
+
border-radius: 3px;
|
|
2114
2173
|
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2174
|
+
|
|
2175
|
+
.E_l1270xpg {
|
|
2176
|
+
padding: 3px 8px;
|
|
2177
|
+
border-radius: 2px;
|
|
2118
2178
|
}
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2179
|
+
|
|
2180
|
+
.E_t14rextb.ant-tag:hover {
|
|
2181
|
+
opacity: unset;
|
|
2122
2182
|
}
|
|
2123
|
-
.
|
|
2124
|
-
|
|
2125
|
-
|
|
2183
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2184
|
+
margin: 0;
|
|
2185
|
+
margin-right: 8px;
|
|
2186
|
+
display: inline-flex;
|
|
2187
|
+
align-items: center;
|
|
2188
|
+
border: none;
|
|
2126
2189
|
}
|
|
2127
|
-
.
|
|
2128
|
-
|
|
2129
|
-
|
|
2190
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2191
|
+
width: 16px;
|
|
2192
|
+
height: 16px;
|
|
2193
|
+
color: inherit;
|
|
2194
|
+
margin-left: 4px;
|
|
2195
|
+
opacity: 0.6;
|
|
2196
|
+
display: inline-flex;
|
|
2130
2197
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
width: 14px;
|
|
2134
|
-
top: 1px;
|
|
2135
|
-
left: 1px;
|
|
2198
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2199
|
+
opacity: 1;
|
|
2136
2200
|
}
|
|
2137
|
-
.
|
|
2138
|
-
|
|
2139
|
-
|
|
2201
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2202
|
+
color: #0080ff;
|
|
2203
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2140
2204
|
}
|
|
2141
|
-
.
|
|
2142
|
-
|
|
2205
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2206
|
+
color: #f0483e;
|
|
2207
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2143
2208
|
}
|
|
2144
|
-
.
|
|
2145
|
-
|
|
2209
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2210
|
+
color: #e07f00;
|
|
2211
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2146
2212
|
}
|
|
2147
|
-
.
|
|
2148
|
-
|
|
2213
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2214
|
+
color: #008f4c;
|
|
2215
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2149
2216
|
}
|
|
2150
|
-
.
|
|
2151
|
-
|
|
2217
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2218
|
+
color: #1d326c;
|
|
2219
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2152
2220
|
}
|
|
2153
|
-
.
|
|
2154
|
-
|
|
2221
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2222
|
+
color: #7E41FF;
|
|
2223
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
2155
2224
|
}
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2225
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2226
|
+
color: #fff;
|
|
2227
|
+
}
|
|
2228
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2229
|
+
background-color: #f0483e;
|
|
2230
|
+
}
|
|
2231
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2232
|
+
background-color: #fea008;
|
|
2233
|
+
}
|
|
2234
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2235
|
+
background-color: #00ba5d;
|
|
2236
|
+
}
|
|
2237
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2238
|
+
background-color: #0080ff;
|
|
2239
|
+
}
|
|
2240
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2241
|
+
background-color: #6b7d99;
|
|
2242
|
+
}
|
|
2243
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2244
|
+
background-color: #7E41FF;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
.E_iq1gosr {
|
|
2248
|
+
display: inline-block;
|
|
2159
2249
|
}
|
|
2160
2250
|
|
|
2161
2251
|
.E_s1dni7lo {
|
|
@@ -2239,90 +2329,85 @@ html body {
|
|
|
2239
2329
|
opacity: 0;
|
|
2240
2330
|
}
|
|
2241
2331
|
|
|
2242
|
-
.
|
|
2243
|
-
|
|
2332
|
+
.E_f7pxqmh {
|
|
2333
|
+
width: 100%;
|
|
2334
|
+
margin-bottom: 0 !important;
|
|
2335
|
+
flex-flow: nowrap !important;
|
|
2336
|
+
line-break: auto;
|
|
2244
2337
|
}
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
padding: 0
|
|
2248
|
-
border-radius: 4px;
|
|
2338
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2339
|
+
text-align: left !important;
|
|
2340
|
+
padding-bottom: 0 !important;
|
|
2249
2341
|
}
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2342
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2343
|
+
min-height: 32px;
|
|
2344
|
+
height: auto;
|
|
2345
|
+
font-size: 13px;
|
|
2346
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2347
|
+
white-space: normal;
|
|
2254
2348
|
}
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
padding: 3px 8px;
|
|
2258
|
-
border-radius: 2px;
|
|
2349
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2350
|
+
border-color: #ff4d4f !important;
|
|
2259
2351
|
}
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
opacity: unset;
|
|
2352
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2353
|
+
border-color: #ff4d4f !important;
|
|
2263
2354
|
}
|
|
2264
|
-
.
|
|
2265
|
-
margin:
|
|
2266
|
-
|
|
2355
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2356
|
+
margin-top: 4px;
|
|
2357
|
+
font-size: 12px;
|
|
2358
|
+
min-height: 0px;
|
|
2359
|
+
}
|
|
2360
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2361
|
+
font-size: 12px;
|
|
2362
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2363
|
+
min-height: 0px;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.E_iouxfgt {
|
|
2267
2367
|
display: inline-flex;
|
|
2268
2368
|
align-items: center;
|
|
2269
|
-
border: none;
|
|
2270
2369
|
}
|
|
2271
|
-
.
|
|
2272
|
-
width: 16px;
|
|
2273
|
-
height: 16px;
|
|
2274
|
-
color: inherit;
|
|
2275
|
-
margin-left: 4px;
|
|
2276
|
-
opacity: 0.6;
|
|
2370
|
+
.E_iouxfgt .icon-inner {
|
|
2277
2371
|
display: inline-flex;
|
|
2372
|
+
align-items: center;
|
|
2373
|
+
justify-content: center;
|
|
2278
2374
|
}
|
|
2279
|
-
.
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2283
|
-
color: #0080ff;
|
|
2284
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2285
|
-
}
|
|
2286
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2287
|
-
color: #f0483e;
|
|
2288
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2289
|
-
}
|
|
2290
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2291
|
-
color: #e07f00;
|
|
2292
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2293
|
-
}
|
|
2294
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2295
|
-
color: #008f4c;
|
|
2296
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2297
|
-
}
|
|
2298
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2299
|
-
color: #1d326c;
|
|
2300
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2301
|
-
}
|
|
2302
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2303
|
-
color: #7E41FF;
|
|
2304
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
2305
|
-
}
|
|
2306
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2307
|
-
color: #fff;
|
|
2375
|
+
.E_iouxfgt .icon-inner + span,
|
|
2376
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2377
|
+
margin-left: 4px;
|
|
2308
2378
|
}
|
|
2309
|
-
.
|
|
2310
|
-
|
|
2379
|
+
.E_iouxfgt.is-rotate img,
|
|
2380
|
+
.E_iouxfgt.is-rotate svg {
|
|
2381
|
+
animation: rotate 680ms linear infinite;
|
|
2311
2382
|
}
|
|
2312
|
-
|
|
2313
|
-
|
|
2383
|
+
|
|
2384
|
+
.E_i1inqkme {
|
|
2385
|
+
height: 18px;
|
|
2386
|
+
line-height: 18px;
|
|
2387
|
+
padding: 0 4px;
|
|
2388
|
+
border-radius: 4px;
|
|
2389
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2390
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2391
|
+
display: flex;
|
|
2392
|
+
align-items: center;
|
|
2393
|
+
white-space: nowrap;
|
|
2394
|
+
margin-right: 4px;
|
|
2314
2395
|
}
|
|
2315
|
-
|
|
2316
|
-
|
|
2396
|
+
|
|
2397
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2398
|
+
margin-left: 8px;
|
|
2317
2399
|
}
|
|
2318
|
-
.
|
|
2319
|
-
|
|
2400
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2401
|
+
padding: 2px 7px 2px 12px;
|
|
2320
2402
|
}
|
|
2321
|
-
|
|
2322
|
-
|
|
2403
|
+
|
|
2404
|
+
.E_owd0kml {
|
|
2405
|
+
display: inline-block;
|
|
2323
2406
|
}
|
|
2324
|
-
|
|
2325
|
-
|
|
2407
|
+
|
|
2408
|
+
.E_h1jsgezc {
|
|
2409
|
+
visibility: hidden;
|
|
2410
|
+
position: absolute;
|
|
2326
2411
|
}
|
|
2327
2412
|
|
|
2328
2413
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -2336,10 +2421,6 @@ html body {
|
|
|
2336
2421
|
visibility: hidden;
|
|
2337
2422
|
}
|
|
2338
2423
|
|
|
2339
|
-
.E_iq1gosr {
|
|
2340
|
-
display: inline-block;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
2424
|
.E_fzh9mnb {
|
|
2344
2425
|
width: 100%;
|
|
2345
2426
|
height: 100%;
|
|
@@ -2355,6 +2436,37 @@ html body {
|
|
|
2355
2436
|
font-size: 18px;
|
|
2356
2437
|
}
|
|
2357
2438
|
|
|
2439
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2440
|
+
display: var(--a1wfy30z-0);
|
|
2441
|
+
}
|
|
2442
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2443
|
+
padding: 4px 11px;
|
|
2444
|
+
display: inline-flex;
|
|
2445
|
+
line-height: 1.5715;
|
|
2446
|
+
height: inherit;
|
|
2447
|
+
}
|
|
2448
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2449
|
+
content: var(--a1wfy30z-1);
|
|
2450
|
+
display: var(--a1wfy30z-2);
|
|
2451
|
+
flex: none;
|
|
2452
|
+
align-items: center;
|
|
2453
|
+
margin-left: 4px;
|
|
2454
|
+
}
|
|
2455
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2456
|
+
content: var(--a1wfy30z-3);
|
|
2457
|
+
display: var(--a1wfy30z-4);
|
|
2458
|
+
flex: none;
|
|
2459
|
+
align-items: center;
|
|
2460
|
+
margin-right: 4px;
|
|
2461
|
+
cursor: auto;
|
|
2462
|
+
}
|
|
2463
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2464
|
+
padding: 0;
|
|
2465
|
+
margin: 0;
|
|
2466
|
+
height: auto;
|
|
2467
|
+
font-size: inherit;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2358
2470
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2359
2471
|
display: var(--ai7qkf2-0);
|
|
2360
2472
|
}
|
|
@@ -2415,141 +2527,29 @@ html body {
|
|
|
2415
2527
|
padding: 2px 8px;
|
|
2416
2528
|
}
|
|
2417
2529
|
|
|
2418
|
-
.
|
|
2419
|
-
height: 18px;
|
|
2420
|
-
line-height: 18px;
|
|
2421
|
-
padding: 0 4px;
|
|
2422
|
-
border-radius: 4px;
|
|
2423
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2424
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2530
|
+
.E_cnujxq2 {
|
|
2425
2531
|
display: flex;
|
|
2426
|
-
|
|
2427
|
-
white-space: nowrap;
|
|
2428
|
-
margin-right: 4px;
|
|
2532
|
+
flex-direction: column;
|
|
2429
2533
|
}
|
|
2430
2534
|
|
|
2431
|
-
.
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
display: inline-flex;
|
|
2437
|
-
line-height: 1.5715;
|
|
2438
|
-
height: inherit;
|
|
2439
|
-
}
|
|
2440
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2441
|
-
content: var(--a1wfy30z-1);
|
|
2442
|
-
display: var(--a1wfy30z-2);
|
|
2443
|
-
flex: none;
|
|
2444
|
-
align-items: center;
|
|
2445
|
-
margin-left: 4px;
|
|
2446
|
-
}
|
|
2447
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2448
|
-
content: var(--a1wfy30z-3);
|
|
2449
|
-
display: var(--a1wfy30z-4);
|
|
2450
|
-
flex: none;
|
|
2451
|
-
align-items: center;
|
|
2452
|
-
margin-right: 4px;
|
|
2453
|
-
cursor: auto;
|
|
2454
|
-
}
|
|
2455
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2456
|
-
padding: 0;
|
|
2457
|
-
margin: 0;
|
|
2458
|
-
height: auto;
|
|
2459
|
-
font-size: inherit;
|
|
2535
|
+
.E_m7s48ia {
|
|
2536
|
+
max-width: 1120px;
|
|
2537
|
+
width: 100%;
|
|
2538
|
+
margin: 0 auto;
|
|
2539
|
+
height: 100%;
|
|
2460
2540
|
}
|
|
2461
2541
|
|
|
2462
|
-
.
|
|
2542
|
+
.E_wt5zbg6 {
|
|
2543
|
+
max-width: 1120px;
|
|
2463
2544
|
width: 100%;
|
|
2464
|
-
margin
|
|
2465
|
-
|
|
2466
|
-
line-break: auto;
|
|
2545
|
+
margin: 0 auto;
|
|
2546
|
+
display: flex;
|
|
2467
2547
|
}
|
|
2468
|
-
.
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
min-height: 32px;
|
|
2474
|
-
height: auto;
|
|
2475
|
-
font-size: 13px;
|
|
2476
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2477
|
-
white-space: normal;
|
|
2478
|
-
}
|
|
2479
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2480
|
-
border-color: #ff4d4f !important;
|
|
2481
|
-
}
|
|
2482
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2483
|
-
border-color: #ff4d4f !important;
|
|
2484
|
-
}
|
|
2485
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
2486
|
-
margin-top: 4px;
|
|
2487
|
-
font-size: 12px;
|
|
2488
|
-
min-height: 0px;
|
|
2489
|
-
}
|
|
2490
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
2491
|
-
font-size: 12px;
|
|
2492
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2493
|
-
min-height: 0px;
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
.E_iouxfgt {
|
|
2497
|
-
display: inline-flex;
|
|
2498
|
-
align-items: center;
|
|
2499
|
-
}
|
|
2500
|
-
.E_iouxfgt .icon-inner {
|
|
2501
|
-
display: inline-flex;
|
|
2502
|
-
align-items: center;
|
|
2503
|
-
justify-content: center;
|
|
2504
|
-
}
|
|
2505
|
-
.E_iouxfgt .icon-inner + span,
|
|
2506
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2507
|
-
margin-left: 4px;
|
|
2508
|
-
}
|
|
2509
|
-
.E_iouxfgt.is-rotate img,
|
|
2510
|
-
.E_iouxfgt.is-rotate svg {
|
|
2511
|
-
animation: rotate 680ms linear infinite;
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
.E_owd0kml {
|
|
2515
|
-
display: inline-block;
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
.E_h1jsgezc {
|
|
2519
|
-
visibility: hidden;
|
|
2520
|
-
position: absolute;
|
|
2521
|
-
}
|
|
2522
|
-
|
|
2523
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2524
|
-
margin-left: 8px;
|
|
2525
|
-
}
|
|
2526
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2527
|
-
padding: 2px 7px 2px 12px;
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
.E_cnujxq2 {
|
|
2531
|
-
display: flex;
|
|
2532
|
-
flex-direction: column;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
.E_m7s48ia {
|
|
2536
|
-
max-width: 1120px;
|
|
2537
|
-
width: 100%;
|
|
2538
|
-
margin: 0 auto;
|
|
2539
|
-
height: 100%;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.E_wt5zbg6 {
|
|
2543
|
-
max-width: 1120px;
|
|
2544
|
-
width: 100%;
|
|
2545
|
-
margin: 0 auto;
|
|
2546
|
-
display: flex;
|
|
2547
|
-
}
|
|
2548
|
-
.E_wt5zbg6 .left,
|
|
2549
|
-
.E_wt5zbg6 .right {
|
|
2550
|
-
flex-grow: 0;
|
|
2551
|
-
flex-shrink: 0;
|
|
2552
|
-
flex-basis: 21%;
|
|
2548
|
+
.E_wt5zbg6 .left,
|
|
2549
|
+
.E_wt5zbg6 .right {
|
|
2550
|
+
flex-grow: 0;
|
|
2551
|
+
flex-shrink: 0;
|
|
2552
|
+
flex-basis: 21%;
|
|
2553
2553
|
}
|
|
2554
2554
|
.E_wt5zbg6 .left {
|
|
2555
2555
|
display: flex;
|
|
@@ -3217,10 +3217,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3217
3217
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3218
3218
|
}
|
|
3219
3219
|
|
|
3220
|
-
.E_m196gn1d {
|
|
3221
|
-
min-width: 1280px;
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
3220
|
.E_a1b5xrg3 .user-icon-inner {
|
|
3225
3221
|
display: inline-flex;
|
|
3226
3222
|
align-items: center;
|
|
@@ -3726,6 +3722,10 @@ input.E_rf8rlle.ant-input {
|
|
|
3726
3722
|
line-height: 12px;
|
|
3727
3723
|
}
|
|
3728
3724
|
|
|
3725
|
+
.E_m196gn1d {
|
|
3726
|
+
min-width: 1280px;
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
3729
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3730
3730
|
border-radius: 6px;
|
|
3731
3731
|
}
|
|
@@ -3783,60 +3783,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3783
3783
|
transform: rotate(180deg);
|
|
3784
3784
|
}
|
|
3785
3785
|
|
|
3786
|
-
.E_oa99sl3 {
|
|
3787
|
-
display: flex;
|
|
3788
|
-
justify-content: space-between;
|
|
3789
|
-
align-items: center;
|
|
3790
|
-
gap: 8px;
|
|
3791
|
-
}
|
|
3792
|
-
.E_oa99sl3,
|
|
3793
|
-
.E_oa99sl3 :first-child {
|
|
3794
|
-
line-height: inherit !important;
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
|
-
.E_lvp5pj7 {
|
|
3798
|
-
display: flex;
|
|
3799
|
-
justify-content: space-between;
|
|
3800
|
-
align-items: center;
|
|
3801
|
-
gap: 8px;
|
|
3802
|
-
min-width: 0;
|
|
3803
|
-
}
|
|
3804
|
-
|
|
3805
|
-
.E_s1io1lws {
|
|
3806
|
-
display: flex;
|
|
3807
|
-
align-items: center;
|
|
3808
|
-
flex-shrink: 0;
|
|
3809
|
-
}
|
|
3810
|
-
|
|
3811
|
-
.E_suhck3k {
|
|
3812
|
-
height: 24px;
|
|
3813
|
-
width: 24px;
|
|
3814
|
-
border-radius: 6px;
|
|
3815
|
-
padding: 4px;
|
|
3816
|
-
}
|
|
3817
|
-
.E_suhck3k:hover {
|
|
3818
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3819
|
-
}
|
|
3820
|
-
.E_suhck3k:hover svg path {
|
|
3821
|
-
fill: blue;
|
|
3822
|
-
}
|
|
3823
|
-
|
|
3824
|
-
.E_ryby9ds {
|
|
3825
|
-
display: flex;
|
|
3826
|
-
align-items: center;
|
|
3827
|
-
}
|
|
3828
|
-
.E_ryby9ds .order {
|
|
3829
|
-
height: 24px;
|
|
3830
|
-
width: 24px;
|
|
3831
|
-
border-radius: 20px;
|
|
3832
|
-
color: #0080ff;
|
|
3833
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3834
|
-
display: flex;
|
|
3835
|
-
align-items: center;
|
|
3836
|
-
justify-content: center;
|
|
3837
|
-
margin-right: 6px;
|
|
3838
|
-
}
|
|
3839
|
-
|
|
3840
3786
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3841
3787
|
opacity: 1;
|
|
3842
3788
|
}
|
|
@@ -3964,19 +3910,29 @@ input.E_rf8rlle.ant-input {
|
|
|
3964
3910
|
color: rgba(0, 21, 64, 0.3);
|
|
3965
3911
|
}
|
|
3966
3912
|
|
|
3967
|
-
.
|
|
3913
|
+
.E_oa99sl3 {
|
|
3968
3914
|
display: flex;
|
|
3969
|
-
|
|
3970
|
-
|
|
3915
|
+
justify-content: space-between;
|
|
3916
|
+
align-items: center;
|
|
3917
|
+
gap: 8px;
|
|
3971
3918
|
}
|
|
3972
|
-
.
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
overflow: hidden;
|
|
3919
|
+
.E_oa99sl3,
|
|
3920
|
+
.E_oa99sl3 :first-child {
|
|
3921
|
+
line-height: inherit !important;
|
|
3976
3922
|
}
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3923
|
+
|
|
3924
|
+
.E_lvp5pj7 {
|
|
3925
|
+
display: flex;
|
|
3926
|
+
justify-content: space-between;
|
|
3927
|
+
align-items: center;
|
|
3928
|
+
gap: 8px;
|
|
3929
|
+
min-width: 0;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
.E_s1io1lws {
|
|
3933
|
+
display: flex;
|
|
3934
|
+
align-items: center;
|
|
3935
|
+
flex-shrink: 0;
|
|
3980
3936
|
}
|
|
3981
3937
|
|
|
3982
3938
|
.E_hrhfj7c {
|
|
@@ -4198,6 +4154,50 @@ input.E_rf8rlle.ant-input {
|
|
|
4198
4154
|
font-size: 14px;
|
|
4199
4155
|
}
|
|
4200
4156
|
|
|
4157
|
+
.E_suhck3k {
|
|
4158
|
+
height: 24px;
|
|
4159
|
+
width: 24px;
|
|
4160
|
+
border-radius: 6px;
|
|
4161
|
+
padding: 4px;
|
|
4162
|
+
}
|
|
4163
|
+
.E_suhck3k:hover {
|
|
4164
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4165
|
+
}
|
|
4166
|
+
.E_suhck3k:hover svg path {
|
|
4167
|
+
fill: blue;
|
|
4168
|
+
}
|
|
4169
|
+
|
|
4170
|
+
.E_ryby9ds {
|
|
4171
|
+
display: flex;
|
|
4172
|
+
align-items: center;
|
|
4173
|
+
}
|
|
4174
|
+
.E_ryby9ds .order {
|
|
4175
|
+
height: 24px;
|
|
4176
|
+
width: 24px;
|
|
4177
|
+
border-radius: 20px;
|
|
4178
|
+
color: #0080ff;
|
|
4179
|
+
background: rgba(0, 136, 255, 0.1);
|
|
4180
|
+
display: flex;
|
|
4181
|
+
align-items: center;
|
|
4182
|
+
justify-content: center;
|
|
4183
|
+
margin-right: 6px;
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4186
|
+
.E_w1dxz879 {
|
|
4187
|
+
display: flex;
|
|
4188
|
+
flex-direction: column;
|
|
4189
|
+
gap: 6px;
|
|
4190
|
+
}
|
|
4191
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
4192
|
+
max-height: var(--w1dxz879-0);
|
|
4193
|
+
text-overflow: clip;
|
|
4194
|
+
overflow: hidden;
|
|
4195
|
+
}
|
|
4196
|
+
.E_w1dxz879 .tips {
|
|
4197
|
+
color: #fff;
|
|
4198
|
+
opacity: 0.8;
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
4201
|
.E_h12yihis {
|
|
4202
4202
|
height: 50px;
|
|
4203
4203
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4453,56 +4453,85 @@ input.E_rf8rlle.ant-input {
|
|
|
4453
4453
|
background-color: transparent;
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4459
|
-
font-size: 12px;
|
|
4460
|
-
line-height: 18px;
|
|
4461
|
-
height: 18px;
|
|
4456
|
+
.E_b14q2gmw {
|
|
4457
|
+
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);
|
|
4462
4458
|
}
|
|
4463
4459
|
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4460
|
+
.E_c1eym6el {
|
|
4461
|
+
border-radius: 8px;
|
|
4462
|
+
background-color: white;
|
|
4467
4463
|
}
|
|
4468
|
-
|
|
4469
|
-
|
|
4464
|
+
.E_c1eym6el.hoverable {
|
|
4465
|
+
cursor: pointer;
|
|
4470
4466
|
}
|
|
4471
|
-
|
|
4472
|
-
|
|
4467
|
+
.E_c1eym6el.hoverable:hover {
|
|
4468
|
+
transition: all 200ms ease;
|
|
4469
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4470
|
+
transform: translateY(-4px);
|
|
4473
4471
|
}
|
|
4474
|
-
|
|
4475
|
-
|
|
4472
|
+
|
|
4473
|
+
.E_ckui4s7 {
|
|
4474
|
+
color: #2d3a56;
|
|
4475
|
+
line-height: 22px;
|
|
4476
|
+
display: inline-flex;
|
|
4476
4477
|
}
|
|
4477
|
-
|
|
4478
|
-
|
|
4478
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4479
|
+
height: 22px;
|
|
4480
|
+
display: flex;
|
|
4481
|
+
align-items: center;
|
|
4482
|
+
top: 0;
|
|
4479
4483
|
}
|
|
4480
|
-
|
|
4481
|
-
|
|
4484
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4485
|
+
border: none;
|
|
4482
4486
|
}
|
|
4483
|
-
|
|
4484
|
-
color: #
|
|
4487
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4488
|
+
border-color: #0080ff;
|
|
4485
4489
|
}
|
|
4486
|
-
|
|
4487
|
-
|
|
4490
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4491
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4488
4492
|
}
|
|
4489
|
-
|
|
4490
|
-
|
|
4493
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4494
|
+
border: 1px solid #0080ff;
|
|
4491
4495
|
}
|
|
4492
|
-
|
|
4493
|
-
|
|
4496
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4497
|
+
background: #0080ff;
|
|
4494
4498
|
}
|
|
4495
|
-
|
|
4496
|
-
color:
|
|
4499
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4500
|
+
background-color: #fff;
|
|
4501
|
+
height: 2px;
|
|
4502
|
+
width: 10px;
|
|
4503
|
+
border-radius: 2px;
|
|
4497
4504
|
}
|
|
4498
|
-
|
|
4499
|
-
|
|
4505
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4506
|
+
opacity: 0.5;
|
|
4500
4507
|
}
|
|
4501
|
-
|
|
4502
|
-
|
|
4508
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4509
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4510
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4503
4511
|
}
|
|
4504
|
-
|
|
4505
|
-
color:
|
|
4512
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4513
|
+
border-color: #2d3a56;
|
|
4514
|
+
}
|
|
4515
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4516
|
+
background: #2d3a56;
|
|
4517
|
+
}
|
|
4518
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4519
|
+
padding: 0;
|
|
4520
|
+
}
|
|
4521
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4522
|
+
display: inline-block;
|
|
4523
|
+
margin-left: 12px;
|
|
4524
|
+
color: #2d3a56;
|
|
4525
|
+
}
|
|
4526
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4527
|
+
margin-left: 28px;
|
|
4528
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4529
|
+
}
|
|
4530
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4531
|
+
margin-left: 8px;
|
|
4532
|
+
}
|
|
4533
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4534
|
+
margin-left: 24px;
|
|
4506
4535
|
}
|
|
4507
4536
|
|
|
4508
4537
|
.E_sddwhm6 {
|
|
@@ -4580,89 +4609,60 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4580
4609
|
display: inline-block;
|
|
4581
4610
|
}
|
|
4582
4611
|
|
|
4583
|
-
.
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
background-color: white;
|
|
4590
|
-
}
|
|
4591
|
-
.E_c1eym6el.hoverable {
|
|
4592
|
-
cursor: pointer;
|
|
4593
|
-
}
|
|
4594
|
-
.E_c1eym6el.hoverable:hover {
|
|
4595
|
-
transition: all 200ms ease;
|
|
4596
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4597
|
-
transform: translateY(-4px);
|
|
4598
|
-
}
|
|
4599
|
-
|
|
4600
|
-
.E_c1yd35n {
|
|
4601
|
-
padding: 0 12px 14px 12px;
|
|
4612
|
+
button.E_l48ei06.ant-btn,
|
|
4613
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4614
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4615
|
+
font-size: 12px;
|
|
4616
|
+
line-height: 18px;
|
|
4617
|
+
height: 18px;
|
|
4602
4618
|
}
|
|
4603
4619
|
|
|
4604
|
-
.
|
|
4605
|
-
color: #
|
|
4606
|
-
|
|
4607
|
-
display: inline-flex;
|
|
4608
|
-
}
|
|
4609
|
-
.E_ckui4s7 .ant-checkbox {
|
|
4610
|
-
height: 22px;
|
|
4611
|
-
display: flex;
|
|
4612
|
-
align-items: center;
|
|
4613
|
-
top: 0;
|
|
4614
|
-
}
|
|
4615
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4616
|
-
border: none;
|
|
4620
|
+
button.E_l48ei06 {
|
|
4621
|
+
color: #0080FF;
|
|
4622
|
+
height: unset;
|
|
4617
4623
|
}
|
|
4618
|
-
.
|
|
4619
|
-
|
|
4624
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4625
|
+
margin-right: 4px;
|
|
4620
4626
|
}
|
|
4621
|
-
.
|
|
4622
|
-
|
|
4627
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4628
|
+
margin-left: 4px;
|
|
4623
4629
|
}
|
|
4624
|
-
.
|
|
4625
|
-
|
|
4630
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4631
|
+
color: #009DFF;
|
|
4626
4632
|
}
|
|
4627
|
-
.
|
|
4628
|
-
|
|
4633
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4634
|
+
color: #005ED1;
|
|
4629
4635
|
}
|
|
4630
|
-
.
|
|
4631
|
-
|
|
4632
|
-
height: 2px;
|
|
4633
|
-
width: 10px;
|
|
4634
|
-
border-radius: 2px;
|
|
4636
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4637
|
+
color: #0080FF;
|
|
4635
4638
|
}
|
|
4636
|
-
.
|
|
4637
|
-
|
|
4639
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4640
|
+
color: #00122E;
|
|
4638
4641
|
}
|
|
4639
|
-
.
|
|
4640
|
-
|
|
4641
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4642
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4643
|
+
color: #0080FF;
|
|
4642
4644
|
}
|
|
4643
|
-
.
|
|
4644
|
-
|
|
4645
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4646
|
+
color: #005ED1;
|
|
4645
4647
|
}
|
|
4646
|
-
.
|
|
4647
|
-
|
|
4648
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4649
|
+
color: #00122E;
|
|
4648
4650
|
}
|
|
4649
|
-
.
|
|
4650
|
-
|
|
4651
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4652
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4651
4653
|
}
|
|
4652
|
-
.
|
|
4653
|
-
|
|
4654
|
-
margin-left: 12px;
|
|
4655
|
-
color: #2d3a56;
|
|
4654
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4655
|
+
color: #0080FF;
|
|
4656
4656
|
}
|
|
4657
|
-
.
|
|
4658
|
-
|
|
4659
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4657
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4658
|
+
color: #005ED1;
|
|
4660
4659
|
}
|
|
4661
|
-
.
|
|
4662
|
-
|
|
4660
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4661
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4663
4662
|
}
|
|
4664
|
-
|
|
4665
|
-
|
|
4663
|
+
|
|
4664
|
+
.E_c1yd35n {
|
|
4665
|
+
padding: 0 12px 14px 12px;
|
|
4666
4666
|
}
|
|
4667
4667
|
|
|
4668
4668
|
.E_c1kghdax {
|
|
@@ -4705,84 +4705,298 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4705
4705
|
margin-right: 2px;
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
|
-
.
|
|
4709
|
-
width: 64px;
|
|
4710
|
-
height: 64px;
|
|
4708
|
+
.E_r77hffu {
|
|
4711
4709
|
display: flex;
|
|
4712
4710
|
align-items: center;
|
|
4713
|
-
justify-content:
|
|
4714
|
-
|
|
4715
|
-
opacity: 0.2;
|
|
4711
|
+
justify-content: space-between;
|
|
4712
|
+
column-gap: 6px;
|
|
4716
4713
|
}
|
|
4717
4714
|
|
|
4718
|
-
.
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
top: 40.5px;
|
|
4724
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4725
|
-
border-radius: 5px;
|
|
4726
|
-
transform: rotate(-128deg);
|
|
4727
|
-
transform-origin: top left;
|
|
4728
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4715
|
+
.E_p1cmxsf7 {
|
|
4716
|
+
display: flex;
|
|
4717
|
+
flex-direction: column;
|
|
4718
|
+
justify-content: center;
|
|
4719
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4729
4720
|
}
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
height: 48px;
|
|
4735
|
-
left: 40.8px;
|
|
4736
|
-
top: 8.4px;
|
|
4737
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4738
|
-
border-radius: 5px;
|
|
4739
|
-
transform: rotate(-8deg);
|
|
4740
|
-
transform-origin: top left;
|
|
4741
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4721
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4722
|
+
font-size: 0;
|
|
4723
|
+
margin-bottom: unset;
|
|
4724
|
+
margin-inline-end: unset;
|
|
4742
4725
|
}
|
|
4743
4726
|
|
|
4744
|
-
.
|
|
4745
|
-
|
|
4746
|
-
width: 5px;
|
|
4747
|
-
height: 48px;
|
|
4748
|
-
left: 52.9px;
|
|
4749
|
-
top: 51.8px;
|
|
4750
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4751
|
-
border-radius: 5px;
|
|
4752
|
-
transform: rotate(112deg);
|
|
4753
|
-
transform-origin: top left;
|
|
4754
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4727
|
+
.E_sjob3jg {
|
|
4728
|
+
--item-min-width: 60px;
|
|
4755
4729
|
}
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
height: 100%;
|
|
4730
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
4731
|
+
display: none !important;
|
|
4759
4732
|
}
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
.E_efzf37v .ant-table-body {
|
|
4763
|
-
overflow: visible !important;
|
|
4764
|
-
height: 100%;
|
|
4733
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
4734
|
+
flex-shrink: 0 !important;
|
|
4765
4735
|
}
|
|
4766
|
-
.
|
|
4767
|
-
|
|
4736
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
4737
|
+
color: #0080ff;
|
|
4768
4738
|
}
|
|
4769
|
-
.
|
|
4770
|
-
|
|
4771
|
-
|
|
4739
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4740
|
+
color: #0080ff;
|
|
4741
|
+
font-weight: normal;
|
|
4772
4742
|
}
|
|
4773
|
-
.
|
|
4774
|
-
|
|
4743
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
4744
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4775
4745
|
}
|
|
4776
|
-
.
|
|
4777
|
-
|
|
4746
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4747
|
+
color: #00122e;
|
|
4778
4748
|
}
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
height: 100%;
|
|
4749
|
+
.E_sjob3jg .step-item-text {
|
|
4750
|
+
display: inline-block;
|
|
4782
4751
|
}
|
|
4783
|
-
.
|
|
4784
|
-
|
|
4785
|
-
|
|
4752
|
+
.E_sjob3jg .step-item-title {
|
|
4753
|
+
overflow: hidden;
|
|
4754
|
+
white-space: nowrap;
|
|
4755
|
+
text-overflow: ellipsis;
|
|
4756
|
+
}
|
|
4757
|
+
|
|
4758
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
4759
|
+
min-width: var(--item-min-width);
|
|
4760
|
+
}
|
|
4761
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
4762
|
+
cursor: not-allowed !important;
|
|
4763
|
+
}
|
|
4764
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
4765
|
+
flex-direction: row;
|
|
4766
|
+
justify-content: stretch;
|
|
4767
|
+
}
|
|
4768
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
4769
|
+
padding: 0;
|
|
4770
|
+
margin-right: 4px;
|
|
4771
|
+
flex: 1;
|
|
4772
|
+
overflow: visible;
|
|
4773
|
+
}
|
|
4774
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
4775
|
+
width: 100%;
|
|
4776
|
+
min-height: unset;
|
|
4777
|
+
}
|
|
4778
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
4779
|
+
height: 26px;
|
|
4780
|
+
line-height: 26px;
|
|
4781
|
+
width: 100%;
|
|
4782
|
+
padding: 0;
|
|
4783
|
+
font-size: 12px;
|
|
4784
|
+
}
|
|
4785
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
4786
|
+
margin-right: 10px;
|
|
4787
|
+
}
|
|
4788
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
4789
|
+
display: none;
|
|
4790
|
+
}
|
|
4791
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
4792
|
+
padding-left: 8px;
|
|
4793
|
+
padding-right: 4px;
|
|
4794
|
+
border-radius: 4px 0 0 4px;
|
|
4795
|
+
}
|
|
4796
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
4797
|
+
margin-right: 0;
|
|
4798
|
+
}
|
|
4799
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
4800
|
+
padding-right: 8px;
|
|
4801
|
+
padding-left: 12px;
|
|
4802
|
+
border-radius: 0 4px 4px 0;
|
|
4803
|
+
}
|
|
4804
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
4805
|
+
content: "";
|
|
4806
|
+
width: 0;
|
|
4807
|
+
height: 0;
|
|
4808
|
+
border: 13px solid transparent;
|
|
4809
|
+
position: absolute;
|
|
4810
|
+
top: 0;
|
|
4811
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
4812
|
+
z-index: 2;
|
|
4813
|
+
position: relative;
|
|
4814
|
+
top: -50%;
|
|
4815
|
+
right: -100%;
|
|
4816
|
+
}
|
|
4817
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
4818
|
+
padding: 0 4px 0 12px;
|
|
4819
|
+
}
|
|
4820
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
4821
|
+
content: "";
|
|
4822
|
+
width: 0;
|
|
4823
|
+
height: 0;
|
|
4824
|
+
border: 13px solid transparent;
|
|
4825
|
+
position: absolute;
|
|
4826
|
+
top: 0;
|
|
4827
|
+
border-left: 8px solid #fff;
|
|
4828
|
+
left: 0;
|
|
4829
|
+
}
|
|
4830
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
4831
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
4832
|
+
}
|
|
4833
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
4834
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4835
|
+
}
|
|
4836
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
4837
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
4838
|
+
}
|
|
4839
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4840
|
+
cursor: pointer;
|
|
4841
|
+
min-width: var(--item-min-width);
|
|
4842
|
+
}
|
|
4843
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
4844
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4845
|
+
min-width: var(--item-min-width);
|
|
4846
|
+
}
|
|
4847
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
4848
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
4849
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4850
|
+
}
|
|
4851
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
4852
|
+
padding: 0;
|
|
4853
|
+
}
|
|
4854
|
+
|
|
4855
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
4856
|
+
width: 192px;
|
|
4857
|
+
row-gap: 2px;
|
|
4858
|
+
}
|
|
4859
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
4860
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4861
|
+
}
|
|
4862
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
4863
|
+
color: #00122e !important;
|
|
4864
|
+
}
|
|
4865
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
4866
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4867
|
+
}
|
|
4868
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
4869
|
+
padding: 0 8px;
|
|
4870
|
+
border-radius: 4px;
|
|
4871
|
+
height: 32px;
|
|
4872
|
+
display: flex;
|
|
4873
|
+
align-items: center;
|
|
4874
|
+
}
|
|
4875
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
4876
|
+
min-height: auto;
|
|
4877
|
+
white-space: nowrap;
|
|
4878
|
+
}
|
|
4879
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4880
|
+
font-size: 13px;
|
|
4881
|
+
line-height: 20px;
|
|
4882
|
+
max-width: 100%;
|
|
4883
|
+
padding-right: 0;
|
|
4884
|
+
}
|
|
4885
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
4886
|
+
background: rgba(0, 128, 255, 0.1);
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4889
|
+
.E_h6l1tj4 {
|
|
4890
|
+
width: 100%;
|
|
4891
|
+
display: inline-flex;
|
|
4892
|
+
align-items: center;
|
|
4893
|
+
justify-content: center;
|
|
4894
|
+
column-gap: 4px;
|
|
4895
|
+
}
|
|
4896
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
4897
|
+
display: inline-flex;
|
|
4898
|
+
align-items: center;
|
|
4899
|
+
width: 18px;
|
|
4900
|
+
height: 18px;
|
|
4901
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4902
|
+
justify-content: center;
|
|
4903
|
+
}
|
|
4904
|
+
|
|
4905
|
+
.E_v18frne8 {
|
|
4906
|
+
width: 100%;
|
|
4907
|
+
display: flex;
|
|
4908
|
+
align-items: center;
|
|
4909
|
+
justify-content: center;
|
|
4910
|
+
column-gap: 6px;
|
|
4911
|
+
font-size: 13px;
|
|
4912
|
+
}
|
|
4913
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
4914
|
+
display: inline-flex;
|
|
4915
|
+
align-items: center;
|
|
4916
|
+
min-width: 20px;
|
|
4917
|
+
min-height: 20px;
|
|
4918
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4919
|
+
justify-content: center;
|
|
4920
|
+
}
|
|
4921
|
+
|
|
4922
|
+
.E_lht19u8 {
|
|
4923
|
+
width: 64px;
|
|
4924
|
+
height: 64px;
|
|
4925
|
+
display: flex;
|
|
4926
|
+
align-items: center;
|
|
4927
|
+
justify-content: center;
|
|
4928
|
+
position: relative;
|
|
4929
|
+
opacity: 0.2;
|
|
4930
|
+
}
|
|
4931
|
+
|
|
4932
|
+
.E_lk3gkp4 {
|
|
4933
|
+
position: absolute;
|
|
4934
|
+
width: 5px;
|
|
4935
|
+
height: 48px;
|
|
4936
|
+
left: 9.33px;
|
|
4937
|
+
top: 40.5px;
|
|
4938
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4939
|
+
border-radius: 5px;
|
|
4940
|
+
transform: rotate(-128deg);
|
|
4941
|
+
transform-origin: top left;
|
|
4942
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4945
|
+
.E_ll4n94n {
|
|
4946
|
+
position: absolute;
|
|
4947
|
+
width: 5px;
|
|
4948
|
+
height: 48px;
|
|
4949
|
+
left: 40.8px;
|
|
4950
|
+
top: 8.4px;
|
|
4951
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4952
|
+
border-radius: 5px;
|
|
4953
|
+
transform: rotate(-8deg);
|
|
4954
|
+
transform-origin: top left;
|
|
4955
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4956
|
+
}
|
|
4957
|
+
|
|
4958
|
+
.E_l17lbdo6 {
|
|
4959
|
+
position: absolute;
|
|
4960
|
+
width: 5px;
|
|
4961
|
+
height: 48px;
|
|
4962
|
+
left: 52.9px;
|
|
4963
|
+
top: 51.8px;
|
|
4964
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4965
|
+
border-radius: 5px;
|
|
4966
|
+
transform: rotate(112deg);
|
|
4967
|
+
transform-origin: top left;
|
|
4968
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4969
|
+
}
|
|
4970
|
+
|
|
4971
|
+
.E_tc97u5y {
|
|
4972
|
+
height: 100%;
|
|
4973
|
+
}
|
|
4974
|
+
|
|
4975
|
+
.E_efzf37v .ant-table-content,
|
|
4976
|
+
.E_efzf37v .ant-table-body {
|
|
4977
|
+
overflow: visible !important;
|
|
4978
|
+
height: 100%;
|
|
4979
|
+
}
|
|
4980
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4981
|
+
height: 100%;
|
|
4982
|
+
}
|
|
4983
|
+
.E_efzf37v table {
|
|
4984
|
+
width: 100% !important;
|
|
4985
|
+
height: 100%;
|
|
4986
|
+
}
|
|
4987
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4988
|
+
padding: 15px 0;
|
|
4989
|
+
}
|
|
4990
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
4991
|
+
display: none;
|
|
4992
|
+
}
|
|
4993
|
+
|
|
4994
|
+
.E_t1fisho6 {
|
|
4995
|
+
height: 100%;
|
|
4996
|
+
}
|
|
4997
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
4998
|
+
padding-top: 6px;
|
|
4999
|
+
padding-bottom: 6px;
|
|
4786
5000
|
}
|
|
4787
5001
|
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
4788
5002
|
font-weight: 700;
|
|
@@ -5125,227 +5339,298 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5125
5339
|
background: #fff;
|
|
5126
5340
|
}
|
|
5127
5341
|
|
|
5128
|
-
.
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5342
|
+
.E_l1ucdodl {
|
|
5343
|
+
margin: 0;
|
|
5344
|
+
border-radius: 20px;
|
|
5345
|
+
padding: 2px 10px;
|
|
5346
|
+
height: 22px;
|
|
5347
|
+
display: flex;
|
|
5348
|
+
align-items: center;
|
|
5133
5349
|
}
|
|
5134
|
-
.
|
|
5135
|
-
|
|
5350
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5351
|
+
color: #FFFFFF;
|
|
5136
5352
|
}
|
|
5137
|
-
.
|
|
5138
|
-
|
|
5353
|
+
.E_l1ucdodl.tag-hover {
|
|
5354
|
+
cursor: pointer;
|
|
5139
5355
|
}
|
|
5140
|
-
.
|
|
5141
|
-
color: #
|
|
5142
|
-
font-weight: normal;
|
|
5356
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5357
|
+
color: #00122e;
|
|
5143
5358
|
}
|
|
5144
|
-
.
|
|
5359
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5360
|
+
margin-right: 6px;
|
|
5361
|
+
}
|
|
5362
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5363
|
+
margin-left: 8px;
|
|
5145
5364
|
color: rgba(44, 56, 82, 0.6);
|
|
5146
5365
|
}
|
|
5147
|
-
.
|
|
5148
|
-
color: #
|
|
5366
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5367
|
+
color: #FFFFFF;
|
|
5149
5368
|
}
|
|
5150
|
-
.
|
|
5151
|
-
|
|
5369
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5370
|
+
background-color: #0080ff;
|
|
5152
5371
|
}
|
|
5153
|
-
.
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5372
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5373
|
+
background-color: #f0483e;
|
|
5374
|
+
}
|
|
5375
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5376
|
+
background-color: #fea008;
|
|
5377
|
+
}
|
|
5378
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5379
|
+
background-color: #00ba5d;
|
|
5380
|
+
}
|
|
5381
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5382
|
+
background-color: #6b7d99;
|
|
5383
|
+
}
|
|
5384
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5385
|
+
background-color: #7E41FF;
|
|
5157
5386
|
}
|
|
5158
5387
|
|
|
5159
|
-
.
|
|
5160
|
-
|
|
5388
|
+
.E_s1qj66nc {
|
|
5389
|
+
width: 8px;
|
|
5390
|
+
height: 8px;
|
|
5391
|
+
border-radius: 50%;
|
|
5392
|
+
display: inline-block;
|
|
5161
5393
|
}
|
|
5162
|
-
|
|
5163
|
-
|
|
5394
|
+
|
|
5395
|
+
.E_s5x1boq {
|
|
5396
|
+
width: 8px;
|
|
5397
|
+
height: 8px;
|
|
5398
|
+
border-radius: 2px;
|
|
5399
|
+
display: inline-block;
|
|
5164
5400
|
}
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5401
|
+
|
|
5402
|
+
.E_c1xm185 {
|
|
5403
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5168
5404
|
}
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
margin-right: 4px;
|
|
5405
|
+
|
|
5406
|
+
.E_c1x5l5qc {
|
|
5172
5407
|
flex: 1;
|
|
5173
|
-
overflow: visible;
|
|
5174
5408
|
}
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
min-
|
|
5409
|
+
|
|
5410
|
+
.E_t1gvlxt5 {
|
|
5411
|
+
min-width: 0;
|
|
5412
|
+
flex: 1;
|
|
5178
5413
|
}
|
|
5179
|
-
.
|
|
5180
|
-
|
|
5181
|
-
line-height: 26px;
|
|
5182
|
-
width: 100%;
|
|
5183
|
-
padding: 0;
|
|
5184
|
-
font-size: 12px;
|
|
5414
|
+
.E_t1gvlxt5 .tag {
|
|
5415
|
+
flex: 0 0 auto;
|
|
5185
5416
|
}
|
|
5186
|
-
.
|
|
5187
|
-
|
|
5417
|
+
.E_t1gvlxt5 .progress-title {
|
|
5418
|
+
flex: 2;
|
|
5419
|
+
max-width: fit-content;
|
|
5188
5420
|
}
|
|
5189
|
-
.
|
|
5190
|
-
|
|
5421
|
+
.E_t1gvlxt5 .progress-desc {
|
|
5422
|
+
flex: 1;
|
|
5423
|
+
max-width: fit-content;
|
|
5191
5424
|
}
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5425
|
+
|
|
5426
|
+
.E_a1ji6r68 {
|
|
5427
|
+
display: flex;
|
|
5428
|
+
align-items: center;
|
|
5429
|
+
column-gap: var(--a1ji6r68-0);
|
|
5430
|
+
}
|
|
5431
|
+
|
|
5432
|
+
.E_w7ob4th.outside-tag {
|
|
5433
|
+
padding-left: 0;
|
|
5434
|
+
}
|
|
5435
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5195
5436
|
border-radius: 4px 0 0 4px;
|
|
5437
|
+
padding-right: 4px;
|
|
5438
|
+
margin-right: 4px;
|
|
5196
5439
|
}
|
|
5197
|
-
|
|
5198
|
-
|
|
5440
|
+
|
|
5441
|
+
.E_i1g85yz3 {
|
|
5442
|
+
margin-right: 4px;
|
|
5443
|
+
height: 16px;
|
|
5199
5444
|
}
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
padding
|
|
5203
|
-
|
|
5445
|
+
|
|
5446
|
+
.E_slr2ynn {
|
|
5447
|
+
padding: 0 8px;
|
|
5448
|
+
height: 18px;
|
|
5204
5449
|
}
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
height:
|
|
5209
|
-
border: 13px solid transparent;
|
|
5210
|
-
position: absolute;
|
|
5211
|
-
top: 0;
|
|
5212
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5213
|
-
z-index: 2;
|
|
5214
|
-
position: relative;
|
|
5215
|
-
top: -50%;
|
|
5216
|
-
right: -100%;
|
|
5450
|
+
|
|
5451
|
+
.E_m140wbb6 {
|
|
5452
|
+
padding: 2px 8px;
|
|
5453
|
+
height: 24px;
|
|
5217
5454
|
}
|
|
5218
|
-
|
|
5219
|
-
|
|
5455
|
+
|
|
5456
|
+
.E_t1fozc1i {
|
|
5457
|
+
margin: 0;
|
|
5220
5458
|
}
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
height:
|
|
5225
|
-
border: 13px solid transparent;
|
|
5226
|
-
position: absolute;
|
|
5227
|
-
top: 0;
|
|
5228
|
-
border-left: 8px solid #fff;
|
|
5229
|
-
left: 0;
|
|
5459
|
+
|
|
5460
|
+
.E_i1vxv4ln {
|
|
5461
|
+
margin-right: 4px;
|
|
5462
|
+
height: 16px;
|
|
5230
5463
|
}
|
|
5231
|
-
|
|
5232
|
-
|
|
5464
|
+
|
|
5465
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5466
|
+
font-weight: 700;
|
|
5467
|
+
color: #00122e;
|
|
5468
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5469
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5470
|
+
word-break: break-all;
|
|
5471
|
+
display: inline;
|
|
5472
|
+
white-space: normal;
|
|
5233
5473
|
}
|
|
5234
|
-
|
|
5235
|
-
|
|
5474
|
+
|
|
5475
|
+
.E_msn7nxt {
|
|
5476
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5477
|
+
text-align: center;
|
|
5478
|
+
display: flex;
|
|
5479
|
+
align-items: center;
|
|
5480
|
+
justify-content: center;
|
|
5481
|
+
flex-direction: column;
|
|
5482
|
+
height: 100%;
|
|
5236
5483
|
}
|
|
5237
|
-
.
|
|
5238
|
-
|
|
5484
|
+
.E_msn7nxt .link {
|
|
5485
|
+
color: #0080ff;
|
|
5486
|
+
cursor: pointer;
|
|
5239
5487
|
}
|
|
5240
|
-
|
|
5488
|
+
|
|
5489
|
+
.E_mp64wfi {
|
|
5490
|
+
width: 100%;
|
|
5491
|
+
height: 100%;
|
|
5492
|
+
display: flex;
|
|
5493
|
+
flex-direction: column;
|
|
5494
|
+
}
|
|
5495
|
+
.E_mp64wfi .name-toolbar {
|
|
5496
|
+
width: 100%;
|
|
5497
|
+
display: flex;
|
|
5498
|
+
line-height: 30px;
|
|
5499
|
+
padding: 0 16px;
|
|
5500
|
+
justify-content: space-between;
|
|
5501
|
+
}
|
|
5502
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5503
|
+
display: flex;
|
|
5504
|
+
font-size: 12px;
|
|
5505
|
+
align-items: center;
|
|
5506
|
+
}
|
|
5507
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5508
|
+
color: #a3b4cc;
|
|
5509
|
+
}
|
|
5510
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5511
|
+
margin-left: 10px;
|
|
5512
|
+
}
|
|
5513
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5514
|
+
margin-left: 10px;
|
|
5241
5515
|
cursor: pointer;
|
|
5242
|
-
min-width: var(--item-min-width);
|
|
5243
5516
|
}
|
|
5244
|
-
.
|
|
5245
|
-
|
|
5246
|
-
|
|
5517
|
+
.E_mp64wfi .content {
|
|
5518
|
+
flex: 1;
|
|
5519
|
+
width: 100%;
|
|
5520
|
+
display: flex;
|
|
5521
|
+
justify-content: center;
|
|
5522
|
+
align-items: center;
|
|
5247
5523
|
}
|
|
5248
|
-
.
|
|
5249
|
-
|
|
5250
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5524
|
+
.E_mp64wfi .single-content {
|
|
5525
|
+
height: 65px;
|
|
5251
5526
|
}
|
|
5252
|
-
|
|
5253
|
-
|
|
5527
|
+
|
|
5528
|
+
.E_l1oyigan {
|
|
5529
|
+
display: flex;
|
|
5530
|
+
align-items: center;
|
|
5531
|
+
white-space: nowrap;
|
|
5532
|
+
overflow: hidden;
|
|
5533
|
+
width: 100%;
|
|
5534
|
+
}
|
|
5535
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
5536
|
+
margin-left: auto;
|
|
5537
|
+
font-size: 12px;
|
|
5254
5538
|
}
|
|
5255
5539
|
|
|
5256
|
-
.
|
|
5257
|
-
|
|
5258
|
-
|
|
5540
|
+
.E_l1noi4n1 {
|
|
5541
|
+
display: flex;
|
|
5542
|
+
justify-content: flex-start;
|
|
5543
|
+
align-items: center;
|
|
5544
|
+
font-size: 12px;
|
|
5545
|
+
cursor: pointer;
|
|
5259
5546
|
}
|
|
5260
|
-
.
|
|
5261
|
-
|
|
5547
|
+
.E_l1noi4n1:not(:last-child) {
|
|
5548
|
+
margin-right: 20px;
|
|
5262
5549
|
}
|
|
5263
|
-
.
|
|
5264
|
-
|
|
5550
|
+
.E_l1noi4n1.deselected {
|
|
5551
|
+
opacity: 0.4;
|
|
5265
5552
|
}
|
|
5266
|
-
.
|
|
5267
|
-
background
|
|
5553
|
+
.E_l1noi4n1.deselected .color-block {
|
|
5554
|
+
background: #b4beca !important;
|
|
5268
5555
|
}
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
height:
|
|
5556
|
+
|
|
5557
|
+
.E_cz19rz6 {
|
|
5558
|
+
display: inline-block;
|
|
5559
|
+
height: 8px;
|
|
5560
|
+
width: 8px;
|
|
5561
|
+
margin-right: 8px;
|
|
5562
|
+
}
|
|
5563
|
+
|
|
5564
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5565
|
+
display: flex;
|
|
5566
|
+
align-items: center;
|
|
5567
|
+
font-size: 12px;
|
|
5568
|
+
margin: 0;
|
|
5569
|
+
}
|
|
5570
|
+
|
|
5571
|
+
.E_m1y1hhnr {
|
|
5572
|
+
position: relative;
|
|
5573
|
+
}
|
|
5574
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
5575
|
+
bottom: -12px;
|
|
5576
|
+
}
|
|
5577
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
5578
|
+
display: flex;
|
|
5579
|
+
justify-content: space-between;
|
|
5580
|
+
line-height: 30px;
|
|
5581
|
+
margin: 0 16px;
|
|
5582
|
+
}
|
|
5583
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
5273
5584
|
display: flex;
|
|
5585
|
+
font-size: 12px;
|
|
5274
5586
|
align-items: center;
|
|
5275
5587
|
}
|
|
5276
|
-
.
|
|
5277
|
-
|
|
5278
|
-
white-space: nowrap;
|
|
5588
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
5589
|
+
color: #a3b4cc;
|
|
5279
5590
|
}
|
|
5280
|
-
.
|
|
5281
|
-
|
|
5282
|
-
line-height: 20px;
|
|
5283
|
-
max-width: 100%;
|
|
5284
|
-
padding-right: 0;
|
|
5591
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5592
|
+
margin-left: 10px;
|
|
5285
5593
|
}
|
|
5286
|
-
.
|
|
5287
|
-
|
|
5594
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
5595
|
+
margin-left: 10px;
|
|
5596
|
+
cursor: pointer;
|
|
5288
5597
|
}
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
width: 100%;
|
|
5292
|
-
display: inline-flex;
|
|
5293
|
-
align-items: center;
|
|
5294
|
-
justify-content: center;
|
|
5295
|
-
column-gap: 4px;
|
|
5598
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
5599
|
+
font-size: 12px;
|
|
5296
5600
|
}
|
|
5297
|
-
.
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5601
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
5602
|
+
position: absolute;
|
|
5603
|
+
bottom: 10px;
|
|
5604
|
+
padding: 0 8px;
|
|
5605
|
+
border-radius: 4px;
|
|
5606
|
+
font-size: 12px;
|
|
5607
|
+
color: #fff;
|
|
5608
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5609
|
+
transform: translateX(-50%);
|
|
5304
5610
|
}
|
|
5305
5611
|
|
|
5306
|
-
.
|
|
5307
|
-
width:
|
|
5308
|
-
display: flex;
|
|
5309
|
-
align-items: center;
|
|
5310
|
-
justify-content: center;
|
|
5311
|
-
column-gap: 6px;
|
|
5312
|
-
font-size: 13px;
|
|
5313
|
-
}
|
|
5314
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
5315
|
-
display: inline-flex;
|
|
5316
|
-
align-items: center;
|
|
5317
|
-
min-width: 20px;
|
|
5318
|
-
min-height: 20px;
|
|
5319
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5320
|
-
justify-content: center;
|
|
5612
|
+
.E_tnvijvs {
|
|
5613
|
+
min-width: 200px;
|
|
5321
5614
|
}
|
|
5322
5615
|
|
|
5323
|
-
.
|
|
5616
|
+
.E_t1ub2aex {
|
|
5324
5617
|
display: flex;
|
|
5325
5618
|
align-items: center;
|
|
5326
5619
|
justify-content: space-between;
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
display: flex;
|
|
5332
|
-
flex-direction: column;
|
|
5333
|
-
justify-content: center;
|
|
5334
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5620
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5621
|
+
color: #b4beca;
|
|
5622
|
+
font-size: 12px;
|
|
5623
|
+
padding: 3px 6px;
|
|
5335
5624
|
}
|
|
5336
|
-
.
|
|
5337
|
-
|
|
5338
|
-
margin-bottom: unset;
|
|
5339
|
-
margin-inline-end: unset;
|
|
5625
|
+
.E_t1ub2aex:first-child {
|
|
5626
|
+
padding-top: 3px;
|
|
5340
5627
|
}
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
padding-left: 0;
|
|
5628
|
+
.E_t1ub2aex:last-child {
|
|
5629
|
+
padding-bottom: 3px;
|
|
5344
5630
|
}
|
|
5345
|
-
.
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
margin-right: 4px;
|
|
5631
|
+
.E_t1ub2aex .column-value {
|
|
5632
|
+
color: #fff;
|
|
5633
|
+
margin-left: 8px;
|
|
5349
5634
|
}
|
|
5350
5635
|
|
|
5351
5636
|
.E_t1dtlqs1 {
|
|
@@ -5483,219 +5768,65 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5483
5768
|
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5484
5769
|
margin-right: 8px;
|
|
5485
5770
|
}
|
|
5486
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5487
|
-
padding: 4px;
|
|
5488
|
-
width: 24px;
|
|
5489
|
-
height: 24px;
|
|
5490
|
-
overflow: hidden;
|
|
5491
|
-
}
|
|
5492
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5493
|
-
padding: 0;
|
|
5494
|
-
}
|
|
5495
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5496
|
-
cursor: not-allowed;
|
|
5497
|
-
opacity: 0.5;
|
|
5498
|
-
}
|
|
5499
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5500
|
-
margin: 0;
|
|
5501
|
-
}
|
|
5502
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5503
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5504
|
-
border-radius: 5px;
|
|
5505
|
-
font-size: 12px;
|
|
5506
|
-
}
|
|
5507
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5508
|
-
font-size: inherit;
|
|
5509
|
-
}
|
|
5510
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5511
|
-
min-height: 24px;
|
|
5512
|
-
font-size: 12px;
|
|
5513
|
-
position: relative;
|
|
5514
|
-
}
|
|
5515
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5516
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5517
|
-
}
|
|
5518
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5519
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5520
|
-
}
|
|
5521
|
-
|
|
5522
|
-
.E_a138syjm {
|
|
5523
|
-
display: flex;
|
|
5524
|
-
align-items: center;
|
|
5525
|
-
margin-top: 8px;
|
|
5526
|
-
}
|
|
5527
|
-
.E_a138syjm button.ant-btn {
|
|
5528
|
-
padding: 2px 8px;
|
|
5529
|
-
height: 24px;
|
|
5530
|
-
}
|
|
5531
|
-
.E_a138syjm > span.maximum-desc {
|
|
5532
|
-
display: none;
|
|
5533
|
-
margin-left: 8px;
|
|
5534
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5535
|
-
}
|
|
5536
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5537
|
-
display: inline;
|
|
5538
|
-
}
|
|
5539
|
-
|
|
5540
|
-
.E_d77i8u0 {
|
|
5541
|
-
width: 24px;
|
|
5542
|
-
height: 24px;
|
|
5543
|
-
padding: 4px;
|
|
5544
|
-
margin-right: 8px;
|
|
5545
|
-
}
|
|
5546
|
-
|
|
5547
|
-
.E_slr2ynn {
|
|
5548
|
-
padding: 0 8px;
|
|
5549
|
-
height: 18px;
|
|
5550
|
-
}
|
|
5551
|
-
|
|
5552
|
-
.E_m140wbb6 {
|
|
5553
|
-
padding: 2px 8px;
|
|
5554
|
-
height: 24px;
|
|
5555
|
-
}
|
|
5556
|
-
|
|
5557
|
-
.E_t1fozc1i {
|
|
5558
|
-
margin: 0;
|
|
5559
|
-
}
|
|
5560
|
-
|
|
5561
|
-
.E_i1vxv4ln {
|
|
5562
|
-
margin-right: 4px;
|
|
5563
|
-
height: 16px;
|
|
5564
|
-
}
|
|
5565
|
-
|
|
5566
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5567
|
-
font-weight: 700;
|
|
5568
|
-
color: #00122e;
|
|
5569
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5570
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5571
|
-
word-break: break-all;
|
|
5572
|
-
display: inline;
|
|
5573
|
-
white-space: normal;
|
|
5574
|
-
}
|
|
5575
|
-
|
|
5576
|
-
.E_i1g85yz3 {
|
|
5577
|
-
margin-right: 4px;
|
|
5578
|
-
height: 16px;
|
|
5579
|
-
}
|
|
5580
|
-
|
|
5581
|
-
.E_l1ucdodl {
|
|
5582
|
-
margin: 0;
|
|
5583
|
-
border-radius: 20px;
|
|
5584
|
-
padding: 2px 10px;
|
|
5585
|
-
height: 22px;
|
|
5586
|
-
display: flex;
|
|
5587
|
-
align-items: center;
|
|
5588
|
-
}
|
|
5589
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5590
|
-
color: #FFFFFF;
|
|
5591
|
-
}
|
|
5592
|
-
.E_l1ucdodl.tag-hover {
|
|
5593
|
-
cursor: pointer;
|
|
5594
|
-
}
|
|
5595
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
5596
|
-
color: #00122e;
|
|
5597
|
-
}
|
|
5598
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5599
|
-
margin-right: 6px;
|
|
5600
|
-
}
|
|
5601
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5602
|
-
margin-left: 8px;
|
|
5603
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5604
|
-
}
|
|
5605
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5606
|
-
color: #FFFFFF;
|
|
5607
|
-
}
|
|
5608
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5609
|
-
background-color: #0080ff;
|
|
5610
|
-
}
|
|
5611
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5612
|
-
background-color: #f0483e;
|
|
5613
|
-
}
|
|
5614
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5615
|
-
background-color: #fea008;
|
|
5616
|
-
}
|
|
5617
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5618
|
-
background-color: #00ba5d;
|
|
5619
|
-
}
|
|
5620
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5621
|
-
background-color: #6b7d99;
|
|
5622
|
-
}
|
|
5623
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5624
|
-
background-color: #7E41FF;
|
|
5625
|
-
}
|
|
5626
|
-
|
|
5627
|
-
.E_s1qj66nc {
|
|
5628
|
-
width: 8px;
|
|
5629
|
-
height: 8px;
|
|
5630
|
-
border-radius: 50%;
|
|
5631
|
-
display: inline-block;
|
|
5632
|
-
}
|
|
5633
|
-
|
|
5634
|
-
.E_s5x1boq {
|
|
5635
|
-
width: 8px;
|
|
5636
|
-
height: 8px;
|
|
5637
|
-
border-radius: 2px;
|
|
5638
|
-
display: inline-block;
|
|
5639
|
-
}
|
|
5640
|
-
|
|
5641
|
-
.E_c1xm185 {
|
|
5642
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5643
|
-
}
|
|
5644
|
-
|
|
5645
|
-
.E_c1x5l5qc {
|
|
5646
|
-
flex: 1;
|
|
5771
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5772
|
+
padding: 4px;
|
|
5773
|
+
width: 24px;
|
|
5774
|
+
height: 24px;
|
|
5775
|
+
overflow: hidden;
|
|
5647
5776
|
}
|
|
5648
|
-
|
|
5649
|
-
|
|
5650
|
-
height: 100%;
|
|
5777
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5778
|
+
padding: 0;
|
|
5651
5779
|
}
|
|
5652
|
-
.
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
display: flex;
|
|
5780
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5781
|
+
cursor: not-allowed;
|
|
5782
|
+
opacity: 0.5;
|
|
5656
5783
|
}
|
|
5657
|
-
.
|
|
5658
|
-
|
|
5659
|
-
margin: 4px;
|
|
5660
|
-
background: rgba(204, 212, 227, 0.18);
|
|
5661
|
-
border-radius: 2px;
|
|
5784
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5785
|
+
margin: 0;
|
|
5662
5786
|
}
|
|
5663
|
-
.
|
|
5664
|
-
|
|
5787
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5788
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5789
|
+
border-radius: 5px;
|
|
5790
|
+
font-size: 12px;
|
|
5665
5791
|
}
|
|
5666
|
-
.
|
|
5667
|
-
|
|
5792
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5793
|
+
font-size: inherit;
|
|
5668
5794
|
}
|
|
5669
|
-
.
|
|
5670
|
-
|
|
5795
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5796
|
+
min-height: 24px;
|
|
5797
|
+
font-size: 12px;
|
|
5798
|
+
position: relative;
|
|
5671
5799
|
}
|
|
5672
|
-
.
|
|
5673
|
-
|
|
5800
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5801
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5674
5802
|
}
|
|
5675
|
-
.
|
|
5676
|
-
background: rgba(
|
|
5803
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5804
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5677
5805
|
}
|
|
5678
5806
|
|
|
5679
|
-
.
|
|
5680
|
-
|
|
5681
|
-
|
|
5807
|
+
.E_a138syjm {
|
|
5808
|
+
display: flex;
|
|
5809
|
+
align-items: center;
|
|
5810
|
+
margin-top: 8px;
|
|
5682
5811
|
}
|
|
5683
|
-
.
|
|
5684
|
-
|
|
5812
|
+
.E_a138syjm button.ant-btn {
|
|
5813
|
+
padding: 2px 8px;
|
|
5814
|
+
height: 24px;
|
|
5685
5815
|
}
|
|
5686
|
-
.
|
|
5687
|
-
|
|
5688
|
-
|
|
5816
|
+
.E_a138syjm > span.maximum-desc {
|
|
5817
|
+
display: none;
|
|
5818
|
+
margin-left: 8px;
|
|
5819
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5689
5820
|
}
|
|
5690
|
-
.
|
|
5691
|
-
|
|
5692
|
-
max-width: fit-content;
|
|
5821
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5822
|
+
display: inline;
|
|
5693
5823
|
}
|
|
5694
5824
|
|
|
5695
|
-
.
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5825
|
+
.E_d77i8u0 {
|
|
5826
|
+
width: 24px;
|
|
5827
|
+
height: 24px;
|
|
5828
|
+
padding: 4px;
|
|
5829
|
+
margin-right: 8px;
|
|
5699
5830
|
}
|
|
5700
5831
|
|
|
5701
5832
|
.E_m11nzl2x {
|
|
@@ -5845,225 +5976,94 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5845
5976
|
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5846
5977
|
color: #a3b4cc;
|
|
5847
5978
|
}
|
|
5848
|
-
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5849
|
-
margin-left: 10px;
|
|
5850
|
-
}
|
|
5851
|
-
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5852
|
-
margin-left: 10px;
|
|
5853
|
-
cursor: pointer;
|
|
5854
|
-
}
|
|
5855
|
-
.E_lqeaosa .recharts-xAxis {
|
|
5856
|
-
font-size: 12px;
|
|
5857
|
-
}
|
|
5858
|
-
.E_lqeaosa .pointer-wrapper {
|
|
5859
|
-
position: absolute;
|
|
5860
|
-
bottom: 10px;
|
|
5861
|
-
padding: 0 8px;
|
|
5862
|
-
font-size: 12px;
|
|
5863
|
-
color: #fff;
|
|
5864
|
-
transform: translateX(-50%);
|
|
5865
|
-
}
|
|
5866
|
-
|
|
5867
|
-
.E_t2pr38p {
|
|
5868
|
-
min-width: 200px;
|
|
5869
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
5870
|
-
border-radius: 4px;
|
|
5871
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5872
|
-
padding: 8px;
|
|
5873
|
-
}
|
|
5874
|
-
|
|
5875
|
-
.E_tecdsj7 {
|
|
5876
|
-
display: flex;
|
|
5877
|
-
align-items: center;
|
|
5878
|
-
background-color: unset;
|
|
5879
|
-
color: #FFFFFF;
|
|
5880
|
-
justify-content: space-between;
|
|
5881
|
-
font-size: 12px;
|
|
5882
|
-
padding-top: 6px;
|
|
5883
|
-
}
|
|
5884
|
-
.E_tecdsj7:first-child {
|
|
5885
|
-
padding-top: 3px;
|
|
5886
|
-
}
|
|
5887
|
-
.E_tecdsj7:last-child {
|
|
5888
|
-
padding-bottom: 3px;
|
|
5889
|
-
}
|
|
5890
|
-
.E_tecdsj7 .column-value {
|
|
5891
|
-
color: #FFFFFF;
|
|
5892
|
-
margin-left: 8px;
|
|
5893
|
-
}
|
|
5894
|
-
|
|
5895
|
-
.E_ljhvvia {
|
|
5896
|
-
display: inline-block;
|
|
5897
|
-
height: 8px;
|
|
5898
|
-
width: 8px;
|
|
5899
|
-
margin-right: 8px;
|
|
5900
|
-
border-radius: 2px;
|
|
5901
|
-
}
|
|
5902
|
-
.E_ljhvvia.borderd {
|
|
5903
|
-
border: 1px solid #fff;
|
|
5904
|
-
}
|
|
5905
|
-
|
|
5906
|
-
.E_msn7nxt {
|
|
5907
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5908
|
-
text-align: center;
|
|
5909
|
-
display: flex;
|
|
5910
|
-
align-items: center;
|
|
5911
|
-
justify-content: center;
|
|
5912
|
-
flex-direction: column;
|
|
5913
|
-
height: 100%;
|
|
5914
|
-
}
|
|
5915
|
-
.E_msn7nxt .link {
|
|
5916
|
-
color: #0080ff;
|
|
5917
|
-
cursor: pointer;
|
|
5918
|
-
}
|
|
5919
|
-
|
|
5920
|
-
.E_mp64wfi {
|
|
5921
|
-
width: 100%;
|
|
5922
|
-
height: 100%;
|
|
5923
|
-
display: flex;
|
|
5924
|
-
flex-direction: column;
|
|
5925
|
-
}
|
|
5926
|
-
.E_mp64wfi .name-toolbar {
|
|
5927
|
-
width: 100%;
|
|
5928
|
-
display: flex;
|
|
5929
|
-
line-height: 30px;
|
|
5930
|
-
padding: 0 16px;
|
|
5931
|
-
justify-content: space-between;
|
|
5932
|
-
}
|
|
5933
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5934
|
-
display: flex;
|
|
5935
|
-
font-size: 12px;
|
|
5936
|
-
align-items: center;
|
|
5937
|
-
}
|
|
5938
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5939
|
-
color: #a3b4cc;
|
|
5940
|
-
}
|
|
5941
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5942
|
-
margin-left: 10px;
|
|
5943
|
-
}
|
|
5944
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5945
|
-
margin-left: 10px;
|
|
5946
|
-
cursor: pointer;
|
|
5947
|
-
}
|
|
5948
|
-
.E_mp64wfi .content {
|
|
5949
|
-
flex: 1;
|
|
5950
|
-
width: 100%;
|
|
5951
|
-
display: flex;
|
|
5952
|
-
justify-content: center;
|
|
5953
|
-
align-items: center;
|
|
5954
|
-
}
|
|
5955
|
-
.E_mp64wfi .single-content {
|
|
5956
|
-
height: 65px;
|
|
5957
|
-
}
|
|
5958
|
-
|
|
5959
|
-
.E_l1oyigan {
|
|
5960
|
-
display: flex;
|
|
5961
|
-
align-items: center;
|
|
5962
|
-
white-space: nowrap;
|
|
5963
|
-
overflow: hidden;
|
|
5964
|
-
width: 100%;
|
|
5965
|
-
}
|
|
5966
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
5967
|
-
margin-left: auto;
|
|
5968
|
-
font-size: 12px;
|
|
5969
|
-
}
|
|
5970
|
-
|
|
5971
|
-
.E_l1noi4n1 {
|
|
5972
|
-
display: flex;
|
|
5973
|
-
justify-content: flex-start;
|
|
5974
|
-
align-items: center;
|
|
5975
|
-
font-size: 12px;
|
|
5976
|
-
cursor: pointer;
|
|
5977
|
-
}
|
|
5978
|
-
.E_l1noi4n1:not(:last-child) {
|
|
5979
|
-
margin-right: 20px;
|
|
5980
|
-
}
|
|
5981
|
-
.E_l1noi4n1.deselected {
|
|
5982
|
-
opacity: 0.4;
|
|
5983
|
-
}
|
|
5984
|
-
.E_l1noi4n1.deselected .color-block {
|
|
5985
|
-
background: #b4beca !important;
|
|
5986
|
-
}
|
|
5987
|
-
|
|
5988
|
-
.E_cz19rz6 {
|
|
5989
|
-
display: inline-block;
|
|
5990
|
-
height: 8px;
|
|
5991
|
-
width: 8px;
|
|
5992
|
-
margin-right: 8px;
|
|
5993
|
-
}
|
|
5994
|
-
|
|
5995
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5996
|
-
display: flex;
|
|
5997
|
-
align-items: center;
|
|
5998
|
-
font-size: 12px;
|
|
5999
|
-
margin: 0;
|
|
6000
|
-
}
|
|
6001
|
-
|
|
6002
|
-
.E_m1y1hhnr {
|
|
6003
|
-
position: relative;
|
|
6004
|
-
}
|
|
6005
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
6006
|
-
bottom: -12px;
|
|
6007
|
-
}
|
|
6008
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
6009
|
-
display: flex;
|
|
6010
|
-
justify-content: space-between;
|
|
6011
|
-
line-height: 30px;
|
|
6012
|
-
margin: 0 16px;
|
|
6013
|
-
}
|
|
6014
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
6015
|
-
display: flex;
|
|
6016
|
-
font-size: 12px;
|
|
6017
|
-
align-items: center;
|
|
6018
|
-
}
|
|
6019
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
6020
|
-
color: #a3b4cc;
|
|
6021
|
-
}
|
|
6022
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5979
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
6023
5980
|
margin-left: 10px;
|
|
6024
5981
|
}
|
|
6025
|
-
.
|
|
5982
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
6026
5983
|
margin-left: 10px;
|
|
6027
5984
|
cursor: pointer;
|
|
6028
5985
|
}
|
|
6029
|
-
.
|
|
5986
|
+
.E_lqeaosa .recharts-xAxis {
|
|
6030
5987
|
font-size: 12px;
|
|
6031
5988
|
}
|
|
6032
|
-
.
|
|
5989
|
+
.E_lqeaosa .pointer-wrapper {
|
|
6033
5990
|
position: absolute;
|
|
6034
5991
|
bottom: 10px;
|
|
6035
5992
|
padding: 0 8px;
|
|
6036
|
-
border-radius: 4px;
|
|
6037
5993
|
font-size: 12px;
|
|
6038
5994
|
color: #fff;
|
|
6039
|
-
background: rgba(0, 0, 0, 0.75);
|
|
6040
5995
|
transform: translateX(-50%);
|
|
6041
5996
|
}
|
|
6042
5997
|
|
|
6043
|
-
.
|
|
5998
|
+
.E_t2pr38p {
|
|
6044
5999
|
min-width: 200px;
|
|
6000
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
6001
|
+
border-radius: 4px;
|
|
6002
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
6003
|
+
padding: 8px;
|
|
6045
6004
|
}
|
|
6046
6005
|
|
|
6047
|
-
.
|
|
6006
|
+
.E_tecdsj7 {
|
|
6048
6007
|
display: flex;
|
|
6049
6008
|
align-items: center;
|
|
6009
|
+
background-color: unset;
|
|
6010
|
+
color: #FFFFFF;
|
|
6050
6011
|
justify-content: space-between;
|
|
6051
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
6052
|
-
color: #b4beca;
|
|
6053
6012
|
font-size: 12px;
|
|
6054
|
-
padding:
|
|
6013
|
+
padding-top: 6px;
|
|
6055
6014
|
}
|
|
6056
|
-
.
|
|
6015
|
+
.E_tecdsj7:first-child {
|
|
6057
6016
|
padding-top: 3px;
|
|
6058
6017
|
}
|
|
6059
|
-
.
|
|
6018
|
+
.E_tecdsj7:last-child {
|
|
6060
6019
|
padding-bottom: 3px;
|
|
6061
6020
|
}
|
|
6062
|
-
.
|
|
6063
|
-
color: #
|
|
6021
|
+
.E_tecdsj7 .column-value {
|
|
6022
|
+
color: #FFFFFF;
|
|
6064
6023
|
margin-left: 8px;
|
|
6065
6024
|
}
|
|
6066
6025
|
|
|
6026
|
+
.E_ljhvvia {
|
|
6027
|
+
display: inline-block;
|
|
6028
|
+
height: 8px;
|
|
6029
|
+
width: 8px;
|
|
6030
|
+
margin-right: 8px;
|
|
6031
|
+
border-radius: 2px;
|
|
6032
|
+
}
|
|
6033
|
+
.E_ljhvvia.borderd {
|
|
6034
|
+
border: 1px solid #fff;
|
|
6035
|
+
}
|
|
6036
|
+
|
|
6037
|
+
.E_t13ef470 {
|
|
6038
|
+
height: 100%;
|
|
6039
|
+
}
|
|
6040
|
+
.E_t13ef470 .table-loading-item {
|
|
6041
|
+
padding: 12px 4px;
|
|
6042
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
6043
|
+
display: flex;
|
|
6044
|
+
}
|
|
6045
|
+
.E_t13ef470 .table-loading-item > * {
|
|
6046
|
+
height: 16px;
|
|
6047
|
+
margin: 4px;
|
|
6048
|
+
background: rgba(204, 212, 227, 0.18);
|
|
6049
|
+
border-radius: 2px;
|
|
6050
|
+
}
|
|
6051
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
6052
|
+
width: 16px;
|
|
6053
|
+
}
|
|
6054
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
6055
|
+
flex: 1;
|
|
6056
|
+
}
|
|
6057
|
+
.E_t13ef470 :nth-child(1) {
|
|
6058
|
+
padding: 8px 4px;
|
|
6059
|
+
}
|
|
6060
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
6061
|
+
background: rgba(107, 125, 153, 0.18);
|
|
6062
|
+
}
|
|
6063
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
6064
|
+
background: rgba(163, 180, 204, 0.18);
|
|
6065
|
+
}
|
|
6066
|
+
|
|
6067
6067
|
.E_bpgac8u {
|
|
6068
6068
|
color: #FFFFFF;
|
|
6069
6069
|
display: flex;
|
|
@@ -6092,9 +6092,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6092
6092
|
}
|
|
6093
6093
|
|
|
6094
6094
|
.E_t59qhqp {
|
|
6095
|
-
|
|
6096
|
-
padding:
|
|
6097
|
-
|
|
6095
|
+
padding: 0px;
|
|
6096
|
+
padding-top: 5px;
|
|
6097
|
+
padding-left: 5px;
|
|
6098
6098
|
}
|
|
6099
6099
|
.E_t59qhqp .ant-timeline-item {
|
|
6100
6100
|
margin-bottom: 16px;
|
|
@@ -6201,249 +6201,92 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6201
6201
|
background: rgba(225, 230, 241, 0.6);
|
|
6202
6202
|
}
|
|
6203
6203
|
|
|
6204
|
-
.E_f16blduf.ant-form-item {
|
|
6205
|
-
margin-bottom: 0;
|
|
6206
|
-
}
|
|
6207
|
-
.E_f16blduf .ant-form-item-explain {
|
|
6208
|
-
display: none;
|
|
6209
|
-
min-height: 18px;
|
|
6210
|
-
margin-top: 5px;
|
|
6211
|
-
font-family: "Inter";
|
|
6212
|
-
font-weight: 400;
|
|
6213
|
-
font-size: 12px;
|
|
6214
|
-
line-height: 18px;
|
|
6215
|
-
}
|
|
6216
|
-
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
6217
|
-
white-space: pre-wrap;
|
|
6218
|
-
}
|
|
6219
|
-
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
6220
|
-
display: block;
|
|
6221
|
-
}
|
|
6222
|
-
|
|
6223
6204
|
.E_t1616y1o {
|
|
6224
6205
|
color: #fff;
|
|
6225
6206
|
}
|
|
6226
6207
|
|
|
6227
|
-
.
|
|
6228
|
-
margin-
|
|
6229
|
-
}
|
|
6230
|
-
|
|
6231
|
-
.E_a1njc627 {
|
|
6232
|
-
font-size: 12px;
|
|
6233
|
-
color: #00122e;
|
|
6234
|
-
}
|
|
6235
|
-
|
|
6236
|
-
.E_i14c7jc8 {
|
|
6237
|
-
color: var(--i14c7jc8-0);
|
|
6238
|
-
}
|
|
6239
|
-
|
|
6240
|
-
.E_i1ibuolf {
|
|
6241
|
-
display: flex;
|
|
6242
|
-
align-items: center;
|
|
6243
|
-
column-gap: 4px;
|
|
6244
|
-
font-size: 12px;
|
|
6245
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6246
|
-
}
|
|
6247
|
-
|
|
6248
|
-
.E_d1u4ndxc {
|
|
6249
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6250
|
-
font-size: 12px;
|
|
6251
|
-
}
|
|
6252
|
-
|
|
6253
|
-
.E_f6xb0iv {
|
|
6254
|
-
min-width: 0;
|
|
6255
|
-
flex: 1;
|
|
6256
|
-
}
|
|
6257
|
-
|
|
6258
|
-
.E_b1dhu7ov.antd5-progress {
|
|
6259
|
-
width: 220px;
|
|
6260
|
-
}
|
|
6261
|
-
|
|
6262
|
-
.E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
|
|
6263
|
-
content: "";
|
|
6264
|
-
display: block;
|
|
6265
|
-
height: 8px;
|
|
6266
|
-
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
6267
|
-
animation: loading 1600ms ease-out infinite;
|
|
6268
|
-
opacity: 1;
|
|
6269
|
-
}
|
|
6270
|
-
@keyframes loading {
|
|
6271
|
-
from {
|
|
6272
|
-
transform: translateX(-100%);
|
|
6273
|
-
}
|
|
6274
|
-
to {
|
|
6275
|
-
transform: translateX(100%);
|
|
6276
|
-
}
|
|
6277
|
-
}
|
|
6278
|
-
|
|
6279
|
-
.E_skwah65 {
|
|
6280
|
-
height: 8px;
|
|
6281
|
-
box-sizing: border-box;
|
|
6282
|
-
border-radius: 2px;
|
|
6283
|
-
background: #f5f7fa;
|
|
6284
|
-
display: flex;
|
|
6285
|
-
width: 100%;
|
|
6286
|
-
overflow: hidden;
|
|
6287
|
-
}
|
|
6288
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6289
|
-
margin-left: 1px;
|
|
6290
|
-
}
|
|
6291
|
-
|
|
6292
|
-
.E_c18bcrac {
|
|
6293
|
-
display: inline-block;
|
|
6294
|
-
width: 100%;
|
|
6295
|
-
}
|
|
6296
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6297
|
-
margin-left: 4px;
|
|
6298
|
-
}
|
|
6299
|
-
|
|
6300
|
-
.E_cro7kg2 {
|
|
6301
|
-
padding: 4px;
|
|
6302
|
-
}
|
|
6303
|
-
.E_cro7kg2 .unit {
|
|
6304
|
-
color: white;
|
|
6305
|
-
}
|
|
6306
|
-
|
|
6307
|
-
.E_c14wcxf0 {
|
|
6308
|
-
display: flex;
|
|
6309
|
-
justify-content: space-between;
|
|
6310
|
-
align-items: center;
|
|
6311
|
-
font-size: 13px;
|
|
6312
|
-
line-height: 24px;
|
|
6313
|
-
color: #cccccc;
|
|
6314
|
-
white-space: nowrap;
|
|
6315
|
-
}
|
|
6316
|
-
.E_c14wcxf0 label {
|
|
6317
|
-
margin-right: 32px;
|
|
6318
|
-
}
|
|
6319
|
-
|
|
6320
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6321
|
-
font-weight: bold;
|
|
6322
|
-
color: white;
|
|
6323
|
-
}
|
|
6324
|
-
|
|
6325
|
-
.E_s11212zy {
|
|
6326
|
-
width: 8px;
|
|
6327
|
-
height: 8px;
|
|
6328
|
-
border-radius: 2px;
|
|
6329
|
-
display: inline-block;
|
|
6330
|
-
background: var(--s11212zy-0);
|
|
6331
|
-
border: 1px solid #fff;
|
|
6332
|
-
box-sizing: content-box;
|
|
6333
|
-
margin-right: 6px;
|
|
6334
|
-
}
|
|
6335
|
-
|
|
6336
|
-
.E_p1lyky6c > :first-child {
|
|
6337
|
-
font-weight: bold;
|
|
6338
|
-
color: white;
|
|
6339
|
-
margin-right: 4px;
|
|
6340
|
-
}
|
|
6341
|
-
|
|
6342
|
-
.E_gmyahx3 {
|
|
6343
|
-
cursor: pointer;
|
|
6344
|
-
}
|
|
6345
|
-
.E_gmyahx3 .link-text {
|
|
6346
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6347
|
-
}
|
|
6348
|
-
.E_gmyahx3:hover .link-text {
|
|
6349
|
-
color: #0080ff;
|
|
6350
|
-
}
|
|
6351
|
-
|
|
6352
|
-
span.E_tqjc4ui {
|
|
6353
|
-
margin: 0 2px;
|
|
6354
|
-
}
|
|
6355
|
-
|
|
6356
|
-
.E_clm1wy1 {
|
|
6357
|
-
width: 192px;
|
|
6358
|
-
height: 246px;
|
|
6359
|
-
border-radius: 4px;
|
|
6360
|
-
}
|
|
6361
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
6362
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6363
|
-
width: 100%;
|
|
6364
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6365
|
-
border-top: none;
|
|
6366
|
-
}
|
|
6367
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6368
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6369
|
-
padding: 0 16px;
|
|
6370
|
-
}
|
|
6371
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6372
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6373
|
-
width: 100%;
|
|
6374
|
-
height: 180px;
|
|
6375
|
-
border-spacing: 0;
|
|
6376
|
-
}
|
|
6377
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6378
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6379
|
-
margin-bottom: 8px;
|
|
6380
|
-
}
|
|
6381
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6382
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6383
|
-
width: 22px;
|
|
6384
|
-
}
|
|
6385
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6386
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6387
|
-
padding: 0;
|
|
6208
|
+
.E_f16blduf.ant-form-item {
|
|
6209
|
+
margin-bottom: 0;
|
|
6388
6210
|
}
|
|
6389
|
-
.
|
|
6390
|
-
|
|
6391
|
-
|
|
6211
|
+
.E_f16blduf .ant-form-item-explain {
|
|
6212
|
+
display: none;
|
|
6213
|
+
min-height: 18px;
|
|
6214
|
+
margin-top: 5px;
|
|
6215
|
+
font-family: "Inter";
|
|
6216
|
+
font-weight: 400;
|
|
6217
|
+
font-size: 12px;
|
|
6218
|
+
line-height: 18px;
|
|
6392
6219
|
}
|
|
6393
|
-
.
|
|
6394
|
-
|
|
6395
|
-
opacity: 1;
|
|
6220
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
6221
|
+
white-space: pre-wrap;
|
|
6396
6222
|
}
|
|
6397
|
-
.
|
|
6398
|
-
|
|
6223
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
6224
|
+
display: block;
|
|
6399
6225
|
}
|
|
6400
|
-
|
|
6401
|
-
|
|
6226
|
+
|
|
6227
|
+
.E_a9y3flr {
|
|
6228
|
+
margin-left: 8px;
|
|
6402
6229
|
}
|
|
6403
6230
|
|
|
6404
|
-
.
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
backdrop-filter: blur(10px);
|
|
6408
|
-
padding: 7px 10px;
|
|
6231
|
+
.E_a1njc627 {
|
|
6232
|
+
font-size: 12px;
|
|
6233
|
+
color: #00122e;
|
|
6409
6234
|
}
|
|
6410
6235
|
|
|
6411
|
-
.
|
|
6412
|
-
color:
|
|
6236
|
+
.E_i14c7jc8 {
|
|
6237
|
+
color: var(--i14c7jc8-0);
|
|
6238
|
+
}
|
|
6239
|
+
|
|
6240
|
+
.E_i1ibuolf {
|
|
6413
6241
|
display: flex;
|
|
6414
|
-
justify-content: space-between;
|
|
6415
6242
|
align-items: center;
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
cursor: pointer;
|
|
6243
|
+
column-gap: 4px;
|
|
6244
|
+
font-size: 12px;
|
|
6245
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6420
6246
|
}
|
|
6421
|
-
|
|
6422
|
-
|
|
6247
|
+
|
|
6248
|
+
.E_d1u4ndxc {
|
|
6249
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6250
|
+
font-size: 12px;
|
|
6423
6251
|
}
|
|
6424
6252
|
|
|
6425
|
-
.
|
|
6426
|
-
|
|
6253
|
+
.E_f6xb0iv {
|
|
6254
|
+
min-width: 0;
|
|
6255
|
+
flex: 1;
|
|
6427
6256
|
}
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6257
|
+
|
|
6258
|
+
.E_b1dhu7ov.antd5-progress {
|
|
6259
|
+
width: 220px;
|
|
6431
6260
|
}
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
background: #
|
|
6261
|
+
|
|
6262
|
+
.E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
|
|
6263
|
+
content: "";
|
|
6264
|
+
display: block;
|
|
6265
|
+
height: 8px;
|
|
6266
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
6267
|
+
animation: loading 1600ms ease-out infinite;
|
|
6268
|
+
opacity: 1;
|
|
6438
6269
|
}
|
|
6439
|
-
|
|
6440
|
-
|
|
6270
|
+
@keyframes loading {
|
|
6271
|
+
from {
|
|
6272
|
+
transform: translateX(-100%);
|
|
6273
|
+
}
|
|
6274
|
+
to {
|
|
6275
|
+
transform: translateX(100%);
|
|
6276
|
+
}
|
|
6441
6277
|
}
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
height:
|
|
6445
|
-
|
|
6278
|
+
|
|
6279
|
+
.E_skwah65 {
|
|
6280
|
+
height: 8px;
|
|
6281
|
+
box-sizing: border-box;
|
|
6446
6282
|
border-radius: 2px;
|
|
6283
|
+
background: #f5f7fa;
|
|
6284
|
+
display: flex;
|
|
6285
|
+
width: 100%;
|
|
6286
|
+
overflow: hidden;
|
|
6287
|
+
}
|
|
6288
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6289
|
+
margin-left: 1px;
|
|
6447
6290
|
}
|
|
6448
6291
|
|
|
6449
6292
|
.E_s1ebs0ra {
|
|
@@ -6647,6 +6490,16 @@ span.E_tqjc4ui {
|
|
|
6647
6490
|
color: #fff;
|
|
6648
6491
|
}
|
|
6649
6492
|
|
|
6493
|
+
.E_gmyahx3 {
|
|
6494
|
+
cursor: pointer;
|
|
6495
|
+
}
|
|
6496
|
+
.E_gmyahx3 .link-text {
|
|
6497
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6498
|
+
}
|
|
6499
|
+
.E_gmyahx3:hover .link-text {
|
|
6500
|
+
color: #0080ff;
|
|
6501
|
+
}
|
|
6502
|
+
|
|
6650
6503
|
.E_n12mqh7z {
|
|
6651
6504
|
display: flex;
|
|
6652
6505
|
align-items: center;
|
|
@@ -6661,9 +6514,156 @@ span.E_tqjc4ui {
|
|
|
6661
6514
|
margin: 0 3px;
|
|
6662
6515
|
}
|
|
6663
6516
|
|
|
6664
|
-
.E_tcckoz1 {
|
|
6665
|
-
max-height: 400px;
|
|
6666
|
-
overflow: auto;
|
|
6517
|
+
.E_tcckoz1 {
|
|
6518
|
+
max-height: 400px;
|
|
6519
|
+
overflow: auto;
|
|
6520
|
+
}
|
|
6521
|
+
|
|
6522
|
+
.E_c18bcrac {
|
|
6523
|
+
display: inline-block;
|
|
6524
|
+
width: 100%;
|
|
6525
|
+
}
|
|
6526
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6527
|
+
margin-left: 4px;
|
|
6528
|
+
}
|
|
6529
|
+
|
|
6530
|
+
.E_cro7kg2 {
|
|
6531
|
+
padding: 4px;
|
|
6532
|
+
}
|
|
6533
|
+
.E_cro7kg2 .unit {
|
|
6534
|
+
color: white;
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
.E_c14wcxf0 {
|
|
6538
|
+
display: flex;
|
|
6539
|
+
justify-content: space-between;
|
|
6540
|
+
align-items: center;
|
|
6541
|
+
font-size: 13px;
|
|
6542
|
+
line-height: 24px;
|
|
6543
|
+
color: #cccccc;
|
|
6544
|
+
white-space: nowrap;
|
|
6545
|
+
}
|
|
6546
|
+
.E_c14wcxf0 label {
|
|
6547
|
+
margin-right: 32px;
|
|
6548
|
+
}
|
|
6549
|
+
|
|
6550
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6551
|
+
font-weight: bold;
|
|
6552
|
+
color: white;
|
|
6553
|
+
}
|
|
6554
|
+
|
|
6555
|
+
.E_s11212zy {
|
|
6556
|
+
width: 8px;
|
|
6557
|
+
height: 8px;
|
|
6558
|
+
border-radius: 2px;
|
|
6559
|
+
display: inline-block;
|
|
6560
|
+
background: var(--s11212zy-0);
|
|
6561
|
+
border: 1px solid #fff;
|
|
6562
|
+
box-sizing: content-box;
|
|
6563
|
+
margin-right: 6px;
|
|
6564
|
+
}
|
|
6565
|
+
|
|
6566
|
+
.E_p1lyky6c > :first-child {
|
|
6567
|
+
font-weight: bold;
|
|
6568
|
+
color: white;
|
|
6569
|
+
margin-right: 4px;
|
|
6570
|
+
}
|
|
6571
|
+
|
|
6572
|
+
.E_clm1wy1 {
|
|
6573
|
+
width: 192px;
|
|
6574
|
+
height: 246px;
|
|
6575
|
+
border-radius: 4px;
|
|
6576
|
+
}
|
|
6577
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
6578
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6579
|
+
width: 100%;
|
|
6580
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
6581
|
+
border-top: none;
|
|
6582
|
+
}
|
|
6583
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6584
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6585
|
+
padding: 0 16px;
|
|
6586
|
+
}
|
|
6587
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6588
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6589
|
+
width: 100%;
|
|
6590
|
+
height: 180px;
|
|
6591
|
+
border-spacing: 0;
|
|
6592
|
+
}
|
|
6593
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6594
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6595
|
+
margin-bottom: 8px;
|
|
6596
|
+
}
|
|
6597
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6598
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6599
|
+
width: 22px;
|
|
6600
|
+
}
|
|
6601
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6602
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6603
|
+
padding: 0;
|
|
6604
|
+
}
|
|
6605
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
6606
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6607
|
+
opacity: 0.4;
|
|
6608
|
+
}
|
|
6609
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6610
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6611
|
+
opacity: 1;
|
|
6612
|
+
}
|
|
6613
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6614
|
+
color: #3e4652;
|
|
6615
|
+
}
|
|
6616
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
6617
|
+
pointer-events: none;
|
|
6618
|
+
}
|
|
6619
|
+
|
|
6620
|
+
.E_t1tsm00v {
|
|
6621
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6622
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6623
|
+
backdrop-filter: blur(10px);
|
|
6624
|
+
padding: 7px 10px;
|
|
6625
|
+
}
|
|
6626
|
+
|
|
6627
|
+
.E_c167wnad {
|
|
6628
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6629
|
+
display: flex;
|
|
6630
|
+
justify-content: space-between;
|
|
6631
|
+
align-items: center;
|
|
6632
|
+
padding: 8px 16px;
|
|
6633
|
+
}
|
|
6634
|
+
.E_c167wnad .anticon {
|
|
6635
|
+
cursor: pointer;
|
|
6636
|
+
}
|
|
6637
|
+
.E_c167wnad .anticon:hover {
|
|
6638
|
+
color: #0096ff;
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6641
|
+
.E_cxhf7dh {
|
|
6642
|
+
text-align: center;
|
|
6643
|
+
}
|
|
6644
|
+
.E_cxhf7dh .dots {
|
|
6645
|
+
display: flex;
|
|
6646
|
+
justify-content: center;
|
|
6647
|
+
}
|
|
6648
|
+
.E_cxhf7dh .dot {
|
|
6649
|
+
display: inline-block;
|
|
6650
|
+
width: 2px;
|
|
6651
|
+
height: 2px;
|
|
6652
|
+
border-radius: 1px;
|
|
6653
|
+
background: #0096ff;
|
|
6654
|
+
}
|
|
6655
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6656
|
+
margin-right: 2px;
|
|
6657
|
+
}
|
|
6658
|
+
.E_cxhf7dh .bar {
|
|
6659
|
+
width: 9px;
|
|
6660
|
+
height: 2px;
|
|
6661
|
+
background: #0096ff;
|
|
6662
|
+
border-radius: 2px;
|
|
6663
|
+
}
|
|
6664
|
+
|
|
6665
|
+
span.E_tqjc4ui {
|
|
6666
|
+
margin: 0 2px;
|
|
6667
6667
|
}
|
|
6668
6668
|
|
|
6669
6669
|
.E_ou7iq30 {
|
|
@@ -6693,29 +6693,6 @@ span.E_tqjc4ui {
|
|
|
6693
6693
|
visibility: hidden;
|
|
6694
6694
|
}
|
|
6695
6695
|
|
|
6696
|
-
.E_wg1tsps {
|
|
6697
|
-
display: flex;
|
|
6698
|
-
align-items: center;
|
|
6699
|
-
justify-content: flex-end;
|
|
6700
|
-
}
|
|
6701
|
-
|
|
6702
|
-
.E_b1ctd5xy {
|
|
6703
|
-
display: flex;
|
|
6704
|
-
align-items: center;
|
|
6705
|
-
width: calc(100% - 40px);
|
|
6706
|
-
}
|
|
6707
|
-
.E_b1ctd5xy .chart {
|
|
6708
|
-
display: inline-block;
|
|
6709
|
-
width: 100%;
|
|
6710
|
-
}
|
|
6711
|
-
|
|
6712
|
-
.E_u1p8acpn {
|
|
6713
|
-
min-width: 40px;
|
|
6714
|
-
}
|
|
6715
|
-
.E_u1p8acpn .unit {
|
|
6716
|
-
color: #00122e !important;
|
|
6717
|
-
}
|
|
6718
|
-
|
|
6719
6696
|
.E_s1at6qmn.ant-layout-sider {
|
|
6720
6697
|
background: #edf0f7;
|
|
6721
6698
|
padding: 32px 8px;
|
|
@@ -6829,12 +6806,27 @@ span.E_tqjc4ui {
|
|
|
6829
6806
|
text-align: left;
|
|
6830
6807
|
}
|
|
6831
6808
|
|
|
6832
|
-
.
|
|
6809
|
+
.E_wg1tsps {
|
|
6833
6810
|
display: flex;
|
|
6834
6811
|
align-items: center;
|
|
6812
|
+
justify-content: flex-end;
|
|
6835
6813
|
}
|
|
6836
|
-
|
|
6837
|
-
|
|
6814
|
+
|
|
6815
|
+
.E_b1ctd5xy {
|
|
6816
|
+
display: flex;
|
|
6817
|
+
align-items: center;
|
|
6818
|
+
width: calc(100% - 40px);
|
|
6819
|
+
}
|
|
6820
|
+
.E_b1ctd5xy .chart {
|
|
6821
|
+
display: inline-block;
|
|
6822
|
+
width: 100%;
|
|
6823
|
+
}
|
|
6824
|
+
|
|
6825
|
+
.E_u1p8acpn {
|
|
6826
|
+
min-width: 40px;
|
|
6827
|
+
}
|
|
6828
|
+
.E_u1p8acpn .unit {
|
|
6829
|
+
color: #00122e !important;
|
|
6838
6830
|
}
|
|
6839
6831
|
|
|
6840
6832
|
.E_t160l1cm {
|
|
@@ -7040,6 +7032,14 @@ span.E_tqjc4ui {
|
|
|
7040
7032
|
background: transparent;
|
|
7041
7033
|
}
|
|
7042
7034
|
|
|
7035
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7036
|
+
display: flex;
|
|
7037
|
+
align-items: center;
|
|
7038
|
+
}
|
|
7039
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7040
|
+
margin-right: 8px;
|
|
7041
|
+
}
|
|
7042
|
+
|
|
7043
7043
|
.E_t1sqg15u {
|
|
7044
7044
|
background: white;
|
|
7045
7045
|
}
|
|
@@ -7220,12 +7220,6 @@ span.E_tqjc4ui {
|
|
|
7220
7220
|
gap: 8px;
|
|
7221
7221
|
}
|
|
7222
7222
|
|
|
7223
|
-
.E_h1ol2wl7 {
|
|
7224
|
-
font-weight: bold;
|
|
7225
|
-
background-color: unset;
|
|
7226
|
-
padding: unset;
|
|
7227
|
-
}
|
|
7228
|
-
|
|
7229
7223
|
.E_i5w779o {
|
|
7230
7224
|
padding: 8px 0;
|
|
7231
7225
|
}
|
|
@@ -7267,6 +7261,12 @@ span.E_tqjc4ui {
|
|
|
7267
7261
|
color: rgba(0, 21, 64, 0.3);
|
|
7268
7262
|
}
|
|
7269
7263
|
|
|
7264
|
+
.E_h1ol2wl7 {
|
|
7265
|
+
font-weight: bold;
|
|
7266
|
+
background-color: unset;
|
|
7267
|
+
padding: unset;
|
|
7268
|
+
}
|
|
7269
|
+
|
|
7270
7270
|
.E_kr6am0s .ant-modal-body {
|
|
7271
7271
|
padding: 60px 128px;
|
|
7272
7272
|
}
|
|
@@ -7330,53 +7330,6 @@ span.E_tqjc4ui {
|
|
|
7330
7330
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7331
7331
|
}
|
|
7332
7332
|
|
|
7333
|
-
.E_cevhqx7 {
|
|
7334
|
-
color: #00122e;
|
|
7335
|
-
}
|
|
7336
|
-
|
|
7337
|
-
.E_snbqlt4 {
|
|
7338
|
-
margin-top: 8px;
|
|
7339
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7340
|
-
}
|
|
7341
|
-
|
|
7342
|
-
.E_c1ss4prm {
|
|
7343
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7344
|
-
}
|
|
7345
|
-
.E_c1ss4prm li {
|
|
7346
|
-
margin-bottom: 4px;
|
|
7347
|
-
}
|
|
7348
|
-
.E_c1ss4prm li:last-child {
|
|
7349
|
-
margin-bottom: 0;
|
|
7350
|
-
}
|
|
7351
|
-
|
|
7352
|
-
.E_ms3tlei {
|
|
7353
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7354
|
-
padding: 8px;
|
|
7355
|
-
border-radius: 6px;
|
|
7356
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7357
|
-
}
|
|
7358
|
-
.E_ms3tlei li {
|
|
7359
|
-
margin-bottom: 4px;
|
|
7360
|
-
}
|
|
7361
|
-
.E_ms3tlei li:last-child {
|
|
7362
|
-
margin-bottom: 0;
|
|
7363
|
-
}
|
|
7364
|
-
|
|
7365
|
-
.E_du44iy7 {
|
|
7366
|
-
margin-bottom: 4px;
|
|
7367
|
-
}
|
|
7368
|
-
|
|
7369
|
-
.E_s1qmhanr {
|
|
7370
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7371
|
-
margin-bottom: 8px;
|
|
7372
|
-
}
|
|
7373
|
-
|
|
7374
|
-
.E_drje1h0 {
|
|
7375
|
-
height: 1px;
|
|
7376
|
-
background: #e4e9f2;
|
|
7377
|
-
margin: 16px 0;
|
|
7378
|
-
}
|
|
7379
|
-
|
|
7380
7333
|
.E_l12xdkhl {
|
|
7381
7334
|
width: 64px;
|
|
7382
7335
|
height: 64px;
|
|
@@ -7401,50 +7354,6 @@ span.E_tqjc4ui {
|
|
|
7401
7354
|
}
|
|
7402
7355
|
}
|
|
7403
7356
|
|
|
7404
|
-
.E_c14ouk5o {
|
|
7405
|
-
width: 100%;
|
|
7406
|
-
height: 100%;
|
|
7407
|
-
display: flex;
|
|
7408
|
-
font-size: 12px;
|
|
7409
|
-
line-height: 18px;
|
|
7410
|
-
padding: 8px 0;
|
|
7411
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7412
|
-
}
|
|
7413
|
-
.E_c14ouk5o:last-of-type {
|
|
7414
|
-
box-shadow: none;
|
|
7415
|
-
padding-bottom: 0;
|
|
7416
|
-
}
|
|
7417
|
-
.E_c14ouk5o.collapsed {
|
|
7418
|
-
flex-direction: column;
|
|
7419
|
-
}
|
|
7420
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7421
|
-
display: flex;
|
|
7422
|
-
}
|
|
7423
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7424
|
-
flex: 1;
|
|
7425
|
-
display: flex;
|
|
7426
|
-
justify-content: space-between;
|
|
7427
|
-
}
|
|
7428
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7429
|
-
height: auto;
|
|
7430
|
-
}
|
|
7431
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
7432
|
-
margin-left: 162px;
|
|
7433
|
-
}
|
|
7434
|
-
.E_c14ouk5o .col-label {
|
|
7435
|
-
width: 216px;
|
|
7436
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7437
|
-
margin-right: 12px;
|
|
7438
|
-
flex-shrink: 0;
|
|
7439
|
-
}
|
|
7440
|
-
.E_c14ouk5o .col-content {
|
|
7441
|
-
color: #2d3a56;
|
|
7442
|
-
/* make btn link in info row have the same height as normal text */
|
|
7443
|
-
}
|
|
7444
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7445
|
-
height: auto;
|
|
7446
|
-
}
|
|
7447
|
-
|
|
7448
7357
|
.E_c1kchka8 {
|
|
7449
7358
|
height: 100%;
|
|
7450
7359
|
width: 100%;
|
|
@@ -7935,4 +7844,95 @@ span.E_tqjc4ui {
|
|
|
7935
7844
|
}
|
|
7936
7845
|
.E_rzaik16 .ant-popover-inner-content {
|
|
7937
7846
|
padding: 0;
|
|
7847
|
+
}
|
|
7848
|
+
|
|
7849
|
+
.E_c14ouk5o {
|
|
7850
|
+
width: 100%;
|
|
7851
|
+
height: 100%;
|
|
7852
|
+
display: flex;
|
|
7853
|
+
font-size: 12px;
|
|
7854
|
+
line-height: 18px;
|
|
7855
|
+
padding: 8px 0;
|
|
7856
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7857
|
+
}
|
|
7858
|
+
.E_c14ouk5o:last-of-type {
|
|
7859
|
+
box-shadow: none;
|
|
7860
|
+
padding-bottom: 0;
|
|
7861
|
+
}
|
|
7862
|
+
.E_c14ouk5o.collapsed {
|
|
7863
|
+
flex-direction: column;
|
|
7864
|
+
}
|
|
7865
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7866
|
+
display: flex;
|
|
7867
|
+
}
|
|
7868
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7869
|
+
flex: 1;
|
|
7870
|
+
display: flex;
|
|
7871
|
+
justify-content: space-between;
|
|
7872
|
+
}
|
|
7873
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7874
|
+
height: auto;
|
|
7875
|
+
}
|
|
7876
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
7877
|
+
margin-left: 162px;
|
|
7878
|
+
}
|
|
7879
|
+
.E_c14ouk5o .col-label {
|
|
7880
|
+
width: 216px;
|
|
7881
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7882
|
+
margin-right: 12px;
|
|
7883
|
+
flex-shrink: 0;
|
|
7884
|
+
}
|
|
7885
|
+
.E_c14ouk5o .col-content {
|
|
7886
|
+
color: #2d3a56;
|
|
7887
|
+
/* make btn link in info row have the same height as normal text */
|
|
7888
|
+
}
|
|
7889
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7890
|
+
height: auto;
|
|
7891
|
+
}
|
|
7892
|
+
|
|
7893
|
+
.E_cevhqx7 {
|
|
7894
|
+
color: #00122e;
|
|
7895
|
+
}
|
|
7896
|
+
|
|
7897
|
+
.E_snbqlt4 {
|
|
7898
|
+
margin-top: 8px;
|
|
7899
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7900
|
+
}
|
|
7901
|
+
|
|
7902
|
+
.E_c1ss4prm {
|
|
7903
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7904
|
+
}
|
|
7905
|
+
.E_c1ss4prm li {
|
|
7906
|
+
margin-bottom: 4px;
|
|
7907
|
+
}
|
|
7908
|
+
.E_c1ss4prm li:last-child {
|
|
7909
|
+
margin-bottom: 0;
|
|
7910
|
+
}
|
|
7911
|
+
|
|
7912
|
+
.E_ms3tlei {
|
|
7913
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7914
|
+
padding: 8px;
|
|
7915
|
+
border-radius: 6px;
|
|
7916
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7917
|
+
}
|
|
7918
|
+
.E_ms3tlei li {
|
|
7919
|
+
margin-bottom: 4px;
|
|
7920
|
+
}
|
|
7921
|
+
.E_ms3tlei li:last-child {
|
|
7922
|
+
margin-bottom: 0;
|
|
7923
|
+
}
|
|
7924
|
+
|
|
7925
|
+
.E_du44iy7 {
|
|
7926
|
+
margin-bottom: 4px;
|
|
7927
|
+
}
|
|
7928
|
+
|
|
7929
|
+
.E_s1qmhanr {
|
|
7930
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7931
|
+
margin-bottom: 8px;
|
|
7932
|
+
}
|
|
7933
|
+
|
|
7934
|
+
.E_drje1h0 {
|
|
7935
|
+
height: 1px;
|
|
7936
|
+
background: #e4e9f2;
|
|
7937
|
+
margin: 16px 0;
|
|
7938
7938
|
}
|