@cloudtower/eagle 0.34.8 → 0.34.9
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/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +28 -8
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1692 -1688
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +28 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2333 -2329
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +5 -0
- package/dist/stories/docs/coreX/Dialogs/RejectDialog.stories.d.ts +8 -0
- package/dist/style.css +1692 -1688
- 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;
|
|
@@ -1188,28 +1188,6 @@ html body {
|
|
|
1188
1188
|
color: #005ed1;
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
-
.E_c1uzzomf {
|
|
1192
|
-
margin-bottom: 16px;
|
|
1193
|
-
}
|
|
1194
|
-
.E_c1uzzomf .card-title {
|
|
1195
|
-
font-size: 16px;
|
|
1196
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1197
|
-
font-weight: 700;
|
|
1198
|
-
line-height: 32px;
|
|
1199
|
-
}
|
|
1200
|
-
.E_c1uzzomf .card-body {
|
|
1201
|
-
padding: 24px;
|
|
1202
|
-
border-radius: 8px;
|
|
1203
|
-
background: #fff;
|
|
1204
|
-
}
|
|
1205
|
-
.E_c1uzzomf .empty {
|
|
1206
|
-
font-weight: 700;
|
|
1207
|
-
font-size: 14px;
|
|
1208
|
-
line-height: 22px;
|
|
1209
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1210
|
-
text-align: center;
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
1191
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1214
1192
|
padding: 4px 8px 0 8px;
|
|
1215
1193
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -1223,6 +1201,42 @@ html body {
|
|
|
1223
1201
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1224
1202
|
}
|
|
1225
1203
|
|
|
1204
|
+
.E_b1nip9bk {
|
|
1205
|
+
padding: 4px 11px;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.E_bqamoqe {
|
|
1209
|
+
white-space: nowrap;
|
|
1210
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1211
|
+
}
|
|
1212
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1213
|
+
--color: #0080ff;
|
|
1214
|
+
}
|
|
1215
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1216
|
+
--color: #0080ff;
|
|
1217
|
+
}
|
|
1218
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1219
|
+
margin-left: 1px;
|
|
1220
|
+
}
|
|
1221
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1222
|
+
border-top-right-radius: 0;
|
|
1223
|
+
border-bottom-right-radius: 0;
|
|
1224
|
+
}
|
|
1225
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1226
|
+
border-top-left-radius: 0;
|
|
1227
|
+
border-bottom-left-radius: 0;
|
|
1228
|
+
}
|
|
1229
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1230
|
+
border-radius: unset;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
.E_c1yyuluq {
|
|
1234
|
+
border-radius: 8px;
|
|
1235
|
+
}
|
|
1236
|
+
.E_c1yyuluq .ant-card-body {
|
|
1237
|
+
padding: 20px 24px 24px 24px;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1226
1240
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1227
1241
|
justify-content: center;
|
|
1228
1242
|
}
|
|
@@ -1480,6 +1494,50 @@ html body {
|
|
|
1480
1494
|
justify-content: center;
|
|
1481
1495
|
}
|
|
1482
1496
|
|
|
1497
|
+
.E_c1uzzomf {
|
|
1498
|
+
margin-bottom: 16px;
|
|
1499
|
+
}
|
|
1500
|
+
.E_c1uzzomf .card-title {
|
|
1501
|
+
font-size: 16px;
|
|
1502
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1503
|
+
font-weight: 700;
|
|
1504
|
+
line-height: 32px;
|
|
1505
|
+
}
|
|
1506
|
+
.E_c1uzzomf .card-body {
|
|
1507
|
+
padding: 24px;
|
|
1508
|
+
border-radius: 8px;
|
|
1509
|
+
background: #fff;
|
|
1510
|
+
}
|
|
1511
|
+
.E_c1uzzomf .empty {
|
|
1512
|
+
font-weight: 700;
|
|
1513
|
+
font-size: 14px;
|
|
1514
|
+
line-height: 22px;
|
|
1515
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1516
|
+
text-align: center;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1520
|
+
border: 0px;
|
|
1521
|
+
background-color: #fff;
|
|
1522
|
+
}
|
|
1523
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1524
|
+
padding-top: 0px;
|
|
1525
|
+
padding-bottom: 0px;
|
|
1526
|
+
padding-left: 0px !important;
|
|
1527
|
+
padding-right: 24px;
|
|
1528
|
+
}
|
|
1529
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1530
|
+
right: 0px;
|
|
1531
|
+
}
|
|
1532
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1533
|
+
padding: 0px;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1537
|
+
padding-right: 0px;
|
|
1538
|
+
cursor: default;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1483
1541
|
.E_d1bw7c5z {
|
|
1484
1542
|
position: relative;
|
|
1485
1543
|
max-width: 388px;
|
|
@@ -1563,59 +1621,8 @@ html body {
|
|
|
1563
1621
|
width: 102px;
|
|
1564
1622
|
}
|
|
1565
1623
|
|
|
1566
|
-
.
|
|
1567
|
-
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.E_bqamoqe {
|
|
1571
|
-
white-space: nowrap;
|
|
1572
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1573
|
-
}
|
|
1574
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1575
|
-
--color: #0080ff;
|
|
1576
|
-
}
|
|
1577
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1578
|
-
--color: #0080ff;
|
|
1579
|
-
}
|
|
1580
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1581
|
-
margin-left: 1px;
|
|
1582
|
-
}
|
|
1583
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1584
|
-
border-top-right-radius: 0;
|
|
1585
|
-
border-bottom-right-radius: 0;
|
|
1586
|
-
}
|
|
1587
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1588
|
-
border-top-left-radius: 0;
|
|
1589
|
-
border-bottom-left-radius: 0;
|
|
1590
|
-
}
|
|
1591
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1592
|
-
border-radius: unset;
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1596
|
-
margin-right: 8px;
|
|
1597
|
-
}
|
|
1598
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1599
|
-
margin-left: 8px;
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.E_cc368xp {
|
|
1603
|
-
color: #00122e;
|
|
1604
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1605
|
-
margin-right: 8px;
|
|
1606
|
-
padding-right: 8px;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
.E_i11o6xqj {
|
|
1610
|
-
display: flex;
|
|
1611
|
-
gap: 4px;
|
|
1612
|
-
}
|
|
1613
|
-
.E_i11o6xqj .icon-wrapper {
|
|
1614
|
-
cursor: pointer;
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
.E_d19ruhdj.icon-wrapper {
|
|
1618
|
-
cursor: not-allowed;
|
|
1624
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1625
|
+
line-height: 18px;
|
|
1619
1626
|
}
|
|
1620
1627
|
|
|
1621
1628
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -1630,128 +1637,38 @@ html body {
|
|
|
1630
1637
|
border-top-right-radius: 5px;
|
|
1631
1638
|
}
|
|
1632
1639
|
|
|
1633
|
-
.
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
padding: 20px 24px 24px 24px;
|
|
1640
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1641
|
+
display: inline-flex;
|
|
1642
|
+
align-items: baseline;
|
|
1643
|
+
white-space: pre-wrap;
|
|
1638
1644
|
}
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
background-color: #fff;
|
|
1645
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1646
|
+
position: relative;
|
|
1647
|
+
top: 3px;
|
|
1643
1648
|
}
|
|
1644
|
-
.
|
|
1645
|
-
|
|
1646
|
-
padding-bottom: 0px;
|
|
1647
|
-
padding-left: 0px !important;
|
|
1648
|
-
padding-right: 24px;
|
|
1649
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1650
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1649
1651
|
}
|
|
1650
|
-
.
|
|
1651
|
-
|
|
1652
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1653
|
+
border-color: #0080ff;
|
|
1652
1654
|
}
|
|
1653
|
-
.
|
|
1654
|
-
|
|
1655
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1656
|
+
border-color: #0080ff;
|
|
1657
|
+
background: #0080ff;
|
|
1655
1658
|
}
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1659
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1660
|
+
top: 4px;
|
|
1661
|
+
left: 4px;
|
|
1662
|
+
width: 6px;
|
|
1663
|
+
height: 6px;
|
|
1664
|
+
background: #fff;
|
|
1660
1665
|
}
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
line-height: 18px;
|
|
1666
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1667
|
+
opacity: 0.5;
|
|
1664
1668
|
}
|
|
1665
|
-
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
justify-content: space-between;
|
|
1669
|
-
align-items: center;
|
|
1670
|
-
padding: 10px 0;
|
|
1671
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1672
|
-
font-size: 12px;
|
|
1673
|
-
line-height: 24px;
|
|
1674
|
-
}
|
|
1675
|
-
.E_phljevk .pagination-left {
|
|
1676
|
-
padding: 2px 8px;
|
|
1677
|
-
}
|
|
1678
|
-
.E_phljevk .dropdown-trigger {
|
|
1679
|
-
display: flex;
|
|
1680
|
-
align-items: center;
|
|
1681
|
-
border-radius: 6px;
|
|
1682
|
-
cursor: pointer;
|
|
1683
|
-
transition: all 0.3s ease;
|
|
1684
|
-
}
|
|
1685
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
1686
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1687
|
-
color: #0080ff;
|
|
1688
|
-
}
|
|
1689
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1690
|
-
margin-left: 4px;
|
|
1691
|
-
}
|
|
1692
|
-
.E_phljevk .pagination-right {
|
|
1693
|
-
display: flex;
|
|
1694
|
-
align-items: center;
|
|
1695
|
-
color: #0080ff;
|
|
1696
|
-
font-weight: bold;
|
|
1697
|
-
}
|
|
1698
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
1699
|
-
margin-left: 4px;
|
|
1700
|
-
}
|
|
1701
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
1702
|
-
.E_phljevk .pagination-right .next-btn {
|
|
1703
|
-
padding: 0 8px;
|
|
1704
|
-
}
|
|
1705
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
1706
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1707
|
-
color: #0080ff;
|
|
1708
|
-
}
|
|
1709
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1710
|
-
transform: rotate(180deg);
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1714
|
-
max-height: calc(100vh - 128px);
|
|
1715
|
-
overflow-y: auto;
|
|
1716
|
-
}
|
|
1717
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1718
|
-
padding: 4px 20px;
|
|
1719
|
-
font-size: 12px;
|
|
1720
|
-
line-height: 18px;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
1724
|
-
display: inline-flex;
|
|
1725
|
-
align-items: baseline;
|
|
1726
|
-
white-space: pre-wrap;
|
|
1727
|
-
}
|
|
1728
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1729
|
-
position: relative;
|
|
1730
|
-
top: 3px;
|
|
1731
|
-
}
|
|
1732
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1733
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1734
|
-
}
|
|
1735
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1736
|
-
border-color: #0080ff;
|
|
1737
|
-
}
|
|
1738
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1739
|
-
border-color: #0080ff;
|
|
1740
|
-
background: #0080ff;
|
|
1741
|
-
}
|
|
1742
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1743
|
-
top: 4px;
|
|
1744
|
-
left: 4px;
|
|
1745
|
-
width: 6px;
|
|
1746
|
-
height: 6px;
|
|
1747
|
-
background: #fff;
|
|
1748
|
-
}
|
|
1749
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1750
|
-
opacity: 0.5;
|
|
1751
|
-
}
|
|
1752
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1753
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1754
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1669
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1670
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1671
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1755
1672
|
}
|
|
1756
1673
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1757
1674
|
background: #00122e;
|
|
@@ -1876,6 +1793,89 @@ html body {
|
|
|
1876
1793
|
color: rgba(44, 56, 82, 0.6);
|
|
1877
1794
|
}
|
|
1878
1795
|
|
|
1796
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1797
|
+
margin-right: 8px;
|
|
1798
|
+
}
|
|
1799
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1800
|
+
margin-left: 8px;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.E_cc368xp {
|
|
1804
|
+
color: #00122e;
|
|
1805
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1806
|
+
margin-right: 8px;
|
|
1807
|
+
padding-right: 8px;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
.E_i11o6xqj {
|
|
1811
|
+
display: flex;
|
|
1812
|
+
gap: 4px;
|
|
1813
|
+
}
|
|
1814
|
+
.E_i11o6xqj .icon-wrapper {
|
|
1815
|
+
cursor: pointer;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.E_d19ruhdj.icon-wrapper {
|
|
1819
|
+
cursor: not-allowed;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.E_phljevk {
|
|
1823
|
+
display: flex;
|
|
1824
|
+
justify-content: space-between;
|
|
1825
|
+
align-items: center;
|
|
1826
|
+
padding: 10px 0;
|
|
1827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
line-height: 24px;
|
|
1830
|
+
}
|
|
1831
|
+
.E_phljevk .pagination-left {
|
|
1832
|
+
padding: 2px 8px;
|
|
1833
|
+
}
|
|
1834
|
+
.E_phljevk .dropdown-trigger {
|
|
1835
|
+
display: flex;
|
|
1836
|
+
align-items: center;
|
|
1837
|
+
border-radius: 6px;
|
|
1838
|
+
cursor: pointer;
|
|
1839
|
+
transition: all 0.3s ease;
|
|
1840
|
+
}
|
|
1841
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1842
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1843
|
+
color: #0080ff;
|
|
1844
|
+
}
|
|
1845
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1846
|
+
margin-left: 4px;
|
|
1847
|
+
}
|
|
1848
|
+
.E_phljevk .pagination-right {
|
|
1849
|
+
display: flex;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
color: #0080ff;
|
|
1852
|
+
font-weight: bold;
|
|
1853
|
+
}
|
|
1854
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1855
|
+
margin-left: 4px;
|
|
1856
|
+
}
|
|
1857
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1858
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1859
|
+
padding: 0 8px;
|
|
1860
|
+
}
|
|
1861
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1862
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1863
|
+
color: #0080ff;
|
|
1864
|
+
}
|
|
1865
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1866
|
+
transform: rotate(180deg);
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1870
|
+
max-height: calc(100vh - 128px);
|
|
1871
|
+
overflow-y: auto;
|
|
1872
|
+
}
|
|
1873
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1874
|
+
padding: 4px 20px;
|
|
1875
|
+
font-size: 12px;
|
|
1876
|
+
line-height: 18px;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
1879
|
.E_c1bus5hc {
|
|
1880
1880
|
--color: white;
|
|
1881
1881
|
height: 14px;
|
|
@@ -1920,6 +1920,65 @@ html body {
|
|
|
1920
1920
|
margin-right: 4px;
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
1923
|
+
.E_s1dizucg.ant-switch {
|
|
1924
|
+
min-width: 40px;
|
|
1925
|
+
height: 24px;
|
|
1926
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1927
|
+
overflow: hidden;
|
|
1928
|
+
}
|
|
1929
|
+
.E_s1dizucg.ant-switch:focus {
|
|
1930
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1931
|
+
}
|
|
1932
|
+
.E_s1dizucg.ant-switch-small {
|
|
1933
|
+
min-width: 26px;
|
|
1934
|
+
height: 16px;
|
|
1935
|
+
}
|
|
1936
|
+
.E_s1dizucg.ant-switch-large {
|
|
1937
|
+
min-width: 52px;
|
|
1938
|
+
height: 32px;
|
|
1939
|
+
}
|
|
1940
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1941
|
+
height: 20px;
|
|
1942
|
+
width: 20px;
|
|
1943
|
+
}
|
|
1944
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1945
|
+
border-radius: 10px;
|
|
1946
|
+
transition-delay: 120ms;
|
|
1947
|
+
}
|
|
1948
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1949
|
+
height: 14px;
|
|
1950
|
+
width: 14px;
|
|
1951
|
+
top: 1px;
|
|
1952
|
+
left: 1px;
|
|
1953
|
+
}
|
|
1954
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1955
|
+
height: 28px;
|
|
1956
|
+
width: 28px;
|
|
1957
|
+
}
|
|
1958
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1959
|
+
border-radius: 14px;
|
|
1960
|
+
}
|
|
1961
|
+
.E_s1dizucg.ant-switch-checked {
|
|
1962
|
+
background-color: #00ba5d;
|
|
1963
|
+
}
|
|
1964
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1965
|
+
left: calc(100% - 20px - 2px);
|
|
1966
|
+
}
|
|
1967
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1968
|
+
left: calc(100% - 14px - 1px);
|
|
1969
|
+
}
|
|
1970
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1971
|
+
left: calc(100% - 28px - 2px);
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.E_c1up6e3y {
|
|
1975
|
+
margin-left: 5px;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.E_iq1gosr {
|
|
1979
|
+
display: inline-block;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1923
1982
|
.E_s1sck0th {
|
|
1924
1983
|
padding: 0 8px;
|
|
1925
1984
|
border-radius: 4px;
|
|
@@ -2002,33 +2061,107 @@ html body {
|
|
|
2002
2061
|
background-color: #7E41FF;
|
|
2003
2062
|
}
|
|
2004
2063
|
|
|
2005
|
-
.
|
|
2006
|
-
|
|
2064
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2065
|
+
margin-left: 8px;
|
|
2007
2066
|
}
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
width: 430px !important;
|
|
2067
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2068
|
+
padding: 2px 7px 2px 12px;
|
|
2011
2069
|
}
|
|
2012
2070
|
|
|
2013
|
-
.
|
|
2014
|
-
|
|
2015
|
-
line-height: 18px;
|
|
2016
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2017
|
-
height: 34px;
|
|
2018
|
-
min-height: 34px;
|
|
2019
|
-
box-sizing: border-box;
|
|
2020
|
-
margin-top: 8px;
|
|
2071
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2072
|
+
display: var(--ai7qkf2-0);
|
|
2021
2073
|
}
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
padding: 8px;
|
|
2028
|
-
border-radius: 4px;
|
|
2074
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2075
|
+
display: inline-flex;
|
|
2076
|
+
line-height: 1.5715;
|
|
2077
|
+
height: 100%;
|
|
2078
|
+
width: 100%;
|
|
2029
2079
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
2080
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2081
|
+
content: var(--ai7qkf2-1);
|
|
2082
|
+
display: var(--ai7qkf2-2);
|
|
2083
|
+
flex: none;
|
|
2084
|
+
align-items: center;
|
|
2085
|
+
margin-left: 4px;
|
|
2086
|
+
padding: 5px 12px 5px 0;
|
|
2087
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2088
|
+
}
|
|
2089
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2090
|
+
content: var(--ai7qkf2-3);
|
|
2091
|
+
display: var(--ai7qkf2-4);
|
|
2092
|
+
flex: none;
|
|
2093
|
+
align-items: center;
|
|
2094
|
+
margin-right: 4px;
|
|
2095
|
+
cursor: auto;
|
|
2096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2097
|
+
}
|
|
2098
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2099
|
+
border-radius: 0;
|
|
2100
|
+
}
|
|
2101
|
+
.E_ai7qkf2.ant-input-number {
|
|
2102
|
+
width: 100%;
|
|
2103
|
+
border-radius: 6px;
|
|
2104
|
+
}
|
|
2105
|
+
.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 {
|
|
2106
|
+
border-color: #0096ff;
|
|
2107
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2108
|
+
z-index: 1;
|
|
2109
|
+
}
|
|
2110
|
+
.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 {
|
|
2111
|
+
border-color: #e75a3a;
|
|
2112
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2113
|
+
}
|
|
2114
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
2115
|
+
height: 30px;
|
|
2116
|
+
border: 1px;
|
|
2117
|
+
padding: 5px 12px;
|
|
2118
|
+
font-size: inherit;
|
|
2119
|
+
}
|
|
2120
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
2121
|
+
height: 38px;
|
|
2122
|
+
border: 1px;
|
|
2123
|
+
padding: 8px 16px;
|
|
2124
|
+
}
|
|
2125
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
2126
|
+
height: 22px;
|
|
2127
|
+
border: 1px;
|
|
2128
|
+
padding: 2px 8px;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2132
|
+
display: none;
|
|
2133
|
+
}
|
|
2134
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
2135
|
+
background: rgba(23, 38, 64, 0.8);
|
|
2136
|
+
border-radius: 4px;
|
|
2137
|
+
}
|
|
2138
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2139
|
+
visibility: hidden;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
.E_s1dni7lo {
|
|
2143
|
+
width: 430px !important;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2147
|
+
padding: 8px 16px;
|
|
2148
|
+
line-height: 18px;
|
|
2149
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2150
|
+
height: 34px;
|
|
2151
|
+
min-height: 34px;
|
|
2152
|
+
box-sizing: border-box;
|
|
2153
|
+
margin-top: 8px;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.E_o1ugr09p {
|
|
2157
|
+
display: flex;
|
|
2158
|
+
flex-direction: column;
|
|
2159
|
+
margin: 1px 8px;
|
|
2160
|
+
padding: 8px;
|
|
2161
|
+
border-radius: 4px;
|
|
2162
|
+
}
|
|
2163
|
+
.E_o1ugr09p .selected-icon {
|
|
2164
|
+
display: none;
|
|
2032
2165
|
}
|
|
2033
2166
|
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2034
2167
|
padding-left: 8px;
|
|
@@ -2087,146 +2220,17 @@ html body {
|
|
|
2087
2220
|
opacity: 0;
|
|
2088
2221
|
}
|
|
2089
2222
|
|
|
2090
|
-
.
|
|
2091
|
-
|
|
2092
|
-
height:
|
|
2093
|
-
|
|
2094
|
-
overflow: hidden;
|
|
2095
|
-
}
|
|
2096
|
-
.E_s1dizucg.ant-switch:focus {
|
|
2097
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2098
|
-
}
|
|
2099
|
-
.E_s1dizucg.ant-switch-small {
|
|
2100
|
-
min-width: 26px;
|
|
2101
|
-
height: 16px;
|
|
2102
|
-
}
|
|
2103
|
-
.E_s1dizucg.ant-switch-large {
|
|
2104
|
-
min-width: 52px;
|
|
2105
|
-
height: 32px;
|
|
2106
|
-
}
|
|
2107
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2108
|
-
height: 20px;
|
|
2109
|
-
width: 20px;
|
|
2110
|
-
}
|
|
2111
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2112
|
-
border-radius: 10px;
|
|
2113
|
-
transition-delay: 120ms;
|
|
2114
|
-
}
|
|
2115
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2116
|
-
height: 14px;
|
|
2117
|
-
width: 14px;
|
|
2118
|
-
top: 1px;
|
|
2119
|
-
left: 1px;
|
|
2120
|
-
}
|
|
2121
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2122
|
-
height: 28px;
|
|
2123
|
-
width: 28px;
|
|
2124
|
-
}
|
|
2125
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2126
|
-
border-radius: 14px;
|
|
2127
|
-
}
|
|
2128
|
-
.E_s1dizucg.ant-switch-checked {
|
|
2129
|
-
background-color: #00ba5d;
|
|
2130
|
-
}
|
|
2131
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2132
|
-
left: calc(100% - 20px - 2px);
|
|
2133
|
-
}
|
|
2134
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2135
|
-
left: calc(100% - 14px - 1px);
|
|
2136
|
-
}
|
|
2137
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2138
|
-
left: calc(100% - 28px - 2px);
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
.E_c1up6e3y {
|
|
2142
|
-
margin-left: 5px;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2146
|
-
display: none;
|
|
2147
|
-
}
|
|
2148
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
2149
|
-
background: rgba(23, 38, 64, 0.8);
|
|
2223
|
+
.E_i1inqkme {
|
|
2224
|
+
height: 18px;
|
|
2225
|
+
line-height: 18px;
|
|
2226
|
+
padding: 0 4px;
|
|
2150
2227
|
border-radius: 4px;
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2157
|
-
display: var(--ai7qkf2-0);
|
|
2158
|
-
}
|
|
2159
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2160
|
-
display: inline-flex;
|
|
2161
|
-
line-height: 1.5715;
|
|
2162
|
-
height: 100%;
|
|
2163
|
-
width: 100%;
|
|
2164
|
-
}
|
|
2165
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2166
|
-
content: var(--ai7qkf2-1);
|
|
2167
|
-
display: var(--ai7qkf2-2);
|
|
2168
|
-
flex: none;
|
|
2169
|
-
align-items: center;
|
|
2170
|
-
margin-left: 4px;
|
|
2171
|
-
padding: 5px 12px 5px 0;
|
|
2172
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2173
|
-
}
|
|
2174
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2175
|
-
content: var(--ai7qkf2-3);
|
|
2176
|
-
display: var(--ai7qkf2-4);
|
|
2177
|
-
flex: none;
|
|
2228
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2229
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2230
|
+
display: flex;
|
|
2178
2231
|
align-items: center;
|
|
2232
|
+
white-space: nowrap;
|
|
2179
2233
|
margin-right: 4px;
|
|
2180
|
-
cursor: auto;
|
|
2181
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2182
|
-
}
|
|
2183
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2184
|
-
border-radius: 0;
|
|
2185
|
-
}
|
|
2186
|
-
.E_ai7qkf2.ant-input-number {
|
|
2187
|
-
width: 100%;
|
|
2188
|
-
border-radius: 6px;
|
|
2189
|
-
}
|
|
2190
|
-
.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 {
|
|
2191
|
-
border-color: #0096ff;
|
|
2192
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2193
|
-
z-index: 1;
|
|
2194
|
-
}
|
|
2195
|
-
.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 {
|
|
2196
|
-
border-color: #e75a3a;
|
|
2197
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2198
|
-
}
|
|
2199
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
2200
|
-
height: 30px;
|
|
2201
|
-
border: 1px;
|
|
2202
|
-
padding: 5px 12px;
|
|
2203
|
-
font-size: inherit;
|
|
2204
|
-
}
|
|
2205
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
2206
|
-
height: 38px;
|
|
2207
|
-
border: 1px;
|
|
2208
|
-
padding: 8px 16px;
|
|
2209
|
-
}
|
|
2210
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
2211
|
-
height: 22px;
|
|
2212
|
-
border: 1px;
|
|
2213
|
-
padding: 2px 8px;
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
.E_owd0kml {
|
|
2217
|
-
display: inline-block;
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
.E_h1jsgezc {
|
|
2221
|
-
visibility: hidden;
|
|
2222
|
-
position: absolute;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2226
|
-
margin-left: 8px;
|
|
2227
|
-
}
|
|
2228
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2229
|
-
padding: 2px 7px 2px 12px;
|
|
2230
2234
|
}
|
|
2231
2235
|
|
|
2232
2236
|
.E_fzh9mnb {
|
|
@@ -2244,19 +2248,6 @@ html body {
|
|
|
2244
2248
|
font-size: 18px;
|
|
2245
2249
|
}
|
|
2246
2250
|
|
|
2247
|
-
.E_i1inqkme {
|
|
2248
|
-
height: 18px;
|
|
2249
|
-
line-height: 18px;
|
|
2250
|
-
padding: 0 4px;
|
|
2251
|
-
border-radius: 4px;
|
|
2252
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2253
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2254
|
-
display: flex;
|
|
2255
|
-
align-items: center;
|
|
2256
|
-
white-space: nowrap;
|
|
2257
|
-
margin-right: 4px;
|
|
2258
|
-
}
|
|
2259
|
-
|
|
2260
2251
|
.E_f7pxqmh {
|
|
2261
2252
|
width: 100%;
|
|
2262
2253
|
margin-bottom: 0 !important;
|
|
@@ -2291,22 +2282,13 @@ html body {
|
|
|
2291
2282
|
min-height: 0px;
|
|
2292
2283
|
}
|
|
2293
2284
|
|
|
2294
|
-
.
|
|
2295
|
-
display: inline-
|
|
2296
|
-
align-items: center;
|
|
2285
|
+
.E_owd0kml {
|
|
2286
|
+
display: inline-block;
|
|
2297
2287
|
}
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
}
|
|
2303
|
-
.E_iouxfgt .icon-inner + span,
|
|
2304
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2305
|
-
margin-left: 4px;
|
|
2306
|
-
}
|
|
2307
|
-
.E_iouxfgt.is-rotate img,
|
|
2308
|
-
.E_iouxfgt.is-rotate svg {
|
|
2309
|
-
animation: rotate 680ms linear infinite;
|
|
2288
|
+
|
|
2289
|
+
.E_h1jsgezc {
|
|
2290
|
+
visibility: hidden;
|
|
2291
|
+
position: absolute;
|
|
2310
2292
|
}
|
|
2311
2293
|
|
|
2312
2294
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -2340,34 +2322,26 @@ html body {
|
|
|
2340
2322
|
font-size: inherit;
|
|
2341
2323
|
}
|
|
2342
2324
|
|
|
2343
|
-
.
|
|
2325
|
+
.E_iouxfgt {
|
|
2344
2326
|
display: inline-flex;
|
|
2345
2327
|
align-items: center;
|
|
2346
|
-
justify-content: center;
|
|
2347
|
-
color: #fff;
|
|
2348
|
-
font-weight: bold;
|
|
2349
|
-
font-size: 12px;
|
|
2350
|
-
width: 24px;
|
|
2351
|
-
height: 24px;
|
|
2352
|
-
border-radius: 50%;
|
|
2353
|
-
background: var(--a1b5xrg3-0);
|
|
2354
2328
|
}
|
|
2355
|
-
.
|
|
2356
|
-
transition: all 160ms ease;
|
|
2357
|
-
cursor: pointer;
|
|
2358
|
-
width: 56px;
|
|
2359
|
-
height: 40px;
|
|
2329
|
+
.E_iouxfgt .icon-inner {
|
|
2360
2330
|
display: inline-flex;
|
|
2361
2331
|
align-items: center;
|
|
2362
2332
|
justify-content: center;
|
|
2363
|
-
border-radius: 6px;
|
|
2364
2333
|
}
|
|
2365
|
-
.
|
|
2366
|
-
|
|
2334
|
+
.E_iouxfgt .icon-inner + span,
|
|
2335
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2336
|
+
margin-left: 4px;
|
|
2367
2337
|
}
|
|
2368
|
-
.
|
|
2369
|
-
|
|
2370
|
-
|
|
2338
|
+
.E_iouxfgt.is-rotate img,
|
|
2339
|
+
.E_iouxfgt.is-rotate svg {
|
|
2340
|
+
animation: rotate 680ms linear infinite;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.E_m196gn1d {
|
|
2344
|
+
min-width: 1280px;
|
|
2371
2345
|
}
|
|
2372
2346
|
|
|
2373
2347
|
.E_cnujxq2 {
|
|
@@ -3535,65 +3509,34 @@ input.E_rf8rlle.ant-input {
|
|
|
3535
3509
|
line-height: 12px;
|
|
3536
3510
|
}
|
|
3537
3511
|
|
|
3538
|
-
.
|
|
3539
|
-
|
|
3512
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3513
|
+
display: inline-flex;
|
|
3514
|
+
align-items: center;
|
|
3515
|
+
justify-content: center;
|
|
3516
|
+
color: #fff;
|
|
3517
|
+
font-weight: bold;
|
|
3518
|
+
font-size: 12px;
|
|
3519
|
+
width: 24px;
|
|
3520
|
+
height: 24px;
|
|
3521
|
+
border-radius: 50%;
|
|
3522
|
+
background: var(--a1b5xrg3-0);
|
|
3540
3523
|
}
|
|
3541
|
-
|
|
3542
|
-
|
|
3524
|
+
.E_a1b5xrg3.btn-item {
|
|
3525
|
+
transition: all 160ms ease;
|
|
3526
|
+
cursor: pointer;
|
|
3527
|
+
width: 56px;
|
|
3528
|
+
height: 40px;
|
|
3529
|
+
display: inline-flex;
|
|
3530
|
+
align-items: center;
|
|
3531
|
+
justify-content: center;
|
|
3543
3532
|
border-radius: 6px;
|
|
3544
3533
|
}
|
|
3545
|
-
.
|
|
3546
|
-
|
|
3547
|
-
color: #2d3a56;
|
|
3548
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3549
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3550
|
-
font-size: 13px;
|
|
3551
|
-
}
|
|
3552
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3553
|
-
height: 30px;
|
|
3554
|
-
}
|
|
3555
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3556
|
-
height: 38px;
|
|
3557
|
-
font-size: 13px;
|
|
3558
|
-
}
|
|
3559
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3560
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3561
|
-
transition: 160ms ease;
|
|
3562
|
-
}
|
|
3563
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3564
|
-
color: #0080ff;
|
|
3565
|
-
}
|
|
3566
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3567
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3568
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3569
|
-
}
|
|
3570
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3571
|
-
color: #0080ff;
|
|
3572
|
-
}
|
|
3573
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3574
|
-
border-color: #0080ff;
|
|
3575
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3576
|
-
}
|
|
3577
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3578
|
-
transform: rotate(180deg);
|
|
3579
|
-
}
|
|
3580
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3581
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3582
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3583
|
-
cursor: "not-allowed";
|
|
3584
|
-
}
|
|
3585
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3586
|
-
border-color: #f0483e !important;
|
|
3587
|
-
}
|
|
3588
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3589
|
-
color: #1d326c;
|
|
3590
|
-
}
|
|
3591
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3592
|
-
border-color: #0080ff;
|
|
3593
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3534
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3535
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3594
3536
|
}
|
|
3595
|
-
.
|
|
3596
|
-
transform:
|
|
3537
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3538
|
+
transform: translateY(2px);
|
|
3539
|
+
transition: all 320ms ease;
|
|
3597
3540
|
}
|
|
3598
3541
|
|
|
3599
3542
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -3748,19 +3691,90 @@ input.E_rf8rlle.ant-input {
|
|
|
3748
3691
|
flex-shrink: 0;
|
|
3749
3692
|
}
|
|
3750
3693
|
|
|
3751
|
-
.
|
|
3752
|
-
|
|
3753
|
-
flex-direction: column;
|
|
3754
|
-
gap: 6px;
|
|
3694
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3695
|
+
border-radius: 6px;
|
|
3755
3696
|
}
|
|
3756
|
-
.
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3697
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3698
|
+
width: 100%;
|
|
3699
|
+
color: #2d3a56;
|
|
3700
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3701
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3702
|
+
font-size: 13px;
|
|
3760
3703
|
}
|
|
3761
|
-
.
|
|
3762
|
-
|
|
3763
|
-
|
|
3704
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3705
|
+
height: 30px;
|
|
3706
|
+
}
|
|
3707
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3708
|
+
height: 38px;
|
|
3709
|
+
font-size: 13px;
|
|
3710
|
+
}
|
|
3711
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3712
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3713
|
+
transition: 160ms ease;
|
|
3714
|
+
}
|
|
3715
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3716
|
+
color: #0080ff;
|
|
3717
|
+
}
|
|
3718
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3719
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3720
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3721
|
+
}
|
|
3722
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3723
|
+
color: #0080ff;
|
|
3724
|
+
}
|
|
3725
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3726
|
+
border-color: #0080ff;
|
|
3727
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3728
|
+
}
|
|
3729
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3730
|
+
transform: rotate(180deg);
|
|
3731
|
+
}
|
|
3732
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3733
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3734
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3735
|
+
cursor: "not-allowed";
|
|
3736
|
+
}
|
|
3737
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3738
|
+
border-color: #f0483e !important;
|
|
3739
|
+
}
|
|
3740
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3741
|
+
color: #1d326c;
|
|
3742
|
+
}
|
|
3743
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3744
|
+
border-color: #0080ff;
|
|
3745
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3746
|
+
}
|
|
3747
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3748
|
+
transform: rotate(180deg);
|
|
3749
|
+
}
|
|
3750
|
+
|
|
3751
|
+
.E_suhck3k {
|
|
3752
|
+
height: 24px;
|
|
3753
|
+
width: 24px;
|
|
3754
|
+
border-radius: 6px;
|
|
3755
|
+
padding: 4px;
|
|
3756
|
+
}
|
|
3757
|
+
.E_suhck3k:hover {
|
|
3758
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3759
|
+
}
|
|
3760
|
+
.E_suhck3k:hover svg path {
|
|
3761
|
+
fill: blue;
|
|
3762
|
+
}
|
|
3763
|
+
|
|
3764
|
+
.E_ryby9ds {
|
|
3765
|
+
display: flex;
|
|
3766
|
+
align-items: center;
|
|
3767
|
+
}
|
|
3768
|
+
.E_ryby9ds .order {
|
|
3769
|
+
height: 24px;
|
|
3770
|
+
width: 24px;
|
|
3771
|
+
border-radius: 20px;
|
|
3772
|
+
color: #0080ff;
|
|
3773
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3774
|
+
display: flex;
|
|
3775
|
+
align-items: center;
|
|
3776
|
+
justify-content: center;
|
|
3777
|
+
margin-right: 6px;
|
|
3764
3778
|
}
|
|
3765
3779
|
|
|
3766
3780
|
.E_b1lj76ty {
|
|
@@ -3800,77 +3814,28 @@ input.E_rf8rlle.ant-input {
|
|
|
3800
3814
|
margin-top: 8px;
|
|
3801
3815
|
}
|
|
3802
3816
|
|
|
3803
|
-
.
|
|
3804
|
-
|
|
3805
|
-
--header-height: 80px;
|
|
3806
|
-
--modal-content-width: 720px;
|
|
3807
|
-
--modal-content-min-height: 200px;
|
|
3808
|
-
--modal-content-max-height: calc(
|
|
3809
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
3810
|
-
);
|
|
3811
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3812
|
-
--modal-content-padding-top: 24px;
|
|
3813
|
-
--modal-content-padding-bottom: 32px;
|
|
3814
|
-
--modal-content-padding-x: 60px;
|
|
3815
|
-
--modal-footer-padding: 0 60px;
|
|
3817
|
+
.E_hrhfj7c {
|
|
3818
|
+
display: none;
|
|
3816
3819
|
}
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
+
|
|
3821
|
+
.E_dt9qoak .bottom {
|
|
3822
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3820
3823
|
}
|
|
3821
|
-
.
|
|
3822
|
-
width:
|
|
3823
|
-
height: 100%;
|
|
3824
|
-
max-width: unset;
|
|
3825
|
-
max-height: unset;
|
|
3826
|
-
display: flex;
|
|
3827
|
-
flex-direction: column;
|
|
3824
|
+
.E_dt9qoak .left {
|
|
3825
|
+
min-width: 0;
|
|
3828
3826
|
}
|
|
3829
|
-
|
|
3830
|
-
|
|
3827
|
+
|
|
3828
|
+
.E_crhnxq5 {
|
|
3829
|
+
display: flex;
|
|
3830
|
+
flex-direction: row;
|
|
3831
|
+
justify-content: space-between;
|
|
3831
3832
|
}
|
|
3832
|
-
.
|
|
3833
|
-
|
|
3833
|
+
.E_crhnxq5 .label {
|
|
3834
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3835
|
+
font-weight: 400;
|
|
3834
3836
|
}
|
|
3835
3837
|
|
|
3836
|
-
.
|
|
3837
|
-
display: flex;
|
|
3838
|
-
align-items: center;
|
|
3839
|
-
}
|
|
3840
|
-
.E_ryby9ds .order {
|
|
3841
|
-
height: 24px;
|
|
3842
|
-
width: 24px;
|
|
3843
|
-
border-radius: 20px;
|
|
3844
|
-
color: #0080ff;
|
|
3845
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3846
|
-
display: flex;
|
|
3847
|
-
align-items: center;
|
|
3848
|
-
justify-content: center;
|
|
3849
|
-
margin-right: 6px;
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
|
-
.E_hrhfj7c {
|
|
3853
|
-
display: none;
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
.E_dt9qoak .bottom {
|
|
3857
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3858
|
-
}
|
|
3859
|
-
.E_dt9qoak .left {
|
|
3860
|
-
min-width: 0;
|
|
3861
|
-
}
|
|
3862
|
-
|
|
3863
|
-
.E_crhnxq5 {
|
|
3864
|
-
display: flex;
|
|
3865
|
-
flex-direction: row;
|
|
3866
|
-
justify-content: space-between;
|
|
3867
|
-
}
|
|
3868
|
-
.E_crhnxq5 .label {
|
|
3869
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3870
|
-
font-weight: 400;
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
.E_c1iq43vd {
|
|
3838
|
+
.E_c1iq43vd {
|
|
3874
3839
|
display: flex;
|
|
3875
3840
|
flex-direction: column;
|
|
3876
3841
|
justify-content: center;
|
|
@@ -4068,6 +4033,54 @@ input.E_rf8rlle.ant-input {
|
|
|
4068
4033
|
font-size: 14px;
|
|
4069
4034
|
}
|
|
4070
4035
|
|
|
4036
|
+
.E_w1dxz879 {
|
|
4037
|
+
display: flex;
|
|
4038
|
+
flex-direction: column;
|
|
4039
|
+
gap: 6px;
|
|
4040
|
+
}
|
|
4041
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
4042
|
+
max-height: var(--w1dxz879-0);
|
|
4043
|
+
text-overflow: clip;
|
|
4044
|
+
overflow: hidden;
|
|
4045
|
+
}
|
|
4046
|
+
.E_w1dxz879 .tips {
|
|
4047
|
+
color: #fff;
|
|
4048
|
+
opacity: 0.8;
|
|
4049
|
+
}
|
|
4050
|
+
|
|
4051
|
+
.E_m5foqp8 {
|
|
4052
|
+
--footer-height: 96px;
|
|
4053
|
+
--header-height: 80px;
|
|
4054
|
+
--modal-content-width: 720px;
|
|
4055
|
+
--modal-content-min-height: 200px;
|
|
4056
|
+
--modal-content-max-height: calc(
|
|
4057
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
4058
|
+
);
|
|
4059
|
+
--modal-header-padding: 40px 60px 8px;
|
|
4060
|
+
--modal-content-padding-top: 24px;
|
|
4061
|
+
--modal-content-padding-bottom: 32px;
|
|
4062
|
+
--modal-content-padding-x: 60px;
|
|
4063
|
+
--modal-footer-padding: 0 60px;
|
|
4064
|
+
}
|
|
4065
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
4066
|
+
height: calc(100vh - 80px);
|
|
4067
|
+
width: calc(100vw - 160px);
|
|
4068
|
+
}
|
|
4069
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
4070
|
+
width: 100%;
|
|
4071
|
+
height: 100%;
|
|
4072
|
+
max-width: unset;
|
|
4073
|
+
max-height: unset;
|
|
4074
|
+
display: flex;
|
|
4075
|
+
flex-direction: column;
|
|
4076
|
+
}
|
|
4077
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
4078
|
+
flex: 1;
|
|
4079
|
+
}
|
|
4080
|
+
.E_m5foqp8 .initializing-title {
|
|
4081
|
+
height: 32px;
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4071
4084
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4072
4085
|
margin-right: 2px;
|
|
4073
4086
|
}
|
|
@@ -4103,19 +4116,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4103
4116
|
background-color: transparent;
|
|
4104
4117
|
}
|
|
4105
4118
|
|
|
4106
|
-
.E_suhck3k {
|
|
4107
|
-
height: 24px;
|
|
4108
|
-
width: 24px;
|
|
4109
|
-
border-radius: 6px;
|
|
4110
|
-
padding: 4px;
|
|
4111
|
-
}
|
|
4112
|
-
.E_suhck3k:hover {
|
|
4113
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
4114
|
-
}
|
|
4115
|
-
.E_suhck3k:hover svg path {
|
|
4116
|
-
fill: blue;
|
|
4117
|
-
}
|
|
4118
|
-
|
|
4119
4119
|
.E_h12yihis {
|
|
4120
4120
|
height: 50px;
|
|
4121
4121
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4336,6 +4336,133 @@ input.E_rf8rlle.ant-input {
|
|
|
4336
4336
|
position: static;
|
|
4337
4337
|
}
|
|
4338
4338
|
|
|
4339
|
+
button.E_l48ei06.ant-btn,
|
|
4340
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4341
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4342
|
+
font-size: 12px;
|
|
4343
|
+
line-height: 18px;
|
|
4344
|
+
height: 18px;
|
|
4345
|
+
}
|
|
4346
|
+
|
|
4347
|
+
button.E_l48ei06 {
|
|
4348
|
+
color: #0080FF;
|
|
4349
|
+
height: unset;
|
|
4350
|
+
}
|
|
4351
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4352
|
+
margin-right: 4px;
|
|
4353
|
+
}
|
|
4354
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4355
|
+
margin-left: 4px;
|
|
4356
|
+
}
|
|
4357
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4358
|
+
color: #009DFF;
|
|
4359
|
+
}
|
|
4360
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4361
|
+
color: #005ED1;
|
|
4362
|
+
}
|
|
4363
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4364
|
+
color: #0080FF;
|
|
4365
|
+
}
|
|
4366
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4367
|
+
color: #00122E;
|
|
4368
|
+
}
|
|
4369
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4370
|
+
color: #0080FF;
|
|
4371
|
+
}
|
|
4372
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4373
|
+
color: #005ED1;
|
|
4374
|
+
}
|
|
4375
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4376
|
+
color: #00122E;
|
|
4377
|
+
}
|
|
4378
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4379
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4380
|
+
}
|
|
4381
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4382
|
+
color: #0080FF;
|
|
4383
|
+
}
|
|
4384
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4385
|
+
color: #005ED1;
|
|
4386
|
+
}
|
|
4387
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4388
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4389
|
+
}
|
|
4390
|
+
|
|
4391
|
+
.E_sddwhm6 {
|
|
4392
|
+
margin: 0;
|
|
4393
|
+
border-radius: 20px;
|
|
4394
|
+
padding: 2px 10px;
|
|
4395
|
+
height: 22px;
|
|
4396
|
+
}
|
|
4397
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4398
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4399
|
+
}
|
|
4400
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4401
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4402
|
+
}
|
|
4403
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4404
|
+
color: #00122e;
|
|
4405
|
+
}
|
|
4406
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4407
|
+
margin-right: 6px;
|
|
4408
|
+
}
|
|
4409
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4410
|
+
margin-left: 8px;
|
|
4411
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4412
|
+
}
|
|
4413
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4414
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4415
|
+
}
|
|
4416
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4417
|
+
background-color: #0080ff;
|
|
4418
|
+
}
|
|
4419
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4420
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4421
|
+
}
|
|
4422
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4423
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
4424
|
+
}
|
|
4425
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4426
|
+
background-color: #f0483e;
|
|
4427
|
+
}
|
|
4428
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4429
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4430
|
+
}
|
|
4431
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4432
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
4433
|
+
}
|
|
4434
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4435
|
+
background-color: #fea008;
|
|
4436
|
+
}
|
|
4437
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4438
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4439
|
+
}
|
|
4440
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4441
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
4442
|
+
}
|
|
4443
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4444
|
+
background-color: #00ba5d;
|
|
4445
|
+
}
|
|
4446
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4447
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4448
|
+
}
|
|
4449
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4450
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4451
|
+
}
|
|
4452
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4453
|
+
background-color: #6b7d99;
|
|
4454
|
+
}
|
|
4455
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
4456
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4457
|
+
}
|
|
4458
|
+
|
|
4459
|
+
.E_satwmqm {
|
|
4460
|
+
width: 8px;
|
|
4461
|
+
height: 8px;
|
|
4462
|
+
border-radius: 50%;
|
|
4463
|
+
display: inline-block;
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4339
4466
|
.E_c1yd35n {
|
|
4340
4467
|
padding: 0 12px 14px 12px;
|
|
4341
4468
|
}
|
|
@@ -4444,6 +4571,23 @@ input.E_rf8rlle.ant-input {
|
|
|
4444
4571
|
margin-left: 24px;
|
|
4445
4572
|
}
|
|
4446
4573
|
|
|
4574
|
+
.E_b14q2gmw {
|
|
4575
|
+
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);
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
.E_c1eym6el {
|
|
4579
|
+
border-radius: 8px;
|
|
4580
|
+
background-color: white;
|
|
4581
|
+
}
|
|
4582
|
+
.E_c1eym6el.hoverable {
|
|
4583
|
+
cursor: pointer;
|
|
4584
|
+
}
|
|
4585
|
+
.E_c1eym6el.hoverable:hover {
|
|
4586
|
+
transition: all 200ms ease;
|
|
4587
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4588
|
+
transform: translateY(-4px);
|
|
4589
|
+
}
|
|
4590
|
+
|
|
4447
4591
|
.E_lht19u8 {
|
|
4448
4592
|
width: 64px;
|
|
4449
4593
|
height: 64px;
|
|
@@ -4493,171 +4637,241 @@ input.E_rf8rlle.ant-input {
|
|
|
4493
4637
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4494
4638
|
}
|
|
4495
4639
|
|
|
4496
|
-
.
|
|
4497
|
-
|
|
4640
|
+
.E_sjob3jg {
|
|
4641
|
+
--item-min-width: 60px;
|
|
4498
4642
|
}
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
border-radius: 8px;
|
|
4502
|
-
background-color: white;
|
|
4643
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
4644
|
+
display: none !important;
|
|
4503
4645
|
}
|
|
4504
|
-
.
|
|
4505
|
-
|
|
4646
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
4647
|
+
flex-shrink: 0 !important;
|
|
4506
4648
|
}
|
|
4507
|
-
.
|
|
4508
|
-
|
|
4509
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4510
|
-
transform: translateY(-4px);
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4513
|
-
button.E_l48ei06.ant-btn,
|
|
4514
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4515
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4516
|
-
font-size: 12px;
|
|
4517
|
-
line-height: 18px;
|
|
4518
|
-
height: 18px;
|
|
4649
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
4650
|
+
color: #0080ff;
|
|
4519
4651
|
}
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
height: unset;
|
|
4652
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4653
|
+
color: #0080ff;
|
|
4654
|
+
font-weight: normal;
|
|
4524
4655
|
}
|
|
4525
|
-
|
|
4526
|
-
|
|
4656
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
4657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4527
4658
|
}
|
|
4528
|
-
|
|
4529
|
-
|
|
4659
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4660
|
+
color: #00122e;
|
|
4530
4661
|
}
|
|
4531
|
-
|
|
4532
|
-
|
|
4662
|
+
.E_sjob3jg .step-item-text {
|
|
4663
|
+
display: inline-block;
|
|
4533
4664
|
}
|
|
4534
|
-
|
|
4535
|
-
|
|
4665
|
+
.E_sjob3jg .step-item-title {
|
|
4666
|
+
overflow: hidden;
|
|
4667
|
+
white-space: nowrap;
|
|
4668
|
+
text-overflow: ellipsis;
|
|
4536
4669
|
}
|
|
4537
|
-
|
|
4538
|
-
|
|
4670
|
+
|
|
4671
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
4672
|
+
min-width: var(--item-min-width);
|
|
4539
4673
|
}
|
|
4540
|
-
|
|
4541
|
-
|
|
4674
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
4675
|
+
cursor: not-allowed !important;
|
|
4542
4676
|
}
|
|
4543
|
-
|
|
4544
|
-
|
|
4677
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
4678
|
+
flex-direction: row;
|
|
4679
|
+
justify-content: stretch;
|
|
4545
4680
|
}
|
|
4546
|
-
|
|
4547
|
-
|
|
4681
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
4682
|
+
padding: 0;
|
|
4683
|
+
margin-right: 4px;
|
|
4684
|
+
flex: 1;
|
|
4685
|
+
overflow: visible;
|
|
4548
4686
|
}
|
|
4549
|
-
|
|
4550
|
-
|
|
4687
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
4688
|
+
width: 100%;
|
|
4689
|
+
min-height: unset;
|
|
4551
4690
|
}
|
|
4552
|
-
|
|
4553
|
-
|
|
4691
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
4692
|
+
height: 26px;
|
|
4693
|
+
line-height: 26px;
|
|
4694
|
+
width: 100%;
|
|
4695
|
+
padding: 0;
|
|
4696
|
+
font-size: 12px;
|
|
4554
4697
|
}
|
|
4555
|
-
|
|
4556
|
-
|
|
4698
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
4699
|
+
margin-right: 10px;
|
|
4557
4700
|
}
|
|
4558
|
-
|
|
4559
|
-
|
|
4701
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
4702
|
+
display: none;
|
|
4560
4703
|
}
|
|
4561
|
-
|
|
4562
|
-
|
|
4704
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
4705
|
+
padding-left: 8px;
|
|
4706
|
+
padding-right: 4px;
|
|
4707
|
+
border-radius: 4px 0 0 4px;
|
|
4563
4708
|
}
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
margin: 0;
|
|
4567
|
-
border-radius: 20px;
|
|
4568
|
-
padding: 2px 10px;
|
|
4569
|
-
height: 22px;
|
|
4709
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
4710
|
+
margin-right: 0;
|
|
4570
4711
|
}
|
|
4571
|
-
.
|
|
4572
|
-
|
|
4712
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
4713
|
+
padding-right: 8px;
|
|
4714
|
+
padding-left: 12px;
|
|
4715
|
+
border-radius: 0 4px 4px 0;
|
|
4573
4716
|
}
|
|
4574
|
-
.
|
|
4575
|
-
|
|
4717
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
4718
|
+
content: "";
|
|
4719
|
+
width: 0;
|
|
4720
|
+
height: 0;
|
|
4721
|
+
border: 13px solid transparent;
|
|
4722
|
+
position: absolute;
|
|
4723
|
+
top: 0;
|
|
4724
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
4725
|
+
z-index: 2;
|
|
4726
|
+
position: relative;
|
|
4727
|
+
top: -50%;
|
|
4728
|
+
right: -100%;
|
|
4576
4729
|
}
|
|
4577
|
-
.
|
|
4578
|
-
|
|
4730
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
4731
|
+
padding: 0 4px 0 12px;
|
|
4579
4732
|
}
|
|
4580
|
-
.
|
|
4581
|
-
|
|
4733
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
4734
|
+
content: "";
|
|
4735
|
+
width: 0;
|
|
4736
|
+
height: 0;
|
|
4737
|
+
border: 13px solid transparent;
|
|
4738
|
+
position: absolute;
|
|
4739
|
+
top: 0;
|
|
4740
|
+
border-left: 8px solid #fff;
|
|
4741
|
+
left: 0;
|
|
4582
4742
|
}
|
|
4583
|
-
.
|
|
4584
|
-
|
|
4585
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4743
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
4744
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
4586
4745
|
}
|
|
4587
|
-
.
|
|
4746
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
4588
4747
|
background-color: rgba(0, 136, 255, 0.1);
|
|
4589
4748
|
}
|
|
4590
|
-
.
|
|
4591
|
-
|
|
4592
|
-
}
|
|
4593
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4594
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4595
|
-
}
|
|
4596
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4597
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
4598
|
-
}
|
|
4599
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4600
|
-
background-color: #f0483e;
|
|
4749
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
4750
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
4601
4751
|
}
|
|
4602
|
-
.
|
|
4603
|
-
|
|
4752
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4753
|
+
cursor: pointer;
|
|
4754
|
+
min-width: var(--item-min-width);
|
|
4604
4755
|
}
|
|
4605
|
-
.
|
|
4606
|
-
|
|
4756
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
4757
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4758
|
+
min-width: var(--item-min-width);
|
|
4607
4759
|
}
|
|
4608
|
-
.
|
|
4609
|
-
|
|
4760
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
4761
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
4762
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4610
4763
|
}
|
|
4611
|
-
.
|
|
4612
|
-
|
|
4764
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
4765
|
+
padding: 0;
|
|
4613
4766
|
}
|
|
4614
|
-
|
|
4615
|
-
|
|
4767
|
+
|
|
4768
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
4769
|
+
width: 192px;
|
|
4770
|
+
row-gap: 2px;
|
|
4616
4771
|
}
|
|
4617
|
-
.
|
|
4618
|
-
background-color:
|
|
4772
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
4773
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4619
4774
|
}
|
|
4620
|
-
.
|
|
4621
|
-
|
|
4775
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
4776
|
+
color: #00122e !important;
|
|
4622
4777
|
}
|
|
4623
|
-
.
|
|
4778
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
4624
4779
|
background-color: rgba(225, 230, 241, 0.6);
|
|
4625
4780
|
}
|
|
4626
|
-
.
|
|
4627
|
-
|
|
4781
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
4782
|
+
padding: 0 8px;
|
|
4783
|
+
border-radius: 4px;
|
|
4784
|
+
height: 32px;
|
|
4785
|
+
display: flex;
|
|
4786
|
+
align-items: center;
|
|
4628
4787
|
}
|
|
4629
|
-
.
|
|
4630
|
-
|
|
4788
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
4789
|
+
min-height: auto;
|
|
4790
|
+
white-space: nowrap;
|
|
4631
4791
|
}
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
display: inline-block;
|
|
4792
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4793
|
+
font-size: 13px;
|
|
4794
|
+
line-height: 20px;
|
|
4795
|
+
max-width: 100%;
|
|
4796
|
+
padding-right: 0;
|
|
4638
4797
|
}
|
|
4639
|
-
|
|
4640
|
-
.
|
|
4641
|
-
height: 100%;
|
|
4798
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
4799
|
+
background: rgba(0, 128, 255, 0.1);
|
|
4642
4800
|
}
|
|
4643
4801
|
|
|
4644
|
-
.
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
height: 100%;
|
|
4802
|
+
.E_h6l1tj4 {
|
|
4803
|
+
width: 100%;
|
|
4804
|
+
display: inline-flex;
|
|
4805
|
+
align-items: center;
|
|
4806
|
+
justify-content: center;
|
|
4807
|
+
column-gap: 4px;
|
|
4651
4808
|
}
|
|
4652
|
-
.
|
|
4653
|
-
|
|
4654
|
-
|
|
4809
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
4810
|
+
display: inline-flex;
|
|
4811
|
+
align-items: center;
|
|
4812
|
+
width: 18px;
|
|
4813
|
+
height: 18px;
|
|
4814
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4815
|
+
justify-content: center;
|
|
4655
4816
|
}
|
|
4656
|
-
|
|
4657
|
-
|
|
4817
|
+
|
|
4818
|
+
.E_v18frne8 {
|
|
4819
|
+
width: 100%;
|
|
4820
|
+
display: flex;
|
|
4821
|
+
align-items: center;
|
|
4822
|
+
justify-content: center;
|
|
4823
|
+
column-gap: 6px;
|
|
4824
|
+
font-size: 13px;
|
|
4658
4825
|
}
|
|
4659
|
-
.
|
|
4660
|
-
display:
|
|
4826
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
4827
|
+
display: inline-flex;
|
|
4828
|
+
align-items: center;
|
|
4829
|
+
min-width: 20px;
|
|
4830
|
+
min-height: 20px;
|
|
4831
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4832
|
+
justify-content: center;
|
|
4833
|
+
}
|
|
4834
|
+
|
|
4835
|
+
.E_r77hffu {
|
|
4836
|
+
display: flex;
|
|
4837
|
+
align-items: center;
|
|
4838
|
+
justify-content: space-between;
|
|
4839
|
+
column-gap: 6px;
|
|
4840
|
+
}
|
|
4841
|
+
|
|
4842
|
+
.E_p1cmxsf7 {
|
|
4843
|
+
display: flex;
|
|
4844
|
+
flex-direction: column;
|
|
4845
|
+
justify-content: center;
|
|
4846
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4847
|
+
}
|
|
4848
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4849
|
+
font-size: 0;
|
|
4850
|
+
margin-bottom: unset;
|
|
4851
|
+
margin-inline-end: unset;
|
|
4852
|
+
}
|
|
4853
|
+
|
|
4854
|
+
.E_tc97u5y {
|
|
4855
|
+
height: 100%;
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4858
|
+
.E_efzf37v .ant-table-content,
|
|
4859
|
+
.E_efzf37v .ant-table-body {
|
|
4860
|
+
overflow: visible !important;
|
|
4861
|
+
height: 100%;
|
|
4862
|
+
}
|
|
4863
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4864
|
+
height: 100%;
|
|
4865
|
+
}
|
|
4866
|
+
.E_efzf37v table {
|
|
4867
|
+
width: 100% !important;
|
|
4868
|
+
height: 100%;
|
|
4869
|
+
}
|
|
4870
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4871
|
+
padding: 15px 0;
|
|
4872
|
+
}
|
|
4873
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
4874
|
+
display: none;
|
|
4661
4875
|
}
|
|
4662
4876
|
|
|
4663
4877
|
.E_t1fisho6 {
|
|
@@ -4975,294 +5189,37 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4975
5189
|
height: 100px;
|
|
4976
5190
|
vertical-align: middle;
|
|
4977
5191
|
}
|
|
4978
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
4979
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4980
|
-
font-weight: bold;
|
|
4981
|
-
font-size: 20px;
|
|
4982
|
-
color: rgba(10, 37, 85, 0.6);
|
|
4983
|
-
}
|
|
4984
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
4985
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
4986
|
-
z-index: 10;
|
|
4987
|
-
}
|
|
4988
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
4989
|
-
padding: 0 !important;
|
|
4990
|
-
position: relative;
|
|
4991
|
-
background: #fff;
|
|
4992
|
-
}
|
|
4993
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
4994
|
-
height: 100%;
|
|
4995
|
-
display: flex;
|
|
4996
|
-
align-items: center;
|
|
4997
|
-
justify-content: flex-end;
|
|
4998
|
-
padding-right: 8px;
|
|
4999
|
-
}
|
|
5000
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5001
|
-
width: 24px;
|
|
5002
|
-
height: 24px;
|
|
5003
|
-
cursor: pointer;
|
|
5004
|
-
justify-content: center;
|
|
5005
|
-
border-radius: 4px;
|
|
5006
|
-
}
|
|
5007
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5008
|
-
background: #fff;
|
|
5009
|
-
}
|
|
5010
|
-
|
|
5011
|
-
.E_w7ob4th.outside-tag {
|
|
5012
|
-
padding-left: 0;
|
|
5013
|
-
}
|
|
5014
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5015
|
-
border-radius: 4px 0 0 4px;
|
|
5016
|
-
padding-right: 4px;
|
|
5017
|
-
margin-right: 4px;
|
|
5018
|
-
}
|
|
5019
|
-
|
|
5020
|
-
.E_i1g85yz3 {
|
|
5021
|
-
margin-right: 4px;
|
|
5022
|
-
height: 16px;
|
|
5023
|
-
}
|
|
5024
|
-
|
|
5025
|
-
.E_slr2ynn {
|
|
5026
|
-
padding: 0 8px;
|
|
5027
|
-
height: 18px;
|
|
5028
|
-
}
|
|
5029
|
-
|
|
5030
|
-
.E_m140wbb6 {
|
|
5031
|
-
padding: 2px 8px;
|
|
5032
|
-
height: 24px;
|
|
5033
|
-
}
|
|
5034
|
-
|
|
5035
|
-
.E_t1fozc1i {
|
|
5036
|
-
margin: 0;
|
|
5037
|
-
}
|
|
5038
|
-
|
|
5039
|
-
.E_i1vxv4ln {
|
|
5040
|
-
margin-right: 4px;
|
|
5041
|
-
height: 16px;
|
|
5042
|
-
}
|
|
5043
|
-
|
|
5044
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5045
|
-
font-weight: 700;
|
|
5046
|
-
color: #00122e;
|
|
5047
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5048
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5049
|
-
word-break: break-all;
|
|
5050
|
-
display: inline;
|
|
5051
|
-
white-space: normal;
|
|
5052
|
-
}
|
|
5053
|
-
|
|
5054
|
-
.E_sjob3jg {
|
|
5055
|
-
--item-min-width: 60px;
|
|
5056
|
-
}
|
|
5057
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5058
|
-
display: none !important;
|
|
5059
|
-
}
|
|
5060
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5061
|
-
flex-shrink: 0 !important;
|
|
5062
|
-
}
|
|
5063
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5064
|
-
color: #0080ff;
|
|
5065
|
-
}
|
|
5066
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5067
|
-
color: #0080ff;
|
|
5068
|
-
font-weight: normal;
|
|
5069
|
-
}
|
|
5070
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5071
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5072
|
-
}
|
|
5073
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5074
|
-
color: #00122e;
|
|
5075
|
-
}
|
|
5076
|
-
.E_sjob3jg .step-item-text {
|
|
5077
|
-
display: inline-block;
|
|
5078
|
-
}
|
|
5079
|
-
.E_sjob3jg .step-item-title {
|
|
5080
|
-
overflow: hidden;
|
|
5081
|
-
white-space: nowrap;
|
|
5082
|
-
text-overflow: ellipsis;
|
|
5083
|
-
}
|
|
5084
|
-
|
|
5085
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
5086
|
-
min-width: var(--item-min-width);
|
|
5087
|
-
}
|
|
5088
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5089
|
-
cursor: not-allowed !important;
|
|
5090
|
-
}
|
|
5091
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5092
|
-
flex-direction: row;
|
|
5093
|
-
justify-content: stretch;
|
|
5094
|
-
}
|
|
5095
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5096
|
-
padding: 0;
|
|
5097
|
-
margin-right: 4px;
|
|
5098
|
-
flex: 1;
|
|
5099
|
-
overflow: visible;
|
|
5100
|
-
}
|
|
5101
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5102
|
-
width: 100%;
|
|
5103
|
-
min-height: unset;
|
|
5104
|
-
}
|
|
5105
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5106
|
-
height: 26px;
|
|
5107
|
-
line-height: 26px;
|
|
5108
|
-
width: 100%;
|
|
5109
|
-
padding: 0;
|
|
5110
|
-
font-size: 12px;
|
|
5111
|
-
}
|
|
5112
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5113
|
-
margin-right: 10px;
|
|
5114
|
-
}
|
|
5115
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5116
|
-
display: none;
|
|
5117
|
-
}
|
|
5118
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5119
|
-
padding-left: 8px;
|
|
5120
|
-
padding-right: 4px;
|
|
5121
|
-
border-radius: 4px 0 0 4px;
|
|
5122
|
-
}
|
|
5123
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5124
|
-
margin-right: 0;
|
|
5125
|
-
}
|
|
5126
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5127
|
-
padding-right: 8px;
|
|
5128
|
-
padding-left: 12px;
|
|
5129
|
-
border-radius: 0 4px 4px 0;
|
|
5130
|
-
}
|
|
5131
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
5132
|
-
content: "";
|
|
5133
|
-
width: 0;
|
|
5134
|
-
height: 0;
|
|
5135
|
-
border: 13px solid transparent;
|
|
5136
|
-
position: absolute;
|
|
5137
|
-
top: 0;
|
|
5138
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5139
|
-
z-index: 2;
|
|
5140
|
-
position: relative;
|
|
5141
|
-
top: -50%;
|
|
5142
|
-
right: -100%;
|
|
5143
|
-
}
|
|
5144
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5145
|
-
padding: 0 4px 0 12px;
|
|
5146
|
-
}
|
|
5147
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
5148
|
-
content: "";
|
|
5149
|
-
width: 0;
|
|
5150
|
-
height: 0;
|
|
5151
|
-
border: 13px solid transparent;
|
|
5152
|
-
position: absolute;
|
|
5153
|
-
top: 0;
|
|
5154
|
-
border-left: 8px solid #fff;
|
|
5155
|
-
left: 0;
|
|
5156
|
-
}
|
|
5157
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5158
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5159
|
-
}
|
|
5160
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5161
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5162
|
-
}
|
|
5163
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5164
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5165
|
-
}
|
|
5166
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5167
|
-
cursor: pointer;
|
|
5168
|
-
min-width: var(--item-min-width);
|
|
5169
|
-
}
|
|
5170
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5171
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5172
|
-
min-width: var(--item-min-width);
|
|
5173
|
-
}
|
|
5174
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5175
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5176
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5177
|
-
}
|
|
5178
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5179
|
-
padding: 0;
|
|
5180
|
-
}
|
|
5181
|
-
|
|
5182
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5183
|
-
width: 192px;
|
|
5184
|
-
row-gap: 2px;
|
|
5185
|
-
}
|
|
5186
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5187
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5188
|
-
}
|
|
5189
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5190
|
-
color: #00122e !important;
|
|
5191
|
-
}
|
|
5192
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
5193
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5194
|
-
}
|
|
5195
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5196
|
-
padding: 0 8px;
|
|
5197
|
-
border-radius: 4px;
|
|
5198
|
-
height: 32px;
|
|
5199
|
-
display: flex;
|
|
5200
|
-
align-items: center;
|
|
5201
|
-
}
|
|
5202
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5203
|
-
min-height: auto;
|
|
5204
|
-
white-space: nowrap;
|
|
5205
|
-
}
|
|
5206
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5207
|
-
font-size: 13px;
|
|
5208
|
-
line-height: 20px;
|
|
5209
|
-
max-width: 100%;
|
|
5210
|
-
padding-right: 0;
|
|
5211
|
-
}
|
|
5212
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5213
|
-
background: rgba(0, 128, 255, 0.1);
|
|
5214
|
-
}
|
|
5215
|
-
|
|
5216
|
-
.E_h6l1tj4 {
|
|
5217
|
-
width: 100%;
|
|
5218
|
-
display: inline-flex;
|
|
5219
|
-
align-items: center;
|
|
5220
|
-
justify-content: center;
|
|
5221
|
-
column-gap: 4px;
|
|
5222
|
-
}
|
|
5223
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
5224
|
-
display: inline-flex;
|
|
5225
|
-
align-items: center;
|
|
5226
|
-
width: 18px;
|
|
5227
|
-
height: 18px;
|
|
5228
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5229
|
-
justify-content: center;
|
|
5230
|
-
}
|
|
5231
|
-
|
|
5232
|
-
.E_v18frne8 {
|
|
5233
|
-
width: 100%;
|
|
5234
|
-
display: flex;
|
|
5235
|
-
align-items: center;
|
|
5236
|
-
justify-content: center;
|
|
5237
|
-
column-gap: 6px;
|
|
5238
|
-
font-size: 13px;
|
|
5192
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
5193
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
5194
|
+
font-weight: bold;
|
|
5195
|
+
font-size: 20px;
|
|
5196
|
+
color: rgba(10, 37, 85, 0.6);
|
|
5239
5197
|
}
|
|
5240
|
-
.
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
min-width: 20px;
|
|
5244
|
-
min-height: 20px;
|
|
5245
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5246
|
-
justify-content: center;
|
|
5198
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
5199
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
5200
|
+
z-index: 10;
|
|
5247
5201
|
}
|
|
5248
|
-
|
|
5249
|
-
|
|
5202
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
5203
|
+
padding: 0 !important;
|
|
5204
|
+
position: relative;
|
|
5205
|
+
background: #fff;
|
|
5206
|
+
}
|
|
5207
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
5208
|
+
height: 100%;
|
|
5250
5209
|
display: flex;
|
|
5251
5210
|
align-items: center;
|
|
5252
|
-
justify-content:
|
|
5253
|
-
|
|
5211
|
+
justify-content: flex-end;
|
|
5212
|
+
padding-right: 8px;
|
|
5254
5213
|
}
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
|
|
5258
|
-
|
|
5214
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
5215
|
+
width: 24px;
|
|
5216
|
+
height: 24px;
|
|
5217
|
+
cursor: pointer;
|
|
5259
5218
|
justify-content: center;
|
|
5260
|
-
|
|
5219
|
+
border-radius: 4px;
|
|
5261
5220
|
}
|
|
5262
|
-
.
|
|
5263
|
-
|
|
5264
|
-
margin-bottom: unset;
|
|
5265
|
-
margin-inline-end: unset;
|
|
5221
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
5222
|
+
background: #fff;
|
|
5266
5223
|
}
|
|
5267
5224
|
|
|
5268
5225
|
.E_l1ucdodl {
|
|
@@ -5333,230 +5290,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5333
5290
|
flex: 1;
|
|
5334
5291
|
}
|
|
5335
5292
|
|
|
5336
|
-
.
|
|
5337
|
-
|
|
5338
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5339
|
-
}
|
|
5340
|
-
|
|
5341
|
-
.E_s1ese5oy {
|
|
5342
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5343
|
-
line-height: 32px;
|
|
5344
|
-
height: 32px;
|
|
5345
|
-
margin-bottom: 0;
|
|
5346
|
-
}
|
|
5347
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5348
|
-
color: #0080ff;
|
|
5349
|
-
}
|
|
5350
|
-
.E_s1ese5oy.warning {
|
|
5351
|
-
color: #ffa500;
|
|
5352
|
-
}
|
|
5353
|
-
.E_s1ese5oy.success {
|
|
5354
|
-
color: #00ba5d;
|
|
5355
|
-
}
|
|
5356
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
5357
|
-
color: #f0483e;
|
|
5358
|
-
}
|
|
5359
|
-
.E_s1ese5oy.normal {
|
|
5360
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5293
|
+
.E_w7ob4th.outside-tag {
|
|
5294
|
+
padding-left: 0;
|
|
5361
5295
|
}
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5296
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5297
|
+
border-radius: 4px 0 0 4px;
|
|
5298
|
+
padding-right: 4px;
|
|
5299
|
+
margin-right: 4px;
|
|
5366
5300
|
}
|
|
5367
5301
|
|
|
5368
|
-
.
|
|
5369
|
-
|
|
5370
|
-
|
|
5302
|
+
.E_slr2ynn {
|
|
5303
|
+
padding: 0 8px;
|
|
5304
|
+
height: 18px;
|
|
5371
5305
|
}
|
|
5372
5306
|
|
|
5373
|
-
.
|
|
5307
|
+
.E_m140wbb6 {
|
|
5308
|
+
padding: 2px 8px;
|
|
5374
5309
|
height: 24px;
|
|
5375
|
-
flex: 1;
|
|
5376
|
-
position: relative;
|
|
5377
|
-
top: -7px;
|
|
5378
|
-
}
|
|
5379
|
-
.E_bsub5bw p {
|
|
5380
|
-
width: 100%;
|
|
5381
|
-
overflow: hidden;
|
|
5382
|
-
text-overflow: ellipsis;
|
|
5383
|
-
white-space: nowrap;
|
|
5384
5310
|
}
|
|
5385
5311
|
|
|
5386
|
-
.
|
|
5387
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5388
|
-
border-radius: 8px;
|
|
5389
|
-
overflow: auto;
|
|
5390
|
-
}
|
|
5391
|
-
.E_tmoyoag .ant-list {
|
|
5392
|
-
position: relative;
|
|
5393
|
-
}
|
|
5394
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5395
|
-
border-bottom: none;
|
|
5396
|
-
}
|
|
5397
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5398
|
-
position: sticky;
|
|
5399
|
-
top: 0;
|
|
5400
|
-
z-index: 2;
|
|
5401
|
-
display: flex;
|
|
5402
|
-
padding: 8px;
|
|
5403
|
-
flex-wrap: nowrap;
|
|
5404
|
-
justify-content: flex-start;
|
|
5405
|
-
background: #f2f5fa;
|
|
5406
|
-
font-size: 14px;
|
|
5407
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5408
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5409
|
-
}
|
|
5410
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5411
|
-
align-items: inherit;
|
|
5412
|
-
}
|
|
5413
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5414
|
-
margin-bottom: 0;
|
|
5415
|
-
}
|
|
5416
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5417
|
-
display: flex;
|
|
5418
|
-
justify-content: flex-start;
|
|
5419
|
-
align-items: flex-start;
|
|
5420
|
-
flex-wrap: wrap;
|
|
5421
|
-
padding: 8px;
|
|
5422
|
-
border: none;
|
|
5423
|
-
}
|
|
5424
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5425
|
-
flex-basis: 100%;
|
|
5426
|
-
margin: 12px 0 0;
|
|
5427
|
-
order: 99;
|
|
5428
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5429
|
-
}
|
|
5430
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5431
|
-
color: #f0483e;
|
|
5432
|
-
flex-basis: 100%;
|
|
5433
|
-
order: 98;
|
|
5434
|
-
margin: 12px 0 0;
|
|
5435
|
-
}
|
|
5436
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5437
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5438
|
-
}
|
|
5439
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5440
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5441
|
-
}
|
|
5442
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5443
|
-
flex: 1 0 0;
|
|
5444
|
-
overflow: hidden;
|
|
5445
|
-
}
|
|
5446
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5447
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5448
|
-
margin: 0;
|
|
5449
|
-
}
|
|
5450
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5451
|
-
text-align: center;
|
|
5452
|
-
}
|
|
5453
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5454
|
-
text-align: center;
|
|
5455
|
-
}
|
|
5456
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5457
|
-
text-align: left;
|
|
5458
|
-
}
|
|
5459
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5460
|
-
text-align: left;
|
|
5461
|
-
}
|
|
5462
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5463
|
-
text-align: right;
|
|
5464
|
-
}
|
|
5465
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5466
|
-
text-align: right;
|
|
5467
|
-
}
|
|
5468
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5469
|
-
margin-right: 8px;
|
|
5470
|
-
}
|
|
5471
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5472
|
-
padding: 4px;
|
|
5473
|
-
width: 24px;
|
|
5474
|
-
height: 24px;
|
|
5475
|
-
overflow: hidden;
|
|
5476
|
-
}
|
|
5477
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5478
|
-
padding: 0;
|
|
5479
|
-
}
|
|
5480
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5481
|
-
cursor: not-allowed;
|
|
5482
|
-
opacity: 0.5;
|
|
5483
|
-
}
|
|
5484
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5312
|
+
.E_t1fozc1i {
|
|
5485
5313
|
margin: 0;
|
|
5486
5314
|
}
|
|
5487
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5488
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5489
|
-
border-radius: 5px;
|
|
5490
|
-
font-size: 12px;
|
|
5491
|
-
}
|
|
5492
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5493
|
-
font-size: inherit;
|
|
5494
|
-
}
|
|
5495
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5496
|
-
min-height: 24px;
|
|
5497
|
-
font-size: 12px;
|
|
5498
|
-
position: relative;
|
|
5499
|
-
}
|
|
5500
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5501
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5502
|
-
}
|
|
5503
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5504
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5505
|
-
}
|
|
5506
|
-
|
|
5507
|
-
.E_a138syjm {
|
|
5508
|
-
display: flex;
|
|
5509
|
-
align-items: center;
|
|
5510
|
-
margin-top: 8px;
|
|
5511
|
-
gap: 8px;
|
|
5512
|
-
}
|
|
5513
|
-
.E_a138syjm button.ant-btn {
|
|
5514
|
-
padding: 2px 8px;
|
|
5515
|
-
height: 24px;
|
|
5516
|
-
}
|
|
5517
|
-
.E_a138syjm > span.maximum-desc {
|
|
5518
|
-
display: none;
|
|
5519
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5520
|
-
}
|
|
5521
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5522
|
-
display: inline;
|
|
5523
|
-
}
|
|
5524
5315
|
|
|
5525
|
-
.
|
|
5526
|
-
|
|
5527
|
-
height:
|
|
5528
|
-
padding: 4px;
|
|
5529
|
-
margin-right: 8px;
|
|
5316
|
+
.E_i1vxv4ln {
|
|
5317
|
+
margin-right: 4px;
|
|
5318
|
+
height: 16px;
|
|
5530
5319
|
}
|
|
5531
5320
|
|
|
5532
|
-
.
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
display:
|
|
5321
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5322
|
+
font-weight: 700;
|
|
5323
|
+
color: #00122e;
|
|
5324
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5325
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5326
|
+
word-break: break-all;
|
|
5327
|
+
display: inline;
|
|
5328
|
+
white-space: normal;
|
|
5539
5329
|
}
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
border-radius: 2px;
|
|
5330
|
+
|
|
5331
|
+
.E_t1gvlxt5 {
|
|
5332
|
+
min-width: 0;
|
|
5333
|
+
flex: 1;
|
|
5545
5334
|
}
|
|
5546
|
-
.
|
|
5547
|
-
|
|
5335
|
+
.E_t1gvlxt5 .tag {
|
|
5336
|
+
flex: 0 0 auto;
|
|
5548
5337
|
}
|
|
5549
|
-
.
|
|
5550
|
-
flex:
|
|
5338
|
+
.E_t1gvlxt5 .progress-title {
|
|
5339
|
+
flex: 2;
|
|
5340
|
+
max-width: fit-content;
|
|
5551
5341
|
}
|
|
5552
|
-
.
|
|
5553
|
-
|
|
5342
|
+
.E_t1gvlxt5 .progress-desc {
|
|
5343
|
+
flex: 1;
|
|
5344
|
+
max-width: fit-content;
|
|
5554
5345
|
}
|
|
5555
|
-
|
|
5556
|
-
|
|
5346
|
+
|
|
5347
|
+
.E_a1ji6r68 {
|
|
5348
|
+
display: flex;
|
|
5349
|
+
align-items: center;
|
|
5350
|
+
column-gap: var(--a1ji6r68-0);
|
|
5557
5351
|
}
|
|
5558
|
-
|
|
5559
|
-
|
|
5352
|
+
|
|
5353
|
+
.E_i1g85yz3 {
|
|
5354
|
+
margin-right: 4px;
|
|
5355
|
+
height: 16px;
|
|
5560
5356
|
}
|
|
5561
5357
|
|
|
5562
5358
|
.E_msn7nxt {
|
|
@@ -5815,146 +5611,350 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5815
5611
|
align-items: center;
|
|
5816
5612
|
margin-left: 4px;
|
|
5817
5613
|
}
|
|
5818
|
-
|
|
5819
|
-
.E_l1mumj7o {
|
|
5820
|
-
display: flex;
|
|
5821
|
-
justify-content: flex-start;
|
|
5822
|
-
align-items: center;
|
|
5823
|
-
font-size: 12px;
|
|
5824
|
-
cursor: pointer;
|
|
5614
|
+
|
|
5615
|
+
.E_l1mumj7o {
|
|
5616
|
+
display: flex;
|
|
5617
|
+
justify-content: flex-start;
|
|
5618
|
+
align-items: center;
|
|
5619
|
+
font-size: 12px;
|
|
5620
|
+
cursor: pointer;
|
|
5621
|
+
}
|
|
5622
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
5623
|
+
opacity: 0.3;
|
|
5624
|
+
}
|
|
5625
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
5626
|
+
background: #b4beca !important;
|
|
5627
|
+
border-radius: 2px;
|
|
5628
|
+
}
|
|
5629
|
+
.E_l1mumj7o .legend-name {
|
|
5630
|
+
color: #00122e;
|
|
5631
|
+
}
|
|
5632
|
+
.E_l1mumj7o.hoverering-self {
|
|
5633
|
+
opacity: 1;
|
|
5634
|
+
}
|
|
5635
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
5636
|
+
margin-left: 4px;
|
|
5637
|
+
display: flex;
|
|
5638
|
+
align-items: center;
|
|
5639
|
+
}
|
|
5640
|
+
|
|
5641
|
+
.E_c14rn6j5 {
|
|
5642
|
+
display: inline-block;
|
|
5643
|
+
height: 8px;
|
|
5644
|
+
width: 8px;
|
|
5645
|
+
margin-right: 6px;
|
|
5646
|
+
border-radius: 2px;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
5650
|
+
display: flex;
|
|
5651
|
+
align-items: center;
|
|
5652
|
+
font-size: 12px;
|
|
5653
|
+
margin: 0;
|
|
5654
|
+
}
|
|
5655
|
+
|
|
5656
|
+
.E_lqeaosa {
|
|
5657
|
+
position: relative;
|
|
5658
|
+
}
|
|
5659
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
5660
|
+
bottom: -12px;
|
|
5661
|
+
}
|
|
5662
|
+
.E_lqeaosa .metric-toolbar {
|
|
5663
|
+
display: flex;
|
|
5664
|
+
justify-content: space-between;
|
|
5665
|
+
line-height: 30px;
|
|
5666
|
+
}
|
|
5667
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
5668
|
+
display: flex;
|
|
5669
|
+
flex-shrink: 0;
|
|
5670
|
+
font-size: 12px;
|
|
5671
|
+
align-items: center;
|
|
5672
|
+
}
|
|
5673
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
5674
|
+
color: #a3b4cc;
|
|
5675
|
+
}
|
|
5676
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5677
|
+
margin-left: 10px;
|
|
5678
|
+
}
|
|
5679
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
5680
|
+
margin-left: 10px;
|
|
5681
|
+
cursor: pointer;
|
|
5682
|
+
}
|
|
5683
|
+
.E_lqeaosa .recharts-xAxis {
|
|
5684
|
+
font-size: 12px;
|
|
5685
|
+
}
|
|
5686
|
+
.E_lqeaosa .pointer-wrapper {
|
|
5687
|
+
position: absolute;
|
|
5688
|
+
bottom: 10px;
|
|
5689
|
+
padding: 0 8px;
|
|
5690
|
+
font-size: 12px;
|
|
5691
|
+
color: #fff;
|
|
5692
|
+
transform: translateX(-50%);
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5695
|
+
.E_t2pr38p {
|
|
5696
|
+
min-width: 200px;
|
|
5697
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
5698
|
+
border-radius: 4px;
|
|
5699
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5700
|
+
padding: 8px;
|
|
5701
|
+
}
|
|
5702
|
+
|
|
5703
|
+
.E_tecdsj7 {
|
|
5704
|
+
display: flex;
|
|
5705
|
+
align-items: center;
|
|
5706
|
+
background-color: unset;
|
|
5707
|
+
color: #FFFFFF;
|
|
5708
|
+
justify-content: space-between;
|
|
5709
|
+
font-size: 12px;
|
|
5710
|
+
padding-top: 6px;
|
|
5711
|
+
}
|
|
5712
|
+
.E_tecdsj7:first-child {
|
|
5713
|
+
padding-top: 3px;
|
|
5714
|
+
}
|
|
5715
|
+
.E_tecdsj7:last-child {
|
|
5716
|
+
padding-bottom: 3px;
|
|
5717
|
+
}
|
|
5718
|
+
.E_tecdsj7 .column-value {
|
|
5719
|
+
color: #FFFFFF;
|
|
5720
|
+
margin-left: 8px;
|
|
5721
|
+
}
|
|
5722
|
+
|
|
5723
|
+
.E_ljhvvia {
|
|
5724
|
+
display: inline-block;
|
|
5725
|
+
height: 8px;
|
|
5726
|
+
width: 8px;
|
|
5727
|
+
margin-right: 8px;
|
|
5728
|
+
border-radius: 2px;
|
|
5729
|
+
}
|
|
5730
|
+
.E_ljhvvia.borderd {
|
|
5731
|
+
border: 1px solid #fff;
|
|
5732
|
+
}
|
|
5733
|
+
|
|
5734
|
+
.E_t1dtlqs1 {
|
|
5735
|
+
margin-bottom: 4px;
|
|
5736
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5737
|
+
}
|
|
5738
|
+
|
|
5739
|
+
.E_s1ese5oy {
|
|
5740
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5741
|
+
line-height: 32px;
|
|
5742
|
+
height: 32px;
|
|
5743
|
+
margin-bottom: 0;
|
|
5744
|
+
}
|
|
5745
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5746
|
+
color: #0080ff;
|
|
5747
|
+
}
|
|
5748
|
+
.E_s1ese5oy.warning {
|
|
5749
|
+
color: #ffa500;
|
|
5750
|
+
}
|
|
5751
|
+
.E_s1ese5oy.success {
|
|
5752
|
+
color: #00ba5d;
|
|
5753
|
+
}
|
|
5754
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
5755
|
+
color: #f0483e;
|
|
5756
|
+
}
|
|
5757
|
+
.E_s1ese5oy.normal {
|
|
5758
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5761
|
+
.E_b1ibis43 {
|
|
5762
|
+
margin-bottom: 0;
|
|
5763
|
+
color: #00122e;
|
|
5764
|
+
}
|
|
5765
|
+
|
|
5766
|
+
.E_b11xxjd2 {
|
|
5767
|
+
line-height: 32px;
|
|
5768
|
+
margin-right: 6px;
|
|
5769
|
+
}
|
|
5770
|
+
|
|
5771
|
+
.E_bsub5bw.with-description {
|
|
5772
|
+
height: 24px;
|
|
5773
|
+
flex: 1;
|
|
5774
|
+
position: relative;
|
|
5775
|
+
top: -7px;
|
|
5776
|
+
}
|
|
5777
|
+
.E_bsub5bw p {
|
|
5778
|
+
width: 100%;
|
|
5779
|
+
overflow: hidden;
|
|
5780
|
+
text-overflow: ellipsis;
|
|
5781
|
+
white-space: nowrap;
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
.E_tmoyoag {
|
|
5785
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5786
|
+
border-radius: 8px;
|
|
5787
|
+
overflow: auto;
|
|
5788
|
+
}
|
|
5789
|
+
.E_tmoyoag .ant-list {
|
|
5790
|
+
position: relative;
|
|
5791
|
+
}
|
|
5792
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5793
|
+
border-bottom: none;
|
|
5794
|
+
}
|
|
5795
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5796
|
+
position: sticky;
|
|
5797
|
+
top: 0;
|
|
5798
|
+
z-index: 2;
|
|
5799
|
+
display: flex;
|
|
5800
|
+
padding: 8px;
|
|
5801
|
+
flex-wrap: nowrap;
|
|
5802
|
+
justify-content: flex-start;
|
|
5803
|
+
background: #f2f5fa;
|
|
5804
|
+
font-size: 14px;
|
|
5805
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5806
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5807
|
+
}
|
|
5808
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5809
|
+
align-items: inherit;
|
|
5810
|
+
}
|
|
5811
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5812
|
+
margin-bottom: 0;
|
|
5813
|
+
}
|
|
5814
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5815
|
+
display: flex;
|
|
5816
|
+
justify-content: flex-start;
|
|
5817
|
+
align-items: flex-start;
|
|
5818
|
+
flex-wrap: wrap;
|
|
5819
|
+
padding: 8px;
|
|
5820
|
+
border: none;
|
|
5821
|
+
}
|
|
5822
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5823
|
+
flex-basis: 100%;
|
|
5824
|
+
margin: 12px 0 0;
|
|
5825
|
+
order: 99;
|
|
5826
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5827
|
+
}
|
|
5828
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5829
|
+
color: #f0483e;
|
|
5830
|
+
flex-basis: 100%;
|
|
5831
|
+
order: 98;
|
|
5832
|
+
margin: 12px 0 0;
|
|
5833
|
+
}
|
|
5834
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5835
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5825
5836
|
}
|
|
5826
|
-
.
|
|
5827
|
-
|
|
5837
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5838
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5828
5839
|
}
|
|
5829
|
-
.
|
|
5830
|
-
|
|
5831
|
-
|
|
5840
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5841
|
+
flex: 1 0 0;
|
|
5842
|
+
overflow: hidden;
|
|
5832
5843
|
}
|
|
5833
|
-
.
|
|
5834
|
-
color:
|
|
5844
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5845
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5846
|
+
margin: 0;
|
|
5835
5847
|
}
|
|
5836
|
-
.
|
|
5837
|
-
|
|
5848
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5849
|
+
text-align: center;
|
|
5838
5850
|
}
|
|
5839
|
-
.
|
|
5840
|
-
|
|
5841
|
-
display: flex;
|
|
5842
|
-
align-items: center;
|
|
5851
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5852
|
+
text-align: center;
|
|
5843
5853
|
}
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
display: inline-block;
|
|
5847
|
-
height: 8px;
|
|
5848
|
-
width: 8px;
|
|
5849
|
-
margin-right: 6px;
|
|
5850
|
-
border-radius: 2px;
|
|
5854
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5855
|
+
text-align: left;
|
|
5851
5856
|
}
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
display: flex;
|
|
5855
|
-
align-items: center;
|
|
5856
|
-
font-size: 12px;
|
|
5857
|
-
margin: 0;
|
|
5857
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5858
|
+
text-align: left;
|
|
5858
5859
|
}
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
position: relative;
|
|
5860
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5861
|
+
text-align: right;
|
|
5862
5862
|
}
|
|
5863
|
-
.
|
|
5864
|
-
|
|
5863
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5864
|
+
text-align: right;
|
|
5865
5865
|
}
|
|
5866
|
-
.
|
|
5867
|
-
|
|
5868
|
-
justify-content: space-between;
|
|
5869
|
-
line-height: 30px;
|
|
5866
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5867
|
+
margin-right: 8px;
|
|
5870
5868
|
}
|
|
5871
|
-
.
|
|
5872
|
-
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
|
|
5869
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5870
|
+
padding: 4px;
|
|
5871
|
+
width: 24px;
|
|
5872
|
+
height: 24px;
|
|
5873
|
+
overflow: hidden;
|
|
5876
5874
|
}
|
|
5877
|
-
.
|
|
5878
|
-
|
|
5875
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5876
|
+
padding: 0;
|
|
5879
5877
|
}
|
|
5880
|
-
.
|
|
5881
|
-
|
|
5878
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5879
|
+
cursor: not-allowed;
|
|
5880
|
+
opacity: 0.5;
|
|
5882
5881
|
}
|
|
5883
|
-
.
|
|
5884
|
-
margin
|
|
5885
|
-
cursor: pointer;
|
|
5882
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5883
|
+
margin: 0;
|
|
5886
5884
|
}
|
|
5887
|
-
.
|
|
5885
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5886
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5887
|
+
border-radius: 5px;
|
|
5888
5888
|
font-size: 12px;
|
|
5889
5889
|
}
|
|
5890
|
-
.
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5890
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5891
|
+
font-size: inherit;
|
|
5892
|
+
}
|
|
5893
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5894
|
+
min-height: 24px;
|
|
5894
5895
|
font-size: 12px;
|
|
5895
|
-
|
|
5896
|
-
transform: translateX(-50%);
|
|
5896
|
+
position: relative;
|
|
5897
5897
|
}
|
|
5898
|
-
|
|
5899
|
-
.
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5903
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
5904
|
-
padding: 8px;
|
|
5898
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5899
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5900
|
+
}
|
|
5901
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5902
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5905
5903
|
}
|
|
5906
5904
|
|
|
5907
|
-
.
|
|
5905
|
+
.E_a138syjm {
|
|
5908
5906
|
display: flex;
|
|
5909
5907
|
align-items: center;
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
justify-content: space-between;
|
|
5913
|
-
font-size: 12px;
|
|
5914
|
-
padding-top: 6px;
|
|
5908
|
+
margin-top: 8px;
|
|
5909
|
+
gap: 8px;
|
|
5915
5910
|
}
|
|
5916
|
-
.
|
|
5917
|
-
padding
|
|
5911
|
+
.E_a138syjm button.ant-btn {
|
|
5912
|
+
padding: 2px 8px;
|
|
5913
|
+
height: 24px;
|
|
5918
5914
|
}
|
|
5919
|
-
.
|
|
5920
|
-
|
|
5915
|
+
.E_a138syjm > span.maximum-desc {
|
|
5916
|
+
display: none;
|
|
5917
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5921
5918
|
}
|
|
5922
|
-
.
|
|
5923
|
-
|
|
5924
|
-
margin-left: 8px;
|
|
5919
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5920
|
+
display: inline;
|
|
5925
5921
|
}
|
|
5926
5922
|
|
|
5927
|
-
.
|
|
5928
|
-
|
|
5929
|
-
height:
|
|
5930
|
-
|
|
5923
|
+
.E_d77i8u0 {
|
|
5924
|
+
width: 24px;
|
|
5925
|
+
height: 24px;
|
|
5926
|
+
padding: 4px;
|
|
5931
5927
|
margin-right: 8px;
|
|
5932
|
-
border-radius: 2px;
|
|
5933
|
-
}
|
|
5934
|
-
.E_ljhvvia.borderd {
|
|
5935
|
-
border: 1px solid #fff;
|
|
5936
5928
|
}
|
|
5937
5929
|
|
|
5938
|
-
.
|
|
5939
|
-
|
|
5940
|
-
flex: 1;
|
|
5930
|
+
.E_t13ef470 {
|
|
5931
|
+
height: 100%;
|
|
5941
5932
|
}
|
|
5942
|
-
.
|
|
5943
|
-
|
|
5933
|
+
.E_t13ef470 .table-loading-item {
|
|
5934
|
+
padding: 12px 4px;
|
|
5935
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5936
|
+
display: flex;
|
|
5944
5937
|
}
|
|
5945
|
-
.
|
|
5946
|
-
|
|
5947
|
-
|
|
5938
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5939
|
+
height: 16px;
|
|
5940
|
+
margin: 4px;
|
|
5941
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5942
|
+
border-radius: 2px;
|
|
5948
5943
|
}
|
|
5949
|
-
.
|
|
5944
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5945
|
+
width: 16px;
|
|
5946
|
+
}
|
|
5947
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5950
5948
|
flex: 1;
|
|
5951
|
-
max-width: fit-content;
|
|
5952
5949
|
}
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5950
|
+
.E_t13ef470 :nth-child(1) {
|
|
5951
|
+
padding: 8px 4px;
|
|
5952
|
+
}
|
|
5953
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5954
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5955
|
+
}
|
|
5956
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5957
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5958
5958
|
}
|
|
5959
5959
|
|
|
5960
5960
|
.E_bpgac8u {
|
|
@@ -5984,6 +5984,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5984
5984
|
background-color: #E07F00;
|
|
5985
5985
|
}
|
|
5986
5986
|
|
|
5987
|
+
.E_b1jaupqb {
|
|
5988
|
+
color: #F0483E;
|
|
5989
|
+
}
|
|
5990
|
+
|
|
5987
5991
|
.E_t59qhqp {
|
|
5988
5992
|
padding: 0px;
|
|
5989
5993
|
padding-top: 5px;
|
|
@@ -6032,8 +6036,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6032
6036
|
color: #00122E;
|
|
6033
6037
|
}
|
|
6034
6038
|
|
|
6035
|
-
.
|
|
6036
|
-
|
|
6039
|
+
.E_s20iney.skeleton-box {
|
|
6040
|
+
display: flex;
|
|
6041
|
+
align-items: center;
|
|
6042
|
+
justify-content: center;
|
|
6043
|
+
position: relative;
|
|
6044
|
+
border-radius: 2px;
|
|
6045
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6046
|
+
overflow: hidden;
|
|
6047
|
+
}
|
|
6048
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6049
|
+
width: 200%;
|
|
6050
|
+
height: 200%;
|
|
6051
|
+
transform: rotate(15deg);
|
|
6052
|
+
position: absolute;
|
|
6053
|
+
top: -50%;
|
|
6054
|
+
flex-shrink: 0;
|
|
6055
|
+
opacity: 0.8;
|
|
6056
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6057
|
+
animation: shimmer 1100ms infinite;
|
|
6058
|
+
}
|
|
6059
|
+
@keyframes shimmer {
|
|
6060
|
+
from {
|
|
6061
|
+
left: -120%;
|
|
6062
|
+
}
|
|
6063
|
+
to {
|
|
6064
|
+
left: 100%;
|
|
6065
|
+
}
|
|
6037
6066
|
}
|
|
6038
6067
|
|
|
6039
6068
|
.E_icab5o7 {
|
|
@@ -6373,35 +6402,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6373
6402
|
border-radius: 8px;
|
|
6374
6403
|
}
|
|
6375
6404
|
|
|
6376
|
-
.E_s20iney.skeleton-box {
|
|
6377
|
-
display: flex;
|
|
6378
|
-
align-items: center;
|
|
6379
|
-
justify-content: center;
|
|
6380
|
-
position: relative;
|
|
6381
|
-
border-radius: 2px;
|
|
6382
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6383
|
-
overflow: hidden;
|
|
6384
|
-
}
|
|
6385
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6386
|
-
width: 200%;
|
|
6387
|
-
height: 200%;
|
|
6388
|
-
transform: rotate(15deg);
|
|
6389
|
-
position: absolute;
|
|
6390
|
-
top: -50%;
|
|
6391
|
-
flex-shrink: 0;
|
|
6392
|
-
opacity: 0.8;
|
|
6393
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6394
|
-
animation: shimmer 1100ms infinite;
|
|
6395
|
-
}
|
|
6396
|
-
@keyframes shimmer {
|
|
6397
|
-
from {
|
|
6398
|
-
left: -120%;
|
|
6399
|
-
}
|
|
6400
|
-
to {
|
|
6401
|
-
left: 100%;
|
|
6402
|
-
}
|
|
6403
|
-
}
|
|
6404
|
-
|
|
6405
6405
|
.E_t1g36k2w {
|
|
6406
6406
|
overflow: hidden;
|
|
6407
6407
|
height: 100%;
|
|
@@ -6431,6 +6431,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6431
6431
|
background: rgba(225, 230, 241, 0.6);
|
|
6432
6432
|
}
|
|
6433
6433
|
|
|
6434
|
+
.E_t1616y1o {
|
|
6435
|
+
color: #fff;
|
|
6436
|
+
}
|
|
6437
|
+
|
|
6434
6438
|
.E_f16blduf.ant-form-item {
|
|
6435
6439
|
margin-bottom: 0;
|
|
6436
6440
|
}
|
|
@@ -6450,10 +6454,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6450
6454
|
display: block;
|
|
6451
6455
|
}
|
|
6452
6456
|
|
|
6453
|
-
.E_t1616y1o {
|
|
6454
|
-
color: #fff;
|
|
6455
|
-
}
|
|
6456
|
-
|
|
6457
6457
|
.E_a9y3flr {
|
|
6458
6458
|
margin-left: 8px;
|
|
6459
6459
|
}
|
|
@@ -6506,6 +6506,73 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6506
6506
|
}
|
|
6507
6507
|
}
|
|
6508
6508
|
|
|
6509
|
+
.E_c18bcrac {
|
|
6510
|
+
display: inline-block;
|
|
6511
|
+
width: 100%;
|
|
6512
|
+
}
|
|
6513
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6514
|
+
margin-left: 4px;
|
|
6515
|
+
}
|
|
6516
|
+
|
|
6517
|
+
.E_cro7kg2 {
|
|
6518
|
+
padding: 4px;
|
|
6519
|
+
}
|
|
6520
|
+
.E_cro7kg2 .unit {
|
|
6521
|
+
color: white;
|
|
6522
|
+
}
|
|
6523
|
+
|
|
6524
|
+
.E_c14wcxf0 {
|
|
6525
|
+
display: flex;
|
|
6526
|
+
justify-content: space-between;
|
|
6527
|
+
align-items: center;
|
|
6528
|
+
font-size: 13px;
|
|
6529
|
+
line-height: 24px;
|
|
6530
|
+
color: #cccccc;
|
|
6531
|
+
white-space: nowrap;
|
|
6532
|
+
}
|
|
6533
|
+
.E_c14wcxf0 label {
|
|
6534
|
+
margin-right: 32px;
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6538
|
+
font-weight: bold;
|
|
6539
|
+
color: white;
|
|
6540
|
+
}
|
|
6541
|
+
|
|
6542
|
+
.E_s11212zy {
|
|
6543
|
+
width: 8px;
|
|
6544
|
+
height: 8px;
|
|
6545
|
+
border-radius: 2px;
|
|
6546
|
+
display: inline-block;
|
|
6547
|
+
background: var(--s11212zy-0);
|
|
6548
|
+
border: 1px solid #fff;
|
|
6549
|
+
box-sizing: content-box;
|
|
6550
|
+
margin-right: 6px;
|
|
6551
|
+
}
|
|
6552
|
+
|
|
6553
|
+
.E_p1lyky6c > :first-child {
|
|
6554
|
+
font-weight: bold;
|
|
6555
|
+
color: white;
|
|
6556
|
+
margin-right: 4px;
|
|
6557
|
+
}
|
|
6558
|
+
|
|
6559
|
+
.E_skwah65 {
|
|
6560
|
+
height: 8px;
|
|
6561
|
+
box-sizing: border-box;
|
|
6562
|
+
border-radius: 2px;
|
|
6563
|
+
background: #f5f7fa;
|
|
6564
|
+
display: flex;
|
|
6565
|
+
width: 100%;
|
|
6566
|
+
overflow: hidden;
|
|
6567
|
+
}
|
|
6568
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6569
|
+
margin-left: 1px;
|
|
6570
|
+
}
|
|
6571
|
+
|
|
6572
|
+
span.E_tqjc4ui {
|
|
6573
|
+
margin: 0 2px;
|
|
6574
|
+
}
|
|
6575
|
+
|
|
6509
6576
|
.E_clm1wy1 {
|
|
6510
6577
|
width: 192px;
|
|
6511
6578
|
height: 246px;
|
|
@@ -6599,54 +6666,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6599
6666
|
border-radius: 2px;
|
|
6600
6667
|
}
|
|
6601
6668
|
|
|
6602
|
-
.
|
|
6603
|
-
|
|
6604
|
-
width: 100%;
|
|
6605
|
-
}
|
|
6606
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6607
|
-
margin-left: 4px;
|
|
6608
|
-
}
|
|
6609
|
-
|
|
6610
|
-
.E_cro7kg2 {
|
|
6611
|
-
padding: 4px;
|
|
6612
|
-
}
|
|
6613
|
-
.E_cro7kg2 .unit {
|
|
6614
|
-
color: white;
|
|
6615
|
-
}
|
|
6616
|
-
|
|
6617
|
-
.E_c14wcxf0 {
|
|
6618
|
-
display: flex;
|
|
6619
|
-
justify-content: space-between;
|
|
6620
|
-
align-items: center;
|
|
6621
|
-
font-size: 13px;
|
|
6622
|
-
line-height: 24px;
|
|
6623
|
-
color: #cccccc;
|
|
6624
|
-
white-space: nowrap;
|
|
6625
|
-
}
|
|
6626
|
-
.E_c14wcxf0 label {
|
|
6627
|
-
margin-right: 32px;
|
|
6628
|
-
}
|
|
6629
|
-
|
|
6630
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6631
|
-
font-weight: bold;
|
|
6632
|
-
color: white;
|
|
6669
|
+
.E_gmyahx3 {
|
|
6670
|
+
cursor: pointer;
|
|
6633
6671
|
}
|
|
6634
|
-
|
|
6635
|
-
.
|
|
6636
|
-
width: 8px;
|
|
6637
|
-
height: 8px;
|
|
6638
|
-
border-radius: 2px;
|
|
6639
|
-
display: inline-block;
|
|
6640
|
-
background: var(--s11212zy-0);
|
|
6641
|
-
border: 1px solid #fff;
|
|
6642
|
-
box-sizing: content-box;
|
|
6643
|
-
margin-right: 6px;
|
|
6672
|
+
.E_gmyahx3 .link-text {
|
|
6673
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6644
6674
|
}
|
|
6645
|
-
|
|
6646
|
-
|
|
6647
|
-
font-weight: bold;
|
|
6648
|
-
color: white;
|
|
6649
|
-
margin-right: 4px;
|
|
6675
|
+
.E_gmyahx3:hover .link-text {
|
|
6676
|
+
color: #0080ff;
|
|
6650
6677
|
}
|
|
6651
6678
|
|
|
6652
6679
|
.E_s1ebs0ra {
|
|
@@ -6841,167 +6868,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6841
6868
|
}
|
|
6842
6869
|
.E_wpbf4pq .month-day-option {
|
|
6843
6870
|
width: 32px;
|
|
6844
|
-
padding: 0;
|
|
6845
|
-
margin-bottom: 8px;
|
|
6846
|
-
}
|
|
6847
|
-
.E_wpbf4pq .month-day-option.active {
|
|
6848
|
-
background-color: #0096ff;
|
|
6849
|
-
border-color: #0096ff;
|
|
6850
|
-
color: #fff;
|
|
6851
|
-
}
|
|
6852
|
-
|
|
6853
|
-
.E_gmyahx3 {
|
|
6854
|
-
cursor: pointer;
|
|
6855
|
-
}
|
|
6856
|
-
.E_gmyahx3 .link-text {
|
|
6857
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6858
|
-
}
|
|
6859
|
-
.E_gmyahx3:hover .link-text {
|
|
6860
|
-
color: #0080ff;
|
|
6861
|
-
}
|
|
6862
|
-
|
|
6863
|
-
.E_n12mqh7z {
|
|
6864
|
-
display: flex;
|
|
6865
|
-
align-items: center;
|
|
6866
|
-
font-size: 12px;
|
|
6867
|
-
line-height: 18px;
|
|
6868
|
-
}
|
|
6869
|
-
.E_n12mqh7z:not(:last-child) {
|
|
6870
|
-
margin-bottom: 4px;
|
|
6871
|
-
}
|
|
6872
|
-
|
|
6873
|
-
.E_tf5bynu {
|
|
6874
|
-
margin: 0 3px;
|
|
6875
|
-
}
|
|
6876
|
-
|
|
6877
|
-
.E_tcckoz1 {
|
|
6878
|
-
max-height: 400px;
|
|
6879
|
-
overflow: auto;
|
|
6880
|
-
}
|
|
6881
|
-
|
|
6882
|
-
span.E_tqjc4ui {
|
|
6883
|
-
margin: 0 2px;
|
|
6884
|
-
}
|
|
6885
|
-
|
|
6886
|
-
.E_t1sqg15u {
|
|
6887
|
-
background: white;
|
|
6888
|
-
}
|
|
6889
|
-
.E_t1sqg15u.inline .table-row {
|
|
6890
|
-
flex-direction: column;
|
|
6891
|
-
}
|
|
6892
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
6893
|
-
padding: 0 16px 7px 0;
|
|
6894
|
-
}
|
|
6895
|
-
.E_t1sqg15u.has-border .table-header {
|
|
6896
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6897
|
-
}
|
|
6898
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
6899
|
-
border-top: none !important;
|
|
6900
|
-
}
|
|
6901
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
6902
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
6903
|
-
}
|
|
6904
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
6905
|
-
padding-bottom: 0;
|
|
6906
|
-
}
|
|
6907
|
-
.E_t1sqg15u.align-right .content {
|
|
6908
|
-
text-align: right;
|
|
6909
|
-
}
|
|
6910
|
-
.E_t1sqg15u .uuid-row {
|
|
6911
|
-
display: flex;
|
|
6912
|
-
justify-content: space-between;
|
|
6913
|
-
}
|
|
6914
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
6915
|
-
white-space: nowrap;
|
|
6916
|
-
overflow: hidden;
|
|
6917
|
-
text-overflow: ellipsis;
|
|
6918
|
-
}
|
|
6919
|
-
|
|
6920
|
-
.E_t4zczcp {
|
|
6921
|
-
display: flex;
|
|
6922
|
-
justify-content: space-between;
|
|
6923
|
-
align-items: center;
|
|
6924
|
-
padding: 8px;
|
|
6925
|
-
min-height: 32px;
|
|
6926
|
-
}
|
|
6927
|
-
.E_t4zczcp .table-title {
|
|
6928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6929
|
-
font-weight: 600;
|
|
6930
|
-
font-size: 12px;
|
|
6931
|
-
line-height: 8px;
|
|
6932
|
-
}
|
|
6933
|
-
.E_t4zczcp .edit-icon {
|
|
6934
|
-
font-size: 16px;
|
|
6935
|
-
color: rgba(10, 37, 85, 0.6);
|
|
6936
|
-
cursor: pointer;
|
|
6937
|
-
}
|
|
6938
|
-
|
|
6939
|
-
.E_t1s7goww {
|
|
6940
|
-
font-size: 12px;
|
|
6941
|
-
line-height: 18px;
|
|
6942
|
-
}
|
|
6943
|
-
|
|
6944
|
-
.E_t93e4cf {
|
|
6945
|
-
display: flex;
|
|
6946
|
-
padding: 8px 0;
|
|
6947
|
-
color: #2d3a56;
|
|
6948
|
-
}
|
|
6949
|
-
.E_t93e4cf .hidden {
|
|
6950
|
-
display: none;
|
|
6951
|
-
}
|
|
6952
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
6953
|
-
height: auto;
|
|
6954
|
-
}
|
|
6955
|
-
.E_t93e4cf .content {
|
|
6956
|
-
overflow: hidden;
|
|
6957
|
-
overflow-x: auto;
|
|
6958
|
-
width: 100%;
|
|
6959
|
-
white-space: pre-wrap;
|
|
6960
|
-
}
|
|
6961
|
-
.E_t93e4cf .content .ant-btn {
|
|
6962
|
-
white-space: pre-wrap;
|
|
6963
|
-
text-align: left;
|
|
6964
|
-
}
|
|
6965
|
-
.E_t93e4cf .content .unit-chart {
|
|
6966
|
-
justify-content: flex-start;
|
|
6967
|
-
}
|
|
6968
|
-
|
|
6969
|
-
.E_rhz2uv5 {
|
|
6970
|
-
width: var(--rhz2uv5-0);
|
|
6971
|
-
flex-shrink: 0;
|
|
6972
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6973
|
-
padding-right: 12px;
|
|
6871
|
+
padding: 0;
|
|
6872
|
+
margin-bottom: 8px;
|
|
6974
6873
|
}
|
|
6975
|
-
|
|
6976
|
-
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
justify-content: flex-end;
|
|
6874
|
+
.E_wpbf4pq .month-day-option.active {
|
|
6875
|
+
background-color: #0096ff;
|
|
6876
|
+
border-color: #0096ff;
|
|
6877
|
+
color: #fff;
|
|
6980
6878
|
}
|
|
6981
6879
|
|
|
6982
|
-
.
|
|
6880
|
+
.E_n12mqh7z {
|
|
6983
6881
|
display: flex;
|
|
6984
6882
|
align-items: center;
|
|
6985
|
-
|
|
6883
|
+
font-size: 12px;
|
|
6884
|
+
line-height: 18px;
|
|
6986
6885
|
}
|
|
6987
|
-
.
|
|
6988
|
-
|
|
6989
|
-
width: 100%;
|
|
6886
|
+
.E_n12mqh7z:not(:last-child) {
|
|
6887
|
+
margin-bottom: 4px;
|
|
6990
6888
|
}
|
|
6991
6889
|
|
|
6992
|
-
.
|
|
6993
|
-
|
|
6994
|
-
}
|
|
6995
|
-
.E_u1p8acpn .unit {
|
|
6996
|
-
color: #00122e !important;
|
|
6890
|
+
.E_tf5bynu {
|
|
6891
|
+
margin: 0 3px;
|
|
6997
6892
|
}
|
|
6998
6893
|
|
|
6999
|
-
.
|
|
7000
|
-
|
|
7001
|
-
|
|
7002
|
-
}
|
|
7003
|
-
.E_s1iv0tp1 .enabled-text {
|
|
7004
|
-
margin-right: 8px;
|
|
6894
|
+
.E_tcckoz1 {
|
|
6895
|
+
max-height: 400px;
|
|
6896
|
+
overflow: auto;
|
|
7005
6897
|
}
|
|
7006
6898
|
|
|
7007
6899
|
.E_ou7iq30 {
|
|
@@ -7031,33 +6923,27 @@ span.E_tqjc4ui {
|
|
|
7031
6923
|
visibility: hidden;
|
|
7032
6924
|
}
|
|
7033
6925
|
|
|
7034
|
-
.
|
|
7035
|
-
height: 8px;
|
|
7036
|
-
box-sizing: border-box;
|
|
7037
|
-
border-radius: 2px;
|
|
7038
|
-
background: #f5f7fa;
|
|
6926
|
+
.E_wg1tsps {
|
|
7039
6927
|
display: flex;
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
}
|
|
7043
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7044
|
-
margin-left: 1px;
|
|
6928
|
+
align-items: center;
|
|
6929
|
+
justify-content: flex-end;
|
|
7045
6930
|
}
|
|
7046
6931
|
|
|
7047
|
-
.
|
|
7048
|
-
|
|
7049
|
-
|
|
7050
|
-
|
|
7051
|
-
cursor: pointer !important;
|
|
6932
|
+
.E_b1ctd5xy {
|
|
6933
|
+
display: flex;
|
|
6934
|
+
align-items: center;
|
|
6935
|
+
width: calc(100% - 40px);
|
|
7052
6936
|
}
|
|
7053
|
-
.
|
|
7054
|
-
|
|
6937
|
+
.E_b1ctd5xy .chart {
|
|
6938
|
+
display: inline-block;
|
|
6939
|
+
width: 100%;
|
|
7055
6940
|
}
|
|
7056
|
-
|
|
7057
|
-
|
|
6941
|
+
|
|
6942
|
+
.E_u1p8acpn {
|
|
6943
|
+
min-width: 40px;
|
|
7058
6944
|
}
|
|
7059
|
-
.
|
|
7060
|
-
color:
|
|
6945
|
+
.E_u1p8acpn .unit {
|
|
6946
|
+
color: #00122e !important;
|
|
7061
6947
|
}
|
|
7062
6948
|
|
|
7063
6949
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7173,6 +7059,14 @@ span.E_tqjc4ui {
|
|
|
7173
7059
|
text-align: left;
|
|
7174
7060
|
}
|
|
7175
7061
|
|
|
7062
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7063
|
+
display: flex;
|
|
7064
|
+
align-items: center;
|
|
7065
|
+
}
|
|
7066
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7067
|
+
margin-right: 8px;
|
|
7068
|
+
}
|
|
7069
|
+
|
|
7176
7070
|
.E_t160l1cm {
|
|
7177
7071
|
display: flex;
|
|
7178
7072
|
flex-direction: column;
|
|
@@ -7376,63 +7270,110 @@ span.E_tqjc4ui {
|
|
|
7376
7270
|
background: transparent;
|
|
7377
7271
|
}
|
|
7378
7272
|
|
|
7379
|
-
.
|
|
7380
|
-
|
|
7381
|
-
width: 100%;
|
|
7382
|
-
border-radius: 8px;
|
|
7383
|
-
border: 1px solid rgb(228, 233, 242);
|
|
7273
|
+
.E_u15heuvq.content {
|
|
7274
|
+
cursor: default !important;
|
|
7384
7275
|
}
|
|
7385
|
-
.
|
|
7386
|
-
|
|
7276
|
+
.E_u15heuvq.content.link {
|
|
7277
|
+
cursor: pointer !important;
|
|
7387
7278
|
}
|
|
7388
|
-
.
|
|
7389
|
-
|
|
7279
|
+
.E_u15heuvq.content.link:hover {
|
|
7280
|
+
color: #0080ff;
|
|
7390
7281
|
}
|
|
7391
|
-
.
|
|
7392
|
-
|
|
7282
|
+
.E_u15heuvq.content.black {
|
|
7283
|
+
color: #00122e;
|
|
7393
7284
|
}
|
|
7394
|
-
.
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7399
|
-
|
|
7285
|
+
.E_u15heuvq.content.gray {
|
|
7286
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7287
|
+
}
|
|
7288
|
+
|
|
7289
|
+
.E_t1sqg15u {
|
|
7290
|
+
background: white;
|
|
7291
|
+
}
|
|
7292
|
+
.E_t1sqg15u.inline .table-row {
|
|
7293
|
+
flex-direction: column;
|
|
7294
|
+
}
|
|
7295
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7296
|
+
padding: 0 16px 7px 0;
|
|
7297
|
+
}
|
|
7298
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7299
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7300
|
+
}
|
|
7301
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7302
|
+
border-top: none !important;
|
|
7303
|
+
}
|
|
7304
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7305
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7306
|
+
}
|
|
7307
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7308
|
+
padding-bottom: 0;
|
|
7309
|
+
}
|
|
7310
|
+
.E_t1sqg15u.align-right .content {
|
|
7311
|
+
text-align: right;
|
|
7312
|
+
}
|
|
7313
|
+
.E_t1sqg15u .uuid-row {
|
|
7400
7314
|
display: flex;
|
|
7401
|
-
flex-direction: row;
|
|
7402
|
-
align-items: center;
|
|
7403
7315
|
justify-content: space-between;
|
|
7404
7316
|
}
|
|
7405
|
-
.
|
|
7317
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7318
|
+
white-space: nowrap;
|
|
7319
|
+
overflow: hidden;
|
|
7320
|
+
text-overflow: ellipsis;
|
|
7321
|
+
}
|
|
7322
|
+
|
|
7323
|
+
.E_t4zczcp {
|
|
7406
7324
|
display: flex;
|
|
7407
|
-
flex-direction: row;
|
|
7408
|
-
align-items: center;
|
|
7409
7325
|
justify-content: space-between;
|
|
7410
|
-
|
|
7326
|
+
align-items: center;
|
|
7327
|
+
padding: 8px;
|
|
7328
|
+
min-height: 32px;
|
|
7329
|
+
}
|
|
7330
|
+
.E_t4zczcp .table-title {
|
|
7331
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7332
|
+
font-weight: 600;
|
|
7411
7333
|
font-size: 12px;
|
|
7412
|
-
|
|
7413
|
-
color: rgb(0, 18, 46);
|
|
7334
|
+
line-height: 8px;
|
|
7414
7335
|
}
|
|
7415
|
-
|
|
7416
|
-
|
|
7417
|
-
|
|
7418
|
-
|
|
7336
|
+
.E_t4zczcp .edit-icon {
|
|
7337
|
+
font-size: 16px;
|
|
7338
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7339
|
+
cursor: pointer;
|
|
7419
7340
|
}
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7341
|
+
|
|
7342
|
+
.E_t1s7goww {
|
|
7343
|
+
font-size: 12px;
|
|
7344
|
+
line-height: 18px;
|
|
7423
7345
|
}
|
|
7424
7346
|
|
|
7425
|
-
.
|
|
7347
|
+
.E_t93e4cf {
|
|
7426
7348
|
display: flex;
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7349
|
+
padding: 8px 0;
|
|
7350
|
+
color: #2d3a56;
|
|
7351
|
+
}
|
|
7352
|
+
.E_t93e4cf .hidden {
|
|
7353
|
+
display: none;
|
|
7354
|
+
}
|
|
7355
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7356
|
+
height: auto;
|
|
7357
|
+
}
|
|
7358
|
+
.E_t93e4cf .content {
|
|
7359
|
+
overflow: hidden;
|
|
7360
|
+
overflow-x: auto;
|
|
7361
|
+
width: 100%;
|
|
7362
|
+
white-space: pre-wrap;
|
|
7363
|
+
}
|
|
7364
|
+
.E_t93e4cf .content .ant-btn {
|
|
7365
|
+
white-space: pre-wrap;
|
|
7366
|
+
text-align: left;
|
|
7367
|
+
}
|
|
7368
|
+
.E_t93e4cf .content .unit-chart {
|
|
7369
|
+
justify-content: flex-start;
|
|
7430
7370
|
}
|
|
7431
7371
|
|
|
7432
|
-
.
|
|
7433
|
-
|
|
7434
|
-
|
|
7435
|
-
|
|
7372
|
+
.E_rhz2uv5 {
|
|
7373
|
+
width: var(--rhz2uv5-0);
|
|
7374
|
+
flex-shrink: 0;
|
|
7375
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7376
|
+
padding-right: 12px;
|
|
7436
7377
|
}
|
|
7437
7378
|
|
|
7438
7379
|
.E_i5w779o {
|
|
@@ -7472,8 +7413,61 @@ span.E_tqjc4ui {
|
|
|
7472
7413
|
min-width: 0;
|
|
7473
7414
|
}
|
|
7474
7415
|
|
|
7475
|
-
.E_n4m6c4d {
|
|
7476
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7416
|
+
.E_n4m6c4d {
|
|
7417
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7418
|
+
}
|
|
7419
|
+
|
|
7420
|
+
.E_cyms3br {
|
|
7421
|
+
background: #fff;
|
|
7422
|
+
width: 100%;
|
|
7423
|
+
border-radius: 8px;
|
|
7424
|
+
border: 1px solid rgb(228, 233, 242);
|
|
7425
|
+
}
|
|
7426
|
+
.E_cyms3br .ant-list {
|
|
7427
|
+
padding: 12px;
|
|
7428
|
+
}
|
|
7429
|
+
.E_cyms3br .ant-list-item {
|
|
7430
|
+
padding: 4px 0;
|
|
7431
|
+
}
|
|
7432
|
+
.E_cyms3br .ant-alert {
|
|
7433
|
+
margin-left: 24px;
|
|
7434
|
+
}
|
|
7435
|
+
.E_cyms3br header {
|
|
7436
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7437
|
+
font-size: 12px;
|
|
7438
|
+
color: rgb(29, 50, 108);
|
|
7439
|
+
font-weight: 700;
|
|
7440
|
+
padding: 6px 12px;
|
|
7441
|
+
display: flex;
|
|
7442
|
+
flex-direction: row;
|
|
7443
|
+
align-items: center;
|
|
7444
|
+
justify-content: space-between;
|
|
7445
|
+
}
|
|
7446
|
+
.E_cyms3br header .switch-text {
|
|
7447
|
+
display: flex;
|
|
7448
|
+
flex-direction: row;
|
|
7449
|
+
align-items: center;
|
|
7450
|
+
justify-content: space-between;
|
|
7451
|
+
gap: 6px;
|
|
7452
|
+
font-size: 12px;
|
|
7453
|
+
font-weight: 400;
|
|
7454
|
+
color: rgb(0, 18, 46);
|
|
7455
|
+
}
|
|
7456
|
+
|
|
7457
|
+
.E_c157gu4z .ant-list-item {
|
|
7458
|
+
display: flex;
|
|
7459
|
+
flex-direction: row;
|
|
7460
|
+
}
|
|
7461
|
+
.E_c157gu4z .description {
|
|
7462
|
+
flex-grow: 1;
|
|
7463
|
+
margin-left: 8px;
|
|
7464
|
+
}
|
|
7465
|
+
|
|
7466
|
+
.E_eu1sysj {
|
|
7467
|
+
display: flex;
|
|
7468
|
+
flex-direction: column;
|
|
7469
|
+
align-items: center;
|
|
7470
|
+
justify-content: center;
|
|
7477
7471
|
}
|
|
7478
7472
|
|
|
7479
7473
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -7539,6 +7533,137 @@ span.E_tqjc4ui {
|
|
|
7539
7533
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7540
7534
|
}
|
|
7541
7535
|
|
|
7536
|
+
.E_h1ol2wl7 {
|
|
7537
|
+
font-weight: bold;
|
|
7538
|
+
background-color: unset;
|
|
7539
|
+
padding: unset;
|
|
7540
|
+
}
|
|
7541
|
+
|
|
7542
|
+
.E_c14ouk5o {
|
|
7543
|
+
width: 100%;
|
|
7544
|
+
height: 100%;
|
|
7545
|
+
display: flex;
|
|
7546
|
+
font-size: 12px;
|
|
7547
|
+
line-height: 18px;
|
|
7548
|
+
padding: 8px 0;
|
|
7549
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7550
|
+
}
|
|
7551
|
+
.E_c14ouk5o:last-of-type {
|
|
7552
|
+
box-shadow: none;
|
|
7553
|
+
padding-bottom: 0;
|
|
7554
|
+
}
|
|
7555
|
+
.E_c14ouk5o.collapsed {
|
|
7556
|
+
flex-direction: column;
|
|
7557
|
+
}
|
|
7558
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7559
|
+
display: flex;
|
|
7560
|
+
}
|
|
7561
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7562
|
+
flex: 1;
|
|
7563
|
+
display: flex;
|
|
7564
|
+
justify-content: space-between;
|
|
7565
|
+
}
|
|
7566
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7567
|
+
height: auto;
|
|
7568
|
+
}
|
|
7569
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
7570
|
+
margin-left: 162px;
|
|
7571
|
+
}
|
|
7572
|
+
.E_c14ouk5o .col-label {
|
|
7573
|
+
width: 216px;
|
|
7574
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7575
|
+
margin-right: 12px;
|
|
7576
|
+
flex-shrink: 0;
|
|
7577
|
+
}
|
|
7578
|
+
.E_c14ouk5o .col-content {
|
|
7579
|
+
color: #2d3a56;
|
|
7580
|
+
/* make btn link in info row have the same height as normal text */
|
|
7581
|
+
}
|
|
7582
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7583
|
+
height: auto;
|
|
7584
|
+
}
|
|
7585
|
+
|
|
7586
|
+
.E_l12xdkhl {
|
|
7587
|
+
width: 64px;
|
|
7588
|
+
height: 64px;
|
|
7589
|
+
max-width: 64px;
|
|
7590
|
+
max-height: 64px;
|
|
7591
|
+
overflow: hidden;
|
|
7592
|
+
display: flex;
|
|
7593
|
+
align-items: center;
|
|
7594
|
+
justify-content: center;
|
|
7595
|
+
position: relative;
|
|
7596
|
+
opacity: 0.6;
|
|
7597
|
+
}
|
|
7598
|
+
.E_l12xdkhl .icon-wrapper {
|
|
7599
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7600
|
+
}
|
|
7601
|
+
@keyframes rotate {
|
|
7602
|
+
from {
|
|
7603
|
+
transform: rotate(0deg);
|
|
7604
|
+
}
|
|
7605
|
+
to {
|
|
7606
|
+
transform: rotate(360deg);
|
|
7607
|
+
}
|
|
7608
|
+
}
|
|
7609
|
+
|
|
7610
|
+
.E_c1ss4prm {
|
|
7611
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7612
|
+
}
|
|
7613
|
+
.E_c1ss4prm li {
|
|
7614
|
+
margin-bottom: 4px;
|
|
7615
|
+
}
|
|
7616
|
+
.E_c1ss4prm li:last-child {
|
|
7617
|
+
margin-bottom: 0;
|
|
7618
|
+
}
|
|
7619
|
+
|
|
7620
|
+
.E_ms3tlei {
|
|
7621
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7622
|
+
padding: 8px;
|
|
7623
|
+
border-radius: 6px;
|
|
7624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7625
|
+
}
|
|
7626
|
+
.E_ms3tlei .icon-wrapper {
|
|
7627
|
+
margin-top: 1px;
|
|
7628
|
+
margin-right: 4px;
|
|
7629
|
+
}
|
|
7630
|
+
.E_ms3tlei li {
|
|
7631
|
+
margin-bottom: 4px;
|
|
7632
|
+
display: flex;
|
|
7633
|
+
align-items: flex-start;
|
|
7634
|
+
}
|
|
7635
|
+
.E_ms3tlei li:last-child {
|
|
7636
|
+
margin-bottom: 0;
|
|
7637
|
+
}
|
|
7638
|
+
|
|
7639
|
+
.E_du44iy7 {
|
|
7640
|
+
margin-bottom: 4px;
|
|
7641
|
+
}
|
|
7642
|
+
|
|
7643
|
+
.E_p1qmhanr {
|
|
7644
|
+
margin-bottom: 8px;
|
|
7645
|
+
}
|
|
7646
|
+
|
|
7647
|
+
.E_srje1h0 {
|
|
7648
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7649
|
+
margin-bottom: 8px;
|
|
7650
|
+
}
|
|
7651
|
+
|
|
7652
|
+
.E_di3zi7v {
|
|
7653
|
+
height: 1px;
|
|
7654
|
+
background: #e4e9f2;
|
|
7655
|
+
margin: 16px 0;
|
|
7656
|
+
}
|
|
7657
|
+
|
|
7658
|
+
.E_cevhqx7 {
|
|
7659
|
+
color: #00122e;
|
|
7660
|
+
}
|
|
7661
|
+
|
|
7662
|
+
.E_snbqlt4 {
|
|
7663
|
+
margin-top: 8px;
|
|
7664
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7665
|
+
}
|
|
7666
|
+
|
|
7542
7667
|
.E_c1kchka8 {
|
|
7543
7668
|
height: 100%;
|
|
7544
7669
|
width: 100%;
|
|
@@ -8029,125 +8154,4 @@ span.E_tqjc4ui {
|
|
|
8029
8154
|
}
|
|
8030
8155
|
.E_rzaik16 .ant-popover-inner-content {
|
|
8031
8156
|
padding: 0;
|
|
8032
|
-
}
|
|
8033
|
-
|
|
8034
|
-
.E_c14ouk5o {
|
|
8035
|
-
width: 100%;
|
|
8036
|
-
height: 100%;
|
|
8037
|
-
display: flex;
|
|
8038
|
-
font-size: 12px;
|
|
8039
|
-
line-height: 18px;
|
|
8040
|
-
padding: 8px 0;
|
|
8041
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8042
|
-
}
|
|
8043
|
-
.E_c14ouk5o:last-of-type {
|
|
8044
|
-
box-shadow: none;
|
|
8045
|
-
padding-bottom: 0;
|
|
8046
|
-
}
|
|
8047
|
-
.E_c14ouk5o.collapsed {
|
|
8048
|
-
flex-direction: column;
|
|
8049
|
-
}
|
|
8050
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8051
|
-
display: flex;
|
|
8052
|
-
}
|
|
8053
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8054
|
-
flex: 1;
|
|
8055
|
-
display: flex;
|
|
8056
|
-
justify-content: space-between;
|
|
8057
|
-
}
|
|
8058
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8059
|
-
height: auto;
|
|
8060
|
-
}
|
|
8061
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
8062
|
-
margin-left: 162px;
|
|
8063
|
-
}
|
|
8064
|
-
.E_c14ouk5o .col-label {
|
|
8065
|
-
width: 216px;
|
|
8066
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8067
|
-
margin-right: 12px;
|
|
8068
|
-
flex-shrink: 0;
|
|
8069
|
-
}
|
|
8070
|
-
.E_c14ouk5o .col-content {
|
|
8071
|
-
color: #2d3a56;
|
|
8072
|
-
/* make btn link in info row have the same height as normal text */
|
|
8073
|
-
}
|
|
8074
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8075
|
-
height: auto;
|
|
8076
|
-
}
|
|
8077
|
-
|
|
8078
|
-
.E_cevhqx7 {
|
|
8079
|
-
color: #00122e;
|
|
8080
|
-
}
|
|
8081
|
-
|
|
8082
|
-
.E_snbqlt4 {
|
|
8083
|
-
margin-top: 8px;
|
|
8084
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8085
|
-
}
|
|
8086
|
-
|
|
8087
|
-
.E_c1ss4prm {
|
|
8088
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8089
|
-
}
|
|
8090
|
-
.E_c1ss4prm li {
|
|
8091
|
-
margin-bottom: 4px;
|
|
8092
|
-
}
|
|
8093
|
-
.E_c1ss4prm li:last-child {
|
|
8094
|
-
margin-bottom: 0;
|
|
8095
|
-
}
|
|
8096
|
-
|
|
8097
|
-
.E_ms3tlei {
|
|
8098
|
-
background: rgba(225, 230, 241, 0.6);
|
|
8099
|
-
padding: 8px;
|
|
8100
|
-
border-radius: 6px;
|
|
8101
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8102
|
-
}
|
|
8103
|
-
.E_ms3tlei .icon-wrapper {
|
|
8104
|
-
margin-top: 1px;
|
|
8105
|
-
margin-right: 4px;
|
|
8106
|
-
}
|
|
8107
|
-
.E_ms3tlei li {
|
|
8108
|
-
margin-bottom: 4px;
|
|
8109
|
-
display: flex;
|
|
8110
|
-
align-items: flex-start;
|
|
8111
|
-
}
|
|
8112
|
-
.E_ms3tlei li:last-child {
|
|
8113
|
-
margin-bottom: 0;
|
|
8114
|
-
}
|
|
8115
|
-
|
|
8116
|
-
.E_du44iy7 {
|
|
8117
|
-
margin-bottom: 4px;
|
|
8118
|
-
}
|
|
8119
|
-
|
|
8120
|
-
.E_s1qmhanr {
|
|
8121
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8122
|
-
margin-bottom: 8px;
|
|
8123
|
-
}
|
|
8124
|
-
|
|
8125
|
-
.E_drje1h0 {
|
|
8126
|
-
height: 1px;
|
|
8127
|
-
background: #e4e9f2;
|
|
8128
|
-
margin: 16px 0;
|
|
8129
|
-
}
|
|
8130
|
-
|
|
8131
|
-
.E_l12xdkhl {
|
|
8132
|
-
width: 64px;
|
|
8133
|
-
height: 64px;
|
|
8134
|
-
max-width: 64px;
|
|
8135
|
-
max-height: 64px;
|
|
8136
|
-
overflow: hidden;
|
|
8137
|
-
display: flex;
|
|
8138
|
-
align-items: center;
|
|
8139
|
-
justify-content: center;
|
|
8140
|
-
position: relative;
|
|
8141
|
-
opacity: 0.6;
|
|
8142
|
-
}
|
|
8143
|
-
.E_l12xdkhl .icon-wrapper {
|
|
8144
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8145
|
-
}
|
|
8146
|
-
@keyframes rotate {
|
|
8147
|
-
from {
|
|
8148
|
-
transform: rotate(0deg);
|
|
8149
|
-
}
|
|
8150
|
-
to {
|
|
8151
|
-
transform: rotate(360deg);
|
|
8152
|
-
}
|
|
8153
8157
|
}
|