@cloudtower/eagle 0.34.28 → 0.34.29

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,91 @@ html body {
1132
1132
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1133
1133
  }
1134
1134
  }
1135
+ .E_c18gxmrl {
1136
+ border: 1px solid #d8deeb;
1137
+ border-radius: 4px;
1138
+ }
1139
+ .E_c18gxmrl + .E_c18gxmrl {
1140
+ margin-top: 8px;
1141
+ }
1142
+ .E_c18gxmrl:hover {
1143
+ border-color: #0080ff;
1144
+ }
1145
+ .E_c18gxmrl:hover > header {
1146
+ background: rgba(0, 128, 255, 0.1);
1147
+ }
1148
+ .E_c18gxmrl.active header {
1149
+ border-bottom: 1px solid #d8deeb;
1150
+ }
1151
+ .E_c18gxmrl > header {
1152
+ padding: 8px 12px;
1153
+ }
1154
+
1155
+ .E_m74vjol {
1156
+ display: flex;
1157
+ justify-content: space-between;
1158
+ width: 100%;
1159
+ }
1160
+ .E_m74vjol .action {
1161
+ margin-left: 16px;
1162
+ }
1163
+
1164
+ .E_a1o35uvh.ant-alert-closable {
1165
+ padding-right: 12px;
1166
+ }
1167
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
1168
+ height: fit-content;
1169
+ margin-left: 16px;
1170
+ }
1171
+ .E_a1o35uvh .ant-alert-message {
1172
+ flex: 1;
1173
+ }
1174
+
1175
+ .E_berrcjl {
1176
+ color: rgba(10, 37, 85, 0.6);
1177
+ margin-bottom: 4px;
1178
+ }
1179
+ .E_berrcjl .breadcrumb-link {
1180
+ color: rgba(10, 37, 85, 0.6);
1181
+ cursor: pointer;
1182
+ transition: color 160ms ease;
1183
+ }
1184
+ .E_berrcjl .breadcrumb-link:hover {
1185
+ color: #0080ff;
1186
+ }
1187
+ .E_berrcjl .breadcrumb-link:active {
1188
+ color: #005ed1;
1189
+ }
1190
+
1191
+ .E_b1nip9bk {
1192
+ padding: 4px 11px;
1193
+ }
1194
+
1195
+ .E_bqamoqe {
1196
+ white-space: nowrap;
1197
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1198
+ }
1199
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1200
+ --color: #0080ff;
1201
+ }
1202
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1203
+ --color: #0080ff;
1204
+ }
1205
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
1206
+ margin-left: 1px;
1207
+ }
1208
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
1209
+ border-top-right-radius: 0;
1210
+ border-bottom-right-radius: 0;
1211
+ }
1212
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
1213
+ border-top-left-radius: 0;
1214
+ border-bottom-left-radius: 0;
1215
+ }
1216
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1217
+ border-radius: unset;
1218
+ }
1219
+
1135
1220
  .E_b1wx3t3t.ant-btn-icon-only {
1136
1221
  justify-content: center;
1137
1222
  }
@@ -1389,89 +1474,17 @@ html body {
1389
1474
  justify-content: center;
1390
1475
  }
1391
1476
 
1392
- .E_c18gxmrl {
1393
- border: 1px solid #d8deeb;
1394
- border-radius: 4px;
1395
- }
1396
- .E_c18gxmrl + .E_c18gxmrl {
1397
- margin-top: 8px;
1398
- }
1399
- .E_c18gxmrl:hover {
1400
- border-color: #0080ff;
1401
- }
1402
- .E_c18gxmrl:hover > header {
1403
- background: rgba(0, 128, 255, 0.1);
1404
- }
1405
- .E_c18gxmrl.active header {
1406
- border-bottom: 1px solid #d8deeb;
1407
- }
1408
- .E_c18gxmrl > header {
1409
- padding: 8px 12px;
1410
- }
1411
-
1412
- .E_b1nip9bk {
1413
- padding: 4px 11px;
1414
- }
1415
-
1416
- .E_bqamoqe {
1417
- white-space: nowrap;
1418
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1419
- }
1420
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1421
- --color: #0080ff;
1422
- }
1423
- .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] {
1424
- --color: #0080ff;
1425
- }
1426
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
1427
- margin-left: 1px;
1428
- }
1429
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
1430
- border-top-right-radius: 0;
1431
- border-bottom-right-radius: 0;
1432
- }
1433
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
1434
- border-top-left-radius: 0;
1435
- border-bottom-left-radius: 0;
1436
- }
1437
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1438
- border-radius: unset;
1439
- }
1440
-
1441
- .E_berrcjl {
1442
- color: rgba(10, 37, 85, 0.6);
1443
- margin-bottom: 4px;
1444
- }
1445
- .E_berrcjl .breadcrumb-link {
1446
- color: rgba(10, 37, 85, 0.6);
1447
- cursor: pointer;
1448
- transition: color 160ms ease;
1449
- }
1450
- .E_berrcjl .breadcrumb-link:hover {
1451
- color: #0080ff;
1452
- }
1453
- .E_berrcjl .breadcrumb-link:active {
1454
- color: #005ed1;
1455
- }
1456
-
1457
- .E_m74vjol {
1458
- display: flex;
1459
- justify-content: space-between;
1460
- width: 100%;
1461
- }
1462
- .E_m74vjol .action {
1463
- margin-left: 16px;
1464
- }
1465
-
1466
- .E_a1o35uvh.ant-alert-closable {
1467
- padding-right: 12px;
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;
1468
1481
  }
1469
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
1470
- height: fit-content;
1471
- margin-left: 16px;
1482
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1483
+ padding-bottom: 6px;
1472
1484
  }
1473
- .E_a1o35uvh .ant-alert-message {
1474
- flex: 1;
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);
1475
1488
  }
1476
1489
 
1477
1490
  .E_c1uzzomf {
@@ -1496,6 +1509,36 @@ html body {
1496
1509
  text-align: center;
1497
1510
  }
1498
1511
 
1512
+ .E_itxley7.ant-input-group.ant-input-group-compact {
1513
+ display: flex;
1514
+ }
1515
+ .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 {
1516
+ border-bottom-left-radius: 5px;
1517
+ border-top-left-radius: 5px;
1518
+ }
1519
+ .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 {
1520
+ border-bottom-right-radius: 5px;
1521
+ border-top-right-radius: 5px;
1522
+ }
1523
+
1524
+ .E_iouxfgt {
1525
+ display: inline-flex;
1526
+ align-items: center;
1527
+ }
1528
+ .E_iouxfgt .icon-inner {
1529
+ display: inline-flex;
1530
+ align-items: center;
1531
+ justify-content: center;
1532
+ }
1533
+ .E_iouxfgt .icon-inner + span,
1534
+ .E_iouxfgt span + .icon-inner.suffix {
1535
+ margin-left: 4px;
1536
+ }
1537
+ .E_iouxfgt.is-rotate img,
1538
+ .E_iouxfgt.is-rotate svg {
1539
+ animation: rotate 680ms linear infinite;
1540
+ }
1541
+
1499
1542
  .E_f7pxqmh {
1500
1543
  width: 100%;
1501
1544
  margin-bottom: 0 !important;
@@ -1530,135 +1573,25 @@ html body {
1530
1573
  min-height: 0px;
1531
1574
  }
1532
1575
 
1533
- .E_ai7qkf2 .ant-input-number-handler-wrap {
1534
- display: var(--ai7qkf2-0);
1535
- }
1536
- .E_ai7qkf2 .ant-input-number-input-wrap {
1537
- display: inline-flex;
1538
- line-height: 1.5715;
1539
- height: 100%;
1576
+ .E_fzh9mnb {
1540
1577
  width: 100%;
1541
- }
1542
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
1543
- content: var(--ai7qkf2-1);
1544
- display: var(--ai7qkf2-2);
1545
- flex: none;
1546
- align-items: center;
1547
- margin-left: 4px;
1548
- padding: 5px 12px 5px 0;
1549
- color: rgba(44, 56, 82, 0.6);
1550
- }
1551
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
1552
- content: var(--ai7qkf2-3);
1553
- display: var(--ai7qkf2-4);
1554
- flex: none;
1578
+ height: 100%;
1579
+ min-height: 124px;
1580
+ display: flex;
1581
+ flex-direction: column;
1582
+ justify-content: center;
1555
1583
  align-items: center;
1556
- margin-right: 4px;
1557
- cursor: auto;
1558
- color: rgba(44, 56, 82, 0.6);
1559
- }
1560
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
1561
- border-radius: 0;
1562
1584
  }
