@cloudtower/eagle 490.0.2 → 490.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/TableForm/TableFormBodyCell.js +7 -15
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/cjs/core/TableForm/index.js +3 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1675 -1675
- package/dist/esm/core/TableForm/TableFormBodyCell.js +8 -16
- package/dist/esm/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/esm/core/TableForm/index.js +3 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +3379 -3379
- package/dist/src/core/TableForm/types.d.ts +2 -2
- package/dist/style.css +1675 -1675
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,26 +1132,6 @@ html body {
|
|
|
1132
1132
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
-
.E_c18gxmrl {
|
|
1136
|
-
border: 1px solid #d8deeb;
|
|
1137
|
-
border-radius: 4px;
|
|
1138
|
-
}
|
|
1139
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
1140
|
-
margin-top: 8px;
|
|
1141
|
-
}
|
|
1142
|
-
.E_c18gxmrl:hover {
|
|
1143
|
-
border-color: #0080ff;
|
|
1144
|
-
}
|
|
1145
|
-
.E_c18gxmrl:hover > header {
|
|
1146
|
-
background: rgba(0, 128, 255, 0.1);
|
|
1147
|
-
}
|
|
1148
|
-
.E_c18gxmrl.active header {
|
|
1149
|
-
border-bottom: 1px solid #d8deeb;
|
|
1150
|
-
}
|
|
1151
|
-
.E_c18gxmrl > header {
|
|
1152
|
-
padding: 8px 12px;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
1135
|
.E_m74vjol {
|
|
1156
1136
|
display: flex;
|
|
1157
1137
|
justify-content: space-between;
|
|
@@ -1172,6 +1152,26 @@ html body {
|
|
|
1172
1152
|
flex: 1;
|
|
1173
1153
|
}
|
|
1174
1154
|
|
|
1155
|
+
.E_c18gxmrl {
|
|
1156
|
+
border: 1px solid #d8deeb;
|
|
1157
|
+
border-radius: 4px;
|
|
1158
|
+
}
|
|
1159
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
1160
|
+
margin-top: 8px;
|
|
1161
|
+
}
|
|
1162
|
+
.E_c18gxmrl:hover {
|
|
1163
|
+
border-color: #0080ff;
|
|
1164
|
+
}
|
|
1165
|
+
.E_c18gxmrl:hover > header {
|
|
1166
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1167
|
+
}
|
|
1168
|
+
.E_c18gxmrl.active header {
|
|
1169
|
+
border-bottom: 1px solid #d8deeb;
|
|
1170
|
+
}
|
|
1171
|
+
.E_c18gxmrl > header {
|
|
1172
|
+
padding: 8px 12px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
1175
|
.E_berrcjl {
|
|
1176
1176
|
color: rgba(10, 37, 85, 0.6);
|
|
1177
1177
|
margin-bottom: 4px;
|
|
@@ -1217,6 +1217,41 @@ html body {
|
|
|
1217
1217
|
border-radius: unset;
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
|
+
.E_c1uzzomf {
|
|
1221
|
+
margin-bottom: 16px;
|
|
1222
|
+
}
|
|
1223
|
+
.E_c1uzzomf .card-title {
|
|
1224
|
+
font-size: 16px;
|
|
1225
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1226
|
+
font-weight: 700;
|
|
1227
|
+
line-height: 32px;
|
|
1228
|
+
}
|
|
1229
|
+
.E_c1uzzomf .card-body {
|
|
1230
|
+
padding: 24px;
|
|
1231
|
+
border-radius: 8px;
|
|
1232
|
+
background: #fff;
|
|
1233
|
+
}
|
|
1234
|
+
.E_c1uzzomf .empty {
|
|
1235
|
+
font-weight: 700;
|
|
1236
|
+
font-size: 14px;
|
|
1237
|
+
line-height: 22px;
|
|
1238
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1239
|
+
text-align: center;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1243
|
+
padding: 4px 8px 0 8px;
|
|
1244
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1245
|
+
font-size: 12px;
|
|
1246
|
+
}
|
|
1247
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1248
|
+
padding-bottom: 6px;
|
|
1249
|
+
}
|
|
1250
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1251
|
+
padding-top: 4px;
|
|
1252
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1220
1255
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1221
1256
|
justify-content: center;
|
|
1222
1257
|
}
|
|
@@ -1480,40 +1515,6 @@ html body {
|
|
|
1480
1515
|
justify-content: center;
|
|
1481
1516
|
}
|
|
1482
1517
|
|
|
1483
|
-
.E_c1uzzomf {
|
|
1484
|
-
margin-bottom: 16px;
|
|
1485
|
-
}
|
|
1486
|
-
.E_c1uzzomf .card-title {
|
|
1487
|
-
font-size: 16px;
|
|
1488
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1489
|
-
font-weight: 700;
|
|
1490
|
-
line-height: 32px;
|
|
1491
|
-
}
|
|
1492
|
-
.E_c1uzzomf .card-body {
|
|
1493
|
-
padding: 24px;
|
|
1494
|
-
border-radius: 8px;
|
|
1495
|
-
background: #fff;
|
|
1496
|
-
}
|
|
1497
|
-
.E_c1uzzomf .empty {
|
|
1498
|
-
font-weight: 700;
|
|
1499
|
-
font-size: 14px;
|
|
1500
|
-
line-height: 22px;
|
|
1501
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1502
|
-
text-align: center;
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1506
|
-
display: flex;
|
|
1507
|
-
}
|
|
1508
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1509
|
-
border-bottom-left-radius: 5px;
|
|
1510
|
-
border-top-left-radius: 5px;
|
|
1511
|
-
}
|
|
1512
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1513
|
-
border-bottom-right-radius: 5px;
|
|
1514
|
-
border-top-right-radius: 5px;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
1518
|
.E_c1yyuluq {
|
|
1518
1519
|
border-radius: 8px;
|
|
1519
1520
|
}
|
|
@@ -1521,89 +1522,6 @@ html body {
|
|
|
1521
1522
|
padding: 20px 24px 24px 24px;
|
|
1522
1523
|
}
|
|
1523
1524
|
|
|
1524
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
1525
|
-
border: 0px;
|
|
1526
|
-
background-color: #fff;
|
|
1527
|
-
}
|
|
1528
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1529
|
-
padding-top: 0px;
|
|
1530
|
-
padding-bottom: 0px;
|
|
1531
|
-
padding-left: 0px !important;
|
|
1532
|
-
padding-right: 24px;
|
|
1533
|
-
}
|
|
1534
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1535
|
-
right: 0px;
|
|
1536
|
-
}
|
|
1537
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1538
|
-
padding: 0px;
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1542
|
-
padding-right: 0px;
|
|
1543
|
-
cursor: default;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1547
|
-
line-height: 18px;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.E_phljevk {
|
|
1551
|
-
display: flex;
|
|
1552
|
-
justify-content: space-between;
|
|
1553
|
-
align-items: center;
|
|
1554
|
-
padding: 10px 0;
|
|
1555
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1556
|
-
font-size: 12px;
|
|
1557
|
-
line-height: 24px;
|
|
1558
|
-
}
|
|
1559
|
-
.E_phljevk .pagination-left {
|
|
1560
|
-
padding: 2px 8px;
|
|
1561
|
-
}
|
|
1562
|
-
.E_phljevk .dropdown-trigger {
|
|
1563
|
-
display: flex;
|
|
1564
|
-
align-items: center;
|
|
1565
|
-
border-radius: 6px;
|
|
1566
|
-
cursor: pointer;
|
|
1567
|
-
transition: all 0.3s ease;
|
|
1568
|
-
}
|
|
1569
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
1570
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1571
|
-
color: #0080ff;
|
|
1572
|
-
}
|
|
1573
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1574
|
-
margin-left: 4px;
|
|
1575
|
-
}
|
|
1576
|
-
.E_phljevk .pagination-right {
|
|
1577
|
-
display: flex;
|
|
1578
|
-
align-items: center;
|
|
1579
|
-
color: #0080ff;
|
|
1580
|
-
font-weight: bold;
|
|
1581
|
-
}
|
|
1582
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
1583
|
-
margin-left: 4px;
|
|
1584
|
-
}
|
|
1585
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
1586
|
-
.E_phljevk .pagination-right .next-btn {
|
|
1587
|
-
padding: 0 8px;
|
|
1588
|
-
}
|
|
1589
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
1590
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1591
|
-
color: #0080ff;
|
|
1592
|
-
}
|
|
1593
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1594
|
-
transform: rotate(180deg);
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1598
|
-
max-height: calc(100vh - 128px);
|
|
1599
|
-
overflow-y: auto;
|
|
1600
|
-
}
|
|
1601
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1602
|
-
padding: 4px 20px;
|
|
1603
|
-
font-size: 12px;
|
|
1604
|
-
line-height: 18px;
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
1525
|
.E_d1bw7c5z {
|
|
1608
1526
|
position: relative;
|
|
1609
1527
|
max-width: 388px;
|
|
@@ -1687,53 +1605,256 @@ html body {
|
|
|
1687
1605
|
width: 102px;
|
|
1688
1606
|
}
|
|
1689
1607
|
|
|
1690
|
-
.
|
|
1691
|
-
|
|
1692
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1693
|
-
font-size: 12px;
|
|
1694
|
-
}
|
|
1695
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1696
|
-
padding-bottom: 6px;
|
|
1697
|
-
}
|
|
1698
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1699
|
-
padding-top: 4px;
|
|
1700
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1608
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1609
|
+
line-height: 18px;
|
|
1701
1610
|
}
|
|
1702
1611
|
|
|
1703
|
-
.
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
white-space: pre-wrap;
|
|
1612
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1613
|
+
border: 0px;
|
|
1614
|
+
background-color: #fff;
|
|
1707
1615
|
}
|
|
1708
|
-
.
|
|
1709
|
-
|
|
1710
|
-
|
|
1616
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1617
|
+
padding-top: 0px;
|
|
1618
|
+
padding-bottom: 0px;
|
|
1619
|
+
padding-left: 0px !important;
|
|
1620
|
+
padding-right: 24px;
|
|
1711
1621
|
}
|
|
1712
|
-
.
|
|
1713
|
-
|
|
1622
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1623
|
+
right: 0px;
|
|
1714
1624
|
}
|
|
1715
|
-
.
|
|
1716
|
-
|
|
1625
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1626
|
+
padding: 0px;
|
|
1717
1627
|
}
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1628
|
+
|
|
1629
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1630
|
+
padding-right: 0px;
|
|
1631
|
+
cursor: default;
|
|
1721
1632
|
}
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
width: 6px;
|
|
1726
|
-
height: 6px;
|
|
1727
|
-
background: #fff;
|
|
1633
|
+
|
|
1634
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1635
|
+
display: flex;
|
|
1728
1636
|
}
|
|
1729
|
-
.
|
|
1730
|
-
|
|
1637
|
+
.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 {
|
|
1638
|
+
border-bottom-left-radius: 5px;
|
|
1639
|
+
border-top-left-radius: 5px;
|
|
1731
1640
|
}
|
|
1732
|
-
.
|
|
1733
|
-
border-
|
|
1734
|
-
|
|
1641
|
+
.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 {
|
|
1642
|
+
border-bottom-right-radius: 5px;
|
|
1643
|
+
border-top-right-radius: 5px;
|
|
1735
1644
|
}
|
|
1736
|
-
|
|
1645
|
+
|
|
1646
|
+
.E_s1dizucg.ant-switch {
|
|
1647
|
+
min-width: 40px;
|
|
1648
|
+
height: 24px;
|
|
1649
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1650
|
+
overflow: hidden;
|
|
1651
|
+
}
|
|
1652
|
+
.E_s1dizucg.ant-switch:focus {
|
|
1653
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1654
|
+
}
|
|
1655
|
+
.E_s1dizucg.ant-switch-small {
|
|
1656
|
+
min-width: 26px;
|
|
1657
|
+
height: 16px;
|
|
1658
|
+
}
|
|
1659
|
+
.E_s1dizucg.ant-switch-large {
|
|
1660
|
+
min-width: 52px;
|
|
1661
|
+
height: 32px;
|
|
1662
|
+
}
|
|
1663
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1664
|
+
height: 20px;
|
|
1665
|
+
width: 20px;
|
|
1666
|
+
}
|
|
1667
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1668
|
+
border-radius: 10px;
|
|
1669
|
+
transition-delay: 120ms;
|
|
1670
|
+
}
|
|
1671
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1672
|
+
height: 14px;
|
|
1673
|
+
width: 14px;
|
|
1674
|
+
top: 1px;
|
|
1675
|
+
left: 1px;
|
|
1676
|
+
}
|
|
1677
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1678
|
+
height: 28px;
|
|
1679
|
+
width: 28px;
|
|
1680
|
+
}
|
|
1681
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1682
|
+
border-radius: 14px;
|
|
1683
|
+
}
|
|
1684
|
+
.E_s1dizucg.ant-switch-checked {
|
|
1685
|
+
background-color: #00ba5d;
|
|
1686
|
+
}
|
|
1687
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1688
|
+
left: calc(100% - 20px - 2px);
|
|
1689
|
+
}
|
|
1690
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1691
|
+
left: calc(100% - 14px - 1px);
|
|
1692
|
+
}
|
|
1693
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1694
|
+
left: calc(100% - 28px - 2px);
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
.E_c1up6e3y {
|
|
1698
|
+
margin-left: 5px;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
.E_c1bus5hc {
|
|
1702
|
+
--color: white;
|
|
1703
|
+
height: 14px;
|
|
1704
|
+
width: 14px;
|
|
1705
|
+
border-radius: 50%;
|
|
1706
|
+
flex-shrink: 0;
|
|
1707
|
+
display: flex;
|
|
1708
|
+
align-items: center;
|
|
1709
|
+
justify-content: center;
|
|
1710
|
+
border: 1px solid var(--color);
|
|
1711
|
+
}
|
|
1712
|
+
.E_c1bus5hc .circle-inner {
|
|
1713
|
+
position: relative;
|
|
1714
|
+
height: 10px;
|
|
1715
|
+
width: 10px;
|
|
1716
|
+
border-radius: 50%;
|
|
1717
|
+
overflow: hidden;
|
|
1718
|
+
}
|
|
1719
|
+
.E_c1bus5hc .circle-content {
|
|
1720
|
+
position: absolute;
|
|
1721
|
+
height: 100%;
|
|
1722
|
+
width: 100%;
|
|
1723
|
+
left: 0;
|
|
1724
|
+
top: 0;
|
|
1725
|
+
border-radius: 50%;
|
|
1726
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1727
|
+
transform: rotate(180deg);
|
|
1728
|
+
}
|
|
1729
|
+
.E_c1bus5hc .circle-child {
|
|
1730
|
+
position: absolute;
|
|
1731
|
+
height: 100%;
|
|
1732
|
+
width: 100%;
|
|
1733
|
+
left: 0;
|
|
1734
|
+
top: 0;
|
|
1735
|
+
margin-left: 50%;
|
|
1736
|
+
transform-origin: left;
|
|
1737
|
+
background: white;
|
|
1738
|
+
transform: rotate(0deg);
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
.E_phljevk {
|
|
1742
|
+
display: flex;
|
|
1743
|
+
justify-content: space-between;
|
|
1744
|
+
align-items: center;
|
|
1745
|
+
padding: 10px 0;
|
|
1746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1747
|
+
font-size: 12px;
|
|
1748
|
+
line-height: 24px;
|
|
1749
|
+
}
|
|
1750
|
+
.E_phljevk .pagination-left {
|
|
1751
|
+
padding: 2px 8px;
|
|
1752
|
+
}
|
|
1753
|
+
.E_phljevk .dropdown-trigger {
|
|
1754
|
+
display: flex;
|
|
1755
|
+
align-items: center;
|
|
1756
|
+
border-radius: 6px;
|
|
1757
|
+
cursor: pointer;
|
|
1758
|
+
transition: all 0.3s ease;
|
|
1759
|
+
}
|
|
1760
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1761
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1762
|
+
color: #0080ff;
|
|
1763
|
+
}
|
|
1764
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1765
|
+
margin-left: 4px;
|
|
1766
|
+
}
|
|
1767
|
+
.E_phljevk .pagination-right {
|
|
1768
|
+
display: flex;
|
|
1769
|
+
align-items: center;
|
|
1770
|
+
color: #0080ff;
|
|
1771
|
+
font-weight: bold;
|
|
1772
|
+
}
|
|
1773
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1774
|
+
margin-left: 4px;
|
|
1775
|
+
}
|
|
1776
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1777
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1778
|
+
padding: 0 8px;
|
|
1779
|
+
}
|
|
1780
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1781
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1782
|
+
color: #0080ff;
|
|
1783
|
+
}
|
|
1784
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1785
|
+
transform: rotate(180deg);
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1789
|
+
max-height: calc(100vh - 128px);
|
|
1790
|
+
overflow-y: auto;
|
|
1791
|
+
}
|
|
1792
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1793
|
+
padding: 4px 20px;
|
|
1794
|
+
font-size: 12px;
|
|
1795
|
+
line-height: 18px;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1799
|
+
margin-right: 8px;
|
|
1800
|
+
}
|
|
1801
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1802
|
+
margin-left: 8px;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.E_cc368xp {
|
|
1806
|
+
color: #00122e;
|
|
1807
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1808
|
+
margin-right: 8px;
|
|
1809
|
+
padding-right: 8px;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.E_i11o6xqj {
|
|
1813
|
+
display: flex;
|
|
1814
|
+
gap: 4px;
|
|
1815
|
+
}
|
|
1816
|
+
.E_i11o6xqj .icon-wrapper {
|
|
1817
|
+
cursor: pointer;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.E_d19ruhdj.icon-wrapper {
|
|
1821
|
+
cursor: not-allowed;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1825
|
+
display: inline-flex;
|
|
1826
|
+
align-items: baseline;
|
|
1827
|
+
white-space: pre-wrap;
|
|
1828
|
+
}
|
|
1829
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1830
|
+
position: relative;
|
|
1831
|
+
top: 3px;
|
|
1832
|
+
}
|
|
1833
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1834
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1835
|
+
}
|
|
1836
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1837
|
+
border-color: #0080ff;
|
|
1838
|
+
}
|
|
1839
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1840
|
+
border-color: #0080ff;
|
|
1841
|
+
background: #0080ff;
|
|
1842
|
+
}
|
|
1843
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1844
|
+
top: 4px;
|
|
1845
|
+
left: 4px;
|
|
1846
|
+
width: 6px;
|
|
1847
|
+
height: 6px;
|
|
1848
|
+
background: #fff;
|
|
1849
|
+
}
|
|
1850
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1851
|
+
opacity: 0.5;
|
|
1852
|
+
}
|
|
1853
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1854
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1855
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1856
|
+
}
|
|
1857
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1737
1858
|
background: #00122e;
|
|
1738
1859
|
}
|
|
1739
1860
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
@@ -1846,44 +1967,114 @@ html body {
|
|
|
1846
1967
|
width: 36px;
|
|
1847
1968
|
}
|
|
1848
1969
|
|
|
1849
|
-
.
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
margin-left: 8px;
|
|
1970
|
+
.E_ivqqkzv {
|
|
1971
|
+
height: 24px;
|
|
1972
|
+
width: 56px !important;
|
|
1973
|
+
margin-right: 4px;
|
|
1854
1974
|
}
|
|
1855
1975
|
|
|
1856
|
-
.
|
|
1857
|
-
color:
|
|
1858
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1859
|
-
margin-right: 8px;
|
|
1860
|
-
padding-right: 8px;
|
|
1976
|
+
.E_c1wk4q29 {
|
|
1977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1861
1978
|
}
|
|
1862
1979
|
|
|
1863
|
-
.
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
}
|
|
1867
|
-
.E_i11o6xqj .icon-wrapper {
|
|
1868
|
-
cursor: pointer;
|
|
1980
|
+
.E_s1sck0th {
|
|
1981
|
+
padding: 0 8px;
|
|
1982
|
+
border-radius: 4px;
|
|
1869
1983
|
}
|
|
1870
1984
|
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1985
|
+
.E_m855nr1 {
|
|
1986
|
+
padding: 2px 8px;
|
|
1987
|
+
border-radius: 3px;
|
|
1873
1988
|
}
|
|
1874
1989
|
|
|
1875
|
-
.
|
|
1876
|
-
|
|
1990
|
+
.E_l1270xpg {
|
|
1991
|
+
padding: 3px 8px;
|
|
1992
|
+
border-radius: 2px;
|
|
1877
1993
|
}
|
|
1878
1994
|
|
|
1879
|
-
.
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1995
|
+
.E_t14rextb.ant-tag:hover {
|
|
1996
|
+
opacity: unset;
|
|
1997
|
+
}
|
|
1998
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1999
|
+
margin: 0;
|
|
2000
|
+
margin-right: 8px;
|
|
2001
|
+
display: inline-flex;
|
|
2002
|
+
align-items: center;
|
|
2003
|
+
border: none;
|
|
2004
|
+
}
|
|
2005
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2006
|
+
width: 16px;
|
|
2007
|
+
height: 16px;
|
|
2008
|
+
color: inherit;
|
|
2009
|
+
margin-left: 4px;
|
|
2010
|
+
opacity: 0.6;
|
|
2011
|
+
display: inline-flex;
|
|
2012
|
+
}
|
|
2013
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2014
|
+
opacity: 1;
|
|
2015
|
+
}
|
|
2016
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2017
|
+
color: #0080ff;
|
|
2018
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2019
|
+
}
|
|
2020
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2021
|
+
color: #f0483e;
|
|
2022
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2023
|
+
}
|
|
2024
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2025
|
+
color: #e07f00;
|
|
2026
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2027
|
+
}
|
|
2028
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2029
|
+
color: #008f4c;
|
|
2030
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2031
|
+
}
|
|
2032
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2033
|
+
color: #1d326c;
|
|
2034
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2035
|
+
}
|
|
2036
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2037
|
+
color: #7E41FF;
|
|
2038
|
+
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
2039
|
+
}
|
|
2040
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2041
|
+
color: #fff;
|
|
2042
|
+
}
|
|
2043
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2044
|
+
background-color: #f0483e;
|
|
2045
|
+
}
|
|
2046
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2047
|
+
background-color: #fea008;
|
|
2048
|
+
}
|
|
2049
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2050
|
+
background-color: #00ba5d;
|
|
2051
|
+
}
|
|
2052
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2053
|
+
background-color: #0080ff;
|
|
2054
|
+
}
|
|
2055
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2056
|
+
background-color: #6b7d99;
|
|
2057
|
+
}
|
|
2058
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2059
|
+
background-color: #7E41FF;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
.E_tju3gfj .date {
|
|
2063
|
+
margin-right: 4px;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.E_s1dni7lo {
|
|
2067
|
+
width: 430px !important;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2071
|
+
padding: 8px 16px;
|
|
2072
|
+
line-height: 18px;
|
|
2073
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2074
|
+
height: 34px;
|
|
2075
|
+
min-height: 34px;
|
|
2076
|
+
box-sizing: border-box;
|
|
2077
|
+
margin-top: 8px;
|
|
1887
2078
|
}
|
|
1888
2079
|
|
|
1889
2080
|
.E_o1ugr09p {
|
|
@@ -1953,234 +2144,121 @@ html body {
|
|
|
1953
2144
|
opacity: 0;
|
|
1954
2145
|
}
|
|
1955
2146
|
|
|
1956
|
-
.
|
|
1957
|
-
|
|
1958
|
-
width: 56px !important;
|
|
1959
|
-
margin-right: 4px;
|
|
2147
|
+
.E_iq1gosr {
|
|
2148
|
+
display: inline-block;
|
|
1960
2149
|
}
|
|
1961
2150
|
|
|
1962
|
-
.
|
|
1963
|
-
|
|
2151
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2152
|
+
display: none;
|
|
2153
|
+
}
|
|
2154
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
2155
|
+
background: rgba(23, 38, 64, 0.8);
|
|
2156
|
+
border-radius: 4px;
|
|
2157
|
+
}
|
|
2158
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2159
|
+
visibility: hidden;
|
|
1964
2160
|
}
|
|
1965
2161
|
|
|
1966
|
-
.
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
display: flex;
|
|
2162
|
+
.E_iouxfgt {
|
|
2163
|
+
display: inline-flex;
|
|
2164
|
+
align-items: center;
|
|
2165
|
+
}
|
|
2166
|
+
.E_iouxfgt .icon-inner {
|
|
2167
|
+
display: inline-flex;
|
|
1973
2168
|
align-items: center;
|
|
1974
2169
|
justify-content: center;
|
|
1975
|
-
border: 1px solid var(--color);
|
|
1976
2170
|
}
|
|
1977
|
-
.
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
width: 10px;
|
|
1981
|
-
border-radius: 50%;
|
|
1982
|
-
overflow: hidden;
|
|
2171
|
+
.E_iouxfgt .icon-inner + span,
|
|
2172
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2173
|
+
margin-left: 4px;
|
|
1983
2174
|
}
|
|
1984
|
-
.
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
width: 100%;
|
|
1988
|
-
left: 0;
|
|
1989
|
-
top: 0;
|
|
1990
|
-
border-radius: 50%;
|
|
1991
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1992
|
-
transform: rotate(180deg);
|
|
2175
|
+
.E_iouxfgt.is-rotate img,
|
|
2176
|
+
.E_iouxfgt.is-rotate svg {
|
|
2177
|
+
animation: rotate 680ms linear infinite;
|
|
1993
2178
|
}
|
|
1994
|
-
|
|
1995
|
-
|
|
2179
|
+
|
|
2180
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2181
|
+
display: var(--ai7qkf2-0);
|
|
2182
|
+
}
|
|
2183
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2184
|
+
display: inline-flex;
|
|
2185
|
+
line-height: 1.5715;
|
|
1996
2186
|
height: 100%;
|
|
1997
2187
|
width: 100%;
|
|
1998
|
-
left: 0;
|
|
1999
|
-
top: 0;
|
|
2000
|
-
margin-left: 50%;
|
|
2001
|
-
transform-origin: left;
|
|
2002
|
-
background: white;
|
|
2003
|
-
transform: rotate(0deg);
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
.E_s1dizucg.ant-switch {
|
|
2007
|
-
min-width: 40px;
|
|
2008
|
-
height: 24px;
|
|
2009
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2010
|
-
overflow: hidden;
|
|
2011
2188
|
}
|
|
2012
|
-
.
|
|
2013
|
-
|
|
2189
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2190
|
+
content: var(--ai7qkf2-1);
|
|
2191
|
+
display: var(--ai7qkf2-2);
|
|
2192
|
+
flex: none;
|
|
2193
|
+
align-items: center;
|
|
2194
|
+
margin-left: 4px;
|
|
2195
|
+
padding: 5px 12px 5px 0;
|
|
2196
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2014
2197
|
}
|
|
2015
|
-
.
|
|
2016
|
-
|
|
2017
|
-
|
|
2198
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2199
|
+
content: var(--ai7qkf2-3);
|
|
2200
|
+
display: var(--ai7qkf2-4);
|
|
2201
|
+
flex: none;
|
|
2202
|
+
align-items: center;
|
|
2203
|
+
margin-right: 4px;
|
|
2204
|
+
cursor: auto;
|
|
2205
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2018
2206
|
}
|
|
2019
|
-
.
|
|
2020
|
-
|
|
2021
|
-
height: 32px;
|
|
2207
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2208
|
+
border-radius: 0;
|
|
2022
2209
|
}
|
|
2023
|
-
.
|
|
2024
|
-
|
|
2025
|
-
|
|
2210
|
+
.E_ai7qkf2.ant-input-number {
|
|
2211
|
+
width: 100%;
|
|
2212
|
+
border-radius: 6px;
|
|
2026
2213
|
}
|
|
2027
|
-
.
|
|
2028
|
-
border-
|
|
2029
|
-
|
|
2214
|
+
.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 {
|
|
2215
|
+
border-color: #0096ff;
|
|
2216
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2217
|
+
z-index: 1;
|
|
2030
2218
|
}
|
|
2031
|
-
.
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
top: 1px;
|
|
2035
|
-
left: 1px;
|
|
2219
|
+
.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 {
|
|
2220
|
+
border-color: #e75a3a;
|
|
2221
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2036
2222
|
}
|
|
2037
|
-
.
|
|
2038
|
-
height:
|
|
2039
|
-
|
|
2223
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
2224
|
+
height: 30px;
|
|
2225
|
+
border: 1px;
|
|
2226
|
+
padding: 5px 12px;
|
|
2227
|
+
font-size: inherit;
|
|
2040
2228
|
}
|
|
2041
|
-
.
|
|
2042
|
-
|
|
2229
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
2230
|
+
height: 38px;
|
|
2231
|
+
border: 1px;
|
|
2232
|
+
padding: 8px 16px;
|
|
2043
2233
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2234
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
2235
|
+
height: 22px;
|
|
2236
|
+
border: 1px;
|
|
2237
|
+
padding: 2px 8px;
|
|
2046
2238
|
}
|
|
2047
|
-
|
|
2048
|
-
|
|
2239
|
+
|
|
2240
|
+
.E_f7pxqmh {
|
|
2241
|
+
width: 100%;
|
|
2242
|
+
margin-bottom: 0 !important;
|
|
2243
|
+
flex-flow: nowrap !important;
|
|
2244
|
+
line-break: auto;
|
|
2049
2245
|
}
|
|
2050
|
-
.
|
|
2051
|
-
|
|
2246
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2247
|
+
text-align: left !important;
|
|
2248
|
+
padding-bottom: 0 !important;
|
|
2052
2249
|
}
|
|
2053
|
-
.
|
|
2054
|
-
|
|
2250
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2251
|
+
min-height: 32px;
|
|
2252
|
+
height: auto;
|
|
2253
|
+
font-size: 13px;
|
|
2254
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2255
|
+
white-space: normal;
|
|
2055
2256
|
}
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
margin-left: 5px;
|
|
2257
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2258
|
+
border-color: #ff4d4f !important;
|
|
2059
2259
|
}
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
padding: 0 8px;
|
|
2063
|
-
border-radius: 4px;
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
.E_m855nr1 {
|
|
2067
|
-
padding: 2px 8px;
|
|
2068
|
-
border-radius: 3px;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.E_l1270xpg {
|
|
2072
|
-
padding: 3px 8px;
|
|
2073
|
-
border-radius: 2px;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.E_t14rextb.ant-tag:hover {
|
|
2077
|
-
opacity: unset;
|
|
2078
|
-
}
|
|
2079
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2080
|
-
margin: 0;
|
|
2081
|
-
margin-right: 8px;
|
|
2082
|
-
display: inline-flex;
|
|
2083
|
-
align-items: center;
|
|
2084
|
-
border: none;
|
|
2085
|
-
}
|
|
2086
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2087
|
-
width: 16px;
|
|
2088
|
-
height: 16px;
|
|
2089
|
-
color: inherit;
|
|
2090
|
-
margin-left: 4px;
|
|
2091
|
-
opacity: 0.6;
|
|
2092
|
-
display: inline-flex;
|
|
2093
|
-
}
|
|
2094
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2095
|
-
opacity: 1;
|
|
2096
|
-
}
|
|
2097
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2098
|
-
color: #0080ff;
|
|
2099
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2100
|
-
}
|
|
2101
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2102
|
-
color: #f0483e;
|
|
2103
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2104
|
-
}
|
|
2105
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2106
|
-
color: #e07f00;
|
|
2107
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2108
|
-
}
|
|
2109
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2110
|
-
color: #008f4c;
|
|
2111
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2112
|
-
}
|
|
2113
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2114
|
-
color: #1d326c;
|
|
2115
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2116
|
-
}
|
|
2117
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2118
|
-
color: #7E41FF;
|
|
2119
|
-
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
2120
|
-
}
|
|
2121
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2122
|
-
color: #fff;
|
|
2123
|
-
}
|
|
2124
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2125
|
-
background-color: #f0483e;
|
|
2126
|
-
}
|
|
2127
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2128
|
-
background-color: #fea008;
|
|
2129
|
-
}
|
|
2130
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2131
|
-
background-color: #00ba5d;
|
|
2132
|
-
}
|
|
2133
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2134
|
-
background-color: #0080ff;
|
|
2135
|
-
}
|
|
2136
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2137
|
-
background-color: #6b7d99;
|
|
2138
|
-
}
|
|
2139
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2140
|
-
background-color: #7E41FF;
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
.E_tju3gfj .date {
|
|
2144
|
-
margin-right: 4px;
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
|
-
.E_iq1gosr {
|
|
2148
|
-
display: inline-block;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2152
|
-
display: none;
|
|
2153
|
-
}
|
|
2154
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
2155
|
-
background: rgba(23, 38, 64, 0.8);
|
|
2156
|
-
border-radius: 4px;
|
|
2157
|
-
}
|
|
2158
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2159
|
-
visibility: hidden;
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
.E_f7pxqmh {
|
|
2163
|
-
width: 100%;
|
|
2164
|
-
margin-bottom: 0 !important;
|
|
2165
|
-
flex-flow: nowrap !important;
|
|
2166
|
-
line-break: auto;
|
|
2167
|
-
}
|
|
2168
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2169
|
-
text-align: left !important;
|
|
2170
|
-
padding-bottom: 0 !important;
|
|
2171
|
-
}
|
|
2172
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2173
|
-
min-height: 32px;
|
|
2174
|
-
height: auto;
|
|
2175
|
-
font-size: 13px;
|
|
2176
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2177
|
-
white-space: normal;
|
|
2178
|
-
}
|
|
2179
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2180
|
-
border-color: #ff4d4f !important;
|
|
2181
|
-
}
|
|
2182
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2183
|
-
border-color: #ff4d4f !important;
|
|
2260
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2261
|
+
border-color: #ff4d4f !important;
|
|
2184
2262
|
}
|
|
2185
2263
|
.E_f7pxqmh .ant-form-item-explain {
|
|
2186
2264
|
margin-top: 4px;
|
|
@@ -2193,37 +2271,17 @@ html body {
|
|
|
2193
2271
|
min-height: 0px;
|
|
2194
2272
|
}
|
|
2195
2273
|
|
|
2196
|
-
.
|
|
2197
|
-
|
|
2198
|
-
height:
|
|
2199
|
-
|
|
2274
|
+
.E_i1inqkme {
|
|
2275
|
+
height: 18px;
|
|
2276
|
+
line-height: 18px;
|
|
2277
|
+
padding: 0 4px;
|
|
2278
|
+
border-radius: 4px;
|
|
2279
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2280
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2200
2281
|
display: flex;
|
|
2201
|
-
flex-direction: column;
|
|
2202
|
-
justify-content: center;
|
|
2203
|
-
align-items: center;
|
|
2204
|
-
}
|
|
2205
|
-
.E_fzh9mnb .error-text {
|
|
2206
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2207
|
-
margin-bottom: 16px;
|
|
2208
|
-
font-size: 18px;
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
.E_iouxfgt {
|
|
2212
|
-
display: inline-flex;
|
|
2213
|
-
align-items: center;
|
|
2214
|
-
}
|
|
2215
|
-
.E_iouxfgt .icon-inner {
|
|
2216
|
-
display: inline-flex;
|
|
2217
2282
|
align-items: center;
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
.E_iouxfgt .icon-inner + span,
|
|
2221
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2222
|
-
margin-left: 4px;
|
|
2223
|
-
}
|
|
2224
|
-
.E_iouxfgt.is-rotate img,
|
|
2225
|
-
.E_iouxfgt.is-rotate svg {
|
|
2226
|
-
animation: rotate 680ms linear infinite;
|
|
2283
|
+
white-space: nowrap;
|
|
2284
|
+
margin-right: 4px;
|
|
2227
2285
|
}
|
|
2228
2286
|
|
|
2229
2287
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -2257,84 +2315,26 @@ html body {
|
|
|
2257
2315
|
font-size: inherit;
|
|
2258
2316
|
}
|
|
2259
2317
|
|
|
2260
|
-
.
|
|
2261
|
-
|
|
2262
|
-
}
|
|
2263
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2264
|
-
display: inline-flex;
|
|
2265
|
-
line-height: 1.5715;
|
|
2266
|
-
height: 100%;
|
|
2267
|
-
width: 100%;
|
|
2268
|
-
}
|
|
2269
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2270
|
-
content: var(--ai7qkf2-1);
|
|
2271
|
-
display: var(--ai7qkf2-2);
|
|
2272
|
-
flex: none;
|
|
2273
|
-
align-items: center;
|
|
2274
|
-
margin-left: 4px;
|
|
2275
|
-
padding: 5px 12px 5px 0;
|
|
2276
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2277
|
-
}
|
|
2278
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2279
|
-
content: var(--ai7qkf2-3);
|
|
2280
|
-
display: var(--ai7qkf2-4);
|
|
2281
|
-
flex: none;
|
|
2282
|
-
align-items: center;
|
|
2283
|
-
margin-right: 4px;
|
|
2284
|
-
cursor: auto;
|
|
2285
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2286
|
-
}
|
|
2287
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2288
|
-
border-radius: 0;
|
|
2289
|
-
}
|
|
2290
|
-
.E_ai7qkf2.ant-input-number {
|
|
2291
|
-
width: 100%;
|
|
2292
|
-
border-radius: 6px;
|
|
2293
|
-
}
|
|
2294
|
-
.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 {
|
|
2295
|
-
border-color: #0096ff;
|
|
2296
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2297
|
-
z-index: 1;
|
|
2298
|
-
}
|
|
2299
|
-
.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 {
|
|
2300
|
-
border-color: #e75a3a;
|
|
2301
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2302
|
-
}
|
|
2303
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
2304
|
-
height: 30px;
|
|
2305
|
-
border: 1px;
|
|
2306
|
-
padding: 5px 12px;
|
|
2307
|
-
font-size: inherit;
|
|
2308
|
-
}
|
|
2309
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
2310
|
-
height: 38px;
|
|
2311
|
-
border: 1px;
|
|
2312
|
-
padding: 8px 16px;
|
|
2318
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2319
|
+
margin-left: 8px;
|
|
2313
2320
|
}
|
|
2314
|
-
.
|
|
2315
|
-
|
|
2316
|
-
border: 1px;
|
|
2317
|
-
padding: 2px 8px;
|
|
2321
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2322
|
+
padding: 2px 7px 2px 12px;
|
|
2318
2323
|
}
|
|
2319
2324
|
|
|
2320
|
-
.
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
border-radius: 4px;
|
|
2325
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2326
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2325
|
+
.E_fzh9mnb {
|
|
2326
|
+
width: 100%;
|
|
2327
|
+
height: 100%;
|
|
2328
|
+
min-height: 124px;
|
|
2327
2329
|
display: flex;
|
|
2330
|
+
flex-direction: column;
|
|
2331
|
+
justify-content: center;
|
|
2328
2332
|
align-items: center;
|
|
2329
|
-
white-space: nowrap;
|
|
2330
|
-
margin-right: 4px;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2334
|
-
margin-left: 8px;
|
|
2335
2333
|
}
|
|
2336
|
-
.
|
|
2337
|
-
|
|
2334
|
+
.E_fzh9mnb .error-text {
|
|
2335
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2336
|
+
margin-bottom: 16px;
|
|
2337
|
+
font-size: 18px;
|
|
2338
2338
|
}
|
|
2339
2339
|
|
|
2340
2340
|
.E_owd0kml {
|
|
@@ -2821,18 +2821,52 @@ html body {
|
|
|
2821
2821
|
line-height: 12px;
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
2824
|
-
.
|
|
2825
|
-
display: flex;
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
width:
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2824
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2825
|
+
display: inline-flex;
|
|
2826
|
+
align-items: center;
|
|
2827
|
+
justify-content: center;
|
|
2828
|
+
color: #fff;
|
|
2829
|
+
font-weight: bold;
|
|
2830
|
+
font-size: 12px;
|
|
2831
|
+
width: 24px;
|
|
2832
|
+
height: 24px;
|
|
2833
|
+
border-radius: 50%;
|
|
2834
|
+
background: var(--a1b5xrg3-0);
|
|
2835
|
+
}
|
|
2836
|
+
.E_a1b5xrg3.btn-item {
|
|
2837
|
+
transition: all 160ms ease;
|
|
2838
|
+
cursor: pointer;
|
|
2839
|
+
width: 56px;
|
|
2840
|
+
height: 40px;
|
|
2841
|
+
display: inline-flex;
|
|
2842
|
+
align-items: center;
|
|
2843
|
+
justify-content: center;
|
|
2844
|
+
border-radius: 6px;
|
|
2845
|
+
}
|
|
2846
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2847
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2848
|
+
}
|
|
2849
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2850
|
+
transform: translateY(2px);
|
|
2851
|
+
transition: all 320ms ease;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
.E_m196gn1d {
|
|
2855
|
+
min-width: 1280px;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.E_cnujxq2 {
|
|
2859
|
+
display: flex;
|
|
2860
|
+
flex-direction: column;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
.E_m7s48ia {
|
|
2864
|
+
max-width: 1120px;
|
|
2865
|
+
width: 100%;
|
|
2866
|
+
margin: 0 auto;
|
|
2867
|
+
height: 100%;
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2836
2870
|
.E_wt5zbg6 {
|
|
2837
2871
|
max-width: 1120px;
|
|
2838
2872
|
width: 100%;
|
|
@@ -3511,40 +3545,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3511
3545
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3512
3546
|
}
|
|
3513
3547
|
|
|
3514
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
3515
|
-
display: inline-flex;
|
|
3516
|
-
align-items: center;
|
|
3517
|
-
justify-content: center;
|
|
3518
|
-
color: #fff;
|
|
3519
|
-
font-weight: bold;
|
|
3520
|
-
font-size: 12px;
|
|
3521
|
-
width: 24px;
|
|
3522
|
-
height: 24px;
|
|
3523
|
-
border-radius: 50%;
|
|
3524
|
-
background: var(--a1b5xrg3-0);
|
|
3525
|
-
}
|
|
3526
|
-
.E_a1b5xrg3.btn-item {
|
|
3527
|
-
transition: all 160ms ease;
|
|
3528
|
-
cursor: pointer;
|
|
3529
|
-
width: 56px;
|
|
3530
|
-
height: 40px;
|
|
3531
|
-
display: inline-flex;
|
|
3532
|
-
align-items: center;
|
|
3533
|
-
justify-content: center;
|
|
3534
|
-
border-radius: 6px;
|
|
3535
|
-
}
|
|
3536
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
3537
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3538
|
-
}
|
|
3539
|
-
.E_a1b5xrg3.btn-item:active {
|
|
3540
|
-
transform: translateY(2px);
|
|
3541
|
-
transition: all 320ms ease;
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
.E_m196gn1d {
|
|
3545
|
-
min-width: 1280px;
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
3548
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3549
3549
|
border-radius: 6px;
|
|
3550
3550
|
}
|
|
@@ -3769,41 +3769,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3769
3769
|
opacity: 0.8;
|
|
3770
3770
|
}
|
|
3771
3771
|
|
|
3772
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
3773
|
-
margin-right: 2px;
|
|
3774
|
-
}
|
|
3775
|
-
|
|
3776
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3777
|
-
padding-left: 8px;
|
|
3778
|
-
padding-right: 8px;
|
|
3779
|
-
font-size: 12px;
|
|
3780
|
-
}
|
|
3781
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3782
|
-
border-radius: 4px;
|
|
3783
|
-
}
|
|
3784
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3785
|
-
border-radius: 4px;
|
|
3786
|
-
}
|
|
3787
|
-
|
|
3788
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
3789
|
-
padding-left: 12px;
|
|
3790
|
-
padding-right: 12px;
|
|
3791
|
-
}
|
|
3792
|
-
|
|
3793
|
-
.E_ckld275 {
|
|
3794
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
3795
|
-
}
|
|
3796
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3797
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3798
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3799
|
-
}
|
|
3800
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3801
|
-
background-color: transparent;
|
|
3802
|
-
}
|
|
3803
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
3804
|
-
background-color: transparent;
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
3772
|
.E_suhck3k {
|
|
3808
3773
|
height: 24px;
|
|
3809
3774
|
width: 24px;
|
|
@@ -3870,6 +3835,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3870
3835
|
margin-top: 8px;
|
|
3871
3836
|
}
|
|
3872
3837
|
|
|
3838
|
+
.E_m5foqp8.medium {
|
|
3839
|
+
--footer-height: 96px;
|
|
3840
|
+
--modal-content-width: 720px;
|
|
3841
|
+
--modal-content-min-height: 200px;
|
|
3842
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3843
|
+
--modal-content-padding-top: 24px;
|
|
3844
|
+
--modal-content-padding-bottom: 32px;
|
|
3845
|
+
--modal-content-padding-x: 60px;
|
|
3846
|
+
--modal-footer-padding: 0 60px;
|
|
3847
|
+
}
|
|
3848
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
3849
|
+
height: calc(100vh - 80px);
|
|
3850
|
+
width: calc(100vw - 160px);
|
|
3851
|
+
}
|
|
3852
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
3853
|
+
width: 100%;
|
|
3854
|
+
height: 100%;
|
|
3855
|
+
max-width: unset;
|
|
3856
|
+
max-height: unset;
|
|
3857
|
+
display: flex;
|
|
3858
|
+
flex-direction: column;
|
|
3859
|
+
}
|
|
3860
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
3861
|
+
flex: 1;
|
|
3862
|
+
}
|
|
3863
|
+
.E_m5foqp8.medium .initializing-title {
|
|
3864
|
+
height: 32px;
|
|
3865
|
+
}
|
|
3866
|
+
|
|
3873
3867
|
.E_hrhfj7c {
|
|
3874
3868
|
display: none;
|
|
3875
3869
|
}
|
|
@@ -4090,33 +4084,39 @@ input.E_rf8rlle.ant-input {
|
|
|
4090
4084
|
font-size: 14px;
|
|
4091
4085
|
}
|
|
4092
4086
|
|
|
4093
|
-
.
|
|
4094
|
-
|
|
4095
|
-
--modal-content-width: 720px;
|
|
4096
|
-
--modal-content-min-height: 200px;
|
|
4097
|
-
--modal-header-padding: 40px 60px 8px;
|
|
4098
|
-
--modal-content-padding-top: 24px;
|
|
4099
|
-
--modal-content-padding-bottom: 32px;
|
|
4100
|
-
--modal-content-padding-x: 60px;
|
|
4101
|
-
--modal-footer-padding: 0 60px;
|
|
4087
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4088
|
+
margin-right: 2px;
|
|
4102
4089
|
}
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4090
|
+
|
|
4091
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4092
|
+
padding-left: 8px;
|
|
4093
|
+
padding-right: 8px;
|
|
4094
|
+
font-size: 12px;
|
|
4106
4095
|
}
|
|
4107
|
-
.
|
|
4108
|
-
|
|
4109
|
-
height: 100%;
|
|
4110
|
-
max-width: unset;
|
|
4111
|
-
max-height: unset;
|
|
4112
|
-
display: flex;
|
|
4113
|
-
flex-direction: column;
|
|
4096
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4097
|
+
border-radius: 4px;
|
|
4114
4098
|
}
|
|
4115
|
-
.
|
|
4116
|
-
|
|
4099
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4100
|
+
border-radius: 4px;
|
|
4117
4101
|
}
|
|
4118
|
-
|
|
4119
|
-
|
|
4102
|
+
|
|
4103
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4104
|
+
padding-left: 12px;
|
|
4105
|
+
padding-right: 12px;
|
|
4106
|
+
}
|
|
4107
|
+
|
|
4108
|
+
.E_ckld275 {
|
|
4109
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4110
|
+
}
|
|
4111
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4112
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4113
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4114
|
+
}
|
|
4115
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4116
|
+
background-color: transparent;
|
|
4117
|
+
}
|
|
4118
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4119
|
+
background-color: transparent;
|
|
4120
4120
|
}
|
|
4121
4121
|
|
|
4122
4122
|
.E_ckaaqep {
|
|
@@ -4127,6 +4127,58 @@ input.E_rf8rlle.ant-input {
|
|
|
4127
4127
|
width: 1px;
|
|
4128
4128
|
}
|
|
4129
4129
|
|
|
4130
|
+
button.E_l48ei06.ant-btn,
|
|
4131
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4132
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4133
|
+
font-size: 12px;
|
|
4134
|
+
line-height: 18px;
|
|
4135
|
+
height: 18px;
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4138
|
+
button.E_l48ei06 {
|
|
4139
|
+
color: #0080FF;
|
|
4140
|
+
height: unset;
|
|
4141
|
+
}
|
|
4142
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4143
|
+
margin-right: 4px;
|
|
4144
|
+
}
|
|
4145
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4146
|
+
margin-left: 4px;
|
|
4147
|
+
}
|
|
4148
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4149
|
+
color: #009DFF;
|
|
4150
|
+
}
|
|
4151
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4152
|
+
color: #005ED1;
|
|
4153
|
+
}
|
|
4154
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4155
|
+
color: #0080FF;
|
|
4156
|
+
}
|
|
4157
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4158
|
+
color: #00122E;
|
|
4159
|
+
}
|
|
4160
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4161
|
+
color: #0080FF;
|
|
4162
|
+
}
|
|
4163
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4164
|
+
color: #005ED1;
|
|
4165
|
+
}
|
|
4166
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4167
|
+
color: #00122E;
|
|
4168
|
+
}
|
|
4169
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4170
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4171
|
+
}
|
|
4172
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4173
|
+
color: #0080FF;
|
|
4174
|
+
}
|
|
4175
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4176
|
+
color: #005ED1;
|
|
4177
|
+
}
|
|
4178
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4179
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4180
|
+
}
|
|
4181
|
+
|
|
4130
4182
|
.E_sddwhm6 {
|
|
4131
4183
|
margin: 0;
|
|
4132
4184
|
border-radius: 20px;
|
|
@@ -4202,56 +4254,224 @@ input.E_rf8rlle.ant-input {
|
|
|
4202
4254
|
display: inline-block;
|
|
4203
4255
|
}
|
|
4204
4256
|
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
height: unset;
|
|
4257
|
+
.E_h12yihis {
|
|
4258
|
+
height: 50px;
|
|
4259
|
+
border-bottom: 2px solid #edf0f7;
|
|
4260
|
+
background: #fff;
|
|
4261
|
+
display: flex;
|
|
4262
|
+
justify-content: space-between;
|
|
4263
|
+
align-items: center;
|
|
4264
|
+
padding: 0 24px 0 14px;
|
|
4265
|
+
position: relative;
|
|
4266
|
+
z-index: 10;
|
|
4216
4267
|
}
|
|
4217
|
-
|
|
4218
|
-
|
|
4268
|
+
.E_h12yihis .left,
|
|
4269
|
+
.E_h12yihis .right,
|
|
4270
|
+
.E_h12yihis .center {
|
|
4271
|
+
display: flex;
|
|
4272
|
+
align-items: center;
|
|
4273
|
+
flex: 1;
|
|
4274
|
+
flex-shrink: 0;
|
|
4219
4275
|
}
|
|
4220
|
-
|
|
4276
|
+
.E_h12yihis .center {
|
|
4277
|
+
flex: 0.8;
|
|
4278
|
+
}
|
|
4279
|
+
.E_h12yihis .right {
|
|
4280
|
+
justify-content: flex-end;
|
|
4281
|
+
}
|
|
4282
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4283
|
+
opacity: 1;
|
|
4284
|
+
}
|
|
4285
|
+
.E_h12yihis .right .btn-group {
|
|
4286
|
+
margin-left: 32px;
|
|
4287
|
+
position: relative;
|
|
4288
|
+
display: flex;
|
|
4289
|
+
align-items: center;
|
|
4290
|
+
}
|
|
4291
|
+
.E_h12yihis .right .btn-group:before {
|
|
4292
|
+
content: "";
|
|
4293
|
+
opacity: 0;
|
|
4294
|
+
height: 24px;
|
|
4295
|
+
width: 1px;
|
|
4296
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4297
|
+
position: absolute;
|
|
4298
|
+
left: -16px;
|
|
4299
|
+
top: 50%;
|
|
4300
|
+
transform: translateY(-50%);
|
|
4301
|
+
transition: opacity 160ms ease;
|
|
4302
|
+
}
|
|
4303
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
4304
|
+
transition: all 160ms ease;
|
|
4305
|
+
cursor: pointer;
|
|
4306
|
+
width: 56px;
|
|
4307
|
+
height: 40px;
|
|
4308
|
+
display: inline-flex;
|
|
4309
|
+
align-items: center;
|
|
4310
|
+
justify-content: center;
|
|
4311
|
+
border-radius: 6px;
|
|
4312
|
+
}
|
|
4313
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
4314
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4315
|
+
}
|
|
4316
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
4317
|
+
transform: translateY(2px);
|
|
4318
|
+
transition: all 320ms ease;
|
|
4319
|
+
}
|
|
4320
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
4221
4321
|
margin-left: 4px;
|
|
4222
4322
|
}
|
|
4223
|
-
|
|
4224
|
-
|
|
4323
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
4324
|
+
height: 48px;
|
|
4325
|
+
overflow: hidden;
|
|
4326
|
+
display: flex;
|
|
4327
|
+
align-items: center;
|
|
4328
|
+
padding: 0 4px;
|
|
4329
|
+
margin: 0 -4px;
|
|
4225
4330
|
}
|
|
4226
|
-
|
|
4227
|
-
|
|
4331
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4332
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4333
|
+
transform: translateY(0);
|
|
4228
4334
|
}
|
|
4229
|
-
|
|
4230
|
-
|
|
4335
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4336
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4337
|
+
height: 48px;
|
|
4338
|
+
transform: translateY(100%);
|
|
4339
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4340
|
+
display: inline-flex;
|
|
4341
|
+
align-items: center;
|
|
4231
4342
|
}
|
|
4232
|
-
|
|
4233
|
-
|
|
4343
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4344
|
+
margin-right: 10px;
|
|
4234
4345
|
}
|
|
4235
|
-
|
|
4236
|
-
|
|
4346
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4347
|
+
width: 32px;
|
|
4348
|
+
height: 32px;
|
|
4349
|
+
border-radius: 6px;
|
|
4237
4350
|
}
|
|
4238
|
-
|
|
4239
|
-
|
|
4351
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4352
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4240
4353
|
}
|
|
4241
|
-
|
|
4242
|
-
|
|
4354
|
+
.E_h12yihis .alert,
|
|
4355
|
+
.E_h12yihis .task {
|
|
4356
|
+
position: relative;
|
|
4243
4357
|
}
|
|
4244
|
-
|
|
4245
|
-
|
|
4358
|
+
.E_h12yihis .alert .alert-icon,
|
|
4359
|
+
.E_h12yihis .alert .task-icon,
|
|
4360
|
+
.E_h12yihis .task .alert-icon,
|
|
4361
|
+
.E_h12yihis .task .task-icon {
|
|
4362
|
+
width: 56px;
|
|
4363
|
+
height: 40px;
|
|
4364
|
+
justify-content: center;
|
|
4246
4365
|
}
|
|
4247
|
-
|
|
4248
|
-
|
|
4366
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
4367
|
+
.E_h12yihis .task .ant-badge-count {
|
|
4368
|
+
right: 16px;
|
|
4369
|
+
top: 10px;
|
|
4249
4370
|
}
|
|
4250
|
-
|
|
4251
|
-
|
|
4371
|
+
.E_h12yihis .logo {
|
|
4372
|
+
display: inline-flex;
|
|
4373
|
+
align-items: center;
|
|
4252
4374
|
}
|
|
4253
|
-
|
|
4254
|
-
|
|
4375
|
+
.E_h12yihis .left {
|
|
4376
|
+
position: relative;
|
|
4377
|
+
}
|
|
4378
|
+
.E_h12yihis .left .events-audit-title {
|
|
4379
|
+
font-size: 20px;
|
|
4380
|
+
line-height: 24px;
|
|
4381
|
+
font-weight: bold;
|
|
4382
|
+
color: #1d326c;
|
|
4383
|
+
margin: 0px 8px;
|
|
4384
|
+
}
|
|
4385
|
+
.E_h12yihis .left .global-search {
|
|
4386
|
+
margin-left: 6px;
|
|
4387
|
+
}
|
|
4388
|
+
.E_h12yihis.global-search-active {
|
|
4389
|
+
z-index: 11;
|
|
4390
|
+
}
|
|
4391
|
+
.E_h12yihis.global-search-active .left {
|
|
4392
|
+
flex: 1;
|
|
4393
|
+
margin-right: 32px;
|
|
4394
|
+
}
|
|
4395
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
4396
|
+
display: flex;
|
|
4397
|
+
flex: 1;
|
|
4398
|
+
}
|
|
4399
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
4400
|
+
border-color: #0080ff;
|
|
4401
|
+
width: 100%;
|
|
4402
|
+
}
|
|
4403
|
+
.E_h12yihis.global-search-active .center {
|
|
4404
|
+
display: none;
|
|
4405
|
+
}
|
|
4406
|
+
.E_h12yihis.global-search-active .right {
|
|
4407
|
+
flex: 0 1 auto;
|
|
4408
|
+
}
|
|
4409
|
+
.E_h12yihis .ant-badge-count {
|
|
4410
|
+
pointer-events: none;
|
|
4411
|
+
}
|
|
4412
|
+
|
|
4413
|
+
.E_ncaepor {
|
|
4414
|
+
color: rgba(10, 37, 85, 0.6);
|
|
4415
|
+
position: relative;
|
|
4416
|
+
height: 48px;
|
|
4417
|
+
display: inline-flex;
|
|
4418
|
+
align-items: center;
|
|
4419
|
+
justify-content: center;
|
|
4420
|
+
overflow: hidden;
|
|
4421
|
+
}
|
|
4422
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
4423
|
+
content: "";
|
|
4424
|
+
width: 100%;
|
|
4425
|
+
height: 12px;
|
|
4426
|
+
position: absolute;
|
|
4427
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4428
|
+
}
|
|
4429
|
+
.E_ncaepor:before {
|
|
4430
|
+
top: 0;
|
|
4431
|
+
}
|
|
4432
|
+
.E_ncaepor:after {
|
|
4433
|
+
bottom: 0;
|
|
4434
|
+
}
|
|
4435
|
+
.E_ncaepor > * {
|
|
4436
|
+
height: 48px;
|
|
4437
|
+
display: inline-flex;
|
|
4438
|
+
align-items: center;
|
|
4439
|
+
white-space: nowrap;
|
|
4440
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
4441
|
+
}
|
|
4442
|
+
.E_ncaepor .name-text {
|
|
4443
|
+
transform: translateY(0);
|
|
4444
|
+
opacity: 1;
|
|
4445
|
+
}
|
|
4446
|
+
.E_ncaepor .nav-info {
|
|
4447
|
+
transform: translateY(100%);
|
|
4448
|
+
opacity: 0;
|
|
4449
|
+
font-size: 18px;
|
|
4450
|
+
font-weight: 700;
|
|
4451
|
+
position: absolute;
|
|
4452
|
+
overflow: hidden;
|
|
4453
|
+
display: flex;
|
|
4454
|
+
justify-content: center;
|
|
4455
|
+
}
|
|
4456
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
4457
|
+
color: #1d326c;
|
|
4458
|
+
flex: 1;
|
|
4459
|
+
overflow: hidden;
|
|
4460
|
+
text-overflow: ellipsis;
|
|
4461
|
+
}
|
|
4462
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
4463
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4464
|
+
margin-left: 8px;
|
|
4465
|
+
}
|
|
4466
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
4467
|
+
transform: translateY(-100%);
|
|
4468
|
+
opacity: 0;
|
|
4469
|
+
position: absolute;
|
|
4470
|
+
}
|
|
4471
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
4472
|
+
transform: translateY(0);
|
|
4473
|
+
opacity: 1;
|
|
4474
|
+
position: static;
|
|
4255
4475
|
}
|
|
4256
4476
|
|
|
4257
4477
|
.E_tc97u5y {
|
|
@@ -4598,425 +4818,99 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4598
4818
|
font-size: 20px;
|
|
4599
4819
|
color: rgba(10, 37, 85, 0.6);
|
|
4600
4820
|
}
|
|
4601
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
4602
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
4603
|
-
z-index: 10;
|
|
4604
|
-
}
|
|
4605
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
4606
|
-
padding: 0 !important;
|
|
4607
|
-
position: relative;
|
|
4608
|
-
background: #fff;
|
|
4609
|
-
}
|
|
4610
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
4611
|
-
height: 100%;
|
|
4612
|
-
display: flex;
|
|
4613
|
-
align-items: center;
|
|
4614
|
-
justify-content: flex-end;
|
|
4615
|
-
padding-right: 8px;
|
|
4616
|
-
}
|
|
4617
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4618
|
-
width: 24px;
|
|
4619
|
-
height: 24px;
|
|
4620
|
-
cursor: pointer;
|
|
4621
|
-
justify-content: center;
|
|
4622
|
-
border-radius: 4px;
|
|
4623
|
-
}
|
|
4624
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
4625
|
-
background: #fff;
|
|
4626
|
-
}
|
|
4627
|
-
|
|
4628
|
-
.E_h12yihis {
|
|
4629
|
-
height: 50px;
|
|
4630
|
-
border-bottom: 2px solid #edf0f7;
|
|
4631
|
-
background: #fff;
|
|
4632
|
-
display: flex;
|
|
4633
|
-
justify-content: space-between;
|
|
4634
|
-
align-items: center;
|
|
4635
|
-
padding: 0 24px 0 14px;
|
|
4636
|
-
position: relative;
|
|
4637
|
-
z-index: 10;
|
|
4638
|
-
}
|
|
4639
|
-
.E_h12yihis .left,
|
|
4640
|
-
.E_h12yihis .right,
|
|
4641
|
-
.E_h12yihis .center {
|
|
4642
|
-
display: flex;
|
|
4643
|
-
align-items: center;
|
|
4644
|
-
flex: 1;
|
|
4645
|
-
flex-shrink: 0;
|
|
4646
|
-
}
|
|
4647
|
-
.E_h12yihis .center {
|
|
4648
|
-
flex: 0.8;
|
|
4649
|
-
}
|
|
4650
|
-
.E_h12yihis .right {
|
|
4651
|
-
justify-content: flex-end;
|
|
4652
|
-
}
|
|
4653
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
4654
|
-
opacity: 1;
|
|
4655
|
-
}
|
|
4656
|
-
.E_h12yihis .right .btn-group {
|
|
4657
|
-
margin-left: 32px;
|
|
4658
|
-
position: relative;
|
|
4659
|
-
display: flex;
|
|
4660
|
-
align-items: center;
|
|
4661
|
-
}
|
|
4662
|
-
.E_h12yihis .right .btn-group:before {
|
|
4663
|
-
content: "";
|
|
4664
|
-
opacity: 0;
|
|
4665
|
-
height: 24px;
|
|
4666
|
-
width: 1px;
|
|
4667
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4668
|
-
position: absolute;
|
|
4669
|
-
left: -16px;
|
|
4670
|
-
top: 50%;
|
|
4671
|
-
transform: translateY(-50%);
|
|
4672
|
-
transition: opacity 160ms ease;
|
|
4673
|
-
}
|
|
4674
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
4675
|
-
transition: all 160ms ease;
|
|
4676
|
-
cursor: pointer;
|
|
4677
|
-
width: 56px;
|
|
4678
|
-
height: 40px;
|
|
4679
|
-
display: inline-flex;
|
|
4680
|
-
align-items: center;
|
|
4681
|
-
justify-content: center;
|
|
4682
|
-
border-radius: 6px;
|
|
4683
|
-
}
|
|
4684
|
-
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
4685
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
4686
|
-
}
|
|
4687
|
-
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
4688
|
-
transform: translateY(2px);
|
|
4689
|
-
transition: all 320ms ease;
|
|
4690
|
-
}
|
|
4691
|
-
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
4692
|
-
margin-left: 4px;
|
|
4693
|
-
}
|
|
4694
|
-
.E_h12yihis .right .create-menu-and-export {
|
|
4695
|
-
height: 48px;
|
|
4696
|
-
overflow: hidden;
|
|
4697
|
-
display: flex;
|
|
4698
|
-
align-items: center;
|
|
4699
|
-
padding: 0 4px;
|
|
4700
|
-
margin: 0 -4px;
|
|
4701
|
-
}
|
|
4702
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
4703
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
4704
|
-
transform: translateY(0);
|
|
4705
|
-
}
|
|
4706
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
4707
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4708
|
-
height: 48px;
|
|
4709
|
-
transform: translateY(100%);
|
|
4710
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4711
|
-
display: inline-flex;
|
|
4712
|
-
align-items: center;
|
|
4713
|
-
}
|
|
4714
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
4715
|
-
margin-right: 10px;
|
|
4716
|
-
}
|
|
4717
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
4718
|
-
width: 32px;
|
|
4719
|
-
height: 32px;
|
|
4720
|
-
border-radius: 6px;
|
|
4721
|
-
}
|
|
4722
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
4723
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4724
|
-
}
|
|
4725
|
-
.E_h12yihis .alert,
|
|
4726
|
-
.E_h12yihis .task {
|
|
4727
|
-
position: relative;
|
|
4728
|
-
}
|
|
4729
|
-
.E_h12yihis .alert .alert-icon,
|
|
4730
|
-
.E_h12yihis .alert .task-icon,
|
|
4731
|
-
.E_h12yihis .task .alert-icon,
|
|
4732
|
-
.E_h12yihis .task .task-icon {
|
|
4733
|
-
width: 56px;
|
|
4734
|
-
height: 40px;
|
|
4735
|
-
justify-content: center;
|
|
4736
|
-
}
|
|
4737
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
4738
|
-
.E_h12yihis .task .ant-badge-count {
|
|
4739
|
-
right: 16px;
|
|
4740
|
-
top: 10px;
|
|
4741
|
-
}
|
|
4742
|
-
.E_h12yihis .logo {
|
|
4743
|
-
display: inline-flex;
|
|
4744
|
-
align-items: center;
|
|
4745
|
-
}
|
|
4746
|
-
.E_h12yihis .left {
|
|
4747
|
-
position: relative;
|
|
4748
|
-
}
|
|
4749
|
-
.E_h12yihis .left .events-audit-title {
|
|
4750
|
-
font-size: 20px;
|
|
4751
|
-
line-height: 24px;
|
|
4752
|
-
font-weight: bold;
|
|
4753
|
-
color: #1d326c;
|
|
4754
|
-
margin: 0px 8px;
|
|
4755
|
-
}
|
|
4756
|
-
.E_h12yihis .left .global-search {
|
|
4757
|
-
margin-left: 6px;
|
|
4758
|
-
}
|
|
4759
|
-
.E_h12yihis.global-search-active {
|
|
4760
|
-
z-index: 11;
|
|
4761
|
-
}
|
|
4762
|
-
.E_h12yihis.global-search-active .left {
|
|
4763
|
-
flex: 1;
|
|
4764
|
-
margin-right: 32px;
|
|
4765
|
-
}
|
|
4766
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
4767
|
-
display: flex;
|
|
4768
|
-
flex: 1;
|
|
4769
|
-
}
|
|
4770
|
-
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
4771
|
-
border-color: #0080ff;
|
|
4772
|
-
width: 100%;
|
|
4773
|
-
}
|
|
4774
|
-
.E_h12yihis.global-search-active .center {
|
|
4775
|
-
display: none;
|
|
4776
|
-
}
|
|
4777
|
-
.E_h12yihis.global-search-active .right {
|
|
4778
|
-
flex: 0 1 auto;
|
|
4779
|
-
}
|
|
4780
|
-
.E_h12yihis .ant-badge-count {
|
|
4781
|
-
pointer-events: none;
|
|
4782
|
-
}
|
|
4783
|
-
|
|
4784
|
-
.E_ncaepor {
|
|
4785
|
-
color: rgba(10, 37, 85, 0.6);
|
|
4786
|
-
position: relative;
|
|
4787
|
-
height: 48px;
|
|
4788
|
-
display: inline-flex;
|
|
4789
|
-
align-items: center;
|
|
4790
|
-
justify-content: center;
|
|
4791
|
-
overflow: hidden;
|
|
4792
|
-
}
|
|
4793
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
4794
|
-
content: "";
|
|
4795
|
-
width: 100%;
|
|
4796
|
-
height: 12px;
|
|
4797
|
-
position: absolute;
|
|
4798
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
4799
|
-
}
|
|
4800
|
-
.E_ncaepor:before {
|
|
4801
|
-
top: 0;
|
|
4802
|
-
}
|
|
4803
|
-
.E_ncaepor:after {
|
|
4804
|
-
bottom: 0;
|
|
4805
|
-
}
|
|
4806
|
-
.E_ncaepor > * {
|
|
4807
|
-
height: 48px;
|
|
4808
|
-
display: inline-flex;
|
|
4809
|
-
align-items: center;
|
|
4810
|
-
white-space: nowrap;
|
|
4811
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
4812
|
-
}
|
|
4813
|
-
.E_ncaepor .name-text {
|
|
4814
|
-
transform: translateY(0);
|
|
4815
|
-
opacity: 1;
|
|
4816
|
-
}
|
|
4817
|
-
.E_ncaepor .nav-info {
|
|
4818
|
-
transform: translateY(100%);
|
|
4819
|
-
opacity: 0;
|
|
4820
|
-
font-size: 18px;
|
|
4821
|
-
font-weight: 700;
|
|
4822
|
-
position: absolute;
|
|
4823
|
-
overflow: hidden;
|
|
4824
|
-
display: flex;
|
|
4825
|
-
justify-content: center;
|
|
4826
|
-
}
|
|
4827
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
4828
|
-
color: #1d326c;
|
|
4829
|
-
flex: 1;
|
|
4830
|
-
overflow: hidden;
|
|
4831
|
-
text-overflow: ellipsis;
|
|
4832
|
-
}
|
|
4833
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
4834
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4835
|
-
margin-left: 8px;
|
|
4836
|
-
}
|
|
4837
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
4838
|
-
transform: translateY(-100%);
|
|
4839
|
-
opacity: 0;
|
|
4840
|
-
position: absolute;
|
|
4841
|
-
}
|
|
4842
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
4843
|
-
transform: translateY(0);
|
|
4844
|
-
opacity: 1;
|
|
4845
|
-
position: static;
|
|
4846
|
-
}
|
|
4847
|
-
|
|
4848
|
-
.E_c1yd35n {
|
|
4849
|
-
padding: 0 12px 14px 12px;
|
|
4850
|
-
}
|
|
4851
|
-
|
|
4852
|
-
.E_ckui4s7 {
|
|
4853
|
-
color: #2d3a56;
|
|
4854
|
-
line-height: 22px;
|
|
4855
|
-
display: inline-flex;
|
|
4856
|
-
}
|
|
4857
|
-
.E_ckui4s7 .ant-checkbox {
|
|
4858
|
-
height: 22px;
|
|
4859
|
-
display: flex;
|
|
4860
|
-
align-items: center;
|
|
4861
|
-
top: 0;
|
|
4862
|
-
}
|
|
4863
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4864
|
-
border: none;
|
|
4865
|
-
}
|
|
4866
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4867
|
-
border-color: #0080ff;
|
|
4868
|
-
}
|
|
4869
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4870
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4871
|
-
}
|
|
4872
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4873
|
-
border: 1px solid #0080ff;
|
|
4874
|
-
}
|
|
4875
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4876
|
-
background: #0080ff;
|
|
4877
|
-
}
|
|
4878
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4879
|
-
background-color: #fff;
|
|
4880
|
-
height: 2px;
|
|
4881
|
-
width: 10px;
|
|
4882
|
-
border-radius: 2px;
|
|
4883
|
-
}
|
|
4884
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4885
|
-
opacity: 0.5;
|
|
4886
|
-
}
|
|
4887
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4888
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4889
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4890
|
-
}
|
|
4891
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4892
|
-
border-color: #2d3a56;
|
|
4893
|
-
}
|
|
4894
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4895
|
-
background: #2d3a56;
|
|
4896
|
-
}
|
|
4897
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4898
|
-
padding: 0;
|
|
4821
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
4822
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
4823
|
+
z-index: 10;
|
|
4899
4824
|
}
|
|
4900
|
-
.
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4825
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
4826
|
+
padding: 0 !important;
|
|
4827
|
+
position: relative;
|
|
4828
|
+
background: #fff;
|
|
4904
4829
|
}
|
|
4905
|
-
.
|
|
4906
|
-
|
|
4907
|
-
|
|
4830
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
4831
|
+
height: 100%;
|
|
4832
|
+
display: flex;
|
|
4833
|
+
align-items: center;
|
|
4834
|
+
justify-content: flex-end;
|
|
4835
|
+
padding-right: 8px;
|
|
4908
4836
|
}
|
|
4909
|
-
.
|
|
4910
|
-
|
|
4837
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4838
|
+
width: 24px;
|
|
4839
|
+
height: 24px;
|
|
4840
|
+
cursor: pointer;
|
|
4841
|
+
justify-content: center;
|
|
4842
|
+
border-radius: 4px;
|
|
4911
4843
|
}
|
|
4912
|
-
.
|
|
4913
|
-
|
|
4844
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
4845
|
+
background: #fff;
|
|
4914
4846
|
}
|
|
4915
4847
|
|
|
4916
|
-
.
|
|
4917
|
-
|
|
4918
|
-
|
|
4848
|
+
.E_l1ucdodl {
|
|
4849
|
+
margin: 0;
|
|
4850
|
+
border-radius: 20px;
|
|
4851
|
+
padding: 2px 10px;
|
|
4852
|
+
height: 22px;
|
|
4919
4853
|
display: flex;
|
|
4920
|
-
justify-content: space-between;
|
|
4921
4854
|
align-items: center;
|
|
4922
4855
|
}
|
|
4923
|
-
.
|
|
4924
|
-
|
|
4856
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
4857
|
+
color: #FFFFFF;
|
|
4925
4858
|
}
|
|
4926
|
-
.
|
|
4859
|
+
.E_l1ucdodl.tag-hover {
|
|
4927
4860
|
cursor: pointer;
|
|
4928
|
-
color: #00122e;
|
|
4929
4861
|
}
|
|
4930
|
-
.
|
|
4931
|
-
color: #
|
|
4932
|
-
font-weight: 600;
|
|
4862
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4863
|
+
color: #00122E;
|
|
4933
4864
|
}
|
|
4934
|
-
.
|
|
4935
|
-
|
|
4865
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4866
|
+
margin-right: 6px;
|
|
4936
4867
|
}
|
|
4937
|
-
.
|
|
4938
|
-
|
|
4939
|
-
|
|
4868
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4869
|
+
margin-left: 8px;
|
|
4870
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4940
4871
|
}
|
|
4941
|
-
.
|
|
4942
|
-
|
|
4943
|
-
align-items: center;
|
|
4944
|
-
user-select: none;
|
|
4945
|
-
flex-grow: 1;
|
|
4946
|
-
font-size: 12px;
|
|
4947
|
-
line-height: 18px;
|
|
4948
|
-
color: #2d3a56;
|
|
4949
|
-
font-weight: 700;
|
|
4872
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4873
|
+
color: #FFFFFF;
|
|
4950
4874
|
}
|
|
4951
|
-
.
|
|
4952
|
-
|
|
4953
|
-
margin-right: 2px;
|
|
4875
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4876
|
+
background-color: #0080FF;
|
|
4954
4877
|
}
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4878
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4879
|
+
background-color: #F0483E;
|
|
4958
4880
|
}
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
border-radius: 8px;
|
|
4962
|
-
background-color: white;
|
|
4881
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4882
|
+
background-color: #FEA008;
|
|
4963
4883
|
}
|
|
4964
|
-
.
|
|
4965
|
-
|
|
4884
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4885
|
+
background-color: #00BA5D;
|
|
4966
4886
|
}
|
|
4967
|
-
.
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4887
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4888
|
+
background-color: #6b7d99;
|
|
4889
|
+
}
|
|
4890
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4891
|
+
background-color: #7E41FF;
|
|
4971
4892
|
}
|
|
4972
4893
|
|
|
4973
|
-
.
|
|
4974
|
-
width:
|
|
4975
|
-
height:
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
justify-content: center;
|
|
4979
|
-
position: relative;
|
|
4980
|
-
opacity: 0.2;
|
|
4894
|
+
.E_s1qj66nc {
|
|
4895
|
+
width: 8px;
|
|
4896
|
+
height: 8px;
|
|
4897
|
+
border-radius: 50%;
|
|
4898
|
+
display: inline-block;
|
|
4981
4899
|
}
|
|
4982
4900
|
|
|
4983
|
-
.
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
top: 40.5px;
|
|
4989
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4990
|
-
border-radius: 5px;
|
|
4991
|
-
transform: rotate(-128deg);
|
|
4992
|
-
transform-origin: top left;
|
|
4993
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4901
|
+
.E_s5x1boq {
|
|
4902
|
+
width: 8px;
|
|
4903
|
+
height: 8px;
|
|
4904
|
+
border-radius: 2px;
|
|
4905
|
+
display: inline-block;
|
|
4994
4906
|
}
|
|
4995
4907
|
|
|
4996
|
-
.
|
|
4997
|
-
|
|
4998
|
-
width: 5px;
|
|
4999
|
-
height: 48px;
|
|
5000
|
-
left: 40.8px;
|
|
5001
|
-
top: 8.4px;
|
|
5002
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5003
|
-
border-radius: 5px;
|
|
5004
|
-
transform: rotate(-8deg);
|
|
5005
|
-
transform-origin: top left;
|
|
5006
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4908
|
+
.E_c1xm185 {
|
|
4909
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5007
4910
|
}
|
|
5008
4911
|
|
|
5009
|
-
.
|
|
5010
|
-
|
|
5011
|
-
width: 5px;
|
|
5012
|
-
height: 48px;
|
|
5013
|
-
left: 52.9px;
|
|
5014
|
-
top: 51.8px;
|
|
5015
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5016
|
-
border-radius: 5px;
|
|
5017
|
-
transform: rotate(112deg);
|
|
5018
|
-
transform-origin: top left;
|
|
5019
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4912
|
+
.E_c1x5l5qc {
|
|
4913
|
+
flex: 1;
|
|
5020
4914
|
}
|
|
5021
4915
|
|
|
5022
4916
|
.E_u3l9ivi {
|
|
@@ -5176,64 +5070,200 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5176
5070
|
align-items: self-start;
|
|
5177
5071
|
color: #00122e;
|
|
5178
5072
|
}
|
|
5179
|
-
.E_ftdwz1g .file-size,
|
|
5180
|
-
.E_ftdwz1g .file-size-unit {
|
|
5181
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5073
|
+
.E_ftdwz1g .file-size,
|
|
5074
|
+
.E_ftdwz1g .file-size-unit {
|
|
5075
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5076
|
+
}
|
|
5077
|
+
.E_ftdwz1g .file-info {
|
|
5078
|
+
flex-grow: 1;
|
|
5079
|
+
overflow: hidden;
|
|
5080
|
+
}
|
|
5081
|
+
.E_ftdwz1g .icon-wrapper {
|
|
5082
|
+
margin-top: 2px;
|
|
5083
|
+
cursor: pointer;
|
|
5084
|
+
}
|
|
5085
|
+
.E_ftdwz1g .upload-file-error {
|
|
5086
|
+
color: #f0483e;
|
|
5087
|
+
}
|
|
5088
|
+
.E_ftdwz1g.file-error-wrapper {
|
|
5089
|
+
background: rgba(255, 74, 74, 0.1);
|
|
5090
|
+
}
|
|
5091
|
+
.E_ftdwz1g.disabled {
|
|
5092
|
+
opacity: 0.5;
|
|
5093
|
+
}
|
|
5094
|
+
|
|
5095
|
+
.E_ckui4s7 {
|
|
5096
|
+
color: #2d3a56;
|
|
5097
|
+
line-height: 22px;
|
|
5098
|
+
display: inline-flex;
|
|
5099
|
+
}
|
|
5100
|
+
.E_ckui4s7 .ant-checkbox {
|
|
5101
|
+
height: 22px;
|
|
5102
|
+
display: flex;
|
|
5103
|
+
align-items: center;
|
|
5104
|
+
top: 0;
|
|
5105
|
+
}
|
|
5106
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
5107
|
+
border: none;
|
|
5108
|
+
}
|
|
5109
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
5110
|
+
border-color: #0080ff;
|
|
5111
|
+
}
|
|
5112
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
5113
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
5114
|
+
}
|
|
5115
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
5116
|
+
border: 1px solid #0080ff;
|
|
5117
|
+
}
|
|
5118
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
5119
|
+
background: #0080ff;
|
|
5120
|
+
}
|
|
5121
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
5122
|
+
background-color: #fff;
|
|
5123
|
+
height: 2px;
|
|
5124
|
+
width: 10px;
|
|
5125
|
+
border-radius: 2px;
|
|
5126
|
+
}
|
|
5127
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
5128
|
+
opacity: 0.5;
|
|
5129
|
+
}
|
|
5130
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
5131
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5132
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
5133
|
+
}
|
|
5134
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
5135
|
+
border-color: #2d3a56;
|
|
5136
|
+
}
|
|
5137
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
5138
|
+
background: #2d3a56;
|
|
5139
|
+
}
|
|
5140
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
5141
|
+
padding: 0;
|
|
5142
|
+
}
|
|
5143
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
5144
|
+
display: inline-block;
|
|
5145
|
+
margin-left: 12px;
|
|
5146
|
+
color: #2d3a56;
|
|
5147
|
+
}
|
|
5148
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
5149
|
+
margin-left: 28px;
|
|
5150
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5151
|
+
}
|
|
5152
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
5153
|
+
margin-left: 8px;
|
|
5154
|
+
}
|
|
5155
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
5156
|
+
margin-left: 24px;
|
|
5157
|
+
}
|
|
5158
|
+
|
|
5159
|
+
.E_c1yd35n {
|
|
5160
|
+
padding: 0 12px 14px 12px;
|
|
5161
|
+
}
|
|
5162
|
+
|
|
5163
|
+
.E_c1kghdax {
|
|
5164
|
+
color: #2d3a56;
|
|
5165
|
+
padding: 7px 12px;
|
|
5166
|
+
display: flex;
|
|
5167
|
+
justify-content: space-between;
|
|
5168
|
+
align-items: center;
|
|
5169
|
+
}
|
|
5170
|
+
.E_c1kghdax.has-arrow {
|
|
5171
|
+
padding-left: 10px;
|
|
5172
|
+
}
|
|
5173
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
5174
|
+
cursor: pointer;
|
|
5175
|
+
color: #00122e;
|
|
5176
|
+
}
|
|
5177
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
5178
|
+
color: #2d3a56;
|
|
5179
|
+
font-weight: 600;
|
|
5182
5180
|
}
|
|
5183
|
-
.
|
|
5184
|
-
|
|
5185
|
-
overflow: hidden;
|
|
5181
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
5182
|
+
transform: rotate(90deg);
|
|
5186
5183
|
}
|
|
5187
|
-
.
|
|
5188
|
-
|
|
5189
|
-
|
|
5184
|
+
.E_c1kghdax .sub-info {
|
|
5185
|
+
font-size: 12px;
|
|
5186
|
+
line-height: 18px;
|
|
5190
5187
|
}
|
|
5191
|
-
.
|
|
5192
|
-
|
|
5188
|
+
.E_c1kghdax .title-wrapper {
|
|
5189
|
+
display: flex;
|
|
5190
|
+
align-items: center;
|
|
5191
|
+
user-select: none;
|
|
5192
|
+
flex-grow: 1;
|
|
5193
|
+
font-size: 12px;
|
|
5194
|
+
line-height: 18px;
|
|
5195
|
+
color: #2d3a56;
|
|
5196
|
+
font-weight: 700;
|
|
5193
5197
|
}
|
|
5194
|
-
.
|
|
5195
|
-
|
|
5198
|
+
.E_c1kghdax .collapse-arrow {
|
|
5199
|
+
transition: all 50ms ease-out 0ms;
|
|
5200
|
+
margin-right: 2px;
|
|
5196
5201
|
}
|
|
5197
|
-
|
|
5198
|
-
|
|
5202
|
+
|
|
5203
|
+
.E_b14q2gmw {
|
|
5204
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
5199
5205
|
}
|
|
5200
5206
|
|
|
5201
|
-
.
|
|
5202
|
-
|
|
5207
|
+
.E_c1eym6el {
|
|
5208
|
+
border-radius: 8px;
|
|
5209
|
+
background-color: white;
|
|
5203
5210
|
}
|
|
5204
|
-
.
|
|
5205
|
-
|
|
5206
|
-
padding-right: 4px;
|
|
5207
|
-
margin-right: 4px;
|
|
5211
|
+
.E_c1eym6el.hoverable {
|
|
5212
|
+
cursor: pointer;
|
|
5208
5213
|
}
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5214
|
+
.E_c1eym6el.hoverable:hover {
|
|
5215
|
+
transition: all 200ms ease;
|
|
5216
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
5217
|
+
transform: translateY(-4px);
|
|
5213
5218
|
}
|
|
5214
5219
|
|
|
5215
|
-
.
|
|
5216
|
-
|
|
5217
|
-
height:
|
|
5220
|
+
.E_lht19u8 {
|
|
5221
|
+
width: 64px;
|
|
5222
|
+
height: 64px;
|
|
5223
|
+
display: flex;
|
|
5224
|
+
align-items: center;
|
|
5225
|
+
justify-content: center;
|
|
5226
|
+
position: relative;
|
|
5227
|
+
opacity: 0.2;
|
|
5218
5228
|
}
|
|
5219
5229
|
|
|
5220
|
-
.
|
|
5221
|
-
|
|
5230
|
+
.E_lk3gkp4 {
|
|
5231
|
+
position: absolute;
|
|
5232
|
+
width: 5px;
|
|
5233
|
+
height: 48px;
|
|
5234
|
+
left: 9.33px;
|
|
5235
|
+
top: 40.5px;
|
|
5236
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5237
|
+
border-radius: 5px;
|
|
5238
|
+
transform: rotate(-128deg);
|
|
5239
|
+
transform-origin: top left;
|
|
5240
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5222
5241
|
}
|
|
5223
5242
|
|
|
5224
|
-
.
|
|
5225
|
-
|
|
5226
|
-
|
|
5243
|
+
.E_ll4n94n {
|
|
5244
|
+
position: absolute;
|
|
5245
|
+
width: 5px;
|
|
5246
|
+
height: 48px;
|
|
5247
|
+
left: 40.8px;
|
|
5248
|
+
top: 8.4px;
|
|
5249
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5250
|
+
border-radius: 5px;
|
|
5251
|
+
transform: rotate(-8deg);
|
|
5252
|
+
transform-origin: top left;
|
|
5253
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5227
5254
|
}
|
|
5228
5255
|
|
|
5229
|
-
.
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5256
|
+
.E_l17lbdo6 {
|
|
5257
|
+
position: absolute;
|
|
5258
|
+
width: 5px;
|
|
5259
|
+
height: 48px;
|
|
5260
|
+
left: 52.9px;
|
|
5261
|
+
top: 51.8px;
|
|
5262
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5263
|
+
border-radius: 5px;
|
|
5264
|
+
transform: rotate(112deg);
|
|
5265
|
+
transform-origin: top left;
|
|
5266
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5237
5267
|
}
|
|
5238
5268
|
|
|
5239
5269
|
.E_sjob3jg {
|
|
@@ -5431,77 +5461,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5431
5461
|
justify-content: center;
|
|
5432
5462
|
}
|
|
5433
5463
|
|
|
5434
|
-
.
|
|
5435
|
-
|
|
5436
|
-
|
|
5464
|
+
.E_t1tbywr9 {
|
|
5465
|
+
width: 100%;
|
|
5466
|
+
flex: 1;
|
|
5467
|
+
display: flex;
|
|
5468
|
+
flex-direction: column;
|
|
5437
5469
|
}
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5470
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5471
|
+
height: 32px;
|
|
5472
|
+
}
|
|
5473
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5474
|
+
height: 32px;
|
|
5475
|
+
}
|
|
5476
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5477
|
+
height: 32px;
|
|
5478
|
+
border-top-left-radius: 6px;
|
|
5479
|
+
border-top-right-radius: 6px;
|
|
5480
|
+
padding-right: 16px;
|
|
5481
|
+
padding-left: 16px;
|
|
5482
|
+
font-size: 16px;
|
|
5483
|
+
}
|
|
5484
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5485
|
+
height: 24px;
|
|
5486
|
+
}
|
|
5487
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5488
|
+
height: 24px;
|
|
5489
|
+
}
|
|
5490
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5491
|
+
height: 24px;
|
|
5492
|
+
border-top-left-radius: 4px;
|
|
5493
|
+
border-top-right-radius: 4px;
|
|
5494
|
+
padding-right: 12px;
|
|
5495
|
+
padding-left: 12px;
|
|
5496
|
+
font-size: 14px;
|
|
5497
|
+
}
|
|
5498
|
+
.E_t1tbywr9 .tab-bar {
|
|
5499
|
+
max-width: 100%;
|
|
5444
5500
|
display: flex;
|
|
5445
|
-
|
|
5501
|
+
place-items: center;
|
|
5502
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5446
5503
|
}
|
|
5447
|
-
.
|
|
5448
|
-
|
|
5504
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5505
|
+
overflow: hidden;
|
|
5506
|
+
display: flex;
|
|
5507
|
+
place-items: center;
|
|
5449
5508
|
}
|
|
5450
|
-
.
|
|
5509
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5510
|
+
padding-left: 0px;
|
|
5511
|
+
}
|
|
5512
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5513
|
+
margin-left: 12px;
|
|
5514
|
+
position: relative;
|
|
5515
|
+
}
|
|
5516
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5517
|
+
content: "";
|
|
5518
|
+
width: 1px;
|
|
5519
|
+
height: 24px;
|
|
5520
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5521
|
+
position: absolute;
|
|
5522
|
+
left: -6px;
|
|
5523
|
+
top: 50%;
|
|
5524
|
+
transform: translateY(-50%);
|
|
5525
|
+
}
|
|
5526
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5527
|
+
flex-shrink: 0;
|
|
5528
|
+
display: flex;
|
|
5529
|
+
place-items: center;
|
|
5451
5530
|
cursor: pointer;
|
|
5531
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
5532
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5452
5533
|
}
|
|
5453
|
-
.
|
|
5454
|
-
|
|
5534
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5535
|
+
padding-left: 16px;
|
|
5536
|
+
color: #0080ff;
|
|
5537
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5455
5538
|
}
|
|
5456
|
-
.
|
|
5457
|
-
margin-
|
|
5539
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5540
|
+
margin-left: 2px;
|
|
5458
5541
|
}
|
|
5459
|
-
.
|
|
5542
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5543
|
+
width: 16px;
|
|
5544
|
+
height: 16px;
|
|
5545
|
+
padding: 0;
|
|
5546
|
+
border-radius: 2px;
|
|
5460
5547
|
margin-left: 8px;
|
|
5461
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5462
5548
|
}
|
|
5463
|
-
.
|
|
5464
|
-
|
|
5549
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5550
|
+
margin-left: 8px;
|
|
5465
5551
|
}
|
|
5466
|
-
.
|
|
5467
|
-
|
|
5552
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5553
|
+
padding-left: 16px;
|
|
5554
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5555
|
+
color: #0080ff;
|
|
5468
5556
|
}
|
|
5469
|
-
.
|
|
5470
|
-
|
|
5557
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5558
|
+
display: none;
|
|
5471
5559
|
}
|
|
5472
|
-
|
|
5473
|
-
|
|
5560
|
+
|
|
5561
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5562
|
+
color: #0080ff;
|
|
5563
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5564
|
+
}
|
|
5565
|
+
|
|
5566
|
+
.E_m19lu3v {
|
|
5567
|
+
cursor: default;
|
|
5568
|
+
}
|
|
5569
|
+
.E_m19lu3v .menu-wrapper {
|
|
5570
|
+
min-width: 160px;
|
|
5571
|
+
max-width: 400px;
|
|
5572
|
+
padding: 6px;
|
|
5573
|
+
background: #fff;
|
|
5574
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5575
|
+
border-radius: 8px;
|
|
5576
|
+
max-height: calc(100vh - 250px);
|
|
5577
|
+
overflow: auto;
|
|
5578
|
+
}
|
|
5579
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5580
|
+
display: flex;
|
|
5581
|
+
place-items: center;
|
|
5582
|
+
width: var(--itemWidth);
|
|
5583
|
+
}
|
|
5584
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5585
|
+
margin-top: 8px;
|
|
5474
5586
|
}
|
|
5475
|
-
.
|
|
5476
|
-
|
|
5587
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5588
|
+
padding: 6px;
|
|
5589
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5590
|
+
color: #0080ff;
|
|
5477
5591
|
}
|
|
5478
|
-
.
|
|
5479
|
-
|
|
5592
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5593
|
+
font-family: Inter;
|
|
5594
|
+
font-style: normal;
|
|
5595
|
+
font-weight: bold !important;
|
|
5480
5596
|
}
|
|
5481
|
-
.
|
|
5482
|
-
|
|
5597
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5598
|
+
padding: 5px 12px;
|
|
5599
|
+
border-radius: 4px;
|
|
5483
5600
|
}
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
height: 8px;
|
|
5488
|
-
border-radius: 50%;
|
|
5489
|
-
display: inline-block;
|
|
5601
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5602
|
+
color: #0080ff;
|
|
5603
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5490
5604
|
}
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5605
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5606
|
+
text-align: left;
|
|
5607
|
+
flex: 1;
|
|
5608
|
+
overflow: hidden;
|
|
5609
|
+
text-overflow: ellipsis;
|
|
5610
|
+
white-space: nowrap;
|
|
5497
5611
|
}
|
|
5498
5612
|
|
|
5499
|
-
.
|
|
5500
|
-
|
|
5613
|
+
.E_i1bmwe2m {
|
|
5614
|
+
margin: auto;
|
|
5615
|
+
cursor: pointer;
|
|
5616
|
+
line-height: normal;
|
|
5617
|
+
height: 16px;
|
|
5618
|
+
margin-right: 3px;
|
|
5501
5619
|
}
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5620
|
+
.E_i1bmwe2m .icon-inner {
|
|
5621
|
+
display: block;
|
|
5622
|
+
height: 16px;
|
|
5505
5623
|
}
|
|
5506
5624
|
|
|
5507
5625
|
.E_r77hffu {
|
|
@@ -5523,6 +5641,49 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5523
5641
|
margin-inline-end: unset;
|
|
5524
5642
|
}
|
|
5525
5643
|
|
|
5644
|
+
.E_i1g85yz3 {
|
|
5645
|
+
margin-right: 4px;
|
|
5646
|
+
height: 16px;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
.E_slr2ynn {
|
|
5650
|
+
padding: 0 8px;
|
|
5651
|
+
height: 18px;
|
|
5652
|
+
}
|
|
5653
|
+
|
|
5654
|
+
.E_m140wbb6 {
|
|
5655
|
+
padding: 2px 8px;
|
|
5656
|
+
height: 24px;
|
|
5657
|
+
}
|
|
5658
|
+
|
|
5659
|
+
.E_t1fozc1i {
|
|
5660
|
+
margin: 0;
|
|
5661
|
+
}
|
|
5662
|
+
|
|
5663
|
+
.E_i1vxv4ln {
|
|
5664
|
+
margin-right: 4px;
|
|
5665
|
+
height: 16px;
|
|
5666
|
+
}
|
|
5667
|
+
|
|
5668
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5669
|
+
font-weight: 700;
|
|
5670
|
+
color: #00122E;
|
|
5671
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5672
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5673
|
+
word-break: break-all;
|
|
5674
|
+
display: inline;
|
|
5675
|
+
white-space: normal;
|
|
5676
|
+
}
|
|
5677
|
+
|
|
5678
|
+
.E_w7ob4th.outside-tag {
|
|
5679
|
+
padding-left: 0;
|
|
5680
|
+
}
|
|
5681
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5682
|
+
border-radius: 4px 0 0 4px;
|
|
5683
|
+
padding-right: 4px;
|
|
5684
|
+
margin-right: 4px;
|
|
5685
|
+
}
|
|
5686
|
+
|
|
5526
5687
|
.E_t1dtlqs1 {
|
|
5527
5688
|
margin-bottom: 4px;
|
|
5528
5689
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -5717,196 +5878,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5717
5878
|
padding: 4px;
|
|
5718
5879
|
margin-right: 8px;
|
|
5719
5880
|
}
|
|
5720
|
-
|
|
5721
|
-
.E_t13ef470 {
|
|
5722
|
-
height: 100%;
|
|
5723
|
-
}
|
|
5724
|
-
.E_t13ef470 .table-loading-item {
|
|
5725
|
-
padding: 12px 4px;
|
|
5726
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5727
|
-
display: flex;
|
|
5728
|
-
}
|
|
5729
|
-
.E_t13ef470 .table-loading-item > * {
|
|
5730
|
-
height: 16px;
|
|
5731
|
-
margin: 4px;
|
|
5732
|
-
background: rgba(204, 212, 227, 0.18);
|
|
5733
|
-
border-radius: 2px;
|
|
5734
|
-
}
|
|
5735
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5736
|
-
width: 16px;
|
|
5737
|
-
}
|
|
5738
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
5739
|
-
flex: 1;
|
|
5740
|
-
}
|
|
5741
|
-
.E_t13ef470 :nth-child(1) {
|
|
5742
|
-
padding: 8px 4px;
|
|
5743
|
-
}
|
|
5744
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5745
|
-
background: rgba(107, 125, 153, 0.18);
|
|
5746
|
-
}
|
|
5747
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5748
|
-
background: rgba(163, 180, 204, 0.18);
|
|
5749
|
-
}
|
|
5750
|
-
|
|
5751
|
-
.E_t1tbywr9 {
|
|
5752
|
-
width: 100%;
|
|
5753
|
-
flex: 1;
|
|
5754
|
-
display: flex;
|
|
5755
|
-
flex-direction: column;
|
|
5756
|
-
}
|
|
5757
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
5758
|
-
height: 32px;
|
|
5759
|
-
}
|
|
5760
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5761
|
-
height: 32px;
|
|
5762
|
-
}
|
|
5763
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5764
|
-
height: 32px;
|
|
5765
|
-
border-top-left-radius: 6px;
|
|
5766
|
-
border-top-right-radius: 6px;
|
|
5767
|
-
padding-right: 16px;
|
|
5768
|
-
padding-left: 16px;
|
|
5769
|
-
font-size: 16px;
|
|
5770
|
-
}
|
|
5771
|
-
.E_t1tbywr9.small .tab-bar {
|
|
5772
|
-
height: 24px;
|
|
5773
|
-
}
|
|
5774
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5775
|
-
height: 24px;
|
|
5776
|
-
}
|
|
5777
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5778
|
-
height: 24px;
|
|
5779
|
-
border-top-left-radius: 4px;
|
|
5780
|
-
border-top-right-radius: 4px;
|
|
5781
|
-
padding-right: 12px;
|
|
5782
|
-
padding-left: 12px;
|
|
5783
|
-
font-size: 14px;
|
|
5784
|
-
}
|
|
5785
|
-
.E_t1tbywr9 .tab-bar {
|
|
5786
|
-
max-width: 100%;
|
|
5787
|
-
display: flex;
|
|
5788
|
-
place-items: center;
|
|
5789
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5790
|
-
}
|
|
5791
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5792
|
-
overflow: hidden;
|
|
5793
|
-
display: flex;
|
|
5794
|
-
place-items: center;
|
|
5795
|
-
}
|
|
5796
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5797
|
-
padding-left: 0px;
|
|
5798
|
-
}
|
|
5799
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5800
|
-
margin-left: 12px;
|
|
5801
|
-
position: relative;
|
|
5802
|
-
}
|
|
5803
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5804
|
-
content: "";
|
|
5805
|
-
width: 1px;
|
|
5806
|
-
height: 24px;
|
|
5807
|
-
background: rgba(172, 186, 211, 0.6);
|
|
5808
|
-
position: absolute;
|
|
5809
|
-
left: -6px;
|
|
5810
|
-
top: 50%;
|
|
5811
|
-
transform: translateY(-50%);
|
|
5812
|
-
}
|
|
5813
|
-
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5814
|
-
flex-shrink: 0;
|
|
5815
|
-
display: flex;
|
|
5816
|
-
place-items: center;
|
|
5817
|
-
cursor: pointer;
|
|
5818
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
5819
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5820
|
-
}
|
|
5821
|
-
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5822
|
-
padding-left: 16px;
|
|
5823
|
-
color: #0080ff;
|
|
5824
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
5825
|
-
}
|
|
5826
|
-
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5827
|
-
margin-left: 2px;
|
|
5828
|
-
}
|
|
5829
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5830
|
-
width: 16px;
|
|
5831
|
-
height: 16px;
|
|
5832
|
-
padding: 0;
|
|
5833
|
-
border-radius: 2px;
|
|
5834
|
-
margin-left: 8px;
|
|
5835
|
-
}
|
|
5836
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5837
|
-
margin-left: 8px;
|
|
5838
|
-
}
|
|
5839
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5840
|
-
padding-left: 16px;
|
|
5841
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5842
|
-
color: #0080ff;
|
|
5843
|
-
}
|
|
5844
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5845
|
-
display: none;
|
|
5846
|
-
}
|
|
5847
|
-
|
|
5848
|
-
.E_ti12z2.ant-dropdown-open {
|
|
5849
|
-
color: #0080ff;
|
|
5850
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5851
|
-
}
|
|
5852
|
-
|
|
5853
|
-
.E_m19lu3v {
|
|
5854
|
-
cursor: default;
|
|
5855
|
-
}
|
|
5856
|
-
.E_m19lu3v .menu-wrapper {
|
|
5857
|
-
min-width: 160px;
|
|
5858
|
-
max-width: 400px;
|
|
5859
|
-
padding: 6px;
|
|
5860
|
-
background: #fff;
|
|
5861
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5862
|
-
border-radius: 8px;
|
|
5863
|
-
max-height: calc(100vh - 250px);
|
|
5864
|
-
overflow: auto;
|
|
5865
|
-
}
|
|
5866
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5867
|
-
display: flex;
|
|
5868
|
-
place-items: center;
|
|
5869
|
-
width: var(--itemWidth);
|
|
5870
|
-
}
|
|
5871
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5872
|
-
margin-top: 8px;
|
|
5873
|
-
}
|
|
5874
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5875
|
-
padding: 6px;
|
|
5876
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5877
|
-
color: #0080ff;
|
|
5878
|
-
}
|
|
5879
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5880
|
-
font-family: Inter;
|
|
5881
|
-
font-style: normal;
|
|
5882
|
-
font-weight: bold !important;
|
|
5881
|
+
|
|
5882
|
+
.E_t13ef470 {
|
|
5883
|
+
height: 100%;
|
|
5883
5884
|
}
|
|
5884
|
-
.
|
|
5885
|
-
padding:
|
|
5886
|
-
border-
|
|
5885
|
+
.E_t13ef470 .table-loading-item {
|
|
5886
|
+
padding: 12px 4px;
|
|
5887
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5888
|
+
display: flex;
|
|
5887
5889
|
}
|
|
5888
|
-
.
|
|
5889
|
-
|
|
5890
|
-
|
|
5890
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5891
|
+
height: 16px;
|
|
5892
|
+
margin: 4px;
|
|
5893
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5894
|
+
border-radius: 2px;
|
|
5891
5895
|
}
|
|
5892
|
-
.
|
|
5893
|
-
|
|
5896
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5897
|
+
width: 16px;
|
|
5898
|
+
}
|
|
5899
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5894
5900
|
flex: 1;
|
|
5895
|
-
overflow: hidden;
|
|
5896
|
-
text-overflow: ellipsis;
|
|
5897
|
-
white-space: nowrap;
|
|
5898
5901
|
}
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
margin: auto;
|
|
5902
|
-
cursor: pointer;
|
|
5903
|
-
line-height: normal;
|
|
5904
|
-
height: 16px;
|
|
5905
|
-
margin-right: 3px;
|
|
5902
|
+
.E_t13ef470 :nth-child(1) {
|
|
5903
|
+
padding: 8px 4px;
|
|
5906
5904
|
}
|
|
5907
|
-
.
|
|
5908
|
-
|
|
5909
|
-
|
|
5905
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5906
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5907
|
+
}
|
|
5908
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5909
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5910
5910
|
}
|
|
5911
5911
|
|
|
5912
5912
|
.E_m11nzl2x {
|
|
@@ -6312,10 +6312,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6312
6312
|
background-color: #E07F00;
|
|
6313
6313
|
}
|
|
6314
6314
|
|
|
6315
|
-
.E_b1jaupqb {
|
|
6316
|
-
color: #F0483E;
|
|
6317
|
-
}
|
|
6318
|
-
|
|
6319
6315
|
.E_t59qhqp {
|
|
6320
6316
|
padding: 0px;
|
|
6321
6317
|
padding-top: 5px;
|
|
@@ -6364,6 +6360,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6364
6360
|
color: #00122E;
|
|
6365
6361
|
}
|
|
6366
6362
|
|
|
6363
|
+
.E_b1jaupqb {
|
|
6364
|
+
color: #F0483E;
|
|
6365
|
+
}
|
|
6366
|
+
|
|
6367
6367
|
.E_icab5o7 {
|
|
6368
6368
|
--modal-to-viewport-margin: 10px;
|
|
6369
6369
|
--modal-body-padding-bottom: 40px;
|
|
@@ -6501,19 +6501,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6501
6501
|
);
|
|
6502
6502
|
--side-panel-margin-top: 140px;
|
|
6503
6503
|
}
|
|
6504
|
-
.E_myhed70 .left {
|
|
6504
|
+
.E_myhed70 > .left {
|
|
6505
6505
|
width: var(--left-width);
|
|
6506
6506
|
overflow: auto;
|
|
6507
6507
|
position: fixed;
|
|
6508
6508
|
left: var(--modal-body-padding);
|
|
6509
6509
|
top: calc(var(--modal-to-viewport-margin) + var(--side-panel-margin-top));
|
|
6510
6510
|
}
|
|
6511
|
-
.E_myhed70 .middle {
|
|
6511
|
+
.E_myhed70 > .middle {
|
|
6512
6512
|
width: var(--content-width);
|
|
6513
6513
|
overflow: auto;
|
|
6514
6514
|
margin: auto;
|
|
6515
6515
|
}
|
|
6516
|
-
.E_myhed70 .right {
|
|
6516
|
+
.E_myhed70 > .right {
|
|
6517
6517
|
width: var(--right-width);
|
|
6518
6518
|
overflow: auto;
|
|
6519
6519
|
position: fixed;
|
|
@@ -6561,33 +6561,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6561
6561
|
font-weight: bold;
|
|
6562
6562
|
}
|
|
6563
6563
|
|
|
6564
|
-
.
|
|
6564
|
+
.E_sqv6dmy {
|
|
6565
6565
|
display: flex;
|
|
6566
|
-
|
|
6567
|
-
justify-content: center;
|
|
6568
|
-
position: relative;
|
|
6569
|
-
border-radius: 2px;
|
|
6570
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6571
|
-
overflow: hidden;
|
|
6566
|
+
justify-content: flex-end;
|
|
6572
6567
|
}
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
transform: rotate(15deg);
|
|
6577
|
-
position: absolute;
|
|
6578
|
-
top: -50%;
|
|
6579
|
-
flex-shrink: 0;
|
|
6580
|
-
opacity: 0.8;
|
|
6581
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6582
|
-
animation: shimmer 1100ms infinite;
|
|
6568
|
+
|
|
6569
|
+
.E_p1rm8wzb {
|
|
6570
|
+
margin-right: 8px;
|
|
6583
6571
|
}
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6572
|
+
|
|
6573
|
+
.E_sd7qcf4 {
|
|
6574
|
+
height: 100%;
|
|
6575
|
+
width: 100%;
|
|
6576
|
+
overflow: auto;
|
|
6577
|
+
}
|
|
6578
|
+
|
|
6579
|
+
.E_r1fxc9gq.right {
|
|
6580
|
+
overflow: auto;
|
|
6581
|
+
padding-right: 2px;
|
|
6582
|
+
width: 200px;
|
|
6583
|
+
height: fit-content;
|
|
6584
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6585
|
+
scrollbar-gutter: stable;
|
|
6586
|
+
}
|
|
6587
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6588
|
+
width: 6px;
|
|
6589
|
+
}
|
|
6590
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6591
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6592
|
+
}
|
|
6593
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6594
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6595
|
+
border-radius: 8px;
|
|
6591
6596
|
}
|
|
6592
6597
|
|
|
6593
6598
|
.E_dxyv8bv {
|
|
@@ -6727,38 +6732,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6727
6732
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6728
6733
|
}
|
|
6729
6734
|
|
|
6730
|
-
.
|
|
6735
|
+
.E_s20iney.skeleton-box {
|
|
6731
6736
|
display: flex;
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
margin-right: 8px;
|
|
6737
|
-
}
|
|
6738
|
-
|
|
6739
|
-
.E_sd7qcf4 {
|
|
6740
|
-
height: 100%;
|
|
6741
|
-
width: 100%;
|
|
6742
|
-
overflow: auto;
|
|
6743
|
-
}
|
|
6744
|
-
|
|
6745
|
-
.E_r1fxc9gq.right {
|
|
6746
|
-
overflow: auto;
|
|
6747
|
-
padding-right: 2px;
|
|
6748
|
-
width: 200px;
|
|
6749
|
-
height: fit-content;
|
|
6750
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6751
|
-
scrollbar-gutter: stable;
|
|
6752
|
-
}
|
|
6753
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6754
|
-
width: 6px;
|
|
6755
|
-
}
|
|
6756
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6737
|
+
align-items: center;
|
|
6738
|
+
justify-content: center;
|
|
6739
|
+
position: relative;
|
|
6740
|
+
border-radius: 2px;
|
|
6757
6741
|
background: rgba(225, 230, 241, 0.6);
|
|
6742
|
+
overflow: hidden;
|
|
6758
6743
|
}
|
|
6759
|
-
.
|
|
6760
|
-
|
|
6761
|
-
|
|
6744
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6745
|
+
width: 200%;
|
|
6746
|
+
height: 200%;
|
|
6747
|
+
transform: rotate(15deg);
|
|
6748
|
+
position: absolute;
|
|
6749
|
+
top: -50%;
|
|
6750
|
+
flex-shrink: 0;
|
|
6751
|
+
opacity: 0.8;
|
|
6752
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6753
|
+
animation: shimmer 1100ms infinite;
|
|
6754
|
+
}
|
|
6755
|
+
@keyframes shimmer {
|
|
6756
|
+
from {
|
|
6757
|
+
left: -120%;
|
|
6758
|
+
}
|
|
6759
|
+
to {
|
|
6760
|
+
left: 100%;
|
|
6761
|
+
}
|
|
6762
6762
|
}
|
|
6763
6763
|
|
|
6764
6764
|
.E_t1g36k2w {
|
|
@@ -6813,6 +6813,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6813
6813
|
column-gap: var(--a1ji6r68-0);
|
|
6814
6814
|
}
|
|
6815
6815
|
|
|
6816
|
+
.E_t1616y1o {
|
|
6817
|
+
color: #fff;
|
|
6818
|
+
}
|
|
6819
|
+
|
|
6816
6820
|
.E_f16blduf.ant-form-item {
|
|
6817
6821
|
margin-bottom: 0;
|
|
6818
6822
|
}
|
|
@@ -6832,10 +6836,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6832
6836
|
display: block;
|
|
6833
6837
|
}
|
|
6834
6838
|
|
|
6835
|
-
.E_t1616y1o {
|
|
6836
|
-
color: #fff;
|
|
6837
|
-
}
|
|
6838
|
-
|
|
6839
6839
|
.E_a9y3flr {
|
|
6840
6840
|
margin-left: 8px;
|
|
6841
6841
|
}
|
|
@@ -6888,39 +6888,17 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6888
6888
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6889
6889
|
}
|
|
6890
6890
|
|
|
6891
|
-
.
|
|
6891
|
+
.E_skwah65 {
|
|
6892
|
+
height: 8px;
|
|
6893
|
+
box-sizing: border-box;
|
|
6894
|
+
border-radius: 2px;
|
|
6895
|
+
background: #f5f7fa;
|
|
6892
6896
|
display: flex;
|
|
6893
|
-
|
|
6894
|
-
}
|
|
6895
|
-
.E_s1iv0tp1 .enabled-text {
|
|
6896
|
-
margin-right: 8px;
|
|
6897
|
-
}
|
|
6898
|
-
|
|
6899
|
-
.E_ou7iq30 {
|
|
6897
|
+
width: 100%;
|
|
6900
6898
|
overflow: hidden;
|
|
6901
|
-
text-overflow: ellipsis;
|
|
6902
|
-
}
|
|
6903
|
-
|
|
6904
|
-
.E_s1tui002 {
|
|
6905
|
-
white-space: nowrap;
|
|
6906
|
-
}
|
|
6907
|
-
|
|
6908
|
-
.E_mxrc2zg {
|
|
6909
|
-
display: -webkit-box;
|
|
6910
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6911
|
-
-webkit-box-orient: vertical;
|
|
6912
|
-
word-break: break-all;
|
|
6913
|
-
}
|
|
6914
|
-
|
|
6915
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6916
|
-
display: none;
|
|
6917
6899
|
}
|
|
6918
|
-
.
|
|
6919
|
-
|
|
6920
|
-
border-radius: 4px;
|
|
6921
|
-
}
|
|
6922
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6923
|
-
visibility: hidden;
|
|
6900
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6901
|
+
margin-left: 1px;
|
|
6924
6902
|
}
|
|
6925
6903
|
|
|
6926
6904
|
.E_clm1wy1 {
|
|
@@ -7016,6 +6994,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7016
6994
|
border-radius: 2px;
|
|
7017
6995
|
}
|
|
7018
6996
|
|
|
6997
|
+
.E_n12mqh7z {
|
|
6998
|
+
display: flex;
|
|
6999
|
+
align-items: center;
|
|
7000
|
+
font-size: 12px;
|
|
7001
|
+
line-height: 18px;
|
|
7002
|
+
}
|
|
7003
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7004
|
+
margin-bottom: 4px;
|
|
7005
|
+
}
|
|
7006
|
+
|
|
7007
|
+
.E_tf5bynu {
|
|
7008
|
+
margin: 0 3px;
|
|
7009
|
+
}
|
|
7010
|
+
|
|
7011
|
+
.E_tcckoz1 {
|
|
7012
|
+
max-height: 400px;
|
|
7013
|
+
overflow: auto;
|
|
7014
|
+
}
|
|
7015
|
+
|
|
7019
7016
|
.E_s1ebs0ra {
|
|
7020
7017
|
display: flex;
|
|
7021
7018
|
align-items: center;
|
|
@@ -7083,6 +7080,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7083
7080
|
gap: 4px;
|
|
7084
7081
|
}
|
|
7085
7082
|
|
|
7083
|
+
.E_gmyahx3 {
|
|
7084
|
+
cursor: pointer;
|
|
7085
|
+
}
|
|
7086
|
+
.E_gmyahx3 .link-text {
|
|
7087
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7088
|
+
}
|
|
7089
|
+
.E_gmyahx3:hover .link-text {
|
|
7090
|
+
color: #0080ff;
|
|
7091
|
+
}
|
|
7092
|
+
|
|
7086
7093
|
.E_c18bcrac {
|
|
7087
7094
|
display: inline-block;
|
|
7088
7095
|
width: 100%;
|
|
@@ -7127,10 +7134,41 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7127
7134
|
margin-right: 6px;
|
|
7128
7135
|
}
|
|
7129
7136
|
|
|
7130
|
-
.E_p1lyky6c > :first-child {
|
|
7131
|
-
font-weight: bold;
|
|
7132
|
-
color: white;
|
|
7133
|
-
margin-right: 4px;
|
|
7137
|
+
.E_p1lyky6c > :first-child {
|
|
7138
|
+
font-weight: bold;
|
|
7139
|
+
color: white;
|
|
7140
|
+
margin-right: 4px;
|
|
7141
|
+
}
|
|
7142
|
+
|
|
7143
|
+
span.E_tqjc4ui {
|
|
7144
|
+
margin: 0 2px;
|
|
7145
|
+
}
|
|
7146
|
+
|
|
7147
|
+
.E_ou7iq30 {
|
|
7148
|
+
overflow: hidden;
|
|
7149
|
+
text-overflow: ellipsis;
|
|
7150
|
+
}
|
|
7151
|
+
|
|
7152
|
+
.E_s1tui002 {
|
|
7153
|
+
white-space: nowrap;
|
|
7154
|
+
}
|
|
7155
|
+
|
|
7156
|
+
.E_mxrc2zg {
|
|
7157
|
+
display: -webkit-box;
|
|
7158
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7159
|
+
-webkit-box-orient: vertical;
|
|
7160
|
+
word-break: break-all;
|
|
7161
|
+
}
|
|
7162
|
+
|
|
7163
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7164
|
+
display: none;
|
|
7165
|
+
}
|
|
7166
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7167
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7168
|
+
border-radius: 4px;
|
|
7169
|
+
}
|
|
7170
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7171
|
+
visibility: hidden;
|
|
7134
7172
|
}
|
|
7135
7173
|
|
|
7136
7174
|
.E_c1up1pdz {
|
|
@@ -7273,163 +7311,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7273
7311
|
color: #fff;
|
|
7274
7312
|
}
|
|
7275
7313
|
|
|
7276
|
-
.
|
|
7277
|
-
|
|
7278
|
-
align-items: center;
|
|
7279
|
-
font-size: 12px;
|
|
7280
|
-
line-height: 18px;
|
|
7281
|
-
}
|
|
7282
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7283
|
-
margin-bottom: 4px;
|
|
7284
|
-
}
|
|
7285
|
-
|
|
7286
|
-
.E_tf5bynu {
|
|
7287
|
-
margin: 0 3px;
|
|
7288
|
-
}
|
|
7289
|
-
|
|
7290
|
-
.E_tcckoz1 {
|
|
7291
|
-
max-height: 400px;
|
|
7292
|
-
overflow: auto;
|
|
7293
|
-
}
|
|
7294
|
-
|
|
7295
|
-
span.E_tqjc4ui {
|
|
7296
|
-
margin: 0 2px;
|
|
7297
|
-
}
|
|
7298
|
-
|
|
7299
|
-
.E_skwah65 {
|
|
7300
|
-
height: 8px;
|
|
7301
|
-
box-sizing: border-box;
|
|
7302
|
-
border-radius: 2px;
|
|
7303
|
-
background: #f5f7fa;
|
|
7304
|
-
display: flex;
|
|
7305
|
-
width: 100%;
|
|
7306
|
-
overflow: hidden;
|
|
7307
|
-
}
|
|
7308
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7309
|
-
margin-left: 1px;
|
|
7310
|
-
}
|
|
7311
|
-
|
|
7312
|
-
.E_gmyahx3 {
|
|
7313
|
-
cursor: pointer;
|
|
7314
|
-
}
|
|
7315
|
-
.E_gmyahx3 .link-text {
|
|
7316
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7317
|
-
}
|
|
7318
|
-
.E_gmyahx3:hover .link-text {
|
|
7319
|
-
color: #0080ff;
|
|
7320
|
-
}
|
|
7321
|
-
|
|
7322
|
-
.E_wg1tsps {
|
|
7323
|
-
display: flex;
|
|
7324
|
-
align-items: center;
|
|
7325
|
-
justify-content: flex-end;
|
|
7326
|
-
}
|
|
7327
|
-
|
|
7328
|
-
.E_b1ctd5xy {
|
|
7329
|
-
display: flex;
|
|
7330
|
-
align-items: center;
|
|
7331
|
-
width: calc(100% - 40px);
|
|
7332
|
-
}
|
|
7333
|
-
.E_b1ctd5xy .chart {
|
|
7334
|
-
display: inline-block;
|
|
7335
|
-
width: 100%;
|
|
7336
|
-
}
|
|
7337
|
-
|
|
7338
|
-
.E_u1p8acpn {
|
|
7339
|
-
min-width: 40px;
|
|
7340
|
-
}
|
|
7341
|
-
.E_u1p8acpn .unit {
|
|
7342
|
-
color: #00122e !important;
|
|
7343
|
-
}
|
|
7344
|
-
|
|
7345
|
-
.E_t1sqg15u {
|
|
7346
|
-
background: white;
|
|
7347
|
-
}
|
|
7348
|
-
.E_t1sqg15u.inline .table-row {
|
|
7349
|
-
flex-direction: column;
|
|
7350
|
-
}
|
|
7351
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
7352
|
-
padding: 0 16px 7px 0;
|
|
7353
|
-
}
|
|
7354
|
-
.E_t1sqg15u.has-border .table-header {
|
|
7355
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7356
|
-
}
|
|
7357
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7358
|
-
border-top: none !important;
|
|
7359
|
-
}
|
|
7360
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7361
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7362
|
-
}
|
|
7363
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7364
|
-
padding-bottom: 0;
|
|
7365
|
-
}
|
|
7366
|
-
.E_t1sqg15u.align-right .content {
|
|
7367
|
-
text-align: right;
|
|
7368
|
-
}
|
|
7369
|
-
.E_t1sqg15u .uuid-row {
|
|
7370
|
-
display: flex;
|
|
7371
|
-
justify-content: space-between;
|
|
7372
|
-
}
|
|
7373
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
7374
|
-
white-space: nowrap;
|
|
7375
|
-
overflow: hidden;
|
|
7376
|
-
text-overflow: ellipsis;
|
|
7377
|
-
}
|
|
7378
|
-
|
|
7379
|
-
.E_t4zczcp {
|
|
7380
|
-
display: flex;
|
|
7381
|
-
justify-content: space-between;
|
|
7382
|
-
align-items: center;
|
|
7383
|
-
padding: 8px;
|
|
7384
|
-
min-height: 32px;
|
|
7385
|
-
}
|
|
7386
|
-
.E_t4zczcp .table-title {
|
|
7387
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7388
|
-
font-weight: 600;
|
|
7389
|
-
font-size: 12px;
|
|
7390
|
-
line-height: 8px;
|
|
7391
|
-
}
|
|
7392
|
-
.E_t4zczcp .edit-icon {
|
|
7393
|
-
font-size: 16px;
|
|
7394
|
-
color: rgba(10, 37, 85, 0.6);
|
|
7395
|
-
cursor: pointer;
|
|
7396
|
-
}
|
|
7397
|
-
|
|
7398
|
-
.E_t1s7goww {
|
|
7399
|
-
font-size: 12px;
|
|
7400
|
-
line-height: 18px;
|
|
7401
|
-
}
|
|
7402
|
-
|
|
7403
|
-
.E_t93e4cf {
|
|
7404
|
-
display: flex;
|
|
7405
|
-
padding: 8px 0;
|
|
7406
|
-
color: #2d3a56;
|
|
7407
|
-
}
|
|
7408
|
-
.E_t93e4cf .hidden {
|
|
7409
|
-
display: none;
|
|
7410
|
-
}
|
|
7411
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7412
|
-
height: auto;
|
|
7314
|
+
.E_u15heuvq.content {
|
|
7315
|
+
cursor: default !important;
|
|
7413
7316
|
}
|
|
7414
|
-
.
|
|
7415
|
-
|
|
7416
|
-
overflow-x: auto;
|
|
7417
|
-
width: 100%;
|
|
7418
|
-
white-space: pre-wrap;
|
|
7317
|
+
.E_u15heuvq.content.link {
|
|
7318
|
+
cursor: pointer !important;
|
|
7419
7319
|
}
|
|
7420
|
-
.
|
|
7421
|
-
|
|
7422
|
-
text-align: left;
|
|
7320
|
+
.E_u15heuvq.content.link:hover {
|
|
7321
|
+
color: #0080FF;
|
|
7423
7322
|
}
|
|
7424
|
-
.
|
|
7425
|
-
|
|
7323
|
+
.E_u15heuvq.content.black {
|
|
7324
|
+
color: #00122E;
|
|
7426
7325
|
}
|
|
7427
|
-
|
|
7428
|
-
.
|
|
7429
|
-
width: var(--rhz2uv5-0);
|
|
7430
|
-
flex-shrink: 0;
|
|
7431
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7432
|
-
padding-right: 12px;
|
|
7326
|
+
.E_u15heuvq.content.gray {
|
|
7327
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7433
7328
|
}
|
|
7434
7329
|
|
|
7435
7330
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7505,60 +7400,165 @@ span.E_tqjc4ui {
|
|
|
7505
7400
|
border-radius: 6px;
|
|
7506
7401
|
}
|
|
7507
7402
|
|
|
7508
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7509
|
-
white-space: nowrap;
|
|
7510
|
-
transition: all 0s;
|
|
7403
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7404
|
+
white-space: nowrap;
|
|
7405
|
+
transition: all 0s;
|
|
7406
|
+
}
|
|
7407
|
+
.E_s1wu0lms.shrink {
|
|
7408
|
+
transition: all 0s;
|
|
7409
|
+
overflow: hidden;
|
|
7410
|
+
}
|
|
7411
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7412
|
+
visibility: hidden;
|
|
7413
|
+
}
|
|
7414
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7415
|
+
width: 36px;
|
|
7416
|
+
padding: 0 6px;
|
|
7417
|
+
}
|
|
7418
|
+
|
|
7419
|
+
.E_n1ugzfva {
|
|
7420
|
+
display: flex;
|
|
7421
|
+
place-items: center;
|
|
7422
|
+
width: 100% !important;
|
|
7423
|
+
}
|
|
7424
|
+
.E_n1ugzfva[disabled] {
|
|
7425
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7426
|
+
opacity: 1 !important;
|
|
7427
|
+
}
|
|
7428
|
+
.E_n1ugzfva.ant-btn {
|
|
7429
|
+
width: 100%;
|
|
7430
|
+
color: #00122e;
|
|
7431
|
+
}
|
|
7432
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7433
|
+
margin-right: 12px;
|
|
7434
|
+
}
|
|
7435
|
+
.E_n1ugzfva .link-title {
|
|
7436
|
+
flex: 1;
|
|
7437
|
+
overflow: hidden;
|
|
7438
|
+
white-space: nowrap;
|
|
7439
|
+
text-overflow: ellipsis;
|
|
7440
|
+
text-align: left;
|
|
7441
|
+
}
|
|
7442
|
+
|
|
7443
|
+
.E_t1sqg15u {
|
|
7444
|
+
background: white;
|
|
7445
|
+
}
|
|
7446
|
+
.E_t1sqg15u.inline .table-row {
|
|
7447
|
+
flex-direction: column;
|
|
7448
|
+
}
|
|
7449
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7450
|
+
padding: 0 16px 7px 0;
|
|
7451
|
+
}
|
|
7452
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7453
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7454
|
+
}
|
|
7455
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7456
|
+
border-top: none !important;
|
|
7457
|
+
}
|
|
7458
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7459
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7460
|
+
}
|
|
7461
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7462
|
+
padding-bottom: 0;
|
|
7463
|
+
}
|
|
7464
|
+
.E_t1sqg15u.align-right .content {
|
|
7465
|
+
text-align: right;
|
|
7466
|
+
}
|
|
7467
|
+
.E_t1sqg15u .uuid-row {
|
|
7468
|
+
display: flex;
|
|
7469
|
+
justify-content: space-between;
|
|
7470
|
+
}
|
|
7471
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7472
|
+
white-space: nowrap;
|
|
7473
|
+
overflow: hidden;
|
|
7474
|
+
text-overflow: ellipsis;
|
|
7475
|
+
}
|
|
7476
|
+
|
|
7477
|
+
.E_t4zczcp {
|
|
7478
|
+
display: flex;
|
|
7479
|
+
justify-content: space-between;
|
|
7480
|
+
align-items: center;
|
|
7481
|
+
padding: 8px;
|
|
7482
|
+
min-height: 32px;
|
|
7511
7483
|
}
|
|
7512
|
-
.
|
|
7513
|
-
|
|
7514
|
-
|
|
7484
|
+
.E_t4zczcp .table-title {
|
|
7485
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7486
|
+
font-weight: 600;
|
|
7487
|
+
font-size: 12px;
|
|
7488
|
+
line-height: 8px;
|
|
7515
7489
|
}
|
|
7516
|
-
.
|
|
7517
|
-
|
|
7490
|
+
.E_t4zczcp .edit-icon {
|
|
7491
|
+
font-size: 16px;
|
|
7492
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7493
|
+
cursor: pointer;
|
|
7518
7494
|
}
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
7495
|
+
|
|
7496
|
+
.E_t1s7goww {
|
|
7497
|
+
font-size: 12px;
|
|
7498
|
+
line-height: 18px;
|
|
7522
7499
|
}
|
|
7523
7500
|
|
|
7524
|
-
.
|
|
7501
|
+
.E_t93e4cf {
|
|
7525
7502
|
display: flex;
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
}
|
|
7529
|
-
.E_n1ugzfva[disabled] {
|
|
7530
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7531
|
-
opacity: 1 !important;
|
|
7503
|
+
padding: 8px 0;
|
|
7504
|
+
color: #2d3a56;
|
|
7532
7505
|
}
|
|
7533
|
-
.
|
|
7534
|
-
|
|
7535
|
-
color: #00122e;
|
|
7506
|
+
.E_t93e4cf .hidden {
|
|
7507
|
+
display: none;
|
|
7536
7508
|
}
|
|
7537
|
-
.
|
|
7538
|
-
|
|
7509
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7510
|
+
height: auto;
|
|
7539
7511
|
}
|
|
7540
|
-
.
|
|
7541
|
-
flex: 1;
|
|
7512
|
+
.E_t93e4cf .content {
|
|
7542
7513
|
overflow: hidden;
|
|
7543
|
-
|
|
7544
|
-
|
|
7514
|
+
overflow-x: auto;
|
|
7515
|
+
width: 100%;
|
|
7516
|
+
white-space: pre-wrap;
|
|
7517
|
+
}
|
|
7518
|
+
.E_t93e4cf .content .ant-btn {
|
|
7519
|
+
white-space: pre-wrap;
|
|
7545
7520
|
text-align: left;
|
|
7546
7521
|
}
|
|
7522
|
+
.E_t93e4cf .content .unit-chart {
|
|
7523
|
+
justify-content: flex-start;
|
|
7524
|
+
}
|
|
7547
7525
|
|
|
7548
|
-
.
|
|
7549
|
-
|
|
7526
|
+
.E_rhz2uv5 {
|
|
7527
|
+
width: var(--rhz2uv5-0);
|
|
7528
|
+
flex-shrink: 0;
|
|
7529
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7530
|
+
padding-right: 12px;
|
|
7550
7531
|
}
|
|
7551
|
-
|
|
7552
|
-
|
|
7532
|
+
|
|
7533
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7534
|
+
display: flex;
|
|
7535
|
+
align-items: center;
|
|
7553
7536
|
}
|
|
7554
|
-
.
|
|
7555
|
-
|
|
7537
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7538
|
+
margin-right: 8px;
|
|
7556
7539
|
}
|
|
7557
|
-
|
|
7558
|
-
|
|
7540
|
+
|
|
7541
|
+
.E_wg1tsps {
|
|
7542
|
+
display: flex;
|
|
7543
|
+
align-items: center;
|
|
7544
|
+
justify-content: flex-end;
|
|
7559
7545
|
}
|
|
7560
|
-
|
|
7561
|
-
|
|
7546
|
+
|
|
7547
|
+
.E_b1ctd5xy {
|
|
7548
|
+
display: flex;
|
|
7549
|
+
align-items: center;
|
|
7550
|
+
width: calc(100% - 40px);
|
|
7551
|
+
}
|
|
7552
|
+
.E_b1ctd5xy .chart {
|
|
7553
|
+
display: inline-block;
|
|
7554
|
+
width: 100%;
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7557
|
+
.E_u1p8acpn {
|
|
7558
|
+
min-width: 40px;
|
|
7559
|
+
}
|
|
7560
|
+
.E_u1p8acpn .unit {
|
|
7561
|
+
color: #00122e !important;
|
|
7562
7562
|
}
|
|
7563
7563
|
|
|
7564
7564
|
.E_t160l1cm {
|
|
@@ -7764,81 +7764,6 @@ span.E_tqjc4ui {
|
|
|
7764
7764
|
background: transparent;
|
|
7765
7765
|
}
|
|
7766
7766
|
|
|
7767
|
-
.E_cyms3br {
|
|
7768
|
-
background: #fff;
|
|
7769
|
-
width: 100%;
|
|
7770
|
-
border: none;
|
|
7771
|
-
border-radius: 0;
|
|
7772
|
-
}
|
|
7773
|
-
.E_cyms3br .ant-list {
|
|
7774
|
-
padding: 12px;
|
|
7775
|
-
}
|
|
7776
|
-
.E_cyms3br .ant-list-item {
|
|
7777
|
-
padding: 4px 0;
|
|
7778
|
-
}
|
|
7779
|
-
.E_cyms3br .ant-alert {
|
|
7780
|
-
margin-left: 24px;
|
|
7781
|
-
}
|
|
7782
|
-
.E_cyms3br header {
|
|
7783
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7784
|
-
font-size: 12px;
|
|
7785
|
-
color: rgb(29, 50, 108);
|
|
7786
|
-
font-weight: 700;
|
|
7787
|
-
padding: 6px 12px;
|
|
7788
|
-
display: flex;
|
|
7789
|
-
flex-direction: row;
|
|
7790
|
-
align-items: center;
|
|
7791
|
-
justify-content: space-between;
|
|
7792
|
-
}
|
|
7793
|
-
.E_cyms3br header .switch-text {
|
|
7794
|
-
display: flex;
|
|
7795
|
-
flex-direction: row;
|
|
7796
|
-
align-items: center;
|
|
7797
|
-
justify-content: space-between;
|
|
7798
|
-
gap: 6px;
|
|
7799
|
-
font-size: 12px;
|
|
7800
|
-
font-weight: 400;
|
|
7801
|
-
color: rgb(0, 18, 46);
|
|
7802
|
-
}
|
|
7803
|
-
.E_cyms3br.border {
|
|
7804
|
-
border-radius: 8px;
|
|
7805
|
-
border: 1px solid rgb(228, 233, 242);
|
|
7806
|
-
}
|
|
7807
|
-
.E_cyms3br.border header {
|
|
7808
|
-
border-bottom: none;
|
|
7809
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7810
|
-
}
|
|
7811
|
-
|
|
7812
|
-
.E_c157gu4z .ant-list-item {
|
|
7813
|
-
display: flex;
|
|
7814
|
-
flex-direction: row;
|
|
7815
|
-
align-items: flex-start;
|
|
7816
|
-
}
|
|
7817
|
-
.E_c157gu4z .icon-wrapper {
|
|
7818
|
-
align-self: flex-start;
|
|
7819
|
-
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7820
|
-
}
|
|
7821
|
-
.E_c157gu4z .description {
|
|
7822
|
-
flex: 1 1 0;
|
|
7823
|
-
min-width: 0;
|
|
7824
|
-
margin-left: 8px;
|
|
7825
|
-
word-break: break-word;
|
|
7826
|
-
overflow-wrap: break-word;
|
|
7827
|
-
}
|
|
7828
|
-
.E_c157gu4z .ant-space,
|
|
7829
|
-
.E_c157gu4z .ant-flex {
|
|
7830
|
-
flex-shrink: 0;
|
|
7831
|
-
align-self: flex-start;
|
|
7832
|
-
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7833
|
-
}
|
|
7834
|
-
|
|
7835
|
-
.E_eu1sysj {
|
|
7836
|
-
display: flex;
|
|
7837
|
-
flex-direction: column;
|
|
7838
|
-
align-items: center;
|
|
7839
|
-
justify-content: center;
|
|
7840
|
-
}
|
|
7841
|
-
|
|
7842
7767
|
.E_i5w779o {
|
|
7843
7768
|
padding: 8px 0;
|
|
7844
7769
|
}
|
|
@@ -7943,6 +7868,81 @@ span.E_tqjc4ui {
|
|
|
7943
7868
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7944
7869
|
}
|
|
7945
7870
|
|
|
7871
|
+
.E_cyms3br {
|
|
7872
|
+
background: #fff;
|
|
7873
|
+
width: 100%;
|
|
7874
|
+
border: none;
|
|
7875
|
+
border-radius: 0;
|
|
7876
|
+
}
|
|
7877
|
+
.E_cyms3br .ant-list {
|
|
7878
|
+
padding: 12px;
|
|
7879
|
+
}
|
|
7880
|
+
.E_cyms3br .ant-list-item {
|
|
7881
|
+
padding: 4px 0;
|
|
7882
|
+
}
|
|
7883
|
+
.E_cyms3br .ant-alert {
|
|
7884
|
+
margin-left: 24px;
|
|
7885
|
+
}
|
|
7886
|
+
.E_cyms3br header {
|
|
7887
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7888
|
+
font-size: 12px;
|
|
7889
|
+
color: rgb(29, 50, 108);
|
|
7890
|
+
font-weight: 700;
|
|
7891
|
+
padding: 6px 12px;
|
|
7892
|
+
display: flex;
|
|
7893
|
+
flex-direction: row;
|
|
7894
|
+
align-items: center;
|
|
7895
|
+
justify-content: space-between;
|
|
7896
|
+
}
|
|
7897
|
+
.E_cyms3br header .switch-text {
|
|
7898
|
+
display: flex;
|
|
7899
|
+
flex-direction: row;
|
|
7900
|
+
align-items: center;
|
|
7901
|
+
justify-content: space-between;
|
|
7902
|
+
gap: 6px;
|
|
7903
|
+
font-size: 12px;
|
|
7904
|
+
font-weight: 400;
|
|
7905
|
+
color: rgb(0, 18, 46);
|
|
7906
|
+
}
|
|
7907
|
+
.E_cyms3br.border {
|
|
7908
|
+
border-radius: 8px;
|
|
7909
|
+
border: 1px solid rgb(228, 233, 242);
|
|
7910
|
+
}
|
|
7911
|
+
.E_cyms3br.border header {
|
|
7912
|
+
border-bottom: none;
|
|
7913
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7914
|
+
}
|
|
7915
|
+
|
|
7916
|
+
.E_c157gu4z .ant-list-item {
|
|
7917
|
+
display: flex;
|
|
7918
|
+
flex-direction: row;
|
|
7919
|
+
align-items: flex-start;
|
|
7920
|
+
}
|
|
7921
|
+
.E_c157gu4z .icon-wrapper {
|
|
7922
|
+
align-self: flex-start;
|
|
7923
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7924
|
+
}
|
|
7925
|
+
.E_c157gu4z .description {
|
|
7926
|
+
flex: 1 1 0;
|
|
7927
|
+
min-width: 0;
|
|
7928
|
+
margin-left: 8px;
|
|
7929
|
+
word-break: break-word;
|
|
7930
|
+
overflow-wrap: break-word;
|
|
7931
|
+
}
|
|
7932
|
+
.E_c157gu4z .ant-space,
|
|
7933
|
+
.E_c157gu4z .ant-flex {
|
|
7934
|
+
flex-shrink: 0;
|
|
7935
|
+
align-self: flex-start;
|
|
7936
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7937
|
+
}
|
|
7938
|
+
|
|
7939
|
+
.E_eu1sysj {
|
|
7940
|
+
display: flex;
|
|
7941
|
+
flex-direction: column;
|
|
7942
|
+
align-items: center;
|
|
7943
|
+
justify-content: center;
|
|
7944
|
+
}
|
|
7945
|
+
|
|
7946
7946
|
.E_h1ol2wl7 {
|
|
7947
7947
|
font-weight: bold;
|
|
7948
7948
|
background-color: unset;
|