@cloudtower/eagle 0.34.16 → 0.34.17

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.
@@ -1132,6 +1132,26 @@ html body {
1132
1132
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1133
1133
  }
1134
1134
  }
1135
+ .E_m74vjol {
1136
+ display: flex;
1137
+ justify-content: space-between;
1138
+ width: 100%;
1139
+ }
1140
+ .E_m74vjol .action {
1141
+ margin-left: 16px;
1142
+ }
1143
+
1144
+ .E_a1o35uvh.ant-alert-closable {
1145
+ padding-right: 12px;
1146
+ }
1147
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
1148
+ height: fit-content;
1149
+ margin-left: 16px;
1150
+ }
1151
+ .E_a1o35uvh .ant-alert-message {
1152
+ flex: 1;
1153
+ }
1154
+
1135
1155
  .E_c18gxmrl {
1136
1156
  border: 1px solid #d8deeb;
1137
1157
  border-radius: 4px;
@@ -1152,24 +1172,49 @@ html body {
1152
1172
  padding: 8px 12px;
1153
1173
  }
1154
1174
 
1155
- .E_m74vjol {
1156
- display: flex;
1157
- justify-content: space-between;
1158
- width: 100%;
1175
+ .E_berrcjl {
1176
+ color: rgba(10, 37, 85, 0.6);
1177
+ margin-bottom: 4px;
1159
1178
  }
1160
- .E_m74vjol .action {
1161
- margin-left: 16px;
1179
+ .E_berrcjl .breadcrumb-link {
1180
+ color: rgba(10, 37, 85, 0.6);
1181
+ cursor: pointer;
1182
+ transition: color 160ms ease;
1183
+ }
1184
+ .E_berrcjl .breadcrumb-link:hover {
1185
+ color: #0080ff;
1186
+ }
1187
+ .E_berrcjl .breadcrumb-link:active {
1188
+ color: #005ed1;
1162
1189
  }
1163
1190
 
1164
- .E_a1o35uvh.ant-alert-closable {
1165
- padding-right: 12px;
1191
+ .E_b1nip9bk {
1192
+ padding: 4px 11px;
1166
1193
  }
1167
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
1168
- height: fit-content;
1169
- margin-left: 16px;
1194
+
1195
+ .E_bqamoqe {
1196
+ white-space: nowrap;
1197
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1170
1198
  }
1171
- .E_a1o35uvh .ant-alert-message {
1172
- flex: 1;
1199
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1200
+ --color: #0080ff;
1201
+ }
1202
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1203
+ --color: #0080ff;
1204
+ }
1205
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
1206
+ margin-left: 1px;
1207
+ }
1208
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
1209
+ border-top-right-radius: 0;
1210
+ border-bottom-right-radius: 0;
1211
+ }
1212
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
1213
+ border-top-left-radius: 0;
1214
+ border-bottom-left-radius: 0;
1215
+ }
1216
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1217
+ border-radius: unset;
1173
1218
  }
1174
1219
 
1175
1220
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -1429,62 +1474,8 @@ html body {
1429
1474
  justify-content: center;
1430
1475
  }
1431
1476
 
1432
- .E_berrcjl {
1433
- color: rgba(10, 37, 85, 0.6);
1434
- margin-bottom: 4px;
1435
- }
1436
- .E_berrcjl .breadcrumb-link {
1437
- color: rgba(10, 37, 85, 0.6);
1438
- cursor: pointer;
1439
- transition: color 160ms ease;
1440
- }
1441
- .E_berrcjl .breadcrumb-link:hover {
1442
- color: #0080ff;
1443
- }
1444
- .E_berrcjl .breadcrumb-link:active {
1445
- color: #005ed1;
1446
- }
1447
-
1448
- .E_b1nip9bk {
1449
- padding: 4px 11px;
1450
- }
1451
-
1452
- .E_bqamoqe {
1453
- white-space: nowrap;
1454
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1455
- }
1456
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1457
- --color: #0080ff;
1458
- }
1459
- .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] {
1460
- --color: #0080ff;
1461
- }
1462
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
1463
- margin-left: 1px;
1464
- }
1465
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
1466
- border-top-right-radius: 0;
1467
- border-bottom-right-radius: 0;
1468
- }
1469
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
1470
- border-top-left-radius: 0;
1471
- border-bottom-left-radius: 0;
1472
- }
1473
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1474
- border-radius: unset;
1475
- }
1476
-
1477
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1478
- padding: 4px 8px 0 8px;
1479
- color: rgba(44, 56, 82, 0.6);
1480
- font-size: 12px;
1481
- }
1482
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1483
- padding-bottom: 6px;
1484
- }
1485
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1486
- padding-top: 4px;
1487
- border-top: 1px solid rgba(211, 218, 235, 0.6);
1477
+ .E_sx1bpnu .ant-input-sm {
1478
+ line-height: 18px;
1488
1479
  }
1489
1480
 
1490
1481
  .E_c1uzzomf {
@@ -1509,6 +1500,47 @@ html body {
1509
1500
  text-align: center;
1510
1501
  }
1511
1502
 
1503
+ .E_c1yyuluq {
1504
+ border-radius: 8px;
1505
+ }
1506
+ .E_c1yyuluq .ant-card-body {
1507
+ padding: 20px 24px 24px 24px;
1508
+ }
1509
+
1510
+ .E_ccrbeuz .ant-collapse-item {
1511
+ border: 0px;
1512
+ background-color: #fff;
1513
+ }
1514
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
1515
+ padding-top: 0px;
1516
+ padding-bottom: 0px;
1517
+ padding-left: 0px !important;
1518
+ padding-right: 24px;
1519
+ }
1520
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
1521
+ right: 0px;
1522
+ }
1523
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
1524
+ padding: 0px;
1525
+ }
1526
+
1527
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
1528
+ padding-right: 0px;
1529
+ cursor: default;
1530
+ }
1531
+
1532
+ .E_itxley7.ant-input-group.ant-input-group-compact {
1533
+ display: flex;
1534
+ }
1535
+ .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 {
1536
+ border-bottom-left-radius: 5px;
1537
+ border-top-left-radius: 5px;
1538
+ }
1539
+ .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 {
1540
+ border-bottom-right-radius: 5px;
1541
+ border-top-right-radius: 5px;
1542
+ }
1543
+
1512
1544
  .E_d1bw7c5z {
1513
1545
  position: relative;
1514
1546
  max-width: 388px;
@@ -1592,45 +1624,17 @@ html body {
1592
1624
  width: 102px;
1593
1625
  }
1594
1626
 
1595
- .E_ccrbeuz .ant-collapse-item {
1596
- border: 0px;
1597
- background-color: #fff;
1598
- }
1599
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
1600
- padding-top: 0px;
1601
- padding-bottom: 0px;
1602
- padding-left: 0px !important;
1603
- padding-right: 24px;
1604
- }
1605
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
1606
- right: 0px;
1607
- }
1608
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
1609
- padding: 0px;
1610
- }
1611
-
1612
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
1613
- padding-right: 0px;
1614
- cursor: default;
1615
- }
1616
-
1617
- .E_c1yyuluq {
1618
- border-radius: 8px;
1619
- }
1620
- .E_c1yyuluq .ant-card-body {
1621
- padding: 20px 24px 24px 24px;
1622
- }
1623
-
1624
- .E_itxley7.ant-input-group.ant-input-group-compact {
1625
- display: flex;
1627
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1628
+ padding: 4px 8px 0 8px;
1629
+ color: rgba(44, 56, 82, 0.6);
1630
+ font-size: 12px;
1626
1631
  }
1627
- .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 {
1628
- border-bottom-left-radius: 5px;
1629
- border-top-left-radius: 5px;
1632
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1633
+ padding-bottom: 6px;
1630
1634
  }
1631
- .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 {
1632
- border-bottom-right-radius: 5px;
1633
- border-top-right-radius: 5px;
1635
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1636
+ padding-top: 4px;
1637
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
1634
1638
  }
1635
1639
 