1563
- .E_ai7qkf2.ant-input-number {
1564
- width: 100%;
1565
- border-radius: 6px;
1585
+ .E_fzh9mnb .error-text {
1586
+ color: rgba(10, 37, 85, 0.6);
1587
+ margin-bottom: 16px;
1588
+ font-size: 18px;
1566
1589
  }
1567
- .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
1568
- border-color: #0096ff;
1569
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
1570
- z-index: 1;
1571
- }
1572
- .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
1573
- border-color: #e75a3a;
1574
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
1575
- }
1576
- .E_ai7qkf2 .ant-input-number-input {
1577
- height: 30px;
1578
- border: 1px;
1579
- padding: 5px 12px;
1580
- font-size: inherit;
1581
- }
1582
- .E_ai7qkf2.ant-input-number-lg input {
1583
- height: 38px;
1584
- border: 1px;
1585
- padding: 8px 16px;
1586
- }
1587
- .E_ai7qkf2.ant-input-number-sm input {
1588
- height: 22px;
1589
- border: 1px;
1590
- padding: 2px 8px;
1591
- }
1592
-
1593
- .E_iouxfgt {
1594
- display: inline-flex;
1595
- align-items: center;
1596
- }
1597
- .E_iouxfgt .icon-inner {
1598
- display: inline-flex;
1599
- align-items: center;
1600
- justify-content: center;
1601
- }
1602
- .E_iouxfgt .icon-inner + span,
1603
- .E_iouxfgt span + .icon-inner.suffix {
1604
- margin-left: 4px;
1605
- }
1606
- .E_iouxfgt.is-rotate img,
1607
- .E_iouxfgt.is-rotate svg {
1608
- animation: rotate 680ms linear infinite;
1609
- }
1610
-
1611
- .E_fzh9mnb {
1612
- width: 100%;
1613
- height: 100%;
1614
- min-height: 124px;
1615
- display: flex;
1616
- flex-direction: column;
1617
- justify-content: center;
1618
- align-items: center;
1619
- }
1620
- .E_fzh9mnb .error-text {
1621
- color: rgba(10, 37, 85, 0.6);
1622
- margin-bottom: 16px;
1623
- font-size: 18px;
1624
- }
1625
-
1626
- .E_atcz0kf .ant-input-suffix {
1627
- margin-left: 8px;
1628
- }
1629
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
1630
- padding: 2px 7px 2px 12px;
1631
- }
1632
-
1633
- .E_itxley7.ant-input-group.ant-input-group-compact {
1634
- display: flex;
1635
- }
1636
- .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 {
1637
- border-bottom-left-radius: 5px;
1638
- border-top-left-radius: 5px;
1639
- }
1640
- .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 {
1641
- border-bottom-right-radius: 5px;
1642
- border-top-right-radius: 5px;
1643
- }
1644
-
1645
- .E_i1inqkme {
1646
- height: 18px;
1647
- line-height: 18px;
1648
- padding: 0 4px;
1649
- border-radius: 4px;
1650
- background: rgba(235, 239, 245, 0.6);
1651
- border: 1px solid rgba(223, 228, 235, 0.6);
1652
- display: flex;
1653
- align-items: center;
1654
- white-space: nowrap;
1655
- margin-right: 4px;
1656
- }
1657
-
1658
- .E_d1bw7c5z {
1659
- position: relative;
1660
- max-width: 388px;
1661
- min-width: 285px;
1590
+
1591
+ .E_d1bw7c5z {
1592
+ position: relative;
1593
+ max-width: 388px;
1594
+ min-width: 285px;
1662
1595
  }
1663
1596
  .E_d1bw7c5z .center {
1664
1597
  position: absolute;
@@ -1738,21 +1671,28 @@ html body {
1738
1671
  width: 102px;
1739
1672
  }
1740
1673
 
1741
- .E_sx1bpnu .ant-input-sm {
1742
- line-height: 18px;
1674
+ .E_atcz0kf .ant-input-suffix {
1675
+ margin-left: 8px;
1743
1676
  }
1744
-
1745
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
1746
- padding: 4px 8px 0 8px;
1747
- color: rgba(44, 56, 82, 0.6);
1748
- font-size: 12px;
1677
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
1678
+ padding: 2px 7px 2px 12px;
1749
1679
  }
1750
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
1751
- padding-bottom: 6px;
1680
+
1681
+ .E_i1inqkme {
1682
+ height: 18px;
1683
+ line-height: 18px;
1684
+ padding: 0 4px;
1685
+ border-radius: 4px;
1686
+ background: rgba(235, 239, 245, 0.6);
1687
+ border: 1px solid rgba(223, 228, 235, 0.6);
1688
+ display: flex;
1689
+ align-items: center;
1690
+ white-space: nowrap;
1691
+ margin-right: 4px;
1752
1692
  }
1753
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
1754
- padding-top: 4px;
1755
- border-top: 1px solid rgba(211, 218, 235, 0.6);
1693
+
1694
+ .E_sx1bpnu .ant-input-sm {
1695
+ line-height: 18px;
1756
1696
  }
1757
1697
 
1758
1698
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -1786,61 +1726,73 @@ html body {
1786
1726
  font-size: inherit;
1787
1727
  }
1788
1728
 
1789
- .E_phljevk {
1790
- display: flex;
1791
- justify-content: space-between;
1729
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
1730
+ display: var(--ai7qkf2-0);
1731
+ }
1732
+ .E_ai7qkf2 .ant-input-number-input-wrap {
1733
+ display: inline-flex;
1734
+ line-height: 1.5715;
1735
+ height: 100%;
1736
+ width: 100%;
1737
+ }
1738
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
1739
+ content: var(--ai7qkf2-1);
1740
+ display: var(--ai7qkf2-2);
1741
+ flex: none;
1792
1742
  align-items: center;
1793
- padding: 10px 0;
1743
+ margin-left: 4px;
1744
+ padding: 5px 12px 5px 0;
1794
1745
  color: rgba(44, 56, 82, 0.6);
1795
- font-size: 12px;
1796
- line-height: 24px;
1797
- }
1798
- .E_phljevk .pagination-left {
1799
- padding: 2px 8px;
1800
1746
  }
1801
- .E_phljevk .dropdown-trigger {
1802
- display: flex;
1747
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
1748
+ content: var(--ai7qkf2-3);
1749
+ display: var(--ai7qkf2-4);
1750
+ flex: none;
1803
1751
  align-items: center;
1804
- border-radius: 6px;
1805
- cursor: pointer;
1806
- transition: all 0.3s ease;
1752
+ margin-right: 4px;
1753
+ cursor: auto;
1754
+ color: rgba(44, 56, 82, 0.6);
1807
1755
  }
1808
- .E_phljevk .dropdown-trigger:hover {
1809
- background: rgba(211, 218, 235, 0.6);
1810
- color: #0080ff;
1756
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
1757
+ border-radius: 0;
1811
1758
  }
1812
- .E_phljevk .dropdown-trigger .icon-inner {
1813
- margin-left: 4px;
1759
+ .E_ai7qkf2.ant-input-number {
1760
+ width: 100%;
1761
+ border-radius: 6px;
1814
1762
  }
1815
- .E_phljevk .pagination-right {
1816
- display: flex;
1817
- align-items: center;
1818
- color: #0080ff;
1819
- font-weight: bold;
1763
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
1764
+ border-color: #0096ff;
1765
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
1766
+ z-index: 1;
1820
1767
  }
1821
- .E_phljevk .pagination-right .icon-inner {
1822
- margin-left: 4px;
1768
+ .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
1769
+ border-color: #e75a3a;
1770
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
1823
1771
  }
1824
- .E_phljevk .pagination-right .prev-btn,
1825
- .E_phljevk .pagination-right .next-btn {
1826
- padding: 0 8px;
1772
+ .E_ai7qkf2 .ant-input-number-input {
1773
+ height: 30px;
1774
+ border: 1px;
1775
+ padding: 5px 12px;
1776
+ font-size: inherit;
1827
1777
  }
1828
- .E_phljevk .pagination-right .prev-btn > span,
1829
- .E_phljevk .pagination-right .next-btn > span {
1830
- color: #0080ff;
1778
+ .E_ai7qkf2.ant-input-number-lg input {
1779
+ height: 38px;
1780
+ border: 1px;
1781
+ padding: 8px 16px;
1831
1782
  }
1832
- .E_phljevk .pagination-right .next-btn .icon-inner {
1833
- transform: rotate(180deg);
1783
+ .E_ai7qkf2.ant-input-number-sm input {
1784
+ height: 22px;
1785
+ border: 1px;
1786
+ padding: 2px 8px;
1834
1787
  }
1835
1788
 
1836
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
1837
- max-height: calc(100vh - 128px);
1838
- overflow-y: auto;
1789
+ .E_owd0kml {
1790
+ display: inline-block;
1839
1791
  }
1840
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1841
- padding: 4px 20px;
1842
- font-size: 12px;
1843
- line-height: 18px;
1792
+
1793
+ .E_h1jsgezc {
1794
+ visibility: hidden;
1795
+ position: absolute;
1844
1796
  }
1845
1797
 
1846
1798
  .E_rapgekc.ant-radio-wrapper {
@@ -2015,82 +1967,71 @@ html body {
2015
1967
  cursor: not-allowed;
2016
1968
  }
2017
1969
 
2018
- .E_owd0kml {
2019
- display: inline-block;
1970
+ .E_phljevk {
1971
+ display: flex;
1972
+ justify-content: space-between;
1973
+ align-items: center;
1974
+ padding: 10px 0;
1975
+ color: rgba(44, 56, 82, 0.6);
1976
+ font-size: 12px;
1977
+ line-height: 24px;
2020
1978
  }
2021
-
2022
- .E_h1jsgezc {
2023
- visibility: hidden;
2024
- position: absolute;
1979
+ .E_phljevk .pagination-left {
1980
+ padding: 2px 8px;
2025
1981
  }
2026
-
2027
- .E_ivqqkzv {
2028
- height: 24px;
2029
- width: 56px !important;
2030
- margin-right: 4px;
1982
+ .E_phljevk .dropdown-trigger {
1983
+ display: flex;
1984
+ align-items: center;
1985
+ border-radius: 6px;
1986
+ cursor: pointer;
1987
+ transition: all 0.3s ease;
2031
1988
  }
2032
-
2033
- .E_c1wk4q29 {
2034
- color: rgba(44, 56, 82, 0.6);
1989
+ .E_phljevk .dropdown-trigger:hover {
1990
+ background: rgba(211, 218, 235, 0.6);
1991
+ color: #0080ff;
2035
1992
  }
2036
-
2037
- .E_s1dizucg.ant-switch {
2038
- min-width: 40px;
2039
- height: 24px;
2040
- background: rgba(172, 186, 211, 0.6);
2041
- overflow: hidden;
1993
+ .E_phljevk .dropdown-trigger .icon-inner {
1994
+ margin-left: 4px;
2042
1995
  }
2043
- .E_s1dizucg.ant-switch:focus {
2044
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2045
- }
2046
- .E_s1dizucg.ant-switch-small {
2047
- min-width: 26px;
2048
- height: 16px;
2049
- }
2050
- .E_s1dizucg.ant-switch-large {
2051
- min-width: 52px;
2052
- height: 32px;
2053
- }
2054
- .E_s1dizucg.ant-switch .ant-switch-handle {
2055
- height: 20px;
2056
- width: 20px;
2057
- }
2058
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
2059
- border-radius: 10px;
2060
- transition-delay: 120ms;
2061
- }
2062
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
2063
- height: 14px;
2064
- width: 14px;
2065
- top: 1px;
2066
- left: 1px;
1996
+ .E_phljevk .pagination-right {
1997
+ display: flex;
1998
+ align-items: center;
1999
+ color: #0080ff;
2000
+ font-weight: bold;
2067
2001
  }
2068
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
2069
- height: 28px;
2070
- width: 28px;
2002
+ .E_phljevk .pagination-right .icon-inner {
2003
+ margin-left: 4px;
2071
2004
  }
2072
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
2073
- border-radius: 14px;
2005
+ .E_phljevk .pagination-right .prev-btn,
2006
+ .E_phljevk .pagination-right .next-btn {
2007
+ padding: 0 8px;
2074
2008
  }
2075
- .E_s1dizucg.ant-switch-checked {
2076
- background-color: #00ba5d;
2009
+ .E_phljevk .pagination-right .prev-btn > span,
2010
+ .E_phljevk .pagination-right .next-btn > span {
2011
+ color: #0080ff;
2077
2012
  }
2078
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
2079
- left: calc(100% - 20px - 2px);
2013
+ .E_phljevk .pagination-right .next-btn .icon-inner {
2014
+ transform: rotate(180deg);
2080
2015
  }
2081
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
2082
- left: calc(100% - 14px - 1px);
2016
+
2017
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
2018
+ max-height: calc(100vh - 128px);
2019
+ overflow-y: auto;
2083
2020
  }
2084
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
2085
- left: calc(100% - 28px - 2px);
2021
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2022
+ padding: 4px 20px;
2023
+ font-size: 12px;
2024
+ line-height: 18px;
2086
2025
  }
2087
2026
 
2088
- .E_c1up6e3y {
2089
- margin-left: 5px;
2027
+ .E_ivqqkzv {
2028
+ height: 24px;
2029
+ width: 56px !important;
2030
+ margin-right: 4px;
2090
2031
  }
2091
2032
 
2092
- .E_tju3gfj .date {
2093
- margin-right: 4px;
2033
+ .E_c1wk4q29 {
2034
+ color: rgba(44, 56, 82, 0.6);
2094
2035
  }
2095
2036
 
2096
2037
  .E_c1bus5hc {
@@ -2133,88 +2074,6 @@ html body {
2133
2074
  transform: rotate(0deg);
2134
2075
  }
2135
2076
 
2136
- .E_s1sck0th {
2137
- padding: 0 8px;
2138
- border-radius: 4px;
2139
- }
2140
-
2141
- .E_m855nr1 {
2142
- padding: 2px 8px;
2143
- border-radius: 3px;
2144
- }
2145
-
2146
- .E_l1270xpg {
2147
- padding: 3px 8px;
2148
- border-radius: 2px;
2149
- }
2150
-
2151
- .E_t14rextb.ant-tag:hover {
2152
- opacity: unset;
2153
- }
2154
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
2155
- margin: 0;
2156
- margin-right: 8px;
2157
- display: inline-flex;
2158
- align-items: center;
2159
- border: none;
2160
- }
2161
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
2162
- width: 16px;
2163
- height: 16px;
2164
- color: inherit;
2165
- margin-left: 4px;
2166
- opacity: 0.6;
2167
- display: inline-flex;
2168
- }
2169
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
2170
- opacity: 1;
2171
- }
2172
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
2173
- color: #0080ff;
2174
- background-color: rgba(0, 136, 255, 0.1);
2175
- }
2176
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
2177
- color: #f0483e;
2178
- background-color: rgba(255, 74, 74, 0.1);
2179
- }
2180
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
2181
- color: #e07f00;
2182
- background-color: rgba(255, 187, 0, 0.1);
2183
- }
2184
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
2185
- color: #008f4c;
2186
- background-color: rgba(30, 201, 127, 0.1);
2187
- }
2188
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
2189
- color: #1d326c;
2190
- background-color: rgba(225, 230, 241, 0.6);
2191
- }
2192
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
2193
- color: #7E41FF;
2194
- background-color: rgba(126, 65, 255, 0.1);
2195
- }
2196
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
2197
- color: #fff;
2198
- }
2199
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
2200
- background-color: #f0483e;
2201
- }
2202
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
2203
- background-color: #fea008;
2204
- }
2205
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
2206
- background-color: #00ba5d;
2207
- }
2208
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
2209
- background-color: #0080ff;
2210
- }
2211
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
2212
- background-color: #6b7d99;
2213
- }
2214
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
2215
- background-color: #7E41FF;
2216
- }
2217
-
2218
2077
  .E_cnujxq2 {
2219
2078
  display: flex;
2220
2079
  flex-direction: column;
@@ -2905,6 +2764,65 @@ input.E_rf8rlle.ant-input {
2905
2764
  color: rgba(44, 56, 82, 0.7490196078);
2906
2765
  }
2907
2766
 
2767
+ .E_s1dizucg.ant-switch {
2768
+ min-width: 40px;
2769
+ height: 24px;
2770
+ background: rgba(172, 186, 211, 0.6);
2771
+ overflow: hidden;
2772
+ }
2773
+ .E_s1dizucg.ant-switch:focus {
2774
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2775
+ }
2776
+ .E_s1dizucg.ant-switch-small {
2777
+ min-width: 26px;
2778
+ height: 16px;
2779
+ }
2780
+ .E_s1dizucg.ant-switch-large {
2781
+ min-width: 52px;
2782
+ height: 32px;
2783
+ }
2784
+ .E_s1dizucg.ant-switch .ant-switch-handle {
2785
+ height: 20px;
2786
+ width: 20px;
2787
+ }
2788
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
2789
+ border-radius: 10px;
2790
+ transition-delay: 120ms;
2791
+ }
2792
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
2793
+ height: 14px;
2794
+ width: 14px;
2795
+ top: 1px;
2796
+ left: 1px;
2797
+ }
2798
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
2799
+ height: 28px;
2800
+ width: 28px;
2801
+ }
2802
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
2803
+ border-radius: 14px;
2804
+ }
2805
+ .E_s1dizucg.ant-switch-checked {
2806
+ background-color: #00ba5d;
2807
+ }
2808
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
2809
+ left: calc(100% - 20px - 2px);
2810
+ }
2811
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
2812
+ left: calc(100% - 14px - 1px);
2813
+ }
2814
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
2815
+ left: calc(100% - 28px - 2px);
2816
+ }
2817
+
2818
+ .E_c1up6e3y {
2819
+ margin-left: 5px;
2820
+ }
2821
+
2822
+ .E_tju3gfj .date {
2823
+ margin-right: 4px;
2824
+ }
2825
+
2908
2826
  .E_s1dni7lo {
2909
2827
  width: 430px !important;
2910
2828
  }