1636
1640
  .E_phljevk {
@@ -1690,10 +1694,6 @@ html body {
1690
1694
  line-height: 18px;
1691
1695
  }
1692
1696
 
1693
- .E_sx1bpnu .ant-input-sm {
1694
- line-height: 18px;
1695
- }
1696
-
1697
1697
  .E_rapgekc.ant-radio-wrapper {
1698
1698
  display: inline-flex;
1699
1699
  align-items: baseline;
@@ -1840,90 +1840,14 @@ html body {
1840
1840
  width: 36px;
1841
1841
  }
1842
1842
 
1843
- .E_c1bus5hc {
1844
- --color: white;
1845
- height: 14px;
1846
- width: 14px;
1847
- border-radius: 50%;
1848
- flex-shrink: 0;
1849
- display: flex;
1850
- align-items: center;
1851
- justify-content: center;
1852
- border: 1px solid var(--color);
1853
- }
1854
- .E_c1bus5hc .circle-inner {
1855
- position: relative;
1856
- height: 10px;
1857
- width: 10px;
1858
- border-radius: 50%;
1843
+ .E_s1dizucg.ant-switch {
1844
+ min-width: 40px;
1845
+ height: 24px;
1846
+ background: rgba(172, 186, 211, 0.6);
1859
1847
  overflow: hidden;
1860
1848
  }
1861
- .E_c1bus5hc .circle-content {
1862
- position: absolute;
1863
- height: 100%;
1864
- width: 100%;
1865
- left: 0;
1866
- top: 0;
1867
- border-radius: 50%;
1868
- background: linear-gradient(to right, var(--color) 50%, white 50%);
1869
- transform: rotate(180deg);
1870
- }
1871
- .E_c1bus5hc .circle-child {
1872
- position: absolute;
1873
- height: 100%;
1874
- width: 100%;
1875
- left: 0;
1876
- top: 0;
1877
- margin-left: 50%;
1878
- transform-origin: left;
1879
- background: white;
1880
- transform: rotate(0deg);
1881
- }
1882
-
1883
- .E_i11gg7mj .ant-input-prefix {
1884
- margin-right: 8px;
1885
- }
1886
- .E_i11gg7mj .ant-input-suffix {
1887
- margin-left: 8px;
1888
- }
1889
-
1890
- .E_cc368xp {
1891
- color: #00122e;
1892
- border-right: 1px solid rgba(172, 186, 211, 0.6);
1893
- margin-right: 8px;
1894
- padding-right: 8px;
1895
- }
1896
-
1897
- .E_i11o6xqj {
1898
- display: flex;
1899
- gap: 4px;
1900
- }
1901
- .E_i11o6xqj .icon-wrapper {
1902
- cursor: pointer;
1903
- }
1904
-
1905
- .E_d19ruhdj.icon-wrapper {
1906
- cursor: not-allowed;
1907
- }
1908
-
1909
- .E_ivqqkzv {
1910
- height: 24px;
1911
- width: 56px !important;
1912
- margin-right: 4px;
1913
- }
1914
-
1915
- .E_c1wk4q29 {
1916
- color: rgba(44, 56, 82, 0.6);
1917
- }
1918
-
1919
- .E_s1dizucg.ant-switch {
1920
- min-width: 40px;
1921
- height: 24px;
1922
- background: rgba(172, 186, 211, 0.6);
1923
- overflow: hidden;
1924
- }
1925
- .E_s1dizucg.ant-switch:focus {
1926
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1849
+ .E_s1dizucg.ant-switch:focus {
1850
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1927
1851
  }
1928
1852
  .E_s1dizucg.ant-switch-small {
1929
1853
  min-width: 26px;
@@ -1971,10 +1895,86 @@ html body {
1971
1895
  margin-left: 5px;
1972
1896
  }
1973
1897
 
1898
+ .E_ivqqkzv {
1899
+ height: 24px;
1900
+ width: 56px !important;
1901
+ margin-right: 4px;
1902
+ }
1903
+
1904
+ .E_c1wk4q29 {
1905
+ color: rgba(44, 56, 82, 0.6);
1906
+ }
1907
+
1908
+ .E_c1bus5hc {
1909
+ --color: white;
1910
+ height: 14px;
1911
+ width: 14px;
1912
+ border-radius: 50%;
1913
+ flex-shrink: 0;
1914
+ display: flex;
1915
+ align-items: center;
1916
+ justify-content: center;
1917
+ border: 1px solid var(--color);
1918
+ }
1919
+ .E_c1bus5hc .circle-inner {
1920
+ position: relative;
1921
+ height: 10px;
1922
+ width: 10px;
1923
+ border-radius: 50%;
1924
+ overflow: hidden;
1925
+ }
1926
+ .E_c1bus5hc .circle-content {
1927
+ position: absolute;
1928
+ height: 100%;
1929
+ width: 100%;
1930
+ left: 0;
1931
+ top: 0;
1932
+ border-radius: 50%;
1933
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
1934
+ transform: rotate(180deg);
1935
+ }
1936
+ .E_c1bus5hc .circle-child {
1937
+ position: absolute;
1938
+ height: 100%;
1939
+ width: 100%;
1940
+ left: 0;
1941
+ top: 0;
1942
+ margin-left: 50%;
1943
+ transform-origin: left;
1944
+ background: white;
1945
+ transform: rotate(0deg);
1946
+ }
1947
+
1974
1948
  .E_tju3gfj .date {
1975
1949
  margin-right: 4px;
1976
1950
  }
1977
1951
 
1952
+ .E_i11gg7mj .ant-input-prefix {
1953
+ margin-right: 8px;
1954
+ }
1955
+ .E_i11gg7mj .ant-input-suffix {
1956
+ margin-left: 8px;
1957
+ }
1958
+
1959
+ .E_cc368xp {
1960
+ color: #00122e;
1961
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
1962
+ margin-right: 8px;
1963
+ padding-right: 8px;
1964
+ }
1965
+
1966
+ .E_i11o6xqj {
1967
+ display: flex;
1968
+ gap: 4px;
1969
+ }
1970
+ .E_i11o6xqj .icon-wrapper {
1971
+ cursor: pointer;
1972
+ }
1973
+
1974
+ .E_d19ruhdj.icon-wrapper {
1975
+ cursor: not-allowed;
1976
+ }
1977
+
1978
1978
  .E_s1sck0th {
1979
1979
  padding: 0 8px;
1980
1980
  border-radius: 4px;
@@ -2057,6 +2057,21 @@ html body {
2057
2057
  background-color: #7E41FF;
2058
2058
  }
2059
2059
 
2060
+ .E_iq1gosr {
2061
+ display: inline-block;
2062
+ }
2063
+
2064
+ .E_t1m2x205 .ant-tooltip-arrow {
2065
+ display: none;
2066
+ }
2067
+ .E_t1m2x205 .ant-tooltip-inner {
2068
+ background: rgba(23, 38, 64, 0.8);
2069
+ border-radius: 4px;
2070
+ }
2071
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
2072
+ visibility: hidden;
2073
+ }
2074
+
2060
2075
  .E_s1dni7lo {
2061
2076
  width: 430px !important;
2062
2077
  }
@@ -2138,21 +2153,6 @@ html body {
2138
2153
  opacity: 0;
2139
2154
  }
2140
2155
 
2141
- .E_iq1gosr {
2142
- display: inline-block;
2143
- }
2144
-
2145
- .E_t1m2x205 .ant-tooltip-arrow {
2146
- display: none;
2147
- }
2148
- .E_t1m2x205 .ant-tooltip-inner {
2149
- background: rgba(23, 38, 64, 0.8);
2150
- border-radius: 4px;
2151
- }
2152
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
2153
- visibility: hidden;
2154
- }
2155
-
2156
2156
  .E_fzh9mnb {
2157
2157
  width: 100%;
2158
2158
  height: 100%;
@@ -2168,89 +2168,6 @@ html body {
2168
2168
  font-size: 18px;
2169
2169
  }
2170
2170
 
2171
- .E_a1wfy30z .ant-input-number-handler-wrap {
2172
- display: var(--a1wfy30z-0);
2173
- }
2174
- .E_a1wfy30z .ant-input-number-input-wrap {
2175
- padding: 4px 11px;
2176
- display: inline-flex;
2177
- line-height: 1.5715;
2178
- height: inherit;
2179
- }
2180
- .E_a1wfy30z .ant-input-number-input-wrap::after {
2181
- content: var(--a1wfy30z-1);
2182
- display: var(--a1wfy30z-2);
2183
- flex: none;
2184
- align-items: center;
2185
- margin-left: 4px;
2186
- }
2187
- .E_a1wfy30z .ant-input-number-input-wrap::before {
2188
- content: var(--a1wfy30z-3);
2189
- display: var(--a1wfy30z-4);
2190
- flex: none;
2191
- align-items: center;
2192
- margin-right: 4px;
2193
- cursor: auto;
2194
- }
2195
- .E_a1wfy30z .ant-input-number-input {
2196
- padding: 0;
2197
- margin: 0;
2198
- height: auto;
2199
- font-size: inherit;
2200
- }
2201
-
2202
- .E_f7pxqmh {
2203
- width: 100%;
2204
- margin-bottom: 0 !important;
2205
- flex-flow: nowrap !important;
2206
- line-break: auto;
2207
- }
2208
- .E_f7pxqmh > .ant-form-item-label {
2209
- text-align: left !important;
2210
- padding-bottom: 0 !important;
2211
- }
2212
- .E_f7pxqmh > .ant-form-item-label > label {
2213
- min-height: 32px;
2214
- height: auto;
2215
- font-size: 13px;
2216
- color: rgba(44, 56, 82, 0.6);
2217
- white-space: normal;
2218
- }
2219
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
2220
- border-color: #ff4d4f !important;
2221
- }
2222
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
2223
- border-color: #ff4d4f !important;
2224
- }
2225
- .E_f7pxqmh .ant-form-item-explain {
2226
- margin-top: 4px;
2227
- font-size: 12px;
2228
- min-height: 0px;
2229
- }
2230
- .E_f7pxqmh .ant-form-item-extra {
2231
- font-size: 12px;
2232
- color: rgba(44, 56, 82, 0.6);
2233
- min-height: 0px;
2234
- }
2235
-
2236
- .E_iouxfgt {
2237
- display: inline-flex;
2238
- align-items: center;
2239
- }
2240
- .E_iouxfgt .icon-inner {
2241
- display: inline-flex;
2242
- align-items: center;
2243
- justify-content: center;
2244
- }
2245
- .E_iouxfgt .icon-inner + span,
2246
- .E_iouxfgt span + .icon-inner.suffix {
2247
- margin-left: 4px;
2248
- }
2249
- .E_iouxfgt.is-rotate img,
2250
- .E_iouxfgt.is-rotate svg {
2251
- animation: rotate 680ms linear infinite;
2252
- }
2253
-
2254
2171
  .E_atcz0kf .ant-input-suffix {
2255
2172
  margin-left: 8px;
2256
2173
  }
@@ -2258,6 +2175,19 @@ html body {
2258
2175
  padding: 2px 7px 2px 12px;
2259
2176
  }
2260
2177
 
2178
+ .E_i1inqkme {
2179
+ height: 18px;
2180
+ line-height: 18px;
2181
+ padding: 0 4px;
2182
+ border-radius: 4px;
2183
+ background: rgba(235, 239, 245, 0.6);
2184
+ border: 1px solid rgba(223, 228, 235, 0.6);
2185
+ display: flex;
2186
+ align-items: center;
2187
+ white-space: nowrap;
2188
+ margin-right: 4px;
2189
+ }
2190
+
2261
2191
  .E_ai7qkf2 .ant-input-number-handler-wrap {
2262
2192
  display: var(--ai7qkf2-0);
2263
2193
  }
@@ -2318,17 +2248,87 @@ html body {
2318
2248
  padding: 2px 8px;
2319
2249
  }
2320
2250
 
2321
- .E_i1inqkme {
2322
- height: 18px;
2323
- line-height: 18px;
2324
- padding: 0 4px;
2325
- border-radius: 4px;
2326
- background: rgba(235, 239, 245, 0.6);
2327
- border: 1px solid rgba(223, 228, 235, 0.6);
2328
- display: flex;
2251
+ .E_a1wfy30z .ant-input-number-handler-wrap {
2252
+ display: var(--a1wfy30z-0);
2253
+ }
2254
+ .E_a1wfy30z .ant-input-number-input-wrap {
2255
+ padding: 4px 11px;
2256
+ display: inline-flex;
2257
+ line-height: 1.5715;
2258
+ height: inherit;
2259
+ }
2260
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
2261
+ content: var(--a1wfy30z-1);
2262
+ display: var(--a1wfy30z-2);
2263
+ flex: none;
2264
+ align-items: center;
2265
+ margin-left: 4px;
2266
+ }
2267
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
2268
+ content: var(--a1wfy30z-3);
2269
+ display: var(--a1wfy30z-4);
2270
+ flex: none;
2329
2271
  align-items: center;
2330
- white-space: nowrap;
2331
2272
  margin-right: 4px;
2273
+ cursor: auto;
2274
+ }
2275
+ .E_a1wfy30z .ant-input-number-input {
2276
+ padding: 0;
2277
+ margin: 0;
2278
+ height: auto;
2279
+ font-size: inherit;
2280
+ }
2281
+
2282
+ .E_iouxfgt {
2283
+ display: inline-flex;
2284
+ align-items: center;
2285
+ }
2286
+ .E_iouxfgt .icon-inner {
2287
+ display: inline-flex;
2288
+ align-items: center;
2289
+ justify-content: center;
2290
+ }
2291
+ .E_iouxfgt .icon-inner + span,
2292
+ .E_iouxfgt span + .icon-inner.suffix {
2293
+ margin-left: 4px;
2294
+ }
2295
+ .E_iouxfgt.is-rotate img,
2296
+ .E_iouxfgt.is-rotate svg {
2297
+ animation: rotate 680ms linear infinite;
2298
+ }
2299
+
2300
+ .E_f7pxqmh {
2301
+ width: 100%;
2302
+ margin-bottom: 0 !important;
2303
+ flex-flow: nowrap !important;
2304
+ line-break: auto;
2305
+ }
2306
+ .E_f7pxqmh > .ant-form-item-label {
2307
+ text-align: left !important;
2308
+ padding-bottom: 0 !important;
2309
+ }
2310
+ .E_f7pxqmh > .ant-form-item-label > label {
2311
+ min-height: 32px;
2312
+ height: auto;
2313
+ font-size: 13px;
2314
+ color: rgba(44, 56, 82, 0.6);
2315
+ white-space: normal;
2316
+ }
2317
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
2318
+ border-color: #ff4d4f !important;
2319
+ }
2320
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
2321
+ border-color: #ff4d4f !important;
2322
+ }
2323
+ .E_f7pxqmh .ant-form-item-explain {
2324
+ margin-top: 4px;
2325
+ font-size: 12px;
2326
+ min-height: 0px;
2327
+ }
2328
+ .E_f7pxqmh .ant-form-item-extra {
2329
+ font-size: 12px;
2330
+ color: rgba(44, 56, 82, 0.6);
2331
+ min-height: 0px;
2332
2332
  }
2333
2333
 
2334
2334
  .E_owd0kml {
@@ -2340,6 +2340,40 @@ html body {
2340
2340
  position: absolute;
2341
2341
  }
2342
2342
 
2343
+ .E_m196gn1d {
2344
+ min-width: 1280px;
2345
+ }
2346
+
2347
+ .E_a1b5xrg3 .user-icon-inner {
2348
+ display: inline-flex;
2349
+ align-items: center;
2350
+ justify-content: center;
2351
+ color: #fff;
2352
+ font-weight: bold;
2353
+ font-size: 12px;
2354
+ width: 24px;
2355
+ height: 24px;
2356
+ border-radius: 50%;
2357
+ background: var(--a1b5xrg3-0);
2358
+ }
2359
+ .E_a1b5xrg3.btn-item {
2360
+ transition: all 160ms ease;
2361
+ cursor: pointer;
2362
+ width: 56px;
2363
+ height: 40px;
2364
+ display: inline-flex;
2365
+ align-items: center;
2366
+ justify-content: center;
2367
+ border-radius: 6px;
2368
+ }
2369
+ .E_a1b5xrg3.btn-item:hover {
2370
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
2371
+ }
2372
+ .E_a1b5xrg3.btn-item:active {
2373
+ transform: translateY(2px);
2374
+ transition: all 320ms ease;
2375
+ }
2376
+
2343
2377
  .E_dsnbhzf {
2344
2378
  font-family: Inter;
2345
2379
  font-style: normal;
@@ -2815,40 +2849,6 @@ html body {
2815
2849
  line-height: 12px;
2816
2850
  }
2817
2851
 
2818
- .E_m196gn1d {
2819
- min-width: 1280px;
2820
- }
2821
-
2822
- .E_a1b5xrg3 .user-icon-inner {
2823
- display: inline-flex;
2824
- align-items: center;
2825
- justify-content: center;
2826
- color: #fff;
2827
- font-weight: bold;
2828
- font-size: 12px;
2829
- width: 24px;
2830
- height: 24px;
2831
- border-radius: 50%;
2832
- background: var(--a1b5xrg3-0);
2833
- }
2834
- .E_a1b5xrg3.btn-item {
2835
- transition: all 160ms ease;
2836
- cursor: pointer;
2837
- width: 56px;
2838
- height: 40px;
2839
- display: inline-flex;
2840
- align-items: center;
2841
- justify-content: center;
2842
- border-radius: 6px;
2843
- }
2844
- .E_a1b5xrg3.btn-item:hover {
2845
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
2846
- }
2847
- .E_a1b5xrg3.btn-item:active {
2848
- transform: translateY(2px);
2849
- transition: all 320ms ease;
2850
- }
2851
-
2852
2852
  .E_cnujxq2 {
2853
2853
  display: flex;
2854
2854
  flex-direction: column;
@@ -3596,6 +3596,31 @@ input.E_rf8rlle.ant-input {
3596
3596
  transform: rotate(180deg);
3597
3597
  }
3598
3598
 
3599
+ .E_oa99sl3 {
3600
+ display: flex;
3601
+ justify-content: space-between;
3602
+ align-items: center;
3603
+ gap: 8px;
3604
+ }
3605
+ .E_oa99sl3,
3606
+ .E_oa99sl3 :first-child {
3607
+ line-height: inherit !important;
3608
+ }
3609
+
3610
+ .E_lvp5pj7 {
3611
+ display: flex;
3612
+ justify-content: space-between;
3613
+ align-items: center;
3614
+ gap: 8px;
3615
+ min-width: 0;
3616
+ }
3617
+
3618
+ .E_s1io1lws {
3619
+ display: flex;
3620
+ align-items: center;
3621
+ flex-shrink: 0;
3622
+ }
3623
+
3599
3624
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
3600
3625
  opacity: 1;
3601
3626
  }
@@ -3723,31 +3748,6 @@ input.E_rf8rlle.ant-input {
3723
3748
  color: rgba(0, 21, 64, 0.3);
3724
3749
  }
3725
3750
 
3726
- .E_oa99sl3 {
3727
- display: flex;
3728
- justify-content: space-between;
3729
- align-items: center;
3730
- gap: 8px;
3731
- }
3732
- .E_oa99sl3,
3733
- .E_oa99sl3 :first-child {
3734
- line-height: inherit !important;
3735
- }
3736
-
3737
- .E_lvp5pj7 {
3738
- display: flex;
3739
- justify-content: space-between;
3740
- align-items: center;
3741
- gap: 8px;
3742
- min-width: 0;
3743
- }
3744
-
3745
- .E_s1io1lws {
3746
- display: flex;
3747
- align-items: center;
3748
- flex-shrink: 0;
3749
- }
3750
-
3751
3751
  .E_w1dxz879 {
3752
3752
  display: flex;
3753
3753
  flex-direction: column;
@@ -3763,6 +3763,19 @@ input.E_rf8rlle.ant-input {
3763
3763
  opacity: 0.8;
3764
3764
  }
3765
3765
 
3766
+ .E_suhck3k {
3767
+ height: 24px;
3768
+ width: 24px;
3769
+ border-radius: 6px;
3770
+ padding: 4px;
3771
+ }
3772
+ .E_suhck3k:hover {
3773
+ background-color: rgba(0, 136, 255, 0.1);
3774
+ }
3775
+ .E_suhck3k:hover svg path {
3776
+ fill: blue;
3777
+ }
3778
+
3766
3779
  .E_ryby9ds {
3767
3780
  display: flex;
3768
3781
  align-items: center;
@@ -3779,21 +3792,110 @@ input.E_rf8rlle.ant-input {
3779
3792
  margin-right: 6px;
3780
3793
  }
3781
3794
 
3782
- .E_suhck3k {
3783
- height: 24px;
3784
- width: 24px;
3785
- border-radius: 6px;
3786
- padding: 4px;
3795
+ .E_m5foqp8 {
3796
+ --footer-height: 96px;
3797
+ --modal-content-width: 720px;
3798
+ --modal-content-min-height: 200px;
3799
+ --modal-content-max-height: calc(100vh - 136px);
3800
+ --modal-header-padding: 40px 60px 8px;
3801
+ --modal-content-padding-top: 24px;
3802
+ --modal-content-padding-bottom: 32px;
3803
+ --modal-content-padding-x: 60px;
3804
+ --modal-footer-padding: 0 60px;
3787
3805
  }
3788
- .E_suhck3k:hover {
3789
- background-color: rgba(0, 136, 255, 0.1);
3806
+ .E_m5foqp8.content-full.ant-modal {
3807
+ height: calc(100vh - 80px);
3808
+ width: calc(100vw - 160px);
3790
3809
  }
3791
- .E_suhck3k:hover svg path {
3792
- fill: blue;
3810
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
3811
+ width: 100%;
3812
+ height: 100%;
3813
+ max-width: unset;
3814
+ max-height: unset;
3815
+ display: flex;
3816
+ flex-direction: column;
3817
+ }
3818
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
3819
+ flex: 1;
3820
+ }
3821
+ .E_m5foqp8 .initializing-title {
3822
+ height: 32px;
3793
3823
  }
3794
3824
 
3795
- .E_hrhfj7c {
3796
- display: none;
3825
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
3826
+ margin-right: 2px;
3827
+ }
3828
+
3829
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
3830
+ padding-left: 8px;
3831
+ padding-right: 8px;
3832
+ font-size: 12px;
3833
+ }
3834
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
3835
+ border-radius: 4px;
3836
+ }
3837
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
3838
+ border-radius: 4px;
3839
+ }
3840
+
3841
+ .E_ma64lna .antd5-segmented-item-label {
3842
+ padding-left: 12px;
3843
+ padding-right: 12px;
3844
+ }
3845
+
3846
+ .E_ckld275 {
3847
+ background-color: rgba(225, 230, 241, 0.6);
3848
+ }
3849
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
3850
+ background-color: rgba(255, 255, 255, 0.6);
3851
+ color: rgba(44, 56, 82, 0.75);
3852
+ }
3853
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
3854
+ background-color: transparent;
3855
+ }
3856
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
3857
+ background-color: transparent;
3858
+ }
3859
+
3860
+ .E_b1lj76ty {
3861
+ width: 100%;
3862
+ height: 100%;
3863
+ margin: 0 auto;
3864
+ display: flex;
3865
+ flex-direction: column;
3866
+ align-items: center;
3867
+ justify-content: center;
3868
+ color: rgba(0, 21, 64, 0.3);
3869
+ }
3870
+ .E_b1lj76ty.large {
3871
+ max-width: 648px;
3872
+ }
3873
+ .E_b1lj76ty.medium {
3874
+ max-width: 412px;
3875
+ }
3876
+ .E_b1lj76ty.gray {
3877
+ background-color: rgba(237, 241, 250, 0.6);
3878
+ }
3879
+ .E_b1lj76ty.white {
3880
+ background-color: rgba(255, 255, 255, 0.6);
3881
+ }
3882
+ .E_b1lj76ty .title {
3883
+ margin-bottom: 4px;
3884
+ }
3885
+ .E_b1lj76ty .title,
3886
+ .E_b1lj76ty .desc {
3887
+ word-break: break-all;
3888
+ text-align: center;
3889
+ }
3890
+ .E_b1lj76ty .action-button.middle {
3891
+ margin-top: 16px;
3892
+ }
3893
+ .E_b1lj76ty .action-button.small {
3894
+ margin-top: 8px;
3895
+ }
3896
+
3897
+ .E_hrhfj7c {
3898
+ display: none;
3797
3899
  }
3798
3900
 