@@ -2986,39 +2904,6 @@ input.E_rf8rlle.ant-input {
2986
2904
  opacity: 0;
2987
2905
  }
2988
2906
 
2989
- .E_c1yyuluq {
2990
- border-radius: 8px;
2991
- }
2992
- .E_c1yyuluq .ant-card-body {
2993
- padding: 20px 24px 24px 24px;
2994
- }
2995
-
2996
- .E_ccrbeuz .ant-collapse-item {
2997
- border: 0px;
2998
- background-color: #fff;
2999
- }
3000
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
3001
- padding-top: 0px;
3002
- padding-bottom: 0px;
3003
- padding-left: 0px !important;
3004
- padding-right: 24px;
3005
- }
3006
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
3007
- right: 0px;
3008
- }
3009
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
3010
- padding: 0px;
3011
- }
3012
-
3013
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
3014
- padding-right: 0px;
3015
- cursor: default;
3016
- }
3017
-
3018
- .E_iq1gosr {
3019
- display: inline-block;
3020
- }
3021
-
3022
2907
  .E_t1m2x205 .ant-tooltip-arrow {
3023
2908
  display: none;
3024
2909
  }
@@ -3030,18 +2915,129 @@ input.E_rf8rlle.ant-input {
3030
2915
  visibility: hidden;
3031
2916
  }
3032
2917
 
3033
- .E_dsnbhzf {
3034
- font-family: Inter;
3035
- font-style: normal;
3036
- font-weight: bold;
3037
- font-size: 32px;
3038
- line-height: 40px;
2918
+ .E_s1sck0th {
2919
+ padding: 0 8px;
2920
+ border-radius: 4px;
3039
2921
  }
3040
2922
 
3041
- .E_d1mvo22k {
3042
- font-family: Inter;
3043
- font-style: normal;
3044
- font-weight: bold;
2923
+ .E_m855nr1 {
2924
+ padding: 2px 8px;
2925
+ border-radius: 3px;
2926
+ }
2927
+
2928
+ .E_l1270xpg {
2929
+ padding: 3px 8px;
2930
+ border-radius: 2px;
2931
+ }
2932
+
2933
+ .E_t14rextb.ant-tag:hover {
2934
+ opacity: unset;
2935
+ }
2936
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
2937
+ margin: 0;
2938
+ margin-right: 8px;
2939
+ display: inline-flex;
2940
+ align-items: center;
2941
+ border: none;
2942
+ }
2943
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
2944
+ width: 16px;
2945
+ height: 16px;
2946
+ color: inherit;
2947
+ margin-left: 4px;
2948
+ opacity: 0.6;
2949
+ display: inline-flex;
2950
+ }
2951
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
2952
+ opacity: 1;
2953
+ }
2954
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
2955
+ color: #0080ff;
2956
+ background-color: rgba(0, 136, 255, 0.1);
2957
+ }
2958
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
2959
+ color: #f0483e;
2960
+ background-color: rgba(255, 74, 74, 0.1);
2961
+ }
2962
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
2963
+ color: #e07f00;
2964
+ background-color: rgba(255, 187, 0, 0.1);
2965
+ }
2966
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
2967
+ color: #008f4c;
2968
+ background-color: rgba(30, 201, 127, 0.1);
2969
+ }
2970
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
2971
+ color: #1d326c;
2972
+ background-color: rgba(225, 230, 241, 0.6);
2973
+ }
2974
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
2975
+ color: #7E41FF;
2976
+ background-color: rgba(126, 65, 255, 0.1);
2977
+ }
2978
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
2979
+ color: #fff;
2980
+ }
2981
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
2982
+ background-color: #f0483e;
2983
+ }
2984
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
2985
+ background-color: #fea008;
2986
+ }
2987
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
2988
+ background-color: #00ba5d;
2989
+ }
2990
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
2991
+ background-color: #0080ff;
2992
+ }
2993
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
2994
+ background-color: #6b7d99;
2995
+ }
2996
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
2997
+ background-color: #7E41FF;
2998
+ }
2999
+
3000
+ .E_ccrbeuz .ant-collapse-item {
3001
+ border: 0px;
3002
+ background-color: #fff;
3003
+ }
3004
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
3005
+ padding-top: 0px;
3006
+ padding-bottom: 0px;
3007
+ padding-left: 0px !important;
3008
+ padding-right: 24px;
3009
+ }
3010
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
3011
+ right: 0px;
3012
+ }
3013
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
3014
+ padding: 0px;
3015
+ }
3016
+
3017
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
3018
+ padding-right: 0px;
3019
+ cursor: default;
3020
+ }
3021
+
3022
+ .E_c1yyuluq {
3023
+ border-radius: 8px;
3024
+ }
3025
+ .E_c1yyuluq .ant-card-body {
3026
+ padding: 20px 24px 24px 24px;
3027
+ }
3028
+
3029
+ .E_dsnbhzf {
3030
+ font-family: Inter;
3031
+ font-style: normal;
3032
+ font-weight: bold;
3033
+ font-size: 32px;
3034
+ line-height: 40px;
3035
+ }
3036
+
3037
+ .E_d1mvo22k {
3038
+ font-family: Inter;
3039
+ font-style: normal;
3040
+ font-weight: bold;
3045
3041
  font-size: 24px;
3046
3042
  line-height: 32px;
3047
3043
  }
@@ -3505,6 +3501,14 @@ input.E_rf8rlle.ant-input {
3505
3501
  line-height: 12px;
3506
3502
  }
3507
3503
 
3504
+ .E_iq1gosr {
3505
+ display: inline-block;
3506
+ }
3507
+
3508
+ .E_m196gn1d {
3509
+ min-width: 1280px;
3510
+ }
3511
+
3508
3512
  .E_a1b5xrg3 .user-icon-inner {
3509
3513
  display: inline-flex;
3510
3514
  align-items: center;
@@ -3535,10 +3539,6 @@ input.E_rf8rlle.ant-input {
3535
3539
  transition: all 320ms ease;
3536
3540
  }
3537
3541
 
3538
- .E_m196gn1d {
3539
- min-width: 1280px;
3540
- }
3541
-
3542
3542
  .E_b1lj76ty {
3543
3543
  width: 100%;
3544
3544
  height: 100%;
@@ -3824,6 +3824,35 @@ input.E_rf8rlle.ant-input {
3824
3824
  margin-right: 6px;
3825
3825
  }
3826
3826
 
3827
+ .E_m5foqp8 {
3828
+ --footer-height: 96px;
3829
+ --modal-content-width: 720px;
3830
+ --modal-content-min-height: 200px;
3831
+ --modal-header-padding: 40px 60px 8px;
3832
+ --modal-content-padding-top: 24px;
3833
+ --modal-content-padding-bottom: 32px;
3834
+ --modal-content-padding-x: 60px;
3835
+ --modal-footer-padding: 0 60px;
3836
+ }
3837
+ .E_m5foqp8.content-full.ant-modal {
3838
+ height: calc(100vh - 80px);
3839
+ width: calc(100vw - 160px);
3840
+ }
3841
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
3842
+ width: 100%;
3843
+ height: 100%;
3844
+ max-width: unset;
3845
+ max-height: unset;
3846
+ display: flex;
3847
+ flex-direction: column;
3848
+ }
3849
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
3850
+ flex: 1;
3851
+ }
3852
+ .E_m5foqp8 .initializing-title {
3853
+ height: 32px;
3854
+ }
3855
+
3827
3856
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
3828
3857
  border-radius: 6px;
3829
3858
  }
@@ -3881,35 +3910,6 @@ input.E_rf8rlle.ant-input {
3881
3910
  transform: rotate(180deg);
3882
3911
  }
3883
3912
 
3884
- .E_m5foqp8 {
3885
- --footer-height: 96px;
3886
- --modal-content-width: 720px;
3887
- --modal-content-min-height: 200px;
3888
- --modal-header-padding: 40px 60px 8px;
3889
- --modal-content-padding-top: 24px;
3890
- --modal-content-padding-bottom: 32px;
3891
- --modal-content-padding-x: 60px;
3892
- --modal-footer-padding: 0 60px;
3893
- }
3894
- .E_m5foqp8.content-full.ant-modal {
3895
- height: calc(100vh - 80px);
3896
- width: calc(100vw - 160px);
3897
- }
3898
- .E_m5foqp8.content-full.ant-modal .ant-modal-content {
3899
- width: 100%;
3900
- height: 100%;
3901
- max-width: unset;
3902
- max-height: unset;
3903
- display: flex;
3904
- flex-direction: column;
3905
- }
3906
- .E_m5foqp8.content-full.ant-modal .ant-modal-body {
3907
- flex: 1;
3908
- }
3909
- .E_m5foqp8 .initializing-title {
3910
- height: 32px;
3911
- }
3912
-
3913
3913
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
3914
3914
  opacity: 1;
3915
3915
  }
@@ -4601,6 +4601,50 @@ input.E_rf8rlle.ant-input {
4601
4601
  transform: translateY(-4px);
4602
4602
  }
4603
4603
 
4604
+ .E_c1yd35n {
4605
+ padding: 0 12px 14px 12px;
4606
+ }
4607
+
4608
+ .E_c1kghdax {
4609
+ color: #2d3a56;
4610
+ padding: 7px 12px;
4611
+ display: flex;
4612
+ justify-content: space-between;
4613
+ align-items: center;
4614
+ }
4615
+ .E_c1kghdax.has-arrow {
4616
+ padding-left: 10px;
4617
+ }
4618
+ .E_c1kghdax.has-arrow .title-wrapper {
4619
+ cursor: pointer;
4620
+ color: #00122e;
4621
+ }
4622
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
4623
+ color: #2d3a56;
4624
+ font-weight: 600;
4625
+ }
4626
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
4627
+ transform: rotate(90deg);
4628
+ }
4629
+ .E_c1kghdax .sub-info {
4630
+ font-size: 12px;
4631
+ line-height: 18px;
4632
+ }
4633
+ .E_c1kghdax .title-wrapper {
4634
+ display: flex;
4635
+ align-items: center;
4636
+ user-select: none;
4637
+ flex-grow: 1;
4638
+ font-size: 12px;
4639
+ line-height: 18px;
4640
+ color: #2d3a56;
4641
+ font-weight: 700;
4642
+ }
4643
+ .E_c1kghdax .collapse-arrow {
4644
+ transition: all 50ms ease-out 0ms;
4645
+ margin-right: 2px;
4646
+ }
4647
+
4604
4648
  .E_l1ucdodl {
4605
4649
  margin: 0;
4606
4650
  border-radius: 20px;
@@ -4721,48 +4765,53 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
4721
4765
  color: rgba(44, 56, 82, 0.7490196078);
4722
4766
  }
4723
4767
 