3799
3901
  .E_dt9qoak .bottom {
@@ -4011,108 +4113,6 @@ input.E_rf8rlle.ant-input {
4011
4113
  font-size: 14px;
4012
4114
  }
4013
4115
 
4014
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
4015
- margin-right: 2px;
4016
- }
4017
-
4018
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
4019
- padding-left: 8px;
4020
- padding-right: 8px;
4021
- font-size: 12px;
4022
- }
4023
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
4024
- border-radius: 4px;
4025
- }
4026
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
4027
- border-radius: 4px;
4028
- }
4029
-
4030
- .E_ma64lna .antd5-segmented-item-label {
4031
- padding-left: 12px;
4032
- padding-right: 12px;
4033
- }
4034
-
4035
- .E_ckld275 {
4036
- background-color: rgba(225, 230, 241, 0.6);
4037
- }
4038
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
4039
- background-color: rgba(255, 255, 255, 0.6);
4040
- color: rgba(44, 56, 82, 0.75);
4041
- }
4042
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
4043
- background-color: transparent;
4044
- }
4045
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
4046
- background-color: transparent;
4047
- }
4048
-
4049
- .E_b1lj76ty {
4050
- width: 100%;
4051
- height: 100%;
4052
- margin: 0 auto;
4053
- display: flex;
4054
- flex-direction: column;
4055
- align-items: center;
4056
- justify-content: center;
4057
- color: rgba(0, 21, 64, 0.3);
4058
- }
4059
- .E_b1lj76ty.large {
4060
- max-width: 648px;
4061
- }
4062
- .E_b1lj76ty.medium {
4063
- max-width: 412px;
4064
- }
4065
- .E_b1lj76ty.gray {
4066
- background-color: rgba(237, 241, 250, 0.6);
4067
- }
4068
- .E_b1lj76ty.white {
4069
- background-color: rgba(255, 255, 255, 0.6);
4070
- }
4071
- .E_b1lj76ty .title {
4072
- margin-bottom: 4px;
4073
- }
4074
- .E_b1lj76ty .title,
4075
- .E_b1lj76ty .desc {
4076
- word-break: break-all;
4077
- text-align: center;
4078
- }
4079
- .E_b1lj76ty .action-button.middle {
4080
- margin-top: 16px;
4081
- }
4082
- .E_b1lj76ty .action-button.small {
4083
- margin-top: 8px;
4084
- }
4085
-
4086
- .E_m5foqp8 {
4087
- --footer-height: 96px;
4088
- --modal-content-width: 720px;
4089
- --modal-content-min-height: 200px;
4090
- --modal-content-max-height: calc(100vh - 136px);
4091
- --modal-header-padding: 40px 60px 8px;
4092
- --modal-content-padding-top: 24px;
4093
- --modal-content-padding-bottom: 32px;
4094
- --modal-content-padding-x: 60px;
4095
- --modal-footer-padding: 0 60px;
4096
- }
4097
- .E_m5foqp8.content-full.ant-modal {
4098
- height: calc(100vh - 80px);
4099
- width: calc(100vw - 160px);
4100
- }
4101
- .E_m5foqp8.content-full.ant-modal .ant-modal-content {
4102
- width: 100%;
4103
- height: 100%;
4104
- max-width: unset;
4105
- max-height: unset;
4106
- display: flex;
4107
- flex-direction: column;
4108
- }
4109
- .E_m5foqp8.content-full.ant-modal .ant-modal-body {
4110
- flex: 1;
4111
- }
4112
- .E_m5foqp8 .initializing-title {
4113
- height: 32px;
4114
- }
4115
-
4116
4116
  .E_h12yihis {
4117
4117
  height: 50px;
4118
4118
  border-bottom: 2px solid #edf0f7;
@@ -4333,67 +4333,10 @@ input.E_rf8rlle.ant-input {
4333
4333
  position: static;
4334
4334
  }
4335
4335
 
4336
- .E_c1kghdax {
4337
- color: #2d3a56;
4338
- padding: 7px 12px;
4339
- display: flex;
4340
- justify-content: space-between;
4341
- align-items: center;
4342
- }
4343
- .E_c1kghdax.has-arrow {
4344
- padding-left: 10px;
4345
- }
4346
- .E_c1kghdax.has-arrow .title-wrapper {
4347
- cursor: pointer;
4348
- color: #00122e;
4349
- }
4350
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
4351
- color: #2d3a56;
4352
- font-weight: 600;
4353
- }
4354
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
4355
- transform: rotate(90deg);
4356
- }
4357
- .E_c1kghdax .sub-info {
4358
- font-size: 12px;
4359
- line-height: 18px;
4360
- }
4361
- .E_c1kghdax .title-wrapper {
4362
- display: flex;
4363
- align-items: center;
4364
- user-select: none;
4365
- flex-grow: 1;
4366
- font-size: 12px;
4367
- line-height: 18px;
4368
- color: #2d3a56;
4369
- font-weight: 700;
4370
- }
4371
- .E_c1kghdax .collapse-arrow {
4372
- transition: all 50ms ease-out 0ms;
4373
- margin-right: 2px;
4374
- }
4375
-
4376
4336
  .E_c1yd35n {
4377
4337
  padding: 0 12px 14px 12px;
4378
4338
  }
4379
4339
 
4380
- .E_b14q2gmw {
4381
- 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);
4382
- }
4383
-
4384
- .E_c1eym6el {
4385
- border-radius: 8px;
4386
- background-color: white;
4387
- }
4388
- .E_c1eym6el.hoverable {
4389
- cursor: pointer;
4390
- }
4391
- .E_c1eym6el.hoverable:hover {
4392
- transition: all 200ms ease;
4393
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
4394
- transform: translateY(-4px);
4395
- }
4396
-
4397
4340
  .E_lht19u8 {
4398
4341
  width: 64px;
4399
4342
  height: 64px;
@@ -4443,27 +4386,93 @@ input.E_rf8rlle.ant-input {
4443
4386
  animation: loading-indicator3 1100ms ease-out infinite;
4444
4387
  }
4445
4388
 
4446
- .E_ckui4s7 {
4389
+ .E_c1kghdax {
4447
4390
  color: #2d3a56;
4448
- line-height: 22px;
4449
- display: inline-flex;
4450
- }
4451
- .E_ckui4s7 .ant-checkbox {
4452
- height: 22px;
4391
+ padding: 7px 12px;
4453
4392
  display: flex;
4393
+ justify-content: space-between;
4454
4394
  align-items: center;
4455
- top: 0;
4456
4395
  }
4457
- .E_ckui4s7 .ant-checkbox-checked::after {
4458
- border: none;
4396
+ .E_c1kghdax.has-arrow {
4397
+ padding-left: 10px;
4459
4398
  }
4460
- .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 {
4461
- border-color: #0080ff;
4399
+ .E_c1kghdax.has-arrow .title-wrapper {
4400
+ cursor: pointer;
4401
+ color: #00122e;
4462
4402
  }
4463
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
4464
- border: 1px solid rgba(107, 128, 167, 0.6);
4403
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
4404
+ color: #2d3a56;
4405
+ font-weight: 600;
4465
4406
  }
4466
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4407
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
4408
+ transform: rotate(90deg);
4409
+ }
4410
+ .E_c1kghdax .sub-info {
4411
+ font-size: 12px;
4412
+ line-height: 18px;
4413
+ }
4414
+ .E_c1kghdax .title-wrapper {
4415
+ display: flex;
4416
+ align-items: center;
4417
+ user-select: none;
4418
+ flex-grow: 1;
4419
+ font-size: 12px;
4420
+ line-height: 18px;
4421
+ color: #2d3a56;
4422
+ font-weight: 700;
4423
+ }
4424
+ .E_c1kghdax .collapse-arrow {
4425
+ transition: all 50ms ease-out 0ms;
4426
+ margin-right: 2px;
4427
+ }
4428
+
4429
+ .E_b14q2gmw {
4430
+ 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);
4431
+ }
4432
+
4433
+ .E_c1eym6el {
4434
+ border-radius: 8px;
4435
+ background-color: white;
4436
+ }
4437
+ .E_c1eym6el.hoverable {
4438
+ cursor: pointer;
4439
+ }
4440
+ .E_c1eym6el.hoverable:hover {
4441
+ transition: all 200ms ease;
4442
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
4443
+ transform: translateY(-4px);
4444
+ }
4445
+
4446
+ .E_w7ob4th.outside-tag {
4447
+ padding-left: 0;
4448
+ }
4449
+ .E_w7ob4th.outside-tag .inside-tag {
4450
+ border-radius: 4px 0 0 4px;
4451
+ padding-right: 4px;
4452
+ margin-right: 4px;
4453
+ }
4454
+
4455
+ .E_ckui4s7 {
4456
+ color: #2d3a56;
4457
+ line-height: 22px;
4458
+ display: inline-flex;
4459
+ }
4460
+ .E_ckui4s7 .ant-checkbox {
4461
+ height: 22px;
4462
+ display: flex;
4463
+ align-items: center;
4464
+ top: 0;
4465
+ }
4466
+ .E_ckui4s7 .ant-checkbox-checked::after {
4467
+ border: none;
4468
+ }
4469
+ .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 {
4470
+ border-color: #0080ff;
4471
+ }
4472
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
4473
+ border: 1px solid rgba(107, 128, 167, 0.6);
4474
+ }
4475
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
4467
4476
  border: 1px solid #0080ff;
4468
4477
  }
4469
4478
  .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
@@ -4507,90 +4516,6 @@ input.E_rf8rlle.ant-input {
4507
4516
  margin-left: 24px;
4508
4517
  }
4509
4518
 
4510
- .E_w7ob4th.outside-tag {
4511
- padding-left: 0;
4512
- }
4513
- .E_w7ob4th.outside-tag .inside-tag {
4514
- border-radius: 4px 0 0 4px;
4515
- padding-right: 4px;
4516
- margin-right: 4px;
4517
- }
4518
-
4519
- .E_sddwhm6 {
4520
- margin: 0;
4521
- border-radius: 20px;
4522
- padding: 2px 10px;
4523
- height: 22px;
4524
- }
4525
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
4526
- background-color: rgba(237, 241, 250, 0.6) !important;
4527
- }
4528
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
4529
- background-color: rgba(225, 230, 241, 0.6) !important;
4530
- }
4531
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
4532
- color: #00122e;
4533
- }
4534
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
4535
- margin-right: 6px;
4536
- }
4537
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
4538
- margin-left: 8px;
4539
- color: rgba(44, 56, 82, 0.6);
4540
- }
4541
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
4542
- background-color: rgba(0, 136, 255, 0.1);
4543
- }
4544
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
4545
- background-color: #0080ff;
4546
- }
4547
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
4548
- background-color: rgba(0, 136, 255, 0.16);
4549
- }
4550
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
4551
- background-color: rgba(255, 74, 74, 0.1);
4552
- }
4553
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
4554
- background-color: #f0483e;
4555
- }
4556
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
4557
- background-color: rgba(255, 74, 74, 0.16);
4558
- }
4559
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
4560
- background-color: rgba(254, 160, 8, 0.1);
4561
- }
4562
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
4563
- background-color: #fea008;
4564
- }
4565
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
4566
- background-color: rgba(255, 187, 0, 0.16);
4567
- }
4568
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
4569
- background-color: rgba(30, 201, 127, 0.1);
4570
- }
4571
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
4572
- background-color: #00ba5d;
4573
- }
4574
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
4575
- background-color: rgba(30, 201, 127, 0.16);
4576
- }
4577
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
4578
- background-color: rgba(225, 230, 241, 0.6);
4579
- }
4580
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
4581
- background-color: #6b7d99;
4582
- }
4583
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
4584
- background-color: rgba(211, 218, 235, 0.6);
4585
- }
4586
-
4587
- .E_satwmqm {
4588
- width: 8px;
4589
- height: 8px;
4590
- border-radius: 50%;
4591
- display: inline-block;
4592
- }
4593
-
4594
4519
  button.E_l48ei06.ant-btn,
4595
4520
  button.E_l48ei06.ant-btn.ant-btn-sm,
4596
4521
  button.E_l48ei06.ant-btn.ant-btn-lg {
@@ -5014,6 +4939,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5014
4939
  background: #fff;
5015
4940
  }