4724
- .E_c1yd35n {
4725
- padding: 0 12px 14px 12px;
4726
- }
4727
-
4728
- .E_c1kghdax {
4729
- color: #2d3a56;
4730
- padding: 7px 12px;
4768
+ .E_lht19u8 {
4769
+ width: 64px;
4770
+ height: 64px;
4731
4771
  display: flex;
4732
- justify-content: space-between;
4733
4772
  align-items: center;
4773
+ justify-content: center;
4774
+ position: relative;
4775
+ opacity: 0.2;
4734
4776
  }
4735
- .E_c1kghdax.has-arrow {
4736
- padding-left: 10px;
4737
- }
4738
- .E_c1kghdax.has-arrow .title-wrapper {
4739
- cursor: pointer;
4740
- color: #00122e;
4741
- }
4742
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
4743
- color: #2d3a56;
4744
- font-weight: 600;
4745
- }
4746
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
4747
- transform: rotate(90deg);
4748
- }
4749
- .E_c1kghdax .sub-info {
4750
- font-size: 12px;
4751
- line-height: 18px;
4777
+
4778
+ .E_lk3gkp4 {
4779
+ position: absolute;
4780
+ width: 5px;
4781
+ height: 48px;
4782
+ left: 9.33px;
4783
+ top: 40.5px;
4784
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4785
+ border-radius: 5px;
4786
+ transform: rotate(-128deg);
4787
+ transform-origin: top left;
4788
+ animation: loading-indicator1 1100ms ease-out infinite;
4752
4789
  }
4753
- .E_c1kghdax .title-wrapper {
4754
- display: flex;
4755
- align-items: center;
4756
- user-select: none;
4757
- flex-grow: 1;
4758
- font-size: 12px;
4759
- line-height: 18px;
4760
- color: #2d3a56;
4761
- font-weight: 700;
4790
+
4791
+ .E_ll4n94n {
4792
+ position: absolute;
4793
+ width: 5px;
4794
+ height: 48px;
4795
+ left: 40.8px;
4796
+ top: 8.4px;
4797
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4798
+ border-radius: 5px;
4799
+ transform: rotate(-8deg);
4800
+ transform-origin: top left;
4801
+ animation: loading-indicator2 1100ms ease-out infinite;
4762
4802
  }
4763
- .E_c1kghdax .collapse-arrow {
4764
- transition: all 50ms ease-out 0ms;
4765
- margin-right: 2px;
4803
+
4804
+ .E_l17lbdo6 {
4805
+ position: absolute;
4806
+ width: 5px;
4807
+ height: 48px;
4808
+ left: 52.9px;
4809
+ top: 51.8px;
4810
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
4811
+ border-radius: 5px;
4812
+ transform: rotate(112deg);
4813
+ transform-origin: top left;
4814
+ animation: loading-indicator3 1100ms ease-out infinite;
4766
4815
  }
4767
4816
 
4768
4817
  .E_m11nzl2x {
@@ -5141,55 +5190,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5141
5190
  margin-left: 8px;
5142
5191
  }
5143
5192
 
5144
- .E_lht19u8 {
5145
- width: 64px;
5146
- height: 64px;
5147
- display: flex;
5148
- align-items: center;
5149
- justify-content: center;
5150
- position: relative;
5151
- opacity: 0.2;
5152
- }
5153
-
5154
- .E_lk3gkp4 {
5155
- position: absolute;
5156
- width: 5px;
5157
- height: 48px;
5158
- left: 9.33px;
5159
- top: 40.5px;
5160
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
5161
- border-radius: 5px;
5162
- transform: rotate(-128deg);
5163
- transform-origin: top left;
5164
- animation: loading-indicator1 1100ms ease-out infinite;
5165
- }
5166
-
5167
- .E_ll4n94n {
5168
- position: absolute;
5169
- width: 5px;
5170
- height: 48px;
5171
- left: 40.8px;
5172
- top: 8.4px;
5173
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
5174
- border-radius: 5px;
5175
- transform: rotate(-8deg);
5176
- transform-origin: top left;
5177
- animation: loading-indicator2 1100ms ease-out infinite;
5178
- }
5179
-
5180
- .E_l17lbdo6 {
5181
- position: absolute;
5182
- width: 5px;
5183
- height: 48px;
5184
- left: 52.9px;
5185
- top: 51.8px;
5186
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
5187
- border-radius: 5px;
5188
- transform: rotate(112deg);
5189
- transform-origin: top left;
5190
- animation: loading-indicator3 1100ms ease-out infinite;
5191
- }
5192
-
5193
5193
  .E_sddwhm6 {
5194
5194
  margin: 0;
5195
5195
  border-radius: 20px;
@@ -5674,296 +5674,95 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
5674
5674
  white-space: normal;
5675
5675
  }
5676
5676
 
5677
- .E_t1dtlqs1 {
5678
- margin-bottom: 4px;
5679
- color: rgba(44, 56, 82, 0.6);
5680
- }
5681
-
5682
- .E_s1ese5oy {
5683
- color: rgba(44, 56, 82, 0.6);
5684
- line-height: 32px;
5685
- height: 32px;
5686
- margin-bottom: 0;
5677
+ .E_sjob3jg {
5678
+ --item-min-width: 60px;
5687
5679
  }
5688
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
5689
- color: #0080ff;
5680
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
5681
+ display: none !important;
5690
5682
  }
5691
- .E_s1ese5oy.warning {
5692
- color: #ffa500;
5683
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
5684
+ flex-shrink: 0 !important;
5693
5685
  }
5694
- .E_s1ese5oy.success {
5695
- color: #00ba5d;
5686
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
5687
+ color: #0080ff;
5696
5688
  }
5697
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
5698
- color: #f0483e;
5689
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5690
+ color: #0080ff;
5691
+ font-weight: normal;
5699
5692
  }
5700
- .E_s1ese5oy.normal {
5693
+ .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 {
5701
5694
  color: rgba(44, 56, 82, 0.6);
5702
5695
  }
5703
-
5704
- .E_b1ibis43 {
5705
- margin-bottom: 0;
5696
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5706
5697
  color: #00122e;
5707
5698
  }
5708
-
5709
- .E_b11xxjd2 {
5710
- line-height: 32px;
5711
- margin-right: 6px;
5712
- }
5713
-
5714
- .E_bsub5bw.with-description {
5715
- height: 24px;
5716
- flex: 1;
5717
- position: relative;
5718
- top: -7px;
5699
+ .E_sjob3jg .step-item-text {
5700
+ display: inline-block;
5719
5701
  }
5720
- .E_bsub5bw p {
5721
- width: 100%;
5702
+ .E_sjob3jg .step-item-title {
5722
5703
  overflow: hidden;
5723
- text-overflow: ellipsis;
5724
5704
  white-space: nowrap;
5705
+ text-overflow: ellipsis;
5725
5706
  }
5726
5707
 
5727
- .E_tmoyoag {
5728
- border: 1px solid rgba(211, 218, 235, 0.6);
5729
- border-radius: 8px;
5730
- overflow: auto;
5731
- }
5732
- .E_tmoyoag .ant-list {
5733
- position: relative;
5708
+ .E_hjvj6s6 .ant-steps-item-container {
5709
+ min-width: var(--item-min-width);
5734
5710
  }
5735
- .E_tmoyoag .ant-list .ant-list-item:last-child {
5736
- border-bottom: none;
5711
+ .E_hjvj6s6 .ant-steps-item-disabled {
5712
+ cursor: not-allowed !important;
5737
5713
  }
5738
- .E_tmoyoag .ant-list .eagle-table-form-header {
5739
- position: sticky;
5740
- top: 0;
5741
- z-index: 2;
5742
- display: flex;
5743
- padding: 8px;
5744
- flex-wrap: nowrap;
5745
- justify-content: flex-start;
5746
- background: #f2f5fa;
5747
- font-size: 14px;
5748
- color: rgba(44, 56, 82, 0.6);
5749
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
5714
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
5715
+ flex-direction: row;
5716
+ justify-content: stretch;
5750
5717
  }
5751
- .E_tmoyoag .ant-list .eagle-table-form-header {
5752
- align-items: inherit;
5718
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
5719
+ padding: 0;
5720
+ margin-right: 4px;
5721
+ flex: 1;
5722
+ overflow: visible;
5753
5723
  }
5754
- .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
5755
- margin-bottom: 0;
5724
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
5725
+ width: 100%;
5726
+ min-height: unset;
5756
5727
  }
5757
- .E_tmoyoag .ant-list .eagle-table-form-row {
5758
- display: flex;
5759
- justify-content: flex-start;
5760
- align-items: flex-start;
5761
- flex-wrap: wrap;
5762
- padding: 8px;
5763
- border: none;
5728
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
5729
+ height: 26px;
5730
+ line-height: 26px;
5731
+ width: 100%;
5732
+ padding: 0;
5733
+ font-size: 12px;
5764
5734
  }
5765
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
5766
- flex-basis: 100%;
5767
- margin: 12px 0 0;
5768
- order: 99;
5769
- color: rgba(44, 56, 82, 0.6);
5735
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
5736
+ margin-right: 10px;
5770
5737
  }
5771
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
5772
- color: #f0483e;
5773
- flex-basis: 100%;
5774
- order: 98;
5775
- margin: 12px 0 0;
5738
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
5739
+ display: none;
5776
5740
  }
5777
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
5778
- background-color: rgba(237, 241, 250, 0.6);
5741
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
5742
+ padding-left: 8px;
5743
+ padding-right: 4px;
5744
+ border-radius: 4px 0 0 4px;
5779
5745
  }
5780
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
5781
- background-color: rgba(0, 136, 255, 0.1);
5746
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
5747
+ margin-right: 0;
5782
5748
  }
5783
- .E_tmoyoag .ant-list .eagle-table-form-cell {
5784
- flex: 1 0 0;
5785
- overflow: hidden;
5749
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
5750
+ padding-right: 8px;
5751
+ padding-left: 12px;
5752
+ border-radius: 0 4px 4px 0;
5786
5753
  }
5787
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
5788
- color: rgba(44, 56, 82, 0.6);
5789
- margin: 0;
5790
- }
5791
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
5792
- text-align: center;
5793
- }
5794
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
5795
- text-align: center;
5796
- }
5797
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
5798
- text-align: left;
5799
- }
5800
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
5801
- text-align: left;
5802
- }
5803
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
5804
- text-align: right;
5805
- }
5806
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
5807
- text-align: right;
5808
- }
5809
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
5810
- margin-right: 8px;
5811
- }
5812
- .E_tmoyoag .ant-list .ant-list-item-action {
5813
- padding: 4px;
5814
- width: 24px;
5815
- height: 24px;
5816
- overflow: hidden;
5817
- }
5818
- .E_tmoyoag .ant-list .ant-list-item-action li {
5819
- padding: 0;
5820
- }
5821
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
5822
- cursor: not-allowed;
5823
- opacity: 0.5;
5824
- }
5825
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
5826
- margin: 0;
5827
- }
5828
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
5829
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
5830
- border-radius: 5px;
5831
- font-size: 12px;
5832
- }
5833
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
5834
- font-size: inherit;
5835
- }
5836
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
5837
- min-height: 24px;
5838
- font-size: 12px;
5839
- position: relative;
5840
- }
5841
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
5842
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
5843
- }
5844
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
5845
- background-color: rgba(237, 241, 250, 0.6);
5846
- }
5847
-
5848
- .E_a138syjm {
5849
- display: flex;
5850
- align-items: center;
5851
- margin-top: 8px;
5852
- gap: 8px;
5853
- }
5854
- .E_a138syjm button.ant-btn {
5855
- padding: 2px 8px;
5856
- height: 24px;
5857
- }
5858
- .E_a138syjm > span.maximum-desc {
5859
- display: none;
5860
- color: rgba(44, 56, 82, 0.6);
5861
- }
5862
- .E_a138syjm > span.maximum-desc.disabled {
5863
- display: inline;
5864
- }
5865
-
5866
- .E_d77i8u0 {
5867
- width: 24px;
5868
- height: 24px;
5869
- padding: 4px;
5870
- margin-right: 8px;
5871
- }
5872
-
5873
- .E_i1g85yz3 {
5874
- margin-right: 4px;
5875
- height: 16px;
5876
- }
5877
-
5878
- .E_sjob3jg {
5879
- --item-min-width: 60px;
5880
- }
5881
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
5882
- display: none !important;
5883
- }
5884
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
5885
- flex-shrink: 0 !important;
5886
- }
5887
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
5888
- color: #0080ff;
5889
- }
5890
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5891
- color: #0080ff;
5892
- font-weight: normal;
5893
- }
5894
- .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 {
5895
- color: rgba(44, 56, 82, 0.6);
5896
- }
5897
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
5898
- color: #00122e;
5899
- }
5900
- .E_sjob3jg .step-item-text {
5901
- display: inline-block;
5902
- }
5903
- .E_sjob3jg .step-item-title {
5904
- overflow: hidden;
5905
- white-space: nowrap;
5906
- text-overflow: ellipsis;
5907
- }
5908
-
5909
- .E_hjvj6s6 .ant-steps-item-container {
5910
- min-width: var(--item-min-width);
5911
- }
5912
- .E_hjvj6s6 .ant-steps-item-disabled {
5913
- cursor: not-allowed !important;
5914
- }
5915
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
5916
- flex-direction: row;
5917
- justify-content: stretch;
5918
- }
5919
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
5920
- padding: 0;
5921
- margin-right: 4px;
5922
- flex: 1;
5923
- overflow: visible;
5924
- }
5925
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
5926
- width: 100%;
5927
- min-height: unset;
5928
- }
5929
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
5930
- height: 26px;
5931
- line-height: 26px;
5932
- width: 100%;
5933
- padding: 0;
5934
- font-size: 12px;
5935
- }
5936
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
5937
- margin-right: 10px;
5938
- }
5939
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
5940
- display: none;
5941
- }
5942
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
5943
- padding-left: 8px;
5944
- padding-right: 4px;
5945
- border-radius: 4px 0 0 4px;
5946
- }
5947
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
5948
- margin-right: 0;
5949
- }
5950
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
5951
- padding-right: 8px;
5952
- padding-left: 12px;
5953
- border-radius: 0 4px 4px 0;
5954
- }
5955
- .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 {
5956
- content: "";
5957
- width: 0;
5958
- height: 0;
5959
- border: 13px solid transparent;
5960
- position: absolute;
5961
- top: 0;
5962
- border-left: 8px solid rgba(237, 241, 250, 0.6);
5963
- z-index: 2;
5964
- position: relative;
5965
- top: -50%;
5966
- right: -100%;
5754
+ .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 {
5755
+ content: "";
5756
+ width: 0;
5757
+ height: 0;
5758
+ border: 13px solid transparent;
5759
+ position: absolute;
5760
+ top: 0;
5761
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
5762
+ z-index: 2;
5763
+ position: relative;
5764
+ top: -50%;
5765
+ right: -100%;
5967
5766
  }
5968
5767
  .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
5969
5768
  padding: 0 4px 0 12px;
@@ -6070,113 +5869,266 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6070
5869
  justify-content: center;
6071
5870
  }
6072
5871
 
6073
- .E_t13ef470 {
6074
- height: 100%;
6075
- }
6076
- .E_t13ef470 .table-loading-item {
6077
- padding: 12px 4px;
6078
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
6079
- display: flex;
5872
+ .E_t1dtlqs1 {
5873
+ margin-bottom: 4px;
5874
+ color: rgba(44, 56, 82, 0.6);
6080
5875
  }
6081
- .E_t13ef470 .table-loading-item > * {
6082
- height: 16px;
6083
- margin: 4px;
6084
- background: rgba(204, 212, 227, 0.18);
6085
- border-radius: 2px;
5876
+
5877
+ .E_s1ese5oy {
5878
+ color: rgba(44, 56, 82, 0.6);
5879
+ line-height: 32px;
5880
+ height: 32px;
5881
+ margin-bottom: 0;
6086
5882
  }
6087
- .E_t13ef470 .table-loading-item .checkbox-loading {
6088
- width: 16px;
5883
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
5884
+ color: #0080ff;
6089
5885
  }
6090
- .E_t13ef470 .table-loading-item .td-loading {
6091
- flex: 1;
5886
+ .E_s1ese5oy.warning {
5887
+ color: #ffa500;
6092
5888
  }
6093
- .E_t13ef470 :nth-child(1) {
6094
- padding: 8px 4px;
5889
+ .E_s1ese5oy.success {
5890
+ color: #00ba5d;
6095
5891
  }
6096
- .E_t13ef470 :nth-child(1) > * {
6097
- background: rgba(107, 125, 153, 0.18);
5892
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
5893
+ color: #f0483e;
6098
5894
  }
6099
- .E_t13ef470 :nth-child(1) > * {
6100
- background: rgba(163, 180, 204, 0.18);
5895
+ .E_s1ese5oy.normal {
5896
+ color: rgba(44, 56, 82, 0.6);
6101
5897
  }
6102
5898
 
6103
- .E_b1jaupqb {
6104
- color: #F0483E;
5899
+ .E_b1ibis43 {
5900
+ margin-bottom: 0;
5901
+ color: #00122e;
6105
5902
  }
6106
5903
 
6107
- .E_bpgac8u {
6108
- color: #FFFFFF;
6109
- display: flex;
6110
- gap: 8px;
6111
- padding: 8px 0;
6112
- display: flex;
6113
- justify-content: center;
6114
- white-space: pre-wrap;
6115
- align-items: center;
6116
- }
6117
- .E_bpgac8u .dashed-btn {
6118
- border-bottom: 1px solid white;
6119
- cursor: pointer;
5904
+ .E_b11xxjd2 {
5905
+ line-height: 32px;
5906
+ margin-right: 6px;
6120
5907
  }
6121
5908
 
6122
- .E_envn4g3 {
6123
- background: #F0483E;
5909
+ .E_bsub5bw.with-description {
5910
+ height: 24px;
5911
+ flex: 1;
5912
+ position: relative;
5913
+ top: -7px;
6124
5914
  }
6125
-
6126
- .E_i12w18eu {
6127
- background: #0080FF;
5915
+ .E_bsub5bw p {
5916
+ width: 100%;
5917
+ overflow: hidden;
5918
+ text-overflow: ellipsis;
5919
+ white-space: nowrap;
6128
5920
  }
6129
5921
 
6130
- .E_wujsnt4 {
6131
- background-color: #E07F00;
5922
+ .E_tmoyoag {
5923
+ border: 1px solid rgba(211, 218, 235, 0.6);
5924
+ border-radius: 8px;
5925
+ overflow: auto;
6132
5926
  }
6133
-
6134
- .E_t59qhqp {
6135
- padding: 0px;
6136
- padding-top: 5px;
6137
- padding-left: 5px;
5927
+ .E_tmoyoag .ant-list {
5928
+ position: relative;
6138
5929
  }
6139
- .E_t59qhqp .ant-timeline-item {
6140
- margin-bottom: 16px;
6141
- padding-bottom: 0px;
5930
+ .E_tmoyoag .ant-list .ant-list-item:last-child {
5931
+ border-bottom: none;
6142
5932
  }
6143
- .E_t59qhqp .ant-timeline-item-last,
6144
- .E_t59qhqp .compact.ant-timeline-item-last {
5933
+ .E_tmoyoag .ant-list .eagle-table-form-header {
5934
+ position: sticky;
5935
+ top: 0;
5936
+ z-index: 2;
5937
+ display: flex;
5938
+ padding: 8px;
5939
+ flex-wrap: nowrap;
5940
+ justify-content: flex-start;
5941
+ background: #f2f5fa;
5942
+ font-size: 14px;
5943
+ color: rgba(44, 56, 82, 0.6);
5944
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
5945
+ }
5946
+ .E_tmoyoag .ant-list .eagle-table-form-header {
5947
+ align-items: inherit;
5948
+ }
5949
+ .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
6145
5950
  margin-bottom: 0;
6146
5951
  }
6147
- .E_t59qhqp .compact.ant-timeline-item {
6148
- margin-bottom: 12px;
5952
+ .E_tmoyoag .ant-list .eagle-table-form-row {
5953
+ display: flex;
5954
+ justify-content: flex-start;
5955
+ align-items: flex-start;
5956
+ flex-wrap: wrap;
5957
+ padding: 8px;
5958
+ border: none;
6149
5959
  }
6150
- .E_t59qhqp .info-action {
6151
- align-self: baseline;
5960
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
5961
+ flex-basis: 100%;
5962
+ margin: 12px 0 0;
5963
+ order: 99;
5964
+ color: rgba(44, 56, 82, 0.6);
5965
+ }
5966
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
5967
+ color: #f0483e;
5968
+ flex-basis: 100%;
5969
+ order: 98;
5970
+ margin: 12px 0 0;
5971
+ }
5972
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
5973
+ background-color: rgba(237, 241, 250, 0.6);
5974
+ }
5975
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
5976
+ background-color: rgba(0, 136, 255, 0.1);
5977
+ }
5978
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
5979
+ flex: 1 0 0;
5980
+ overflow: hidden;
5981
+ }
5982
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
5983
+ color: rgba(44, 56, 82, 0.6);
5984
+ margin: 0;
5985
+ }
5986
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
5987
+ text-align: center;
5988
+ }
5989
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
5990
+ text-align: center;
5991
+ }
5992
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
5993
+ text-align: left;
5994
+ }
5995
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
5996
+ text-align: left;
5997
+ }
5998
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
5999
+ text-align: right;
6000
+ }
6001
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
6002
+ text-align: right;
6003
+ }
6004
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
6005
+ margin-right: 8px;
6006
+ }
6007
+ .E_tmoyoag .ant-list .ant-list-item-action {
6008
+ padding: 4px;
6009
+ width: 24px;
6010
+ height: 24px;
6011
+ overflow: hidden;
6012
+ }
6013
+ .E_tmoyoag .ant-list .ant-list-item-action li {
6014
+ padding: 0;
6015
+ }
6016
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
6017
+ cursor: not-allowed;
6018
+ opacity: 0.5;
6019
+ }
6020
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
6021
+ margin: 0;
6022
+ }
6023
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
6024
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
6025
+ border-radius: 5px;
6026
+ font-size: 12px;
6027
+ }
6028
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
6029
+ font-size: inherit;
6030
+ }
6031
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
6032
+ min-height: 24px;
6033
+ font-size: 12px;
6034
+ position: relative;
6035
+ }
6036
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
6037
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
6038
+ }
6039
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
6040
+ background-color: rgba(237, 241, 250, 0.6);
6152
6041
  }
6153
6042
 