5016
4941
 
4942
+ .E_sddwhm6 {
4943
+ margin: 0;
4944
+ border-radius: 20px;
4945
+ padding: 2px 10px;
4946
+ height: 22px;
4947
+ }
4948
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
4949
+ background-color: rgba(237, 241, 250, 0.6) !important;
4950
+ }
4951
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
4952
+ background-color: rgba(225, 230, 241, 0.6) !important;
4953
+ }
4954
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
4955
+ color: #00122e;
4956
+ }
4957
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
4958
+ margin-right: 6px;
4959
+ }
4960
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
4961
+ margin-left: 8px;
4962
+ color: rgba(44, 56, 82, 0.6);
4963
+ }
4964
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
4965
+ background-color: rgba(0, 136, 255, 0.1);
4966
+ }
4967
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
4968
+ background-color: #0080ff;
4969
+ }
4970
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
4971
+ background-color: rgba(0, 136, 255, 0.16);
4972
+ }
4973
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
4974
+ background-color: rgba(255, 74, 74, 0.1);
4975
+ }
4976
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
4977
+ background-color: #f0483e;
4978
+ }
4979
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
4980
+ background-color: rgba(255, 74, 74, 0.16);
4981
+ }
4982
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
4983
+ background-color: rgba(254, 160, 8, 0.1);
4984
+ }
4985
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
4986
+ background-color: #fea008;
4987
+ }
4988
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
4989
+ background-color: rgba(255, 187, 0, 0.16);
4990
+ }
4991
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
4992
+ background-color: rgba(30, 201, 127, 0.1);
4993
+ }
4994
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
4995
+ background-color: #00ba5d;
4996
+ }
4997
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
4998
+ background-color: rgba(30, 201, 127, 0.16);
4999
+ }
5000
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
5001
+ background-color: rgba(225, 230, 241, 0.6);
5002
+ }
5003
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
5004
+ background-color: #6b7d99;
5005
+ }
5006
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
5007
+ background-color: rgba(211, 218, 235, 0.6);
5008
+ }
5009
+
5010
+ .E_satwmqm {
5011
+ width: 8px;
5012
+ height: 8px;
5013
+ border-radius: 50%;
5014
+ display: inline-block;
5015
+ }
5016
+
5017
5017
  .E_sjob3jg {
5018
5018
  --item-min-width: 60px;
5019
5019
  }
@@ -5209,51 +5209,22 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5209
5209
  justify-content: center;
5210
5210
  }
5211
5211
 
5212
- .E_slr2ynn {
5213
- padding: 0 8px;
5214
- height: 18px;
5212
+ .E_t1dtlqs1 {
5213
+ margin-bottom: 4px;
5214
+ color: rgba(44, 56, 82, 0.6);
5215
5215
  }
5216
5216
 
5217
- .E_m140wbb6 {
5218
- padding: 2px 8px;
5219
- height: 24px;
5217
+ .E_s1ese5oy {
5218
+ color: rgba(44, 56, 82, 0.6);
5219
+ line-height: 32px;
5220
+ height: 32px;
5221
+ margin-bottom: 0;
5220
5222
  }
5221
-
5222
- .E_t1fozc1i {
5223
- margin: 0;
5223
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
5224
+ color: #0080ff;
5224
5225
  }
5225
-
5226
- .E_i1vxv4ln {
5227
- margin-right: 4px;
5228
- height: 16px;
5229
- }
5230
-
5231
- .E_n1afl31m.ant-tag.ant-tag-gray {
5232
- font-weight: 700;
5233
- color: #00122e;
5234
- background-color: rgba(237, 241, 250, 0.6);
5235
- border: 1px solid rgba(211, 218, 235, 0.6);
5236
- word-break: break-all;
5237
- display: inline;
5238
- white-space: normal;
5239
- }
5240
-
5241
- .E_t1dtlqs1 {
5242
- margin-bottom: 4px;
5243
- color: rgba(44, 56, 82, 0.6);
5244
- }
5245
-
5246
- .E_s1ese5oy {
5247
- color: rgba(44, 56, 82, 0.6);
5248
- line-height: 32px;
5249
- height: 32px;
5250
- margin-bottom: 0;
5251
- }
5252
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
5253
- color: #0080ff;
5254
- }
5255
- .E_s1ese5oy.warning {
5256
- color: #ffa500;
5226
+ .E_s1ese5oy.warning {
5227
+ color: #ffa500;
5257
5228
  }
5258
5229
  .E_s1ese5oy.success {
5259
5230
  color: #00ba5d;
@@ -5439,6 +5410,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5439
5410
  height: 16px;
5440
5411
  }
5441
5412
 
5413
+ .E_slr2ynn {
5414
+ padding: 0 8px;
5415
+ height: 18px;
5416
+ }
5417
+
5418
+ .E_m140wbb6 {
5419
+ padding: 2px 8px;
5420
+ height: 24px;
5421
+ }
5422
+
5423
+ .E_t1fozc1i {
5424
+ margin: 0;
5425
+ }
5426
+
5427
+ .E_i1vxv4ln {
5428
+ margin-right: 4px;
5429
+ height: 16px;
5430
+ }
5431
+
5432
+ .E_n1afl31m.ant-tag.ant-tag-gray {
5433
+ font-weight: 700;
5434
+ color: #00122e;
5435
+ background-color: rgba(237, 241, 250, 0.6);
5436
+ border: 1px solid rgba(211, 218, 235, 0.6);
5437
+ word-break: break-all;
5438
+ display: inline;
5439
+ white-space: normal;
5440
+ }
5441
+
5442
5442
  .E_t13ef470 {
5443
5443
  height: 100%;
5444
5444
  }
@@ -5469,6 +5469,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5469
5469
  background: rgba(163, 180, 204, 0.18);
5470
5470
  }
5471
5471
 
5472
+ .E_r77hffu {
5473
+ display: flex;
5474
+ align-items: center;
5475
+ justify-content: space-between;
5476
+ column-gap: 6px;
5477
+ }
5478
+
5479
+ .E_p1cmxsf7 {
5480
+ display: flex;
5481
+ flex-direction: column;
5482
+ justify-content: center;
5483
+ row-gap: var(--p1cmxsf7-0);
5484
+ }
5485
+ .E_p1cmxsf7 .antd5-progress-line {
5486
+ font-size: 0;
5487
+ margin-bottom: unset;
5488
+ margin-inline-end: unset;
5489
+ }
5490
+
5472
5491
  .E_l1ucdodl {
5473
5492
  margin: 0;
5474
5493
  border-radius: 20px;
@@ -5537,23 +5556,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5537
5556
  flex: 1;
5538
5557
  }
5539
5558
 
5540
- .E_r77hffu {
5559
+ .E_msn7nxt {
5560
+ color: rgba(44, 56, 82, 0.6);
5561
+ text-align: center;
5541
5562
  display: flex;
5542
5563
  align-items: center;
5543
- justify-content: space-between;
5544
- column-gap: 6px;
5564
+ justify-content: center;
5565
+ flex-direction: column;
5566
+ height: 100%;
5567
+ }
5568
+ .E_msn7nxt .link {
5569
+ color: #0080ff;
5570
+ cursor: pointer;
5545
5571
  }
5546
5572
 
5547
- .E_p1cmxsf7 {
5573
+ .E_mp64wfi {
5574
+ width: 100%;
5575
+ height: 100%;
5548
5576
  display: flex;
5549
5577
  flex-direction: column;
5578
+ }
5579
+ .E_mp64wfi .name-toolbar {
5580
+ width: 100%;
5581
+ display: flex;
5582
+ line-height: 30px;
5583
+ padding: 0 16px;
5584
+ justify-content: space-between;
5585
+ }
5586
+ .E_mp64wfi .name-toolbar .metric-extra {
5587
+ display: flex;
5588
+ font-size: 12px;
5589
+ align-items: center;
5590
+ }
5591
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
5592
+ color: #a3b4cc;
5593
+ }
5594
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
5595
+ margin-left: 10px;
5596
+ }
5597
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
5598
+ margin-left: 10px;
5599
+ cursor: pointer;
5600
+ }
5601
+ .E_mp64wfi .content {
5602
+ flex: 1;
5603
+ width: 100%;
5604
+ display: flex;
5550
5605
  justify-content: center;
5551
- row-gap: var(--p1cmxsf7-0);
5606
+ align-items: center;
5552
5607
  }
5553
- .E_p1cmxsf7 .antd5-progress-line {
5554
- font-size: 0;
5555
- margin-bottom: unset;
5556
- margin-inline-end: unset;
5608
+ .E_mp64wfi .single-content {
5609
+ height: 65px;
5610
+ }
5611
+
5612
+ .E_l1oyigan {
5613
+ display: flex;
5614
+ align-items: center;
5615
+ white-space: nowrap;
5616
+ overflow: hidden;
5617
+ width: 100%;
5618
+ }
5619
+ .E_l1oyigan .ant-dropdown-trigger {
5620
+ margin-left: auto;
5621
+ font-size: 12px;
5622
+ }
5623
+
5624
+ .E_l1noi4n1 {
5625
+ display: flex;
5626
+ justify-content: flex-start;
5627
+ align-items: center;
5628
+ font-size: 12px;
5629
+ cursor: pointer;
5630
+ }
5631
+ .E_l1noi4n1:not(:last-child) {
5632
+ margin-right: 20px;
5633
+ }
5634
+ .E_l1noi4n1.deselected {
5635
+ opacity: 0.4;
5636
+ }
5637
+ .E_l1noi4n1.deselected .color-block {
5638
+ background: #b4beca !important;
5639
+ }
5640
+
5641
+ .E_cz19rz6 {
5642
+ display: inline-block;
5643
+ height: 8px;
5644
+ width: 8px;
5645
+ margin-right: 8px;
5646
+ }
5647
+
5648
+ .E_e17r5r9c .ant-dropdown-menu-item {
5649
+ display: flex;
5650
+ align-items: center;
5651
+ font-size: 12px;
5652
+ margin: 0;
5653
+ }
5654
+
5655
+ .E_m1y1hhnr {
5656
+ position: relative;
5657
+ }
5658
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
5659
+ bottom: -12px;
5660
+ }
5661
+ .E_m1y1hhnr .metric-toolbar {
5662
+ display: flex;
5663
+ justify-content: space-between;
5664
+ line-height: 30px;
5665
+ margin: 0 16px;
5666
+ }
5667
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
5668
+ display: flex;
5669
+ font-size: 12px;
5670
+ align-items: center;
5671
+ }
5672
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
5673
+ color: #a3b4cc;
5674
+ }
5675
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
5676
+ margin-left: 10px;
5677
+ }
5678
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
5679
+ margin-left: 10px;
5680
+ cursor: pointer;
5681
+ }
5682
+ .E_m1y1hhnr .recharts-xAxis {
5683
+ font-size: 12px;
5684
+ }
5685
+ .E_m1y1hhnr .pointer-wrapper {
5686
+ position: absolute;
5687
+ bottom: 10px;
5688
+ padding: 0 8px;
5689
+ border-radius: 4px;
5690
+ font-size: 12px;
5691
+ color: #fff;
5692
+ background: rgba(0, 0, 0, 0.75);
5693
+ transform: translateX(-50%);
5694
+ }
5695
+
5696
+ .E_tnvijvs {
5697
+ min-width: 200px;
5698
+ }
5699
+
5700
+ .E_t1ub2aex {
5701
+ display: flex;
5702
+ align-items: center;
5703
+ justify-content: space-between;
5704
+ background-color: rgba(0, 0, 0, 0.75);
5705
+ color: #b4beca;
5706
+ font-size: 12px;
5707
+ padding: 3px 6px;
5708
+ }
5709
+ .E_t1ub2aex:first-child {
5710
+ padding-top: 3px;
5711
+ }
5712
+ .E_t1ub2aex:last-child {
5713
+ padding-bottom: 3px;
5714
+ }
5715
+ .E_t1ub2aex .column-value {
5716
+ color: #fff;
5717
+ margin-left: 8px;
5557
5718
  }
5558
5719
 
5559
5720
  .E_m11nzl2x {
@@ -5771,179 +5932,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5771
5932
  border: 1px solid #fff;
5772
5933
  }
5773
5934
 
5774
- .E_msn7nxt {
5775
- color: rgba(44, 56, 82, 0.6);
5776
- text-align: center;
5935
+ .E_bpgac8u {
5936
+ color: #FFFFFF;
5937
+ display: flex;
5938
+ gap: 8px;
5939
+ padding: 8px 0;
5777
5940
  display: flex;
5778
- align-items: center;
5779
5941
  justify-content: center;
5780
- flex-direction: column;
5781
- height: 100%;
5942
+ white-space: pre-wrap;
5943
+ align-items: center;
5782
5944
  }
5783
- .E_msn7nxt .link {
5784
- color: #0080ff;
5785
- cursor: pointer;
5786
- }
5787
-
5788
- .E_mp64wfi {
5789
- width: 100%;
5790
- height: 100%;
5791
- display: flex;
5792
- flex-direction: column;
5793
- }
5794
- .E_mp64wfi .name-toolbar {
5795
- width: 100%;
5796
- display: flex;
5797
- line-height: 30px;
5798
- padding: 0 16px;
5799
- justify-content: space-between;
5800
- }
5801
- .E_mp64wfi .name-toolbar .metric-extra {
5802
- display: flex;
5803
- font-size: 12px;
5804
- align-items: center;
5805
- }
5806
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
5807
- color: #a3b4cc;
5808
- }
5809
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
5810
- margin-left: 10px;
5811
- }
5812
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
5813
- margin-left: 10px;
5814
- cursor: pointer;
5815
- }
5816
- .E_mp64wfi .content {
5817
- flex: 1;
5818
- width: 100%;
5819
- display: flex;
5820
- justify-content: center;
5821
- align-items: center;
5822
- }
5823
- .E_mp64wfi .single-content {
5824
- height: 65px;
5825
- }
5826
-
5827
- .E_l1oyigan {
5828
- display: flex;
5829
- align-items: center;
5830
- white-space: nowrap;
5831
- overflow: hidden;
5832
- width: 100%;
5833
- }
5834
- .E_l1oyigan .ant-dropdown-trigger {
5835
- margin-left: auto;
5836
- font-size: 12px;
5837
- }
5838
-
5839
- .E_l1noi4n1 {
5840
- display: flex;
5841
- justify-content: flex-start;
5842
- align-items: center;
5843
- font-size: 12px;
5844
- cursor: pointer;
5845
- }
5846
- .E_l1noi4n1:not(:last-child) {
5847
- margin-right: 20px;
5848
- }
5849
- .E_l1noi4n1.deselected {
5850
- opacity: 0.4;
5851
- }
5852
- .E_l1noi4n1.deselected .color-block {
5853
- background: #b4beca !important;
5854
- }
5855
-
5856
- .E_cz19rz6 {
5857
- display: inline-block;
5858
- height: 8px;
5859
- width: 8px;
5860
- margin-right: 8px;
5861
- }
5862
-
5863
- .E_e17r5r9c .ant-dropdown-menu-item {
5864
- display: flex;
5865
- align-items: center;
5866
- font-size: 12px;
5867
- margin: 0;
5868
- }
5869
-
5870
- .E_m1y1hhnr {
5871
- position: relative;
5872
- }
5873
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
5874
- bottom: -12px;
5875
- }
5876
- .E_m1y1hhnr .metric-toolbar {
5877
- display: flex;
5878
- justify-content: space-between;
5879
- line-height: 30px;
5880
- margin: 0 16px;
5881
- }
5882
- .E_m1y1hhnr .metric-toolbar .metric-extra {
5883
- display: flex;
5884
- font-size: 12px;
5885
- align-items: center;
5886
- }
5887
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
5888
- color: #a3b4cc;
5889
- }
5890
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
5891
- margin-left: 10px;
5892
- }
5893
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
5894
- margin-left: 10px;
5895
- cursor: pointer;
5896
- }
5897
- .E_m1y1hhnr .recharts-xAxis {
5898
- font-size: 12px;
5899
- }
5900
- .E_m1y1hhnr .pointer-wrapper {
5901
- position: absolute;
5902
- bottom: 10px;
5903
- padding: 0 8px;
5904
- border-radius: 4px;
5905
- font-size: 12px;
5906
- color: #fff;
5907
- background: rgba(0, 0, 0, 0.75);
5908
- transform: translateX(-50%);
5909
- }
5910
-
5911
- .E_tnvijvs {
5912
- min-width: 200px;
5913
- }
5914
-
5915
- .E_t1ub2aex {
5916
- display: flex;
5917
- align-items: center;
5918
- justify-content: space-between;
5919
- background-color: rgba(0, 0, 0, 0.75);
5920
- color: #b4beca;
5921
- font-size: 12px;
5922
- padding: 3px 6px;
5923
- }
5924
- .E_t1ub2aex:first-child {
5925
- padding-top: 3px;
5926
- }
5927
- .E_t1ub2aex:last-child {
5928
- padding-bottom: 3px;
5929
- }
5930
- .E_t1ub2aex .column-value {
5931
- color: #fff;
5932
- margin-left: 8px;
5933
- }
5934
-
5935
- .E_bpgac8u {
5936
- color: #FFFFFF;
5937
- display: flex;
5938
- gap: 8px;
5939
- padding: 8px 0;
5940
- display: flex;
5941
- justify-content: center;
5942
- white-space: pre-wrap;
5943
- align-items: center;
5944
- }
5945
- .E_bpgac8u .dashed-btn {
5946
- border-bottom: 1px solid white;
5945
+ .E_bpgac8u .dashed-btn {
5946
+ border-bottom: 1px solid white;
5947
5947
  cursor: pointer;
5948
5948
  }
5949
5949
 
@@ -6513,85 +6513,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6513
6513
  color: rgba(44, 56, 82, 0.7490196078);
6514
6514
  }
6515
6515
 
6516
- .E_c18bcrac {
6517
- display: inline-block;
6518
- width: 100%;
6519
- }
6520
- .E_c18bcrac .recharts-wrapper {
6521
- margin-left: 4px;
6522
- }
6523
-
6524
- .E_cro7kg2 {
6525
- padding: 4px;
6526
- }
6527
- .E_cro7kg2 .unit {
6528
- color: white;
6529
- }
6530
-
6531
- .E_c14wcxf0 {
6532
- display: flex;
6533
- justify-content: space-between;
6534
- align-items: center;
6535
- font-size: 13px;
6536
- line-height: 24px;
6537
- color: #cccccc;
6538
- white-space: nowrap;
6539
- }
6540
- .E_c14wcxf0 label {
6541
- margin-right: 32px;
6542
- }
6543
-
6544
- .E_coy29mj.E_c14wcxf0 {
6545
- font-weight: bold;
6546
- color: white;
6547
- }
6548
-
6549
- .E_s11212zy {
6550
- width: 8px;
6551
- height: 8px;
6552
- border-radius: 2px;
6553
- display: inline-block;
6554
- background: var(--s11212zy-0);
6555
- border: 1px solid #fff;
6556
- box-sizing: content-box;
6557
- margin-right: 6px;
6558
- }
6559
-
6560
- .E_p1lyky6c > :first-child {
6561
- font-weight: bold;
6562
- color: white;
6563
- margin-right: 4px;
6564
- }
6565
-
6566
- .E_gmyahx3 {
6567
- cursor: pointer;
6568
- }
6569
- .E_gmyahx3 .link-text {
6570
- color: rgba(0, 21, 64, 0.3);
6571
- }
6572
- .E_gmyahx3:hover .link-text {
6573
- color: #0080ff;
6574
- }
6575
-
6576
- .E_n12mqh7z {
6577
- display: flex;
6578
- align-items: center;
6579
- font-size: 12px;
6580
- line-height: 18px;
6581
- }
6582
- .E_n12mqh7z:not(:last-child) {
6583
- margin-bottom: 4px;
6584
- }
6585
-
6586
- .E_tf5bynu {
6587
- margin: 0 3px;
6588
- }
6589
-
6590
- .E_tcckoz1 {
6591
- max-height: 400px;
6592
- overflow: auto;
6593
- }
6594
-
6595
6516
  span.E_tqjc4ui {
6596
6517
  margin: 0 2px;
6597
6518
  }
@@ -6657,24 +6578,183 @@ span.E_tqjc4ui {
6657
6578
  background: #fff;
6658
6579
  }
6659
6580
 