6154
- .E_t2e44lg .ant-timeline-item-content {
6155
- margin-left: 18px;
6043
+ .E_a138syjm {
6044
+ display: flex;
6045
+ align-items: center;
6046
+ margin-top: 8px;
6047
+ gap: 8px;
6156
6048
  }
6157
- .E_t2e44lg .item-time {
6049
+ .E_a138syjm button.ant-btn {
6050
+ padding: 2px 8px;
6051
+ height: 24px;
6052
+ }
6053
+ .E_a138syjm > span.maximum-desc {
6054
+ display: none;
6055
+ color: rgba(44, 56, 82, 0.6);
6056
+ }
6057
+ .E_a138syjm > span.maximum-desc.disabled {
6058
+ display: inline;
6059
+ }
6060
+
6061
+ .E_d77i8u0 {
6062
+ width: 24px;
6063
+ height: 24px;
6064
+ padding: 4px;
6065
+ margin-right: 8px;
6066
+ }
6067
+
6068
+ .E_i1g85yz3 {
6069
+ margin-right: 4px;
6070
+ height: 16px;
6071
+ }
6072
+
6073
+ .E_t13ef470 {
6074
+ height: 100%;
6075
+ }
6076
+ .E_t13ef470 .table-loading-item {
6077
+ padding: 12px 4px;
6078
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
6158
6079
  display: flex;
6159
- flex-direction: column;
6160
- gap: 4px;
6161
- margin-top: 4px;
6162
6080
  }
6163
- .E_t2e44lg:last-child .ant-timeline-item-content {
6164
- padding-bottom: 0;
6081
+ .E_t13ef470 .table-loading-item > * {
6082
+ height: 16px;
6083
+ margin: 4px;
6084
+ background: rgba(204, 212, 227, 0.18);
6085
+ border-radius: 2px;
6086
+ }
6087
+ .E_t13ef470 .table-loading-item .checkbox-loading {
6088
+ width: 16px;
6089
+ }
6090
+ .E_t13ef470 .table-loading-item .td-loading {
6091
+ flex: 1;
6092
+ }
6093
+ .E_t13ef470 :nth-child(1) {
6094
+ padding: 8px 4px;
6095
+ }
6096
+ .E_t13ef470 :nth-child(1) > * {
6097
+ background: rgba(107, 125, 153, 0.18);
6098
+ }
6099
+ .E_t13ef470 :nth-child(1) > * {
6100
+ background: rgba(163, 180, 204, 0.18);
6165
6101
  }
6166
6102
 
6167
- .E_e14ua30y {
6103
+ .E_bpgac8u {
6104
+ color: #FFFFFF;
6105
+ display: flex;
6106
+ gap: 8px;
6107
+ padding: 8px 0;
6168
6108
  display: flex;
6169
- flex-direction: column;
6170
- align-items: center;
6171
6109
  justify-content: center;
6110
+ white-space: pre-wrap;
6111
+ align-items: center;
6112
+ }
6113
+ .E_bpgac8u .dashed-btn {
6114
+ border-bottom: 1px solid white;
6115
+ cursor: pointer;
6172
6116
  }
6173
6117
 
6174
- .E_s1ikqzph {
6175
- color: rgba(44, 56, 82, 0.7490196078);
6118
+ .E_envn4g3 {
6119
+ background: #F0483E;
6176
6120
  }
6177
6121
 
6178
- .E_i15astnl {
6179
- color: #00122E;
6122
+ .E_i12w18eu {
6123
+ background: #0080FF;
6124
+ }
6125
+
6126
+ .E_wujsnt4 {
6127
+ background-color: #E07F00;
6128
+ }
6129
+
6130
+ .E_b1jaupqb {
6131
+ color: #F0483E;
6180
6132
  }
6181
6133
 
6182
6134
  .E_icab5o7 {
@@ -6376,35 +6328,83 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6376
6328
  font-weight: bold;
6377
6329
  }
6378
6330
 
6379
- .E_s20iney.skeleton-box {
6380
- display: flex;
6381
- align-items: center;
6382
- justify-content: center;
6383
- position: relative;
6384
- border-radius: 2px;
6385
- background: rgba(225, 230, 241, 0.6);
6386
- overflow: hidden;
6331
+ .E_t59qhqp {
6332
+ padding: 0px;
6333
+ padding-top: 5px;
6334
+ padding-left: 5px;
6387
6335
  }
6388
- .E_s20iney.skeleton-box > .skeleton-shimmer {
6389
- width: 200%;
6390
- height: 200%;
6391
- transform: rotate(15deg);
6392
- position: absolute;
6393
- top: -50%;
6394
- flex-shrink: 0;
6395
- opacity: 0.8;
6396
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
6397
- animation: shimmer 1100ms infinite;
6336
+ .E_t59qhqp .ant-timeline-item {
6337
+ margin-bottom: 16px;
6338
+ padding-bottom: 0px;
6398
6339
  }
6399
- @keyframes shimmer {
6400
- from {
6401
- left: -120%;
6402
- }
6403
- to {
6404
- left: 100%;
6405
- }
6340
+ .E_t59qhqp .ant-timeline-item-last,
6341
+ .E_t59qhqp .compact.ant-timeline-item-last {
6342
+ margin-bottom: 0;
6406
6343
  }
6407
-
6344
+ .E_t59qhqp .compact.ant-timeline-item {
6345
+ margin-bottom: 12px;
6346
+ }
6347
+ .E_t59qhqp .info-action {
6348
+ align-self: baseline;
6349
+ }
6350
+
6351
+ .E_t2e44lg .ant-timeline-item-content {
6352
+ margin-left: 18px;
6353
+ }
6354
+ .E_t2e44lg .item-time {
6355
+ display: flex;
6356
+ flex-direction: column;
6357
+ gap: 4px;
6358
+ margin-top: 4px;
6359
+ }
6360
+ .E_t2e44lg:last-child .ant-timeline-item-content {
6361
+ padding-bottom: 0;
6362
+ }
6363
+
6364
+ .E_e14ua30y {
6365
+ display: flex;
6366
+ flex-direction: column;
6367
+ align-items: center;
6368
+ justify-content: center;
6369
+ }
6370
+
6371
+ .E_s1ikqzph {
6372
+ color: rgba(44, 56, 82, 0.7490196078);
6373
+ }
6374
+
6375
+ .E_i15astnl {
6376
+ color: #00122E;
6377
+ }
6378
+
6379
+ .E_s20iney.skeleton-box {
6380
+ display: flex;
6381
+ align-items: center;
6382
+ justify-content: center;
6383
+ position: relative;
6384
+ border-radius: 2px;
6385
+ background: rgba(225, 230, 241, 0.6);
6386
+ overflow: hidden;
6387
+ }
6388
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
6389
+ width: 200%;
6390
+ height: 200%;
6391
+ transform: rotate(15deg);
6392
+ position: absolute;
6393
+ top: -50%;
6394
+ flex-shrink: 0;
6395
+ opacity: 0.8;
6396
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
6397
+ animation: shimmer 1100ms infinite;
6398
+ }
6399
+ @keyframes shimmer {
6400
+ from {
6401
+ left: -120%;
6402
+ }
6403
+ to {
6404
+ left: 100%;
6405
+ }
6406
+ }
6407
+
6408
6408
  .E_dxyv8bv {
6409
6409
  --footer-height: 80px;
6410
6410
  --modal-content-width: 492px;
@@ -6920,66 +6920,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
6920
6920
  border-radius: 2px;
6921
6921
  }
6922
6922
 
6923
- .E_n12mqh7z {
6924
- display: flex;
6925
- align-items: center;
6926
- font-size: 12px;
6927
- line-height: 18px;
6928
- }
6929
- .E_n12mqh7z:not(:last-child) {
6930
- margin-bottom: 4px;
6931
- }
6932
-
6933
- .E_tf5bynu {
6934
- margin: 0 3px;
6935
- }
6936
-
6937
- .E_tcckoz1 {
6938
- max-height: 400px;
6939
- overflow: auto;
6940
- }
6941
-
6942
- .E_gmyahx3 {
6943
- cursor: pointer;
6944
- }
6945
- .E_gmyahx3 .link-text {
6946
- color: rgba(0, 21, 64, 0.3);
6947
- }
6948
- .E_gmyahx3:hover .link-text {
6949
- color: #0080ff;
6950
- }
6951
-
6952
- span.E_tqjc4ui {
6953
- margin: 0 2px;
6954
- }
6955
-
6956
- .E_ou7iq30 {
6957
- overflow: hidden;
6958
- text-overflow: ellipsis;
6959
- }
6960
-
6961
- .E_s1tui002 {
6962
- white-space: nowrap;
6963
- }
6964
-
6965
- .E_mxrc2zg {
6966
- display: -webkit-box;
6967
- -webkit-line-clamp: var(--mxrc2zg-0);
6968
- -webkit-box-orient: vertical;
6969
- word-break: break-all;
6970
- }
6971
-
6972
- .E_t1vv6d68 .ant-tooltip-arrow {
6973
- display: none;
6974
- }
6975
- .E_t1vv6d68 .ant-tooltip-inner {
6976
- background: rgba(23, 38, 64, 0.8);
6977
- border-radius: 4px;
6978
- }
6979
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
6980
- visibility: hidden;
6981
- }
6982
-
6983
6923
  .E_c1up1pdz {
6984
6924
  width: 648px;
6985
6925
  }
@@ -7120,215 +7060,154 @@ span.E_tqjc4ui {
7120
7060
  color: #fff;
7121
7061
  }
7122
7062
 
7123
- .E_s1iv0tp1 .enabled-switch {
7124
- display: flex;
7125
- align-items: center;
7063
+ .E_gmyahx3 {
7064
+ cursor: pointer;
7126
7065
  }
7127
- .E_s1iv0tp1 .enabled-text {
7128
- margin-right: 8px;
7066
+ .E_gmyahx3 .link-text {
7067
+ color: rgba(0, 21, 64, 0.3);
7068
+ }
7069
+ .E_gmyahx3:hover .link-text {
7070
+ color: #0080ff;
7129
7071
  }
7130
7072
 
7131
- .E_t160l1cm {
7132
- display: flex;
7133
- flex-direction: column;
7134
- flex: 1;
7135
- /* FIXME:(yanzhen) do this better */
7073
+ span.E_tqjc4ui {
7074
+ margin: 0 2px;
7136
7075
  }
7137
- .E_t160l1cm .tab-bar {
7138
- flex-shrink: 0;
7139
- display: flex;
7140
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
7076
+
7077
+ .E_ou7iq30 {
7078
+ overflow: hidden;
7079
+ text-overflow: ellipsis;
7141
7080
  }
7142
- .E_t160l1cm .tab-content {
7143
- height: 100%;
7081
+
7082
+ .E_s1tui002 {
7083
+ white-space: nowrap;
7144
7084
  }
7145
- .E_t160l1cm .tab-menu-item {
7146
- margin-right: 2px;
7147
- padding: 1px 12px;
7148
- line-height: 24px;
7149
- height: 24px;
7150
- color: rgba(44, 56, 82, 0.6);
7151
- border-radius: 4px 4px 0 0;
7152
- cursor: pointer;
7153
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
7085
+
7086
+ .E_mxrc2zg {
7087
+ display: -webkit-box;
7088
+ -webkit-line-clamp: var(--mxrc2zg-0);
7089
+ -webkit-box-orient: vertical;
7090
+ word-break: break-all;
7154
7091
  }
7155
- .E_t160l1cm .tab-menu-item:first-child {
7156
- padding-left: 0;
7092
+
7093
+ .E_t1vv6d68 .ant-tooltip-arrow {
7094
+ display: none;
7157
7095
  }
7158
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
7159
- padding-left: 12px;
7096
+ .E_t1vv6d68 .ant-tooltip-inner {
7097
+ background: rgba(23, 38, 64, 0.8);
7098
+ border-radius: 4px;
7160
7099
  }
7161
- .E_t160l1cm .tab-menu-item:hover {
7162
- color: #0080ff;
7163
- background: rgba(211, 218, 235, 0.6);
7100
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
7101
+ visibility: hidden;
7164
7102
  }
7165
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
7166
- fill: #0080ff;
7103
+
7104
+ .E_n12mqh7z {
7105
+ display: flex;
7106
+ align-items: center;
7107
+ font-size: 12px;
7108
+ line-height: 18px;
7167
7109
  }
7168
- .E_t160l1cm .tab-menu-item:active {
7169
- background: rgba(192, 203, 224, 0.6);
7110
+ .E_n12mqh7z:not(:last-child) {
7111
+ margin-bottom: 4px;
7170
7112
  }
7171
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
7172
- color: #0080ff;
7173
- background: rgba(211, 218, 235, 0.6);
7113
+
7114
+ .E_tf5bynu {
7115
+ margin: 0 3px;
7174
7116
  }
7175
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
7176
- background: rgba(192, 203, 224, 0.6);
7117
+
7118
+ .E_tcckoz1 {
7119
+ max-height: 400px;
7120
+ overflow: auto;
7177
7121
  }
7178
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
7179
- background: rgba(0, 128, 255, 0.16);
7122
+
7123
+ .E_t1sqg15u {
7124
+ background: white;
7180
7125
  }
7181
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
7182
- fill: #0080ff;
7126
+ .E_t1sqg15u.inline .table-row {
7127
+ flex-direction: column;
7183
7128
  }
7184
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
7185
- color: #0080ff;
7186
- background: rgba(0, 128, 255, 0.1);
7129
+ .E_t1sqg15u.inline .table-row > label {
7130
+ padding: 0 16px 7px 0;
7187
7131
  }
7188
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
7189
- background: rgba(0, 128, 255, 0.16);
7132
+ .E_t1sqg15u.has-border .table-header {
7133
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
7190
7134
  }
7191
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
7192
- fill: #1d326c;
7135
+ .E_t1sqg15u.has-border .hiddenBorder {
7136
+ border-top: none !important;
7193
7137
  }
7194
- .E_t160l1cm .tab-menu-item .expand-arrow {
7195
- margin-left: 8px;
7196
- height: 22px;
7138
+ .E_t1sqg15u.has-border .table-row + .table-row {
7139
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
7197
7140
  }
7198
- .E_t160l1cm .tab-menu-item .expand-arrow path {
7199
- fill: rgba(44, 56, 82, 0.6);
7141
+ .E_t1sqg15u.has-border .table-row:last-of-type {
7142
+ padding-bottom: 0;
7200
7143
  }
7201
- .E_t160l1cm .tab-menu-item-group {
7202
- padding: 0;
7144
+ .E_t1sqg15u.align-right .content {
7145
+ text-align: right;
7146
+ }
7147
+ .E_t1sqg15u .uuid-row {
7203
7148
  display: flex;
7204
- align-items: center;
7149
+ justify-content: space-between;
7150
+ }
7151
+ .E_t1sqg15u .uuid-row .id-text {
7152
+ white-space: nowrap;
7205
7153
  overflow: hidden;
7154
+ text-overflow: ellipsis;
7206
7155
  }
7207
- .E_t160l1cm .tab-menu-item-group .main-title {
7208
- opacity: 0;
7209
- max-width: 0;
7210
- transition: max-width 320ms ease, opacity 240ms ease;
7211
- }
7212
- .E_t160l1cm .tab-menu-item-group .sub-title {
7213
- padding: 1px 12px;
7214
- position: relative;
7156
+
7157
+ .E_t4zczcp {
7215
7158
  display: flex;
7159
+ justify-content: space-between;
7160
+ align-items: center;
7161
+ padding: 8px;
7162
+ min-height: 32px;
7216
7163
  }
7217
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
7218
- opacity: 0;
7219
- position: absolute;
7220
- top: 50%;
7221
- left: 0;
7222
- transform: translate(-50%, -50%);
7223
- transition: opacity 100ms linear;
7224
- fill: rgba(0, 128, 255, 0.2);
7225
- }
7226
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
7227
- color: #0080ff;
7228
- }
7229
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
7230
- padding: 1px 12px;
7231
- display: inline-block;
7232
- opacity: 1;
7233
- max-width: 160px;
7234
- }
7235
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
7236
- padding: 1px 12px;
7237
- color: #005ed1;
7238
- }
7239
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
7240
- opacity: 1;
7241
- }
7242
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
7243
- background: rgba(0, 128, 255, 0.16);
7244
- }
7245
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
7246
- opacity: 0;
7247
- }
7248
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
7249
- padding: 4px 16px;
7250
- height: 32px;
7251
- border-radius: 6px 6px 0 0;
7252
- }
7253
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
7254
- padding-left: 0;
7255
- }
7256
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
7257
- padding-left: 16px;
7258
- }
7259
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
7260
- margin-left: 11px;
7261
- height: 24px;
7262
- }
7263
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
7264
- padding: 0;
7265
- }
7266
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
7267
- padding: 4px 16px;
7268
- }
7269
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
7270
- padding: 4px 16px;
7271
- }
7272
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
7273
- background: #fff;
7274
- }
7275
- .E_t160l1cm .tab-menu-item-light:active {
7276
- color: #005ed1;
7277
- }
7278
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
7279
- background: #fff;
7280
- color: #1d326c;
7281
- }
7282
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
7283
- color: rgba(45, 58, 86, 0.6);
7284
- }
7285
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
7286
- color: #1d326c;
7164
+ .E_t4zczcp .table-title {
7165
+ color: rgba(44, 56, 82, 0.6);
7166
+ font-weight: 600;
7167
+ font-size: 12px;
7168
+ line-height: 8px;
7287
7169
  }
7288
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
7289
- fill: #d8deeb;
7170
+ .E_t4zczcp .edit-icon {
7171
+ font-size: 16px;
7172
+ color: rgba(10, 37, 85, 0.6);
7173
+ cursor: pointer;
7290
7174
  }
7291
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
7292
- fill: #1d326c;
7175
+
7176
+ .E_t1s7goww {
7177
+ font-size: 12px;
7178
+ line-height: 18px;
7293
7179
  }
7294
- .E_t160l1cm .tab-content {
7295
- flex: 1;
7180
+
7181
+ .E_t93e4cf {
7296
7182
  display: flex;
7297
- flex-direction: column;
7298
- }
7299
- .E_t160l1cm.is-overview .tab-content {
7300
- overflow: visible;
7183
+ padding: 8px 0;
7184
+ color: #2d3a56;
7301
7185
  }
7302
-
7303
- .E_t14npdqr {
7304
- max-width: 240px;
7305
- animation: none;
7186
+ .E_t93e4cf .hidden {
7187
+ display: none;
7306
7188
  }
7307
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
7308
- border: 1px solid #0080ff;
7309
- padding: 0;
7189
+ .E_t93e4cf .ant-btn.ant-btn-link {
7190
+ height: auto;
7310
7191
  }
7311
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
7312
- margin: 0;
7313
- height: 32px;
7314
- line-height: 32px;
7315
- font-size: 13px;
7316
- padding: 0 10px;
7317
- display: block;
7192
+ .E_t93e4cf .content {
7318
7193
  overflow: hidden;
7319
- text-overflow: ellipsis;
7320
- white-space: nowrap;
7194
+ overflow-x: auto;
7195
+ width: 100%;
7196
+ white-space: pre-wrap;
7321
7197
  }
7322
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
7323
- content: " ";
7324
- height: 1px;
7325
- width: calc(100% + 10px);
7326
- background: rgba(172, 186, 211, 0.6);
7327
- display: block;
7198
+ .E_t93e4cf .content .ant-btn {
7199
+ white-space: pre-wrap;
7200
+ text-align: left;
7328
7201
  }
7329
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
7330
- color: #0080ff;
7331
- background: transparent;
7202
+ .E_t93e4cf .content .unit-chart {
7203
+ justify-content: flex-start;
7204
+ }
7205
+
7206
+ .E_rhz2uv5 {
7207
+ width: var(--rhz2uv5-0);
7208
+ flex-shrink: 0;
7209
+ color: rgba(44, 56, 82, 0.6);
7210
+ padding-right: 12px;
7332
7211
  }
7333
7212
 
7334
7213
  .E_s1at6qmn.ant-layout-sider {
@@ -7444,6 +7323,14 @@ span.E_tqjc4ui {
7444
7323
  text-align: left;
7445
7324
  }
7446
7325
 
7326
+ .E_s1iv0tp1 .enabled-switch {
7327
+ display: flex;
7328
+ align-items: center;
7329
+ }
7330
+ .E_s1iv0tp1 .enabled-text {
7331
+ margin-right: 8px;
7332
+ }
7333
+
7447
7334
  .E_u15heuvq.content {
7448
7335
  cursor: default !important;
7449
7336
  }
@@ -7483,198 +7370,207 @@ span.E_tqjc4ui {
7483
7370
  color: #00122e !important;
7484
7371
  }
7485
7372
 
7486
- .E_t1sqg15u {
7487
- background: white;
7488
- }
7489
- .E_t1sqg15u.inline .table-row {
7373
+ .E_t160l1cm {
7374
+ display: flex;
7490
7375
  flex-direction: column;
7376
+ flex: 1;
7377
+ /* FIXME:(yanzhen) do this better */
7491
7378
  }
7492
- .E_t1sqg15u.inline .table-row > label {
7493
- padding: 0 16px 7px 0;
7379
+ .E_t160l1cm .tab-bar {
7380
+ flex-shrink: 0;
7381
+ display: flex;
7382
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
7494
7383
  }
7495
- .E_t1sqg15u.has-border .table-header {
7496
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
7384
+ .E_t160l1cm .tab-content {
7385
+ height: 100%;
7497
7386
  }
7498
- .E_t1sqg15u.has-border .hiddenBorder {
7499
- border-top: none !important;
7387
+ .E_t160l1cm .tab-menu-item {
7388
+ margin-right: 2px;
7389
+ padding: 1px 12px;
7390
+ line-height: 24px;
7391
+ height: 24px;
7392
+ color: rgba(44, 56, 82, 0.6);
7393
+ border-radius: 4px 4px 0 0;
7394
+ cursor: pointer;
7395
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
7500
7396
  }
7501
- .E_t1sqg15u.has-border .table-row + .table-row {
7502
- border-top: 1px solid rgba(225, 230, 241, 0.6);
7397
+ .E_t160l1cm .tab-menu-item:first-child {
7398
+ padding-left: 0;
7503
7399
  }
7504
- .E_t1sqg15u.has-border .table-row:last-of-type {
7505
- padding-bottom: 0;
7400
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
7401
+ padding-left: 12px;
7506
7402
  }
7507
- .E_t1sqg15u.align-right .content {
7508
- text-align: right;
7403
+ .E_t160l1cm .tab-menu-item:hover {
7404
+ color: #0080ff;
7405
+ background: rgba(211, 218, 235, 0.6);
7509
7406
  }
7510
- .E_t1sqg15u .uuid-row {
7511
- display: flex;
7512
- justify-content: space-between;
7407
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
7408
+ fill: #0080ff;
7513
7409
  }
7514
- .E_t1sqg15u .uuid-row .id-text {
7515
- white-space: nowrap;
7516
- overflow: hidden;
7517
- text-overflow: ellipsis;
7410
+ .E_t160l1cm .tab-menu-item:active {
7411
+ background: rgba(192, 203, 224, 0.6);
7518
7412
  }
7519
-
7520
- .E_t4zczcp {
7413
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
7414
+ color: #0080ff;
7415
+ background: rgba(211, 218, 235, 0.6);
7416
+ }
7417
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
7418
+ background: rgba(192, 203, 224, 0.6);
7419
+ }
7420
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
7421
+ background: rgba(0, 128, 255, 0.16);
7422
+ }
7423
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
7424
+ fill: #0080ff;
7425
+ }
7426
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
7427
+ color: #0080ff;
7428
+ background: rgba(0, 128, 255, 0.1);
7429
+ }
7430
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
7431
+ background: rgba(0, 128, 255, 0.16);
7432
+ }
7433
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
7434
+ fill: #1d326c;
7435
+ }
7436
+ .E_t160l1cm .tab-menu-item .expand-arrow {
7437
+ margin-left: 8px;
7438
+ height: 22px;
7439
+ }
7440
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
7441
+ fill: rgba(44, 56, 82, 0.6);
7442
+ }
7443
+ .E_t160l1cm .tab-menu-item-group {
7444
+ padding: 0;
7521
7445
  display: flex;
7522
- justify-content: space-between;
7523
7446
  align-items: center;
7524
- padding: 8px;
7525
- min-height: 32px;
7447
+ overflow: hidden;
7526
7448
  }
7527
- .E_t4zczcp .table-title {
7528
- color: rgba(44, 56, 82, 0.6);
7529
- font-weight: 600;
7530
- font-size: 12px;
7531
- line-height: 8px;
7449
+ .E_t160l1cm .tab-menu-item-group .main-title {
7450
+ opacity: 0;
7451
+ max-width: 0;
7452
+ transition: max-width 320ms ease, opacity 240ms ease;
7532
7453
  }
7533
- .E_t4zczcp .edit-icon {
7534
- font-size: 16px;
7535
- color: rgba(10, 37, 85, 0.6);
7536
- cursor: pointer;
7454
+ .E_t160l1cm .tab-menu-item-group .sub-title {
7455
+ padding: 1px 12px;
7456
+ position: relative;
7457
+ display: flex;
7537
7458
  }
7538
-
7539
- .E_t1s7goww {
7540
- font-size: 12px;
7541
- line-height: 18px;
7459
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
7460
+ opacity: 0;
7461
+ position: absolute;
7462
+ top: 50%;
7463
+ left: 0;
7464
+ transform: translate(-50%, -50%);
7465
+ transition: opacity 100ms linear;
7466
+ fill: rgba(0, 128, 255, 0.2);
7542
7467
  }
7543
-
7544
- .E_t93e4cf {
7545
- display: flex;
7546
- padding: 8px 0;
7547
- color: #2d3a56;
7468
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
7469
+ color: #0080ff;
7548
7470
  }
7549
- .E_t93e4cf .hidden {
7550
- display: none;
7471
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
7472
+ padding: 1px 12px;
7473
+ display: inline-block;
7474
+ opacity: 1;
7475
+ max-width: 160px;
7551
7476
  }
7552
- .E_t93e4cf .ant-btn.ant-btn-link {
7553
- height: auto;
7477
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
7478
+ padding: 1px 12px;
7479
+ color: #005ed1;
7554
7480
  }
7555
- .E_t93e4cf .content {
7556
- overflow: hidden;
7557
- overflow-x: auto;
7558
- width: 100%;
7559
- white-space: pre-wrap;
7481
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
7482
+ opacity: 1;
7560
7483
  }
7561
- .E_t93e4cf .content .ant-btn {
7562
- white-space: pre-wrap;
7563
- text-align: left;
7484
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
7485
+ background: rgba(0, 128, 255, 0.16);
7564
7486
  }
7565
- .E_t93e4cf .content .unit-chart {
7566
- justify-content: flex-start;
7487
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
7488
+ opacity: 0;
7567
7489
  }
7568
-
7569
- .E_rhz2uv5 {
7570
- width: var(--rhz2uv5-0);
7571
- flex-shrink: 0;
7572
- color: rgba(44, 56, 82, 0.6);
7573
- padding-right: 12px;
7490
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
7491
+ padding: 4px 16px;
7492
+ height: 32px;
7493
+ border-radius: 6px 6px 0 0;
7574
7494
  }
7575
-
7576
- .E_kr6am0s .ant-modal-body {
7577
- padding: 60px 128px;
7495
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
7496
+ padding-left: 0;
7578
7497
  }
7579
-
7580
- .E_k1h3cl5q {
7581
- display: flex;
7582
- flex-direction: column;
7583
- height: 100%;
7498
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
7499
+ padding-left: 16px;
7584
7500
  }
7585
-
7586
- .E_k1a6j97w {
7587
- color: #00122e;
7588
- font-size: 32px !important;
7589
- margin-bottom: 16px;
7501
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
7502
+ margin-left: 11px;
7503
+ height: 24px;
7590
7504
  }
7591
-
7592
- .E_k1uim1fg {
7593
- margin-bottom: 32px;
7594
- color: #00122e;
7505
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
7506
+ padding: 0;
7595
7507
  }
7596
-
7597
- .E_kobelzt {
7598
- font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
7599
- min-height: 0;
7600
- flex: 1;
7601
- padding: 16px;
7602
- background-color: #2d3a56;
7603
- color: #fff;
7604
- overflow: auto;
7605
- max-width: 100%;
7606
- min-height: 0;
7607
- border-radius: 8px;
7608
- white-space: pre-wrap;
7508
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
7509
+ padding: 4px 16px;
7609
7510
  }
7610
-
7611
- .E_kxzv3id {
7612
- width: 100%;
7613
- display: flex;
7614
- justify-content: space-between;
7615
- padding: 0 128px;
7511
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
7512
+ padding: 4px 16px;
7616
7513
  }
7617
-
7618
- .E_eld9lt {
7619
- display: flex;
7620
- flex-direction: column;
7621
- justify-content: center;
7622
- align-items: center;
7623
- height: 100%;
7514
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
7515
+ background: #fff;
7624
7516
  }
7625
-
7626
- .E_e1505fqc {
7627
- display: flex;
7628
- flex-direction: column;
7629
- align-items: center;
7517
+ .E_t160l1cm .tab-menu-item-light:active {
7518
+ color: #005ed1;
7630
7519
  }
7631
- .E_e1505fqc .title {
7632
- margin-bottom: 8px;
7633
- background-clip: text;
7634
- -webkit-background-clip: text;
7635
- -webkit-text-fill-color: transparent;
7636
- background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7520
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
7521
+ background: #fff;
7522
+ color: #1d326c;
7637
7523
  }
7638
-
7639
- .E_i5w779o {
7640
- padding: 8px 0;
7524
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
7525
+ color: rgba(45, 58, 86, 0.6);
7641
7526
  }
7642
- .E_i5w779o .col-label {
7643
- flex-shrink: unset;
7527
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
7528
+ color: #1d326c;
7644
7529
  }
7645
- .E_i5w779o .col-label * {
7646
- line-height: 18px;
7530
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
7531
+ fill: #d8deeb;
7647
7532
  }
7648
- .E_i5w779o .col-content {
7649
- flex: 1 1 0;
7533
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
7534
+ fill: #1d326c;
7535
+ }
7536
+ .E_t160l1cm .tab-content {
7537
+ flex: 1;
7650
7538
  display: flex;
7651
- align-items: center;
7539
+ flex-direction: column;
7652
7540
  }
7653
- .E_i5w779o .col-content * {
7654
- line-height: 18px;
7541
+ .E_t160l1cm.is-overview .tab-content {
7542
+ overflow: visible;
7655
7543
  }
7656
7544
 
7657
- .E_l18dja44 {
7658
- padding: 6px 0;
7545
+ .E_t14npdqr {
7546
+ max-width: 240px;
7547
+ animation: none;
7659
7548
  }
7660
- .E_l18dja44 .col-label * {
7661
- font-size: 13px;
7662
- line-height: 20px;
7549
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
7550
+ border: 1px solid #0080ff;
7551
+ padding: 0;
7663
7552
  }
7664
- .E_l18dja44 .col-content * {
7665
- font-size: 14px;
7666
- line-height: 20px;
7553
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
7554
+ margin: 0;
7555
+ height: 32px;
7556
+ line-height: 32px;
7557
+ font-size: 13px;
7558
+ padding: 0 10px;
7559
+ display: block;
7560
+ overflow: hidden;
7561
+ text-overflow: ellipsis;
7562
+ white-space: nowrap;
7667
7563
  }
7668
-
7669
- .E_c8c2hys {
7670
- display: flex;
7671
- justify-content: space-between;
7672
- flex: 1;
7673
- min-width: 0;
7564
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
7565
+ content: " ";
7566
+ height: 1px;
7567
+ width: calc(100% + 10px);
7568
+ background: rgba(172, 186, 211, 0.6);
7569
+ display: block;
7674
7570
  }
7675
-
7676
- .E_n4m6c4d {
7677
- color: rgba(0, 21, 64, 0.3);
7571
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
7572
+ color: #0080ff;
7573
+ background: transparent;
7678
7574
  }
7679
7575
 
7680
7576
  .E_cyms3br {
@@ -7752,6 +7648,110 @@ span.E_tqjc4ui {
7752
7648
  justify-content: center;
7753
7649
  }
7754
7650
 
7651
+ .E_i5w779o {
7652
+ padding: 8px 0;
7653
+ }
7654
+ .E_i5w779o .col-label {
7655
+ flex-shrink: unset;
7656
+ }
7657
+ .E_i5w779o .col-label * {
7658
+ line-height: 18px;
7659
+ }
7660
+ .E_i5w779o .col-content {
7661
+ flex: 1 1 0;
7662
+ display: flex;
7663
+ align-items: center;
7664
+ }
7665
+ .E_i5w779o .col-content * {
7666
+ line-height: 18px;
7667
+ }
7668
+
7669
+ .E_l18dja44 {
7670
+ padding: 6px 0;
7671
+ }
7672
+ .E_l18dja44 .col-label * {
7673
+ font-size: 13px;
7674
+ line-height: 20px;
7675
+ }
7676
+ .E_l18dja44 .col-content * {
7677
+ font-size: 14px;
7678
+ line-height: 20px;
7679
+ }
7680
+
7681
+ .E_c8c2hys {
7682
+ display: flex;
7683
+ justify-content: space-between;
7684
+ flex: 1;
7685
+ min-width: 0;
7686
+ }
7687
+
7688
+ .E_n4m6c4d {
7689
+ color: rgba(0, 21, 64, 0.3);
7690
+ }
7691
+
7692
+ .E_kr6am0s .ant-modal-body {
7693
+ padding: 60px 128px;
7694
+ }
7695
+
7696
+ .E_k1h3cl5q {
7697
+ display: flex;
7698
+ flex-direction: column;
7699
+ height: 100%;
7700
+ }
7701
+
7702
+ .E_k1a6j97w {
7703
+ color: #00122e;
7704
+ font-size: 32px !important;
7705
+ margin-bottom: 16px;
7706
+ }
7707
+
7708
+ .E_k1uim1fg {
7709
+ margin-bottom: 32px;
7710
+ color: #00122e;
7711
+ }
7712
+
7713
+ .E_kobelzt {
7714
+ font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
7715
+ min-height: 0;
7716
+ flex: 1;
7717
+ padding: 16px;
7718
+ background-color: #2d3a56;
7719
+ color: #fff;
7720
+ overflow: auto;
7721
+ max-width: 100%;
7722
+ min-height: 0;
7723
+ border-radius: 8px;
7724
+ white-space: pre-wrap;
7725
+ }
7726
+
7727
+ .E_kxzv3id {
7728
+ width: 100%;
7729
+ display: flex;
7730
+ justify-content: space-between;
7731
+ padding: 0 128px;
7732
+ }
7733
+
7734
+ .E_eld9lt {
7735
+ display: flex;
7736
+ flex-direction: column;
7737
+ justify-content: center;
7738
+ align-items: center;
7739
+ height: 100%;
7740
+ }
7741
+
7742
+ .E_e1505fqc {
7743
+ display: flex;
7744
+ flex-direction: column;
7745
+ align-items: center;
7746
+ }
7747
+ .E_e1505fqc .title {
7748
+ margin-bottom: 8px;
7749
+ background-clip: text;
7750
+ -webkit-background-clip: text;
7751
+ -webkit-text-fill-color: transparent;
7752
+ background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
7753
+ }
7754
+
7755
7755
  .E_h1ol2wl7 {
7756
7756
  font-weight: bold;
7757
7757
  background-color: unset;
@@ -7782,6 +7782,66 @@ span.E_tqjc4ui {
7782
7782
  }
7783
7783
  }
7784
7784
 
7785
+ .E_cevhqx7 {
7786
+ color: #00122e;
7787
+ }
7788
+
7789
+ .E_snbqlt4 {
7790
+ margin-top: 8px;
7791
+ color: rgba(44, 56, 82, 0.6);
7792
+ }
7793
+
7794
+ .E_c1ss4prm {
7795
+ color: rgba(44, 56, 82, 0.6);
7796
+ }
7797
+ .E_c1ss4prm:is(ul, ol) {
7798
+ padding-inline-start: 12px;
7799
+ }
7800
+ .E_c1ss4prm li {
7801
+ margin-bottom: 4px;
7802
+ }
7803
+ .E_c1ss4prm li:last-child {
7804
+ margin-bottom: 0;
7805
+ }
7806
+
7807
+ .E_ms3tlei {
7808
+ background: rgba(225, 230, 241, 0.6);
7809
+ padding: 8px;
7810
+ border-radius: 6px;
7811
+ color: rgba(44, 56, 82, 0.6);
7812
+ }
7813
+ .E_ms3tlei .icon-wrapper {
7814
+ margin-top: 1px;
7815
+ margin-right: 4px;
7816
+ }
7817
+ .E_ms3tlei li {
7818
+ margin-bottom: 4px;
7819
+ display: flex;
7820
+ align-items: flex-start;
7821
+ }
7822
+ .E_ms3tlei li:last-child {
7823
+ margin-bottom: 0;
7824
+ }
7825
+
7826
+ .E_du44iy7 {
7827
+ margin-bottom: 4px;
7828
+ }
7829
+
7830
+ .E_p1qmhanr {
7831
+ margin-bottom: 8px;
7832
+ }
7833
+
7834
+ .E_srje1h0 {
7835
+ color: rgba(44, 56, 82, 0.6);
7836
+ margin-bottom: 8px;
7837
+ }
7838
+
7839
+ .E_di3zi7v {
7840
+ height: 1px;
7841
+ background: #e4e9f2;
7842
+ margin: 16px 0;
7843
+ }
7844
+
7785
7845
  .E_c14ouk5o {
7786
7846
  width: 100%;
7787
7847
  height: 100%;
@@ -8316,64 +8376,4 @@ span.E_tqjc4ui {
8316
8376
  }
8317
8377
  .E_rzaik16 .ant-popover-inner-content {
8318
8378
  padding: 0;
8319
- }
8320
-
8321
- .E_cevhqx7 {
8322
- color: #00122e;
8323
- }
8324
-
8325
- .E_snbqlt4 {
8326
- margin-top: 8px;
8327
- color: rgba(44, 56, 82, 0.6);
8328
- }
8329
-
8330
- .E_c1ss4prm {
8331
- color: rgba(44, 56, 82, 0.6);
8332
- }
8333
- .E_c1ss4prm:is(ul, ol) {
8334
- padding-inline-start: 12px;
8335
- }
8336
- .E_c1ss4prm li {
8337
- margin-bottom: 4px;
8338
- }
8339
- .E_c1ss4prm li:last-child {
8340
- margin-bottom: 0;
8341
- }
8342
-
8343
- .E_ms3tlei {
8344
- background: rgba(225, 230, 241, 0.6);
8345
- padding: 8px;
8346
- border-radius: 6px;
8347
- color: rgba(44, 56, 82, 0.6);
8348
- }
8349
- .E_ms3tlei .icon-wrapper {
8350
- margin-top: 1px;
8351
- margin-right: 4px;
8352
- }
8353
- .E_ms3tlei li {
8354
- margin-bottom: 4px;
8355
- display: flex;
8356
- align-items: flex-start;
8357
- }
8358
- .E_ms3tlei li:last-child {
8359
- margin-bottom: 0;
8360
- }
8361
-
8362
- .E_du44iy7 {
8363
- margin-bottom: 4px;
8364
- }
8365
-
8366
- .E_p1qmhanr {
8367
- margin-bottom: 8px;
8368
- }
8369
-
8370
- .E_srje1h0 {
8371
- color: rgba(44, 56, 82, 0.6);
8372
- margin-bottom: 8px;
8373
- }
8374
-
8375
- .E_di3zi7v {
8376
- height: 1px;
8377
- background: #e4e9f2;
8378
- margin: 16px 0;
8379
8379
  }