6660
- .E_clm1wy1 {
6661
- width: 192px;
6662
- height: 246px;
6663
- border-radius: 4px;
6581
+ .E_c1up1pdz {
6582
+ width: 648px;
6664
6583
  }
6665
- .E_clm1wy1 > .ant-picker-calendar,
6666
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
6667
- width: 100%;
6668
- background-color: rgba(245, 247, 250, 0.6);
6669
- border-top: none;
6584
+ .E_c1up1pdz.active {
6585
+ border-color: #0080ff;
6670
6586
  }
6671
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
6672
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
6673
- padding: 0 16px;
6587
+ .E_c1up1pdz.active > header {
6588
+ background: rgba(0, 128, 255, 0.1);
6674
6589
  }
6675
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
6676
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
6677
- width: 100%;
6590
+ .E_c1up1pdz .expand {
6591
+ padding: 12px;
6592
+ }
6593
+ .E_c1up1pdz .field-item {
6594
+ display: flex;
6595
+ padding: 10px 0;
6596
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6597
+ }
6598
+ .E_c1up1pdz .field-item:last-child {
6599
+ border-bottom: none;
6600
+ padding-bottom: 0;
6601
+ }
6602
+ .E_c1up1pdz .field-item label {
6603
+ line-height: 32px;
6604
+ width: 100px;
6605
+ color: rgba(62, 70, 82, 0.6);
6606
+ }
6607
+ .E_c1up1pdz .help {
6608
+ color: rgba(62, 70, 82, 0.6);
6609
+ margin-top: 5px;
6610
+ }
6611
+ .E_c1up1pdz .ant-input-affix-wrapper,
6612
+ .E_c1up1pdz .ant-picker {
6613
+ width: 128px;
6614
+ }
6615
+
6616
+ .E_c156wh19 {
6617
+ display: flex;
6618
+ align-items: center;
6619
+ justify-content: space-between;
6620
+ word-break: keep-all;
6621
+ }
6622
+ .E_c156wh19 .title {
6623
+ margin: 0 16px 0 8px;
6624
+ }
6625
+ .E_c156wh19 .retain {
6626
+ color: rgba(129, 138, 153, 0.6);
6627
+ }
6628
+ .E_c156wh19 div.left {
6629
+ flex: 1;
6630
+ display: flex;
6631
+ overflow: hidden;
6632
+ align-items: center;
6633
+ justify-content: flex-start;
6634
+ white-space: nowrap;
6635
+ }
6636
+ .E_c156wh19 div.left .title {
6637
+ max-width: 100%;
6638
+ overflow: hidden;
6639
+ text-overflow: ellipsis;
6640
+ }
6641
+ .E_c156wh19 div.right {
6642
+ display: flex;
6643
+ align-items: center;
6644
+ }
6645
+ .E_c156wh19 .reverse {
6646
+ display: flex;
6647
+ flex-direction: row-reverse;
6648
+ align-items: center;
6649
+ }
6650
+ .E_c156wh19 .reverse .ant-switch {
6651
+ margin-left: 8px;
6652
+ }
6653
+ .E_c156wh19 .close {
6654
+ padding-left: 14px;
6655
+ margin-left: 14px;
6656
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
6657
+ cursor: pointer;
6658
+ }
6659
+
6660
+ .E_m126spxy {
6661
+ padding-bottom: 4px;
6662
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6663
+ }
6664
+ .E_m126spxy .ant-btn.ant-btn-link {
6665
+ padding: 1px 10px;
6666
+ color: rgba(62, 70, 82, 0.6);
6667
+ border-radius: 4px;
6668
+ }
6669
+ .E_m126spxy .ant-btn.ant-btn-link.active {
6670
+ background: rgba(0, 128, 255, 0.1);
6671
+ color: #0096ff;
6672
+ }
6673
+
6674
+ .E_wpbf4pq {
6675
+ padding: 10px 0;
6676
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6677
+ }
6678
+ .E_wpbf4pq .ant-input,
6679
+ .E_wpbf4pq .ant-picker {
6680
+ width: 80px;
6681
+ margin: 0 9px;
6682
+ text-align: center;
6683
+ }
6684
+ .E_wpbf4pq .options {
6685
+ padding: 12px 0 12px 16px;
6686
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
6687
+ margin: 5px 0 5px 8px;
6688
+ }
6689
+ .E_wpbf4pq .week-day-option,
6690
+ .E_wpbf4pq .month-day-option {
6691
+ background: #f5f7fa;
6692
+ box-sizing: border-box;
6693
+ border-radius: 16px;
6694
+ margin-right: 8px;
6695
+ }
6696
+ .E_wpbf4pq .week-day-option:focus,
6697
+ .E_wpbf4pq .month-day-option:focus {
6698
+ color: inherit;
6699
+ border-color: #d9d9d9;
6700
+ }
6701
+ .E_wpbf4pq .week-day-option.active {
6702
+ background-color: #0096ff;
6703
+ border-color: #0096ff;
6704
+ color: #fff;
6705
+ }
6706
+ .E_wpbf4pq .week-day-option.en-text {
6707
+ width: 110px;
6708
+ margin-top: 4px;
6709
+ }
6710
+ .E_wpbf4pq .month-day-option {
6711
+ width: 32px;
6712
+ padding: 0;
6713
+ margin-bottom: 8px;
6714
+ }
6715
+ .E_wpbf4pq .month-day-option.active {
6716
+ background-color: #0096ff;
6717
+ border-color: #0096ff;
6718
+ color: #fff;
6719
+ }
6720
+
6721
+ .E_n12mqh7z {
6722
+ display: flex;
6723
+ align-items: center;
6724
+ font-size: 12px;
6725
+ line-height: 18px;
6726
+ }
6727
+ .E_n12mqh7z:not(:last-child) {
6728
+ margin-bottom: 4px;
6729
+ }
6730
+
6731
+ .E_tf5bynu {
6732
+ margin: 0 3px;
6733
+ }
6734
+
6735
+ .E_tcckoz1 {
6736
+ max-height: 400px;
6737
+ overflow: auto;
6738
+ }
6739
+
6740
+ .E_clm1wy1 {
6741
+ width: 192px;
6742
+ height: 246px;
6743
+ border-radius: 4px;
6744
+ }
6745
+ .E_clm1wy1 > .ant-picker-calendar,
6746
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
6747
+ width: 100%;
6748
+ background-color: rgba(245, 247, 250, 0.6);
6749
+ border-top: none;
6750
+ }
6751
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
6752
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
6753
+ padding: 0 16px;
6754
+ }
6755
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
6756
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
6757
+ width: 100%;
6678
6758
  height: 180px;
6679
6759
  border-spacing: 0;
6680
6760
  }
@@ -6750,27 +6830,12 @@ span.E_tqjc4ui {
6750
6830
  border-radius: 2px;
6751
6831
  }
6752
6832
 
6753
- .E_wg1tsps {
6754
- display: flex;
6755
- align-items: center;
6756
- justify-content: flex-end;
6757
- }
6758
-
6759
- .E_b1ctd5xy {
6833
+ .E_s1iv0tp1 .enabled-switch {
6760
6834
  display: flex;
6761
6835
  align-items: center;
6762
- width: calc(100% - 40px);
6763
- }
6764
- .E_b1ctd5xy .chart {
6765
- display: inline-block;
6766
- width: 100%;
6767
- }
6768
-
6769
- .E_u1p8acpn {
6770
- min-width: 40px;
6771
6836
  }
6772
- .E_u1p8acpn .unit {
6773
- color: #00122e !important;
6837
+ .E_s1iv0tp1 .enabled-text {
6838
+ margin-right: 8px;
6774
6839
  }
6775
6840
 
6776
6841
  .E_t1sqg15u {
@@ -6863,179 +6928,114 @@ span.E_tqjc4ui {
6863
6928
  padding-right: 12px;
6864
6929
  }
6865
6930
 
6866
- .E_ou7iq30 {
6867
- overflow: hidden;
6868
- text-overflow: ellipsis;
6869
- }
6870
-
6871
- .E_s1tui002 {
6872
- white-space: nowrap;
6873
- }
6874
-
6875
- .E_mxrc2zg {
6876
- display: -webkit-box;
6877
- -webkit-line-clamp: var(--mxrc2zg-0);
6878
- -webkit-box-orient: vertical;
6879
- word-break: break-all;
6880
- }
6881
-
6882
- .E_t1vv6d68 .ant-tooltip-arrow {
6883
- display: none;
6931
+ .E_gmyahx3 {
6932
+ cursor: pointer;
6884
6933
  }
6885
- .E_t1vv6d68 .ant-tooltip-inner {
6886
- background: rgba(23, 38, 64, 0.8);
6887
- border-radius: 4px;
6934
+ .E_gmyahx3 .link-text {
6935
+ color: rgba(0, 21, 64, 0.3);
6888
6936
  }
6889
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
6890
- visibility: hidden;
6937
+ .E_gmyahx3:hover .link-text {
6938
+ color: #0080ff;
6891
6939
  }
6892
6940
 
6893
- .E_s1iv0tp1 .enabled-switch {
6894
- display: flex;
6895
- align-items: center;
6941
+ .E_c18bcrac {
6942
+ display: inline-block;
6943
+ width: 100%;
6896
6944
  }
6897
- .E_s1iv0tp1 .enabled-text {
6898
- margin-right: 8px;
6945
+ .E_c18bcrac .recharts-wrapper {
6946
+ margin-left: 4px;
6899
6947
  }
6900
6948
 
6901
- .E_c1up1pdz {
6902
- width: 648px;
6903
- }
6904
- .E_c1up1pdz.active {
6905
- border-color: #0080ff;
6906
- }
6907
- .E_c1up1pdz.active > header {
6908
- background: rgba(0, 128, 255, 0.1);
6909
- }
6910
- .E_c1up1pdz .expand {
6911
- padding: 12px;
6912
- }
6913
- .E_c1up1pdz .field-item {
6914
- display: flex;
6915
- padding: 10px 0;
6916
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6917
- }
6918
- .E_c1up1pdz .field-item:last-child {
6919
- border-bottom: none;
6920
- padding-bottom: 0;
6921
- }
6922
- .E_c1up1pdz .field-item label {
6923
- line-height: 32px;
6924
- width: 100px;
6925
- color: rgba(62, 70, 82, 0.6);
6926
- }
6927
- .E_c1up1pdz .help {
6928
- color: rgba(62, 70, 82, 0.6);
6929
- margin-top: 5px;
6949
+ .E_cro7kg2 {
6950
+ padding: 4px;
6930
6951
  }
6931
- .E_c1up1pdz .ant-input-affix-wrapper,
6932
- .E_c1up1pdz .ant-picker {
6933
- width: 128px;
6952
+ .E_cro7kg2 .unit {
6953
+ color: white;
6934
6954
  }
6935
6955
 
6936
- .E_c156wh19 {
6956
+ .E_c14wcxf0 {
6937
6957
  display: flex;
6938
- align-items: center;
6939
6958
  justify-content: space-between;
6940
- word-break: keep-all;
6959
+ align-items: center;
6960
+ font-size: 13px;
6961
+ line-height: 24px;
6962
+ color: #cccccc;
6963
+ white-space: nowrap;
6941
6964
  }
6942
- .E_c156wh19 .title {
6943
- margin: 0 16px 0 8px;
6965
+ .E_c14wcxf0 label {
6966
+ margin-right: 32px;
6944
6967
  }
6945
- .E_c156wh19 .retain {
6946
- color: rgba(129, 138, 153, 0.6);
6968
+
6969
+ .E_coy29mj.E_c14wcxf0 {
6970
+ font-weight: bold;
6971
+ color: white;
6947
6972
  }
6948
- .E_c156wh19 div.left {
6949
- flex: 1;
6950
- display: flex;
6951
- overflow: hidden;
6952
- align-items: center;
6953
- justify-content: flex-start;
6954
- white-space: nowrap;
6973
+
6974
+ .E_s11212zy {
6975
+ width: 8px;
6976
+ height: 8px;
6977
+ border-radius: 2px;
6978
+ display: inline-block;
6979
+ background: var(--s11212zy-0);
6980
+ border: 1px solid #fff;
6981
+ box-sizing: content-box;
6982
+ margin-right: 6px;
6955
6983
  }
6956
- .E_c156wh19 div.left .title {
6957
- max-width: 100%;
6958
- overflow: hidden;
6959
- text-overflow: ellipsis;
6984
+
6985
+ .E_p1lyky6c > :first-child {
6986
+ font-weight: bold;
6987
+ color: white;
6988
+ margin-right: 4px;
6960
6989
  }
6961
- .E_c156wh19 div.right {
6990
+
6991
+ .E_wg1tsps {
6962
6992
  display: flex;
6963
6993
  align-items: center;
6994
+ justify-content: flex-end;
6964
6995
  }
6965
- .E_c156wh19 .reverse {
6996
+
6997
+ .E_b1ctd5xy {
6966
6998
  display: flex;
6967
- flex-direction: row-reverse;
6968
6999
  align-items: center;
7000
+ width: calc(100% - 40px);
6969
7001
  }
6970
- .E_c156wh19 .reverse .ant-switch {
6971
- margin-left: 8px;
6972
- }
6973
- .E_c156wh19 .close {
6974
- padding-left: 14px;
6975
- margin-left: 14px;
6976
- border-left: 1px solid rgba(129, 138, 153, 0.6);
6977
- cursor: pointer;
6978
- }
6979
-
6980
- .E_m126spxy {
6981
- padding-bottom: 4px;
6982
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
6983
- }
6984
- .E_m126spxy .ant-btn.ant-btn-link {
6985
- padding: 1px 10px;
6986
- color: rgba(62, 70, 82, 0.6);
6987
- border-radius: 4px;
6988
- }
6989
- .E_m126spxy .ant-btn.ant-btn-link.active {
6990
- background: rgba(0, 128, 255, 0.1);
6991
- color: #0096ff;
6992
- }
6993
-
6994
- .E_wpbf4pq {
6995
- padding: 10px 0;
6996
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
7002
+ .E_b1ctd5xy .chart {
7003
+ display: inline-block;
7004
+ width: 100%;
6997
7005
  }
6998
- .E_wpbf4pq .ant-input,
6999
- .E_wpbf4pq .ant-picker {
7000
- width: 80px;
7001
- margin: 0 9px;
7002
- text-align: center;
7006
+
7007
+ .E_u1p8acpn {
7008
+ min-width: 40px;
7003
7009
  }
7004
- .E_wpbf4pq .options {
7005
- padding: 12px 0 12px 16px;
7006
- border-left: 2px solid rgba(129, 138, 153, 0.6);
7007
- margin: 5px 0 5px 8px;
7010
+ .E_u1p8acpn .unit {
7011
+ color: #00122e !important;
7008
7012
  }
7009
- .E_wpbf4pq .week-day-option,
7010
- .E_wpbf4pq .month-day-option {
7011
- background: #f5f7fa;
7012
- box-sizing: border-box;
7013
- border-radius: 16px;
7014
- margin-right: 8px;
7013
+
7014
+ .E_ou7iq30 {
7015
+ overflow: hidden;
7016
+ text-overflow: ellipsis;
7015
7017
  }
7016
- .E_wpbf4pq .week-day-option:focus,
7017
- .E_wpbf4pq .month-day-option:focus {
7018
- color: inherit;
7019
- border-color: #d9d9d9;
7018
+
7019
+ .E_s1tui002 {
7020
+ white-space: nowrap;
7020
7021
  }
7021
- .E_wpbf4pq .week-day-option.active {
7022
- background-color: #0096ff;
7023
- border-color: #0096ff;
7024
- color: #fff;
7022
+
7023
+ .E_mxrc2zg {
7024
+ display: -webkit-box;
7025
+ -webkit-line-clamp: var(--mxrc2zg-0);
7026
+ -webkit-box-orient: vertical;
7027
+ word-break: break-all;
7025
7028
  }
7026
- .E_wpbf4pq .week-day-option.en-text {
7027
- width: 110px;
7028
- margin-top: 4px;
7029
+
7030
+ .E_t1vv6d68 .ant-tooltip-arrow {
7031
+ display: none;
7029
7032
  }
7030
- .E_wpbf4pq .month-day-option {
7031
- width: 32px;
7032
- padding: 0;
7033
- margin-bottom: 8px;
7033
+ .E_t1vv6d68 .ant-tooltip-inner {
7034
+ background: rgba(23, 38, 64, 0.8);
7035
+ border-radius: 4px;
7034
7036
  }
7035
- .E_wpbf4pq .month-day-option.active {
7036
- background-color: #0096ff;
7037
- border-color: #0096ff;
7038
- color: #fff;
7037
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
7038
+ visibility: hidden;
7039
7039
  }
7040
7040
 
7041
7041
  .E_skwah65 {
@@ -7383,6 +7383,53 @@ span.E_tqjc4ui {
7383
7383
  text-align: left;
7384
7384
  }
7385
7385
 
7386
+ .E_i5w779o {
7387
+ padding: 8px 0;
7388
+ }
7389
+ .E_i5w779o .col-label {
7390
+ flex-shrink: unset;
7391
+ }
7392
+ .E_i5w779o .col-label * {
7393
+ line-height: 18px;
7394
+ }
7395
+ .E_i5w779o .col-content {
7396
+ flex: 1 1 0;
7397
+ display: flex;
7398
+ align-items: center;
7399
+ }
7400
+ .E_i5w779o .col-content * {
7401
+ line-height: 18px;
7402
+ }
7403
+
7404
+ .E_l18dja44 {
7405
+ padding: 6px 0;
7406
+ }
7407
+ .E_l18dja44 .col-label * {
7408
+ font-size: 13px;
7409
+ line-height: 20px;
7410
+ }
7411
+ .E_l18dja44 .col-content * {
7412
+ font-size: 14px;
7413
+ line-height: 20px;
7414
+ }
7415
+
7416
+ .E_c8c2hys {
7417
+ display: flex;
7418
+ justify-content: space-between;
7419
+ flex: 1;
7420
+ min-width: 0;
7421
+ }
7422
+
7423
+ .E_n4m6c4d {
7424
+ color: rgba(0, 21, 64, 0.3);
7425
+ }
7426
+
7427
+ .E_h1ol2wl7 {
7428
+ font-weight: bold;
7429
+ background-color: unset;
7430
+ padding: unset;
7431
+ }
7432
+
7386
7433
  .E_cyms3br {
7387
7434
  background: #fff;
7388
7435
  width: 100%;
@@ -7444,47 +7491,6 @@ span.E_tqjc4ui {
7444
7491
  justify-content: center;
7445
7492
  }
7446
7493
 
7447
- .E_i5w779o {
7448
- padding: 8px 0;
7449
- }
7450
- .E_i5w779o .col-label {
7451
- flex-shrink: unset;
7452
- }
7453
- .E_i5w779o .col-label * {
7454
- line-height: 18px;
7455
- }
7456
- .E_i5w779o .col-content {
7457
- flex: 1 1 0;
7458
- display: flex;
7459
- align-items: center;
7460
- }
7461
- .E_i5w779o .col-content * {
7462
- line-height: 18px;
7463
- }
7464
-
7465
- .E_l18dja44 {
7466
- padding: 6px 0;
7467
- }
7468
- .E_l18dja44 .col-label * {
7469
- font-size: 13px;
7470
- line-height: 20px;
7471
- }
7472
- .E_l18dja44 .col-content * {
7473
- font-size: 14px;
7474
- line-height: 20px;
7475
- }
7476
-
7477
- .E_c8c2hys {
7478
- display: flex;
7479
- justify-content: space-between;
7480
- flex: 1;
7481
- min-width: 0;
7482
- }
7483
-
7484
- .E_n4m6c4d {
7485
- color: rgba(0, 21, 64, 0.3);
7486
- }
7487
-
7488
7494
  .E_kr6am0s .ant-modal-body {
7489
7495
  padding: 60px 128px;
7490
7496
  }
@@ -7548,12 +7554,6 @@ span.E_tqjc4ui {
7548
7554
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7549
7555
  }
7550
7556
 
7551
- .E_h1ol2wl7 {
7552
- font-weight: bold;
7553
- background-color: unset;
7554
- padding: unset;
7555
- }
7556
-
7557
7557
  .E_c14ouk5o {
7558
7558
  width: 100%;
7559
7559
  height: 100%;
@@ -7598,6 +7598,57 @@ span.E_tqjc4ui {
7598
7598
  height: auto;
7599
7599
  }
7600
7600
 
7601
+ .E_c1ss4prm {
7602
+ color: rgba(44, 56, 82, 0.6);
7603
+ }
7604
+ .E_c1ss4prm:is(ul, ol) {
7605
+ padding-inline-start: 12px;
7606
+ }
7607
+ .E_c1ss4prm li {
7608
+ margin-bottom: 4px;
7609
+ }
7610
+ .E_c1ss4prm li:last-child {
7611
+ margin-bottom: 0;
7612
+ }
7613
+
7614
+ .E_ms3tlei {
7615
+ background: rgba(225, 230, 241, 0.6);
7616
+ padding: 8px;
7617
+ border-radius: 6px;
7618
+ color: rgba(44, 56, 82, 0.6);
7619
+ }
7620
+ .E_ms3tlei .icon-wrapper {
7621
+ margin-top: 1px;
7622
+ margin-right: 4px;
7623
+ }
7624
+ .E_ms3tlei li {
7625
+ margin-bottom: 4px;
7626
+ display: flex;
7627
+ align-items: flex-start;
7628
+ }
7629
+ .E_ms3tlei li:last-child {
7630
+ margin-bottom: 0;
7631
+ }
7632
+
7633
+ .E_du44iy7 {
7634
+ margin-bottom: 4px;
7635
+ }
7636
+
7637
+ .E_p1qmhanr {
7638
+ margin-bottom: 8px;
7639
+ }
7640
+
7641
+ .E_srje1h0 {
7642
+ color: rgba(44, 56, 82, 0.6);
7643
+ margin-bottom: 8px;
7644
+ }
7645
+
7646
+ .E_di3zi7v {
7647
+ height: 1px;
7648
+ background: #e4e9f2;
7649
+ margin: 16px 0;
7650
+ }
7651
+
7601
7652
  .E_cevhqx7 {
7602
7653
  color: #00122e;
7603
7654
  }
@@ -8099,57 +8150,6 @@ span.E_tqjc4ui {
8099
8150
  padding: 0;
8100
8151
  }
8101
8152
 
8102
- .E_c1ss4prm {
8103
- color: rgba(44, 56, 82, 0.6);
8104
- }
8105
- .E_c1ss4prm:is(ul, ol) {
8106
- padding-inline-start: 12px;
8107
- }
8108
- .E_c1ss4prm li {
8109
- margin-bottom: 4px;
8110
- }
8111
- .E_c1ss4prm li:last-child {
8112
- margin-bottom: 0;
8113
- }
8114
-
8115
- .E_ms3tlei {
8116
- background: rgba(225, 230, 241, 0.6);
8117
- padding: 8px;
8118
- border-radius: 6px;
8119
- color: rgba(44, 56, 82, 0.6);
8120
- }
8121
- .E_ms3tlei .icon-wrapper {
8122
- margin-top: 1px;
8123
- margin-right: 4px;
8124
- }
8125
- .E_ms3tlei li {
8126
- margin-bottom: 4px;
8127
- display: flex;
8128
- align-items: flex-start;
8129
- }
8130
- .E_ms3tlei li:last-child {
8131
- margin-bottom: 0;
8132
- }
8133
-
8134
- .E_du44iy7 {
8135
- margin-bottom: 4px;
8136
- }
8137
-
8138
- .E_p1qmhanr {
8139
- margin-bottom: 8px;
8140
- }
8141
-
8142
- .E_srje1h0 {
8143
- color: rgba(44, 56, 82, 0.6);
8144
- margin-bottom: 8px;
8145
- }
8146
-
8147
- .E_di3zi7v {
8148
- height: 1px;
8149
- background: #e4e9f2;
8150
- margin: 16px 0;
8151
- }
8152
-
8153
8153
  .E_l12xdkhl {
8154
8154
  width: 64px;
8155
8155
  height: 64px;