@cloudtower/eagle 0.34.26 → 0.34.28
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/antd.js +4 -4
- package/dist/cjs/core/AutoComplete/AutoComplete.js +42 -0
- package/dist/cjs/index.js +6 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1401 -1401
- package/dist/esm/antd.js +1 -1
- package/dist/esm/core/AutoComplete/AutoComplete.js +35 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1638 -1638
- package/dist/src/antd.d.ts +1 -1
- package/dist/src/core/AutoComplete/AutoComplete.d.ts +3 -0
- package/dist/src/core/AutoComplete/index.d.ts +1 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/stories/docs/core/AutoComplete.stories.d.ts +41 -0
- package/dist/style.css +1401 -1401
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,97 +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
|
-
.E_m74vjol {
|
|
1156
|
-
display: flex;
|
|
1157
|
-
justify-content: space-between;
|
|
1158
|
-
width: 100%;
|
|
1159
|
-
}
|
|
1160
|
-
.E_m74vjol .action {
|
|
1161
|
-
margin-left: 16px;
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
1165
|
-
padding-right: 12px;
|
|
1166
|
-
}
|
|
1167
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
1168
|
-
height: fit-content;
|
|
1169
|
-
margin-left: 16px;
|
|
1170
|
-
}
|
|
1171
|
-
.E_a1o35uvh .ant-alert-message {
|
|
1172
|
-
flex: 1;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1176
|
-
padding: 4px 8px 0 8px;
|
|
1177
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1178
|
-
font-size: 12px;
|
|
1179
|
-
}
|
|
1180
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1181
|
-
padding-bottom: 6px;
|
|
1182
|
-
}
|
|
1183
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1184
|
-
padding-top: 4px;
|
|
1185
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
.E_berrcjl {
|
|
1189
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1190
|
-
margin-bottom: 4px;
|
|
1191
|
-
}
|
|
1192
|
-
.E_berrcjl .breadcrumb-link {
|
|
1193
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1194
|
-
cursor: pointer;
|
|
1195
|
-
transition: color 160ms ease;
|
|
1196
|
-
}
|
|
1197
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1198
|
-
color: #0080ff;
|
|
1199
|
-
}
|
|
1200
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
1201
|
-
color: #005ed1;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
.E_c1uzzomf {
|
|
1205
|
-
margin-bottom: 16px;
|
|
1206
|
-
}
|
|
1207
|
-
.E_c1uzzomf .card-title {
|
|
1208
|
-
font-size: 16px;
|
|
1209
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1210
|
-
font-weight: 700;
|
|
1211
|
-
line-height: 32px;
|
|
1212
|
-
}
|
|
1213
|
-
.E_c1uzzomf .card-body {
|
|
1214
|
-
padding: 24px;
|
|
1215
|
-
border-radius: 8px;
|
|
1216
|
-
background: #fff;
|
|
1217
|
-
}
|
|
1218
|
-
.E_c1uzzomf .empty {
|
|
1219
|
-
font-weight: 700;
|
|
1220
|
-
font-size: 14px;
|
|
1221
|
-
line-height: 22px;
|
|
1222
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1223
|
-
text-align: center;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
1135
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1227
1136
|
justify-content: center;
|
|
1228
1137
|
}
|
|
@@ -1480,87 +1389,24 @@ html body {
|
|
|
1480
1389
|
justify-content: center;
|
|
1481
1390
|
}
|
|
1482
1391
|
|
|
1483
|
-
.
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
min-width: 285px;
|
|
1487
|
-
}
|
|
1488
|
-
.E_d1bw7c5z .center {
|
|
1489
|
-
position: absolute;
|
|
1490
|
-
font-size: 12px;
|
|
1491
|
-
width: 80px;
|
|
1492
|
-
height: 100px;
|
|
1493
|
-
top: 0;
|
|
1494
|
-
left: 35px;
|
|
1495
|
-
display: flex;
|
|
1496
|
-
flex-direction: column;
|
|
1497
|
-
justify-content: center;
|
|
1498
|
-
align-items: center;
|
|
1499
|
-
color: #00122e;
|
|
1500
|
-
}
|
|
1501
|
-
.E_d1bw7c5z .center .number {
|
|
1502
|
-
font-size: 24px;
|
|
1503
|
-
font-weight: 700;
|
|
1504
|
-
}
|
|
1505
|
-
.E_d1bw7c5z .center .text {
|
|
1506
|
-
padding: 0 5px;
|
|
1507
|
-
font-size: 12px;
|
|
1508
|
-
width: inherit;
|
|
1509
|
-
text-align: center;
|
|
1510
|
-
}
|
|
1511
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
1512
|
-
display: flex;
|
|
1513
|
-
}
|
|
1514
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1515
|
-
position: relative !important;
|
|
1516
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1517
|
-
left: 0 !important;
|
|
1518
|
-
bottom: 0 !important;
|
|
1519
|
-
display: flex;
|
|
1520
|
-
align-items: center;
|
|
1521
|
-
}
|
|
1522
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1523
|
-
width: 100%;
|
|
1524
|
-
}
|
|
1525
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1526
|
-
width: 100%;
|
|
1527
|
-
margin-right: 0 !important;
|
|
1528
|
-
line-height: 18px;
|
|
1529
|
-
}
|
|
1530
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1531
|
-
border-radius: 2px;
|
|
1532
|
-
}
|
|
1533
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1534
|
-
min-width: 75px;
|
|
1535
|
-
max-width: 198px;
|
|
1536
|
-
width: calc(100% - 20px);
|
|
1537
|
-
margin-left: 2px;
|
|
1538
|
-
color: #00122e !important;
|
|
1539
|
-
display: inline-flex;
|
|
1540
|
-
justify-content: space-between;
|
|
1392
|
+
.E_c18gxmrl {
|
|
1393
|
+
border: 1px solid #d8deeb;
|
|
1394
|
+
border-radius: 4px;
|
|
1541
1395
|
}
|
|
1542
|
-
.
|
|
1543
|
-
|
|
1544
|
-
cursor: pointer;
|
|
1545
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1546
|
-
overflow: hidden;
|
|
1547
|
-
text-overflow: ellipsis;
|
|
1548
|
-
white-space: nowrap;
|
|
1396
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
1397
|
+
margin-top: 8px;
|
|
1549
1398
|
}
|
|
1550
|
-
.
|
|
1551
|
-
color:
|
|
1399
|
+
.E_c18gxmrl:hover {
|
|
1400
|
+
border-color: #0080ff;
|
|
1552
1401
|
}
|
|
1553
|
-
|
|
1554
|
-
.
|
|
1555
|
-
width: 140px;
|
|
1402
|
+
.E_c18gxmrl:hover > header {
|
|
1403
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1556
1404
|
}
|
|
1557
|
-
.
|
|
1558
|
-
|
|
1559
|
-
display: flex;
|
|
1560
|
-
justify-content: space-between;
|
|
1405
|
+
.E_c18gxmrl.active header {
|
|
1406
|
+
border-bottom: 1px solid #d8deeb;
|
|
1561
1407
|
}
|
|
1562
|
-
.
|
|
1563
|
-
|
|
1408
|
+
.E_c18gxmrl > header {
|
|
1409
|
+
padding: 8px 12px;
|
|
1564
1410
|
}
|
|
1565
1411
|
|
|
1566
1412
|
.E_b1nip9bk {
|
|
@@ -1592,19 +1438,62 @@ html body {
|
|
|
1592
1438
|
border-radius: unset;
|
|
1593
1439
|
}
|
|
1594
1440
|
|
|
1595
|
-
.
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
min-height: 124px;
|
|
1599
|
-
display: flex;
|
|
1600
|
-
flex-direction: column;
|
|
1601
|
-
justify-content: center;
|
|
1602
|
-
align-items: center;
|
|
1441
|
+
.E_berrcjl {
|
|
1442
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1443
|
+
margin-bottom: 4px;
|
|
1603
1444
|
}
|
|
1604
|
-
.
|
|
1445
|
+
.E_berrcjl .breadcrumb-link {
|
|
1605
1446
|
color: rgba(10, 37, 85, 0.6);
|
|
1447
|
+
cursor: pointer;
|
|
1448
|
+
transition: color 160ms ease;
|
|
1449
|
+
}
|
|
1450
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1451
|
+
color: #0080ff;
|
|
1452
|
+
}
|
|
1453
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1454
|
+
color: #005ed1;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
.E_m74vjol {
|
|
1458
|
+
display: flex;
|
|
1459
|
+
justify-content: space-between;
|
|
1460
|
+
width: 100%;
|
|
1461
|
+
}
|
|
1462
|
+
.E_m74vjol .action {
|
|
1463
|
+
margin-left: 16px;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
1467
|
+
padding-right: 12px;
|
|
1468
|
+
}
|
|
1469
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
1470
|
+
height: fit-content;
|
|
1471
|
+
margin-left: 16px;
|
|
1472
|
+
}
|
|
1473
|
+
.E_a1o35uvh .ant-alert-message {
|
|
1474
|
+
flex: 1;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.E_c1uzzomf {
|
|
1606
1478
|
margin-bottom: 16px;
|
|
1607
|
-
|
|
1479
|
+
}
|
|
1480
|
+
.E_c1uzzomf .card-title {
|
|
1481
|
+
font-size: 16px;
|
|
1482
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1483
|
+
font-weight: 700;
|
|
1484
|
+
line-height: 32px;
|
|
1485
|
+
}
|
|
1486
|
+
.E_c1uzzomf .card-body {
|
|
1487
|
+
padding: 24px;
|
|
1488
|
+
border-radius: 8px;
|
|
1489
|
+
background: #fff;
|
|
1490
|
+
}
|
|
1491
|
+
.E_c1uzzomf .empty {
|
|
1492
|
+
font-weight: 700;
|
|
1493
|
+
font-size: 14px;
|
|
1494
|
+
line-height: 22px;
|
|
1495
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1496
|
+
text-align: center;
|
|
1608
1497
|
}
|
|
1609
1498
|
|
|
1610
1499
|
.E_f7pxqmh {
|
|
@@ -1641,10 +1530,6 @@ html body {
|
|
|
1641
1530
|
min-height: 0px;
|
|
1642
1531
|
}
|
|
1643
1532
|
|
|
1644
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1645
|
-
line-height: 18px;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
1533
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
1649
1534
|
display: var(--ai7qkf2-0);
|
|
1650
1535
|
}
|
|
@@ -1705,12 +1590,52 @@ html body {
|
|
|
1705
1590
|
padding: 2px 8px;
|
|
1706
1591
|
}
|
|
1707
1592
|
|
|
1708
|
-
.
|
|
1709
|
-
display: flex;
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1593
|
+
.E_iouxfgt {
|
|
1594
|
+
display: inline-flex;
|
|
1595
|
+
align-items: center;
|
|
1596
|
+
}
|
|
1597
|
+
.E_iouxfgt .icon-inner {
|
|
1598
|
+
display: inline-flex;
|
|
1599
|
+
align-items: center;
|
|
1600
|
+
justify-content: center;
|
|
1601
|
+
}
|
|
1602
|
+
.E_iouxfgt .icon-inner + span,
|
|
1603
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
1604
|
+
margin-left: 4px;
|
|
1605
|
+
}
|
|
1606
|
+
.E_iouxfgt.is-rotate img,
|
|
1607
|
+
.E_iouxfgt.is-rotate svg {
|
|
1608
|
+
animation: rotate 680ms linear infinite;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.E_fzh9mnb {
|
|
1612
|
+
width: 100%;
|
|
1613
|
+
height: 100%;
|
|
1614
|
+
min-height: 124px;
|
|
1615
|
+
display: flex;
|
|
1616
|
+
flex-direction: column;
|
|
1617
|
+
justify-content: center;
|
|
1618
|
+
align-items: center;
|
|
1619
|
+
}
|
|
1620
|
+
.E_fzh9mnb .error-text {
|
|
1621
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1622
|
+
margin-bottom: 16px;
|
|
1623
|
+
font-size: 18px;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.E_atcz0kf .ant-input-suffix {
|
|
1627
|
+
margin-left: 8px;
|
|
1628
|
+
}
|
|
1629
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1630
|
+
padding: 2px 7px 2px 12px;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1634
|
+
display: flex;
|
|
1635
|
+
}
|
|
1636
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1637
|
+
border-bottom-left-radius: 5px;
|
|
1638
|
+
border-top-left-radius: 5px;
|
|
1714
1639
|
}
|
|
1715
1640
|
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1716
1641
|
border-bottom-right-radius: 5px;
|
|
@@ -1730,6 +1655,106 @@ html body {
|
|
|
1730
1655
|
margin-right: 4px;
|
|
1731
1656
|
}
|
|
1732
1657
|
|
|
1658
|
+
.E_d1bw7c5z {
|
|
1659
|
+
position: relative;
|
|
1660
|
+
max-width: 388px;
|
|
1661
|
+
min-width: 285px;
|
|
1662
|
+
}
|
|
1663
|
+
.E_d1bw7c5z .center {
|
|
1664
|
+
position: absolute;
|
|
1665
|
+
font-size: 12px;
|
|
1666
|
+
width: 80px;
|
|
1667
|
+
height: 100px;
|
|
1668
|
+
top: 0;
|
|
1669
|
+
left: 35px;
|
|
1670
|
+
display: flex;
|
|
1671
|
+
flex-direction: column;
|
|
1672
|
+
justify-content: center;
|
|
1673
|
+
align-items: center;
|
|
1674
|
+
color: #00122e;
|
|
1675
|
+
}
|
|
1676
|
+
.E_d1bw7c5z .center .number {
|
|
1677
|
+
font-size: 24px;
|
|
1678
|
+
font-weight: 700;
|
|
1679
|
+
}
|
|
1680
|
+
.E_d1bw7c5z .center .text {
|
|
1681
|
+
padding: 0 5px;
|
|
1682
|
+
font-size: 12px;
|
|
1683
|
+
width: inherit;
|
|
1684
|
+
text-align: center;
|
|
1685
|
+
}
|
|
1686
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1687
|
+
display: flex;
|
|
1688
|
+
}
|
|
1689
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1690
|
+
position: relative !important;
|
|
1691
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1692
|
+
left: 0 !important;
|
|
1693
|
+
bottom: 0 !important;
|
|
1694
|
+
display: flex;
|
|
1695
|
+
align-items: center;
|
|
1696
|
+
}
|
|
1697
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1698
|
+
width: 100%;
|
|
1699
|
+
}
|
|
1700
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1701
|
+
width: 100%;
|
|
1702
|
+
margin-right: 0 !important;
|
|
1703
|
+
line-height: 18px;
|
|
1704
|
+
}
|
|
1705
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1706
|
+
border-radius: 2px;
|
|
1707
|
+
}
|
|
1708
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1709
|
+
min-width: 75px;
|
|
1710
|
+
max-width: 198px;
|
|
1711
|
+
width: calc(100% - 20px);
|
|
1712
|
+
margin-left: 2px;
|
|
1713
|
+
color: #00122e !important;
|
|
1714
|
+
display: inline-flex;
|
|
1715
|
+
justify-content: space-between;
|
|
1716
|
+
}
|
|
1717
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1718
|
+
maxwidth: calc(100% - 12px);
|
|
1719
|
+
cursor: pointer;
|
|
1720
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1721
|
+
overflow: hidden;
|
|
1722
|
+
text-overflow: ellipsis;
|
|
1723
|
+
white-space: nowrap;
|
|
1724
|
+
}
|
|
1725
|
+
.E_d1bw7c5z .value {
|
|
1726
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.E_t10pqbtc {
|
|
1730
|
+
width: 140px;
|
|
1731
|
+
}
|
|
1732
|
+
.E_t10pqbtc .item {
|
|
1733
|
+
margin: 6px auto;
|
|
1734
|
+
display: flex;
|
|
1735
|
+
justify-content: space-between;
|
|
1736
|
+
}
|
|
1737
|
+
.E_t10pqbtc .item .name {
|
|
1738
|
+
width: 102px;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1742
|
+
line-height: 18px;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1746
|
+
padding: 4px 8px 0 8px;
|
|
1747
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1748
|
+
font-size: 12px;
|
|
1749
|
+
}
|
|
1750
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1751
|
+
padding-bottom: 6px;
|
|
1752
|
+
}
|
|
1753
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1754
|
+
padding-top: 4px;
|
|
1755
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1733
1758
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
1734
1759
|
display: var(--a1wfy30z-0);
|
|
1735
1760
|
}
|
|
@@ -1761,41 +1786,6 @@ html body {
|
|
|
1761
1786
|
font-size: inherit;
|
|
1762
1787
|
}
|
|
1763
1788
|
|
|
1764
|
-
.E_atcz0kf .ant-input-suffix {
|
|
1765
|
-
margin-left: 8px;
|
|
1766
|
-
}
|
|
1767
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
1768
|
-
padding: 2px 7px 2px 12px;
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
.E_iouxfgt {
|
|
1772
|
-
display: inline-flex;
|
|
1773
|
-
align-items: center;
|
|
1774
|
-
}
|
|
1775
|
-
.E_iouxfgt .icon-inner {
|
|
1776
|
-
display: inline-flex;
|
|
1777
|
-
align-items: center;
|
|
1778
|
-
justify-content: center;
|
|
1779
|
-
}
|
|
1780
|
-
.E_iouxfgt .icon-inner + span,
|
|
1781
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
1782
|
-
margin-left: 4px;
|
|
1783
|
-
}
|
|
1784
|
-
.E_iouxfgt.is-rotate img,
|
|
1785
|
-
.E_iouxfgt.is-rotate svg {
|
|
1786
|
-
animation: rotate 680ms linear infinite;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.E_ivqqkzv {
|
|
1790
|
-
height: 24px;
|
|
1791
|
-
width: 56px !important;
|
|
1792
|
-
margin-right: 4px;
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
.E_c1wk4q29 {
|
|
1796
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
1789
|
.E_phljevk {
|
|
1800
1790
|
display: flex;
|
|
1801
1791
|
justify-content: space-between;
|
|
@@ -1999,15 +1989,6 @@ html body {
|
|
|
1999
1989
|
width: 36px;
|
|
2000
1990
|
}
|
|
2001
1991
|
|
|
2002
|
-
.E_owd0kml {
|
|
2003
|
-
display: inline-block;
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
.E_h1jsgezc {
|
|
2007
|
-
visibility: hidden;
|
|
2008
|
-
position: absolute;
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
1992
|
.E_i11gg7mj .ant-input-prefix {
|
|
2012
1993
|
margin-right: 8px;
|
|
2013
1994
|
}
|
|
@@ -2034,68 +2015,228 @@ html body {
|
|
|
2034
2015
|
cursor: not-allowed;
|
|
2035
2016
|
}
|
|
2036
2017
|
|
|
2037
|
-
.
|
|
2038
|
-
|
|
2039
|
-
height: 14px;
|
|
2040
|
-
width: 14px;
|
|
2041
|
-
border-radius: 50%;
|
|
2042
|
-
flex-shrink: 0;
|
|
2043
|
-
display: flex;
|
|
2044
|
-
align-items: center;
|
|
2045
|
-
justify-content: center;
|
|
2046
|
-
border: 1px solid var(--color);
|
|
2047
|
-
}
|
|
2048
|
-
.E_c1bus5hc .circle-inner {
|
|
2049
|
-
position: relative;
|
|
2050
|
-
height: 10px;
|
|
2051
|
-
width: 10px;
|
|
2052
|
-
border-radius: 50%;
|
|
2053
|
-
overflow: hidden;
|
|
2054
|
-
}
|
|
2055
|
-
.E_c1bus5hc .circle-content {
|
|
2056
|
-
position: absolute;
|
|
2057
|
-
height: 100%;
|
|
2058
|
-
width: 100%;
|
|
2059
|
-
left: 0;
|
|
2060
|
-
top: 0;
|
|
2061
|
-
border-radius: 50%;
|
|
2062
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2063
|
-
transform: rotate(180deg);
|
|
2018
|
+
.E_owd0kml {
|
|
2019
|
+
display: inline-block;
|
|
2064
2020
|
}
|
|
2065
|
-
|
|
2021
|
+
|
|
2022
|
+
.E_h1jsgezc {
|
|
2023
|
+
visibility: hidden;
|
|
2066
2024
|
position: absolute;
|
|
2067
|
-
height: 100%;
|
|
2068
|
-
width: 100%;
|
|
2069
|
-
left: 0;
|
|
2070
|
-
top: 0;
|
|
2071
|
-
margin-left: 50%;
|
|
2072
|
-
transform-origin: left;
|
|
2073
|
-
background: white;
|
|
2074
|
-
transform: rotate(0deg);
|
|
2075
2025
|
}
|
|
2076
2026
|
|
|
2077
|
-
.
|
|
2078
|
-
|
|
2079
|
-
|
|
2027
|
+
.E_ivqqkzv {
|
|
2028
|
+
height: 24px;
|
|
2029
|
+
width: 56px !important;
|
|
2030
|
+
margin-right: 4px;
|
|
2080
2031
|
}
|
|
2081
2032
|
|
|
2082
|
-
.
|
|
2083
|
-
|
|
2084
|
-
width: 100%;
|
|
2085
|
-
margin: 0 auto;
|
|
2086
|
-
height: 100%;
|
|
2033
|
+
.E_c1wk4q29 {
|
|
2034
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2087
2035
|
}
|
|
2088
2036
|
|
|
2089
|
-
.
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2037
|
+
.E_s1dizucg.ant-switch {
|
|
2038
|
+
min-width: 40px;
|
|
2039
|
+
height: 24px;
|
|
2040
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2041
|
+
overflow: hidden;
|
|
2094
2042
|
}
|
|
2095
|
-
.
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2043
|
+
.E_s1dizucg.ant-switch:focus {
|
|
2044
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2045
|
+
}
|
|
2046
|
+
.E_s1dizucg.ant-switch-small {
|
|
2047
|
+
min-width: 26px;
|
|
2048
|
+
height: 16px;
|
|
2049
|
+
}
|
|
2050
|
+
.E_s1dizucg.ant-switch-large {
|
|
2051
|
+
min-width: 52px;
|
|
2052
|
+
height: 32px;
|
|
2053
|
+
}
|
|
2054
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2055
|
+
height: 20px;
|
|
2056
|
+
width: 20px;
|
|
2057
|
+
}
|
|
2058
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2059
|
+
border-radius: 10px;
|
|
2060
|
+
transition-delay: 120ms;
|
|
2061
|
+
}
|
|
2062
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2063
|
+
height: 14px;
|
|
2064
|
+
width: 14px;
|
|
2065
|
+
top: 1px;
|
|
2066
|
+
left: 1px;
|
|
2067
|
+
}
|
|
2068
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2069
|
+
height: 28px;
|
|
2070
|
+
width: 28px;
|
|
2071
|
+
}
|
|
2072
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2073
|
+
border-radius: 14px;
|
|
2074
|
+
}
|
|
2075
|
+
.E_s1dizucg.ant-switch-checked {
|
|
2076
|
+
background-color: #00ba5d;
|
|
2077
|
+
}
|
|
2078
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2079
|
+
left: calc(100% - 20px - 2px);
|
|
2080
|
+
}
|
|
2081
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2082
|
+
left: calc(100% - 14px - 1px);
|
|
2083
|
+
}
|
|
2084
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2085
|
+
left: calc(100% - 28px - 2px);
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.E_c1up6e3y {
|
|
2089
|
+
margin-left: 5px;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.E_tju3gfj .date {
|
|
2093
|
+
margin-right: 4px;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.E_c1bus5hc {
|
|
2097
|
+
--color: white;
|
|
2098
|
+
height: 14px;
|
|
2099
|
+
width: 14px;
|
|
2100
|
+
border-radius: 50%;
|
|
2101
|
+
flex-shrink: 0;
|
|
2102
|
+
display: flex;
|
|
2103
|
+
align-items: center;
|
|
2104
|
+
justify-content: center;
|
|
2105
|
+
border: 1px solid var(--color);
|
|
2106
|
+
}
|
|
2107
|
+
.E_c1bus5hc .circle-inner {
|
|
2108
|
+
position: relative;
|
|
2109
|
+
height: 10px;
|
|
2110
|
+
width: 10px;
|
|
2111
|
+
border-radius: 50%;
|
|
2112
|
+
overflow: hidden;
|
|
2113
|
+
}
|
|
2114
|
+
.E_c1bus5hc .circle-content {
|
|
2115
|
+
position: absolute;
|
|
2116
|
+
height: 100%;
|
|
2117
|
+
width: 100%;
|
|
2118
|
+
left: 0;
|
|
2119
|
+
top: 0;
|
|
2120
|
+
border-radius: 50%;
|
|
2121
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
2122
|
+
transform: rotate(180deg);
|
|
2123
|
+
}
|
|
2124
|
+
.E_c1bus5hc .circle-child {
|
|
2125
|
+
position: absolute;
|
|
2126
|
+
height: 100%;
|
|
2127
|
+
width: 100%;
|
|
2128
|
+
left: 0;
|
|
2129
|
+
top: 0;
|
|
2130
|
+
margin-left: 50%;
|
|
2131
|
+
transform-origin: left;
|
|
2132
|
+
background: white;
|
|
2133
|
+
transform: rotate(0deg);
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.E_s1sck0th {
|
|
2137
|
+
padding: 0 8px;
|
|
2138
|
+
border-radius: 4px;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.E_m855nr1 {
|
|
2142
|
+
padding: 2px 8px;
|
|
2143
|
+
border-radius: 3px;
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.E_l1270xpg {
|
|
2147
|
+
padding: 3px 8px;
|
|
2148
|
+
border-radius: 2px;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
.E_t14rextb.ant-tag:hover {
|
|
2152
|
+
opacity: unset;
|
|
2153
|
+
}
|
|
2154
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2155
|
+
margin: 0;
|
|
2156
|
+
margin-right: 8px;
|
|
2157
|
+
display: inline-flex;
|
|
2158
|
+
align-items: center;
|
|
2159
|
+
border: none;
|
|
2160
|
+
}
|
|
2161
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2162
|
+
width: 16px;
|
|
2163
|
+
height: 16px;
|
|
2164
|
+
color: inherit;
|
|
2165
|
+
margin-left: 4px;
|
|
2166
|
+
opacity: 0.6;
|
|
2167
|
+
display: inline-flex;
|
|
2168
|
+
}
|
|
2169
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2170
|
+
opacity: 1;
|
|
2171
|
+
}
|
|
2172
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2173
|
+
color: #0080ff;
|
|
2174
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2175
|
+
}
|
|
2176
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2177
|
+
color: #f0483e;
|
|
2178
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2179
|
+
}
|
|
2180
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2181
|
+
color: #e07f00;
|
|
2182
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2183
|
+
}
|
|
2184
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2185
|
+
color: #008f4c;
|
|
2186
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2187
|
+
}
|
|
2188
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2189
|
+
color: #1d326c;
|
|
2190
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2191
|
+
}
|
|
2192
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2193
|
+
color: #7E41FF;
|
|
2194
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
2195
|
+
}
|
|
2196
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2197
|
+
color: #fff;
|
|
2198
|
+
}
|
|
2199
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2200
|
+
background-color: #f0483e;
|
|
2201
|
+
}
|
|
2202
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2203
|
+
background-color: #fea008;
|
|
2204
|
+
}
|
|
2205
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2206
|
+
background-color: #00ba5d;
|
|
2207
|
+
}
|
|
2208
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2209
|
+
background-color: #0080ff;
|
|
2210
|
+
}
|
|
2211
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2212
|
+
background-color: #6b7d99;
|
|
2213
|
+
}
|
|
2214
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2215
|
+
background-color: #7E41FF;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
.E_cnujxq2 {
|
|
2219
|
+
display: flex;
|
|
2220
|
+
flex-direction: column;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.E_m7s48ia {
|
|
2224
|
+
max-width: 1120px;
|
|
2225
|
+
width: 100%;
|
|
2226
|
+
margin: 0 auto;
|
|
2227
|
+
height: 100%;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
.E_wt5zbg6 {
|
|
2231
|
+
max-width: 1120px;
|
|
2232
|
+
width: 100%;
|
|
2233
|
+
margin: 0 auto;
|
|
2234
|
+
display: flex;
|
|
2235
|
+
}
|
|
2236
|
+
.E_wt5zbg6 .left,
|
|
2237
|
+
.E_wt5zbg6 .right {
|
|
2238
|
+
flex-grow: 0;
|
|
2239
|
+
flex-shrink: 0;
|
|
2099
2240
|
flex-basis: 21%;
|
|
2100
2241
|
}
|
|
2101
2242
|
.E_wt5zbg6 .left {
|
|
@@ -2764,51 +2905,172 @@ input.E_rf8rlle.ant-input {
|
|
|
2764
2905
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
2765
2906
|
}
|
|
2766
2907
|
|
|
2767
|
-
.
|
|
2768
|
-
|
|
2908
|
+
.E_s1dni7lo {
|
|
2909
|
+
width: 430px !important;
|
|
2769
2910
|
}
|
|
2770
2911
|
|
|
2771
|
-
.
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2912
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
2913
|
+
padding: 8px 16px;
|
|
2914
|
+
line-height: 18px;
|
|
2915
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2916
|
+
height: 34px;
|
|
2917
|
+
min-height: 34px;
|
|
2918
|
+
box-sizing: border-box;
|
|
2919
|
+
margin-top: 8px;
|
|
2777
2920
|
}
|
|
2778
2921
|
|
|
2779
|
-
.
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2922
|
+
.E_o1ugr09p {
|
|
2923
|
+
display: flex;
|
|
2924
|
+
flex-direction: column;
|
|
2925
|
+
margin: 1px 8px;
|
|
2926
|
+
padding: 8px;
|
|
2927
|
+
border-radius: 4px;
|
|
2785
2928
|
}
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
font-family: Inter;
|
|
2789
|
-
font-style: normal;
|
|
2790
|
-
font-weight: normal;
|
|
2791
|
-
font-size: 32px;
|
|
2792
|
-
line-height: 40px;
|
|
2929
|
+
.E_o1ugr09p .selected-icon {
|
|
2930
|
+
display: none;
|
|
2793
2931
|
}
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
font-family: Inter;
|
|
2797
|
-
font-style: normal;
|
|
2798
|
-
font-weight: bold;
|
|
2799
|
-
font-size: 20px;
|
|
2800
|
-
line-height: 24px;
|
|
2932
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
2933
|
+
padding-left: 8px;
|
|
2801
2934
|
}
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
font-family: Inter;
|
|
2805
|
-
font-style: normal;
|
|
2806
|
-
font-weight: normal;
|
|
2807
|
-
font-size: 20px;
|
|
2808
|
-
line-height: 24px;
|
|
2935
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
2936
|
+
background-color: white;
|
|
2809
2937
|
}
|
|
2810
|
-
|
|
2811
|
-
|
|
2938
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
2939
|
+
color: #0080ff;
|
|
2940
|
+
}
|
|
2941
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
2942
|
+
display: block;
|
|
2943
|
+
}
|
|
2944
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
2945
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2946
|
+
}
|
|
2947
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
2948
|
+
color: #0080ff;
|
|
2949
|
+
}
|
|
2950
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
2951
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2952
|
+
color: #0080ff;
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
.E_o1ifxsq4 {
|
|
2956
|
+
display: flex;
|
|
2957
|
+
justify-content: space-between;
|
|
2958
|
+
height: 20px;
|
|
2959
|
+
line-height: 20px;
|
|
2960
|
+
}
|
|
2961
|
+
.E_o1ifxsq4 .timezone-title {
|
|
2962
|
+
color: #2d3a56;
|
|
2963
|
+
overflow: hidden;
|
|
2964
|
+
text-overflow: ellipsis;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
.E_o1zue7 {
|
|
2968
|
+
display: flex;
|
|
2969
|
+
justify-content: space-between;
|
|
2970
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2971
|
+
height: 18px;
|
|
2972
|
+
line-height: 18px;
|
|
2973
|
+
margin-top: 2px;
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
.E_tyfmlxg {
|
|
2977
|
+
border: none;
|
|
2978
|
+
margin-right: 0;
|
|
2979
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
.E_o18uybox {
|
|
2983
|
+
pointer-events: none;
|
|
2984
|
+
height: 32px;
|
|
2985
|
+
width: 100%;
|
|
2986
|
+
opacity: 0;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
.E_c1yyuluq {
|
|
2990
|
+
border-radius: 8px;
|
|
2991
|
+
}
|
|
2992
|
+
.E_c1yyuluq .ant-card-body {
|
|
2993
|
+
padding: 20px 24px 24px 24px;
|
|
2994
|
+
}
|
|
2995
|
+
|
|
2996
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
2997
|
+
border: 0px;
|
|
2998
|
+
background-color: #fff;
|
|
2999
|
+
}
|
|
3000
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3001
|
+
padding-top: 0px;
|
|
3002
|
+
padding-bottom: 0px;
|
|
3003
|
+
padding-left: 0px !important;
|
|
3004
|
+
padding-right: 24px;
|
|
3005
|
+
}
|
|
3006
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3007
|
+
right: 0px;
|
|
3008
|
+
}
|
|
3009
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3010
|
+
padding: 0px;
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3013
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3014
|
+
padding-right: 0px;
|
|
3015
|
+
cursor: default;
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.E_iq1gosr {
|
|
3019
|
+
display: inline-block;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3023
|
+
display: none;
|
|
3024
|
+
}
|
|
3025
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
3026
|
+
background: rgba(23, 38, 64, 0.8);
|
|
3027
|
+
border-radius: 4px;
|
|
3028
|
+
}
|
|
3029
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
3030
|
+
visibility: hidden;
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.E_dsnbhzf {
|
|
3034
|
+
font-family: Inter;
|
|
3035
|
+
font-style: normal;
|
|
3036
|
+
font-weight: bold;
|
|
3037
|
+
font-size: 32px;
|
|
3038
|
+
line-height: 40px;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
.E_d1mvo22k {
|
|
3042
|
+
font-family: Inter;
|
|
3043
|
+
font-style: normal;
|
|
3044
|
+
font-weight: bold;
|
|
3045
|
+
font-size: 24px;
|
|
3046
|
+
line-height: 32px;
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
.E_d1b444tr {
|
|
3050
|
+
font-family: Inter;
|
|
3051
|
+
font-style: normal;
|
|
3052
|
+
font-weight: normal;
|
|
3053
|
+
font-size: 32px;
|
|
3054
|
+
line-height: 40px;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
.E_dvs0kue {
|
|
3058
|
+
font-family: Inter;
|
|
3059
|
+
font-style: normal;
|
|
3060
|
+
font-weight: bold;
|
|
3061
|
+
font-size: 20px;
|
|
3062
|
+
line-height: 24px;
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
.E_d1hcbfcq {
|
|
3066
|
+
font-family: Inter;
|
|
3067
|
+
font-style: normal;
|
|
3068
|
+
font-weight: normal;
|
|
3069
|
+
font-size: 20px;
|
|
3070
|
+
line-height: 24px;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
.E_d1cz922v {
|
|
2812
3074
|
font-family: Inter;
|
|
2813
3075
|
font-style: normal;
|
|
2814
3076
|
font-weight: bold;
|
|
@@ -3243,10 +3505,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3243
3505
|
line-height: 12px;
|
|
3244
3506
|
}
|
|
3245
3507
|
|
|
3246
|
-
.E_tju3gfj .date {
|
|
3247
|
-
margin-right: 4px;
|
|
3248
|
-
}
|
|
3249
|
-
|
|
3250
3508
|
.E_a1b5xrg3 .user-icon-inner {
|
|
3251
3509
|
display: inline-flex;
|
|
3252
3510
|
align-items: center;
|
|
@@ -3277,362 +3535,75 @@ input.E_rf8rlle.ant-input {
|
|
|
3277
3535
|
transition: all 320ms ease;
|
|
3278
3536
|
}
|
|
3279
3537
|
|
|
3280
|
-
.
|
|
3281
|
-
|
|
3282
|
-
border-radius: 4px;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
.E_m855nr1 {
|
|
3286
|
-
padding: 2px 8px;
|
|
3287
|
-
border-radius: 3px;
|
|
3288
|
-
}
|
|
3289
|
-
|
|
3290
|
-
.E_l1270xpg {
|
|
3291
|
-
padding: 3px 8px;
|
|
3292
|
-
border-radius: 2px;
|
|
3538
|
+
.E_m196gn1d {
|
|
3539
|
+
min-width: 1280px;
|
|
3293
3540
|
}
|
|
3294
3541
|
|
|
3295
|
-
.
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
display: inline-flex;
|
|
3542
|
+
.E_b1lj76ty {
|
|
3543
|
+
width: 100%;
|
|
3544
|
+
height: 100%;
|
|
3545
|
+
margin: 0 auto;
|
|
3546
|
+
display: flex;
|
|
3547
|
+
flex-direction: column;
|
|
3302
3548
|
align-items: center;
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
3306
|
-
width: 16px;
|
|
3307
|
-
height: 16px;
|
|
3308
|
-
color: inherit;
|
|
3309
|
-
margin-left: 4px;
|
|
3310
|
-
opacity: 0.6;
|
|
3311
|
-
display: inline-flex;
|
|
3549
|
+
justify-content: center;
|
|
3550
|
+
color: rgba(0, 21, 64, 0.3);
|
|
3312
3551
|
}
|
|
3313
|
-
.
|
|
3314
|
-
|
|
3552
|
+
.E_b1lj76ty.large {
|
|
3553
|
+
max-width: 648px;
|
|
3315
3554
|
}
|
|
3316
|
-
.
|
|
3317
|
-
|
|
3318
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3555
|
+
.E_b1lj76ty.medium {
|
|
3556
|
+
max-width: 412px;
|
|
3319
3557
|
}
|
|
3320
|
-
.
|
|
3321
|
-
color:
|
|
3322
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
3558
|
+
.E_b1lj76ty.gray {
|
|
3559
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3323
3560
|
}
|
|
3324
|
-
.
|
|
3325
|
-
color:
|
|
3326
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
3561
|
+
.E_b1lj76ty.white {
|
|
3562
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3327
3563
|
}
|
|
3328
|
-
.
|
|
3329
|
-
|
|
3330
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
3564
|
+
.E_b1lj76ty .title {
|
|
3565
|
+
margin-bottom: 4px;
|
|
3331
3566
|
}
|
|
3332
|
-
.
|
|
3333
|
-
|
|
3334
|
-
|
|
3567
|
+
.E_b1lj76ty .title,
|
|
3568
|
+
.E_b1lj76ty .desc {
|
|
3569
|
+
word-break: break-all;
|
|
3570
|
+
text-align: center;
|
|
3335
3571
|
}
|
|
3336
|
-
.
|
|
3337
|
-
|
|
3338
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
3572
|
+
.E_b1lj76ty .action-button.middle {
|
|
3573
|
+
margin-top: 16px;
|
|
3339
3574
|
}
|
|
3340
|
-
.
|
|
3341
|
-
|
|
3575
|
+
.E_b1lj76ty .action-button.small {
|
|
3576
|
+
margin-top: 8px;
|
|
3342
3577
|
}
|
|
3343
|
-
|
|
3344
|
-
|
|
3578
|
+
|
|
3579
|
+
.E_hrhfj7c {
|
|
3580
|
+
display: none;
|
|
3345
3581
|
}
|
|
3346
|
-
|
|
3347
|
-
|
|
3582
|
+
|
|
3583
|
+
.E_dt9qoak .bottom {
|
|
3584
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3348
3585
|
}
|
|
3349
|
-
.
|
|
3350
|
-
|
|
3586
|
+
.E_dt9qoak .left {
|
|
3587
|
+
min-width: 0;
|
|
3351
3588
|
}
|
|
3352
|
-
|
|
3353
|
-
|
|
3589
|
+
|
|
3590
|
+
.E_crhnxq5 {
|
|
3591
|
+
display: flex;
|
|
3592
|
+
flex-direction: row;
|
|
3593
|
+
justify-content: space-between;
|
|
3354
3594
|
}
|
|
3355
|
-
.
|
|
3356
|
-
|
|
3595
|
+
.E_crhnxq5 .label {
|
|
3596
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3597
|
+
font-weight: 400;
|
|
3357
3598
|
}
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
.E_s1dizucg.ant-switch {
|
|
3367
|
-
min-width: 40px;
|
|
3368
|
-
height: 24px;
|
|
3369
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3370
|
-
overflow: hidden;
|
|
3371
|
-
}
|
|
3372
|
-
.E_s1dizucg.ant-switch:focus {
|
|
3373
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3374
|
-
}
|
|
3375
|
-
.E_s1dizucg.ant-switch-small {
|
|
3376
|
-
min-width: 26px;
|
|
3377
|
-
height: 16px;
|
|
3378
|
-
}
|
|
3379
|
-
.E_s1dizucg.ant-switch-large {
|
|
3380
|
-
min-width: 52px;
|
|
3381
|
-
height: 32px;
|
|
3382
|
-
}
|
|
3383
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
3384
|
-
height: 20px;
|
|
3385
|
-
width: 20px;
|
|
3386
|
-
}
|
|
3387
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
3388
|
-
border-radius: 10px;
|
|
3389
|
-
transition-delay: 120ms;
|
|
3390
|
-
}
|
|
3391
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
3392
|
-
height: 14px;
|
|
3393
|
-
width: 14px;
|
|
3394
|
-
top: 1px;
|
|
3395
|
-
left: 1px;
|
|
3396
|
-
}
|
|
3397
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
3398
|
-
height: 28px;
|
|
3399
|
-
width: 28px;
|
|
3400
|
-
}
|
|
3401
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
3402
|
-
border-radius: 14px;
|
|
3403
|
-
}
|
|
3404
|
-
.E_s1dizucg.ant-switch-checked {
|
|
3405
|
-
background-color: #00ba5d;
|
|
3406
|
-
}
|
|
3407
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
3408
|
-
left: calc(100% - 20px - 2px);
|
|
3409
|
-
}
|
|
3410
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3411
|
-
left: calc(100% - 14px - 1px);
|
|
3412
|
-
}
|
|
3413
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3414
|
-
left: calc(100% - 28px - 2px);
|
|
3415
|
-
}
|
|
3416
|
-
|
|
3417
|
-
.E_c1up6e3y {
|
|
3418
|
-
margin-left: 5px;
|
|
3419
|
-
}
|
|
3420
|
-
|
|
3421
|
-
.E_s1dni7lo {
|
|
3422
|
-
width: 430px !important;
|
|
3423
|
-
}
|
|
3424
|
-
|
|
3425
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
3426
|
-
padding: 8px 16px;
|
|
3427
|
-
line-height: 18px;
|
|
3428
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3429
|
-
height: 34px;
|
|
3430
|
-
min-height: 34px;
|
|
3431
|
-
box-sizing: border-box;
|
|
3432
|
-
margin-top: 8px;
|
|
3433
|
-
}
|
|
3434
|
-
|
|
3435
|
-
.E_o1ugr09p {
|
|
3436
|
-
display: flex;
|
|
3437
|
-
flex-direction: column;
|
|
3438
|
-
margin: 1px 8px;
|
|
3439
|
-
padding: 8px;
|
|
3440
|
-
border-radius: 4px;
|
|
3441
|
-
}
|
|
3442
|
-
.E_o1ugr09p .selected-icon {
|
|
3443
|
-
display: none;
|
|
3444
|
-
}
|
|
3445
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
3446
|
-
padding-left: 8px;
|
|
3447
|
-
}
|
|
3448
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
3449
|
-
background-color: white;
|
|
3450
|
-
}
|
|
3451
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
3452
|
-
color: #0080ff;
|
|
3453
|
-
}
|
|
3454
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
3455
|
-
display: block;
|
|
3456
|
-
}
|
|
3457
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
3458
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3459
|
-
}
|
|
3460
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
3461
|
-
color: #0080ff;
|
|
3462
|
-
}
|
|
3463
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
3464
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3465
|
-
color: #0080ff;
|
|
3466
|
-
}
|
|
3467
|
-
|
|
3468
|
-
.E_o1ifxsq4 {
|
|
3469
|
-
display: flex;
|
|
3470
|
-
justify-content: space-between;
|
|
3471
|
-
height: 20px;
|
|
3472
|
-
line-height: 20px;
|
|
3473
|
-
}
|
|
3474
|
-
.E_o1ifxsq4 .timezone-title {
|
|
3475
|
-
color: #2d3a56;
|
|
3476
|
-
overflow: hidden;
|
|
3477
|
-
text-overflow: ellipsis;
|
|
3478
|
-
}
|
|
3479
|
-
|
|
3480
|
-
.E_o1zue7 {
|
|
3481
|
-
display: flex;
|
|
3482
|
-
justify-content: space-between;
|
|
3483
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3484
|
-
height: 18px;
|
|
3485
|
-
line-height: 18px;
|
|
3486
|
-
margin-top: 2px;
|
|
3487
|
-
}
|
|
3488
|
-
|
|
3489
|
-
.E_tyfmlxg {
|
|
3490
|
-
border: none;
|
|
3491
|
-
margin-right: 0;
|
|
3492
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3493
|
-
}
|
|
3494
|
-
|
|
3495
|
-
.E_o18uybox {
|
|
3496
|
-
pointer-events: none;
|
|
3497
|
-
height: 32px;
|
|
3498
|
-
width: 100%;
|
|
3499
|
-
opacity: 0;
|
|
3500
|
-
}
|
|
3501
|
-
|
|
3502
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
3503
|
-
display: none;
|
|
3504
|
-
}
|
|
3505
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
3506
|
-
background: rgba(23, 38, 64, 0.8);
|
|
3507
|
-
border-radius: 4px;
|
|
3508
|
-
}
|
|
3509
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
3510
|
-
visibility: hidden;
|
|
3511
|
-
}
|
|
3512
|
-
|
|
3513
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
3514
|
-
border: 0px;
|
|
3515
|
-
background-color: #fff;
|
|
3516
|
-
}
|
|
3517
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
3518
|
-
padding-top: 0px;
|
|
3519
|
-
padding-bottom: 0px;
|
|
3520
|
-
padding-left: 0px !important;
|
|
3521
|
-
padding-right: 24px;
|
|
3522
|
-
}
|
|
3523
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
3524
|
-
right: 0px;
|
|
3525
|
-
}
|
|
3526
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
3527
|
-
padding: 0px;
|
|
3528
|
-
}
|
|
3529
|
-
|
|
3530
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
3531
|
-
padding-right: 0px;
|
|
3532
|
-
cursor: default;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
.E_c1yyuluq {
|
|
3536
|
-
border-radius: 8px;
|
|
3537
|
-
}
|
|
3538
|
-
.E_c1yyuluq .ant-card-body {
|
|
3539
|
-
padding: 20px 24px 24px 24px;
|
|
3540
|
-
}
|
|
3541
|
-
|
|
3542
|
-
.E_suhck3k {
|
|
3543
|
-
height: 24px;
|
|
3544
|
-
width: 24px;
|
|
3545
|
-
border-radius: 6px;
|
|
3546
|
-
padding: 4px;
|
|
3547
|
-
}
|
|
3548
|
-
.E_suhck3k:hover {
|
|
3549
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3550
|
-
}
|
|
3551
|
-
.E_suhck3k:hover svg path {
|
|
3552
|
-
fill: blue;
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
.E_b1lj76ty {
|
|
3556
|
-
width: 100%;
|
|
3557
|
-
height: 100%;
|
|
3558
|
-
margin: 0 auto;
|
|
3559
|
-
display: flex;
|
|
3560
|
-
flex-direction: column;
|
|
3561
|
-
align-items: center;
|
|
3562
|
-
justify-content: center;
|
|
3563
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3564
|
-
}
|
|
3565
|
-
.E_b1lj76ty.large {
|
|
3566
|
-
max-width: 648px;
|
|
3567
|
-
}
|
|
3568
|
-
.E_b1lj76ty.medium {
|
|
3569
|
-
max-width: 412px;
|
|
3570
|
-
}
|
|
3571
|
-
.E_b1lj76ty.gray {
|
|
3572
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3573
|
-
}
|
|
3574
|
-
.E_b1lj76ty.white {
|
|
3575
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3576
|
-
}
|
|
3577
|
-
.E_b1lj76ty .title {
|
|
3578
|
-
margin-bottom: 4px;
|
|
3579
|
-
}
|
|
3580
|
-
.E_b1lj76ty .title,
|
|
3581
|
-
.E_b1lj76ty .desc {
|
|
3582
|
-
word-break: break-all;
|
|
3583
|
-
text-align: center;
|
|
3584
|
-
}
|
|
3585
|
-
.E_b1lj76ty .action-button.middle {
|
|
3586
|
-
margin-top: 16px;
|
|
3587
|
-
}
|
|
3588
|
-
.E_b1lj76ty .action-button.small {
|
|
3589
|
-
margin-top: 8px;
|
|
3590
|
-
}
|
|
3591
|
-
|
|
3592
|
-
.E_ryby9ds {
|
|
3593
|
-
display: flex;
|
|
3594
|
-
align-items: center;
|
|
3595
|
-
}
|
|
3596
|
-
.E_ryby9ds .order {
|
|
3597
|
-
height: 24px;
|
|
3598
|
-
width: 24px;
|
|
3599
|
-
border-radius: 20px;
|
|
3600
|
-
color: #0080ff;
|
|
3601
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3602
|
-
display: flex;
|
|
3603
|
-
align-items: center;
|
|
3604
|
-
justify-content: center;
|
|
3605
|
-
margin-right: 6px;
|
|
3606
|
-
}
|
|
3607
|
-
|
|
3608
|
-
.E_hrhfj7c {
|
|
3609
|
-
display: none;
|
|
3610
|
-
}
|
|
3611
|
-
|
|
3612
|
-
.E_dt9qoak .bottom {
|
|
3613
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3614
|
-
}
|
|
3615
|
-
.E_dt9qoak .left {
|
|
3616
|
-
min-width: 0;
|
|
3617
|
-
}
|
|
3618
|
-
|
|
3619
|
-
.E_crhnxq5 {
|
|
3620
|
-
display: flex;
|
|
3621
|
-
flex-direction: row;
|
|
3622
|
-
justify-content: space-between;
|
|
3623
|
-
}
|
|
3624
|
-
.E_crhnxq5 .label {
|
|
3625
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3626
|
-
font-weight: 400;
|
|
3627
|
-
}
|
|
3628
|
-
|
|
3629
|
-
.E_c1iq43vd {
|
|
3630
|
-
display: flex;
|
|
3631
|
-
flex-direction: column;
|
|
3632
|
-
justify-content: center;
|
|
3633
|
-
align-items: center;
|
|
3634
|
-
height: 240px;
|
|
3635
|
-
width: 432px;
|
|
3599
|
+
|
|
3600
|
+
.E_c1iq43vd {
|
|
3601
|
+
display: flex;
|
|
3602
|
+
flex-direction: column;
|
|
3603
|
+
justify-content: center;
|
|
3604
|
+
align-items: center;
|
|
3605
|
+
height: 240px;
|
|
3606
|
+
width: 432px;
|
|
3636
3607
|
}
|
|
3637
3608
|
|
|
3638
3609
|
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
@@ -3824,6 +3795,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3824
3795
|
font-size: 14px;
|
|
3825
3796
|
}
|
|
3826
3797
|
|
|
3798
|
+
.E_suhck3k {
|
|
3799
|
+
height: 24px;
|
|
3800
|
+
width: 24px;
|
|
3801
|
+
border-radius: 6px;
|
|
3802
|
+
padding: 4px;
|
|
3803
|
+
}
|
|
3804
|
+
.E_suhck3k:hover {
|
|
3805
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3806
|
+
}
|
|
3807
|
+
.E_suhck3k:hover svg path {
|
|
3808
|
+
fill: blue;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
.E_ryby9ds {
|
|
3812
|
+
display: flex;
|
|
3813
|
+
align-items: center;
|
|
3814
|
+
}
|
|
3815
|
+
.E_ryby9ds .order {
|
|
3816
|
+
height: 24px;
|
|
3817
|
+
width: 24px;
|
|
3818
|
+
border-radius: 20px;
|
|
3819
|
+
color: #0080ff;
|
|
3820
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3821
|
+
display: flex;
|
|
3822
|
+
align-items: center;
|
|
3823
|
+
justify-content: center;
|
|
3824
|
+
margin-right: 6px;
|
|
3825
|
+
}
|
|
3826
|
+
|
|
3827
3827
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3828
3828
|
border-radius: 6px;
|
|
3829
3829
|
}
|
|
@@ -4070,6 +4070,21 @@ input.E_rf8rlle.ant-input {
|
|
|
4070
4070
|
width: 1px;
|
|
4071
4071
|
}
|
|
4072
4072
|
|
|
4073
|
+
.E_w1dxz879 {
|
|
4074
|
+
display: flex;
|
|
4075
|
+
flex-direction: column;
|
|
4076
|
+
gap: 6px;
|
|
4077
|
+
}
|
|
4078
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
4079
|
+
max-height: var(--w1dxz879-0);
|
|
4080
|
+
text-overflow: clip;
|
|
4081
|
+
overflow: hidden;
|
|
4082
|
+
}
|
|
4083
|
+
.E_w1dxz879 .tips {
|
|
4084
|
+
color: #fff;
|
|
4085
|
+
opacity: 0.8;
|
|
4086
|
+
}
|
|
4087
|
+
|
|
4073
4088
|
.E_h12yihis {
|
|
4074
4089
|
height: 50px;
|
|
4075
4090
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4290,40 +4305,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4290
4305
|
position: static;
|
|
4291
4306
|
}
|
|
4292
4307
|
|
|
4293
|
-
.E_w1dxz879 {
|
|
4294
|
-
display: flex;
|
|
4295
|
-
flex-direction: column;
|
|
4296
|
-
gap: 6px;
|
|
4297
|
-
}
|
|
4298
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
4299
|
-
max-height: var(--w1dxz879-0);
|
|
4300
|
-
text-overflow: clip;
|
|
4301
|
-
overflow: hidden;
|
|
4302
|
-
}
|
|
4303
|
-
.E_w1dxz879 .tips {
|
|
4304
|
-
color: #fff;
|
|
4305
|
-
opacity: 0.8;
|
|
4306
|
-
}
|
|
4307
|
-
|
|
4308
|
-
.E_r77hffu {
|
|
4309
|
-
display: flex;
|
|
4310
|
-
align-items: center;
|
|
4311
|
-
justify-content: space-between;
|
|
4312
|
-
column-gap: 6px;
|
|
4313
|
-
}
|
|
4314
|
-
|
|
4315
|
-
.E_p1cmxsf7 {
|
|
4316
|
-
display: flex;
|
|
4317
|
-
flex-direction: column;
|
|
4318
|
-
justify-content: center;
|
|
4319
|
-
row-gap: var(--p1cmxsf7-0);
|
|
4320
|
-
}
|
|
4321
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
4322
|
-
font-size: 0;
|
|
4323
|
-
margin-bottom: unset;
|
|
4324
|
-
margin-inline-end: unset;
|
|
4325
|
-
}
|
|
4326
|
-
|
|
4327
4308
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4328
4309
|
margin-right: 2px;
|
|
4329
4310
|
}
|
|
@@ -4359,44 +4340,23 @@ input.E_rf8rlle.ant-input {
|
|
|
4359
4340
|
background-color: transparent;
|
|
4360
4341
|
}
|
|
4361
4342
|
|
|
4362
|
-
.
|
|
4363
|
-
color: #2d3a56;
|
|
4364
|
-
padding: 7px 12px;
|
|
4343
|
+
.E_r77hffu {
|
|
4365
4344
|
display: flex;
|
|
4366
|
-
justify-content: space-between;
|
|
4367
4345
|
align-items: center;
|
|
4346
|
+
justify-content: space-between;
|
|
4347
|
+
column-gap: 6px;
|
|
4368
4348
|
}
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
}
|
|
4372
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4373
|
-
cursor: pointer;
|
|
4374
|
-
color: #00122e;
|
|
4375
|
-
}
|
|
4376
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4377
|
-
color: #2d3a56;
|
|
4378
|
-
font-weight: 600;
|
|
4379
|
-
}
|
|
4380
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4381
|
-
transform: rotate(90deg);
|
|
4382
|
-
}
|
|
4383
|
-
.E_c1kghdax .sub-info {
|
|
4384
|
-
font-size: 12px;
|
|
4385
|
-
line-height: 18px;
|
|
4386
|
-
}
|
|
4387
|
-
.E_c1kghdax .title-wrapper {
|
|
4349
|
+
|
|
4350
|
+
.E_p1cmxsf7 {
|
|
4388
4351
|
display: flex;
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
font-size: 12px;
|
|
4393
|
-
line-height: 18px;
|
|
4394
|
-
color: #2d3a56;
|
|
4395
|
-
font-weight: 700;
|
|
4352
|
+
flex-direction: column;
|
|
4353
|
+
justify-content: center;
|
|
4354
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4396
4355
|
}
|
|
4397
|
-
.
|
|
4398
|
-
|
|
4399
|
-
margin-
|
|
4356
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4357
|
+
font-size: 0;
|
|
4358
|
+
margin-bottom: unset;
|
|
4359
|
+
margin-inline-end: unset;
|
|
4400
4360
|
}
|
|
4401
4361
|
|
|
4402
4362
|
.E_ckui4s7 {
|
|
@@ -4463,10 +4423,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4463
4423
|
margin-left: 24px;
|
|
4464
4424
|
}
|
|
4465
4425
|
|
|
4466
|
-
.E_c1yd35n {
|
|
4467
|
-
padding: 0 12px 14px 12px;
|
|
4468
|
-
}
|
|
4469
|
-
|
|
4470
4426
|
.E_t1tbywr9 {
|
|
4471
4427
|
width: 100%;
|
|
4472
4428
|
flex: 1;
|
|
@@ -4659,135 +4615,60 @@ input.E_rf8rlle.ant-input {
|
|
|
4659
4615
|
.E_l1ucdodl.tag-hover {
|
|
4660
4616
|
cursor: pointer;
|
|
4661
4617
|
}
|
|
4662
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
4663
|
-
color: #00122e;
|
|
4664
|
-
}
|
|
4665
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4666
|
-
margin-right: 6px;
|
|
4667
|
-
}
|
|
4668
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4669
|
-
margin-left: 8px;
|
|
4670
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4671
|
-
}
|
|
4672
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4673
|
-
color: #FFFFFF;
|
|
4674
|
-
}
|
|
4675
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4676
|
-
background-color: #0080ff;
|
|
4677
|
-
}
|
|
4678
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4679
|
-
background-color: #f0483e;
|
|
4680
|
-
}
|
|
4681
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4682
|
-
background-color: #fea008;
|
|
4683
|
-
}
|
|
4684
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4685
|
-
background-color: #00ba5d;
|
|
4686
|
-
}
|
|
4687
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4688
|
-
background-color: #6b7d99;
|
|
4689
|
-
}
|
|
4690
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4691
|
-
background-color: #7E41FF;
|
|
4692
|
-
}
|
|
4693
|
-
|
|
4694
|
-
.E_s1qj66nc {
|
|
4695
|
-
width: 8px;
|
|
4696
|
-
height: 8px;
|
|
4697
|
-
border-radius: 50%;
|
|
4698
|
-
display: inline-block;
|
|
4699
|
-
}
|
|
4700
|
-
|
|
4701
|
-
.E_s5x1boq {
|
|
4702
|
-
width: 8px;
|
|
4703
|
-
height: 8px;
|
|
4704
|
-
border-radius: 2px;
|
|
4705
|
-
display: inline-block;
|
|
4706
|
-
}
|
|
4707
|
-
|
|
4708
|
-
.E_c1xm185 {
|
|
4709
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4710
|
-
}
|
|
4711
|
-
|
|
4712
|
-
.E_c1x5l5qc {
|
|
4713
|
-
flex: 1;
|
|
4714
|
-
}
|
|
4715
|
-
|
|
4716
|
-
.E_sddwhm6 {
|
|
4717
|
-
margin: 0;
|
|
4718
|
-
border-radius: 20px;
|
|
4719
|
-
padding: 2px 10px;
|
|
4720
|
-
height: 22px;
|
|
4721
|
-
}
|
|
4722
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4723
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4724
|
-
}
|
|
4725
|
-
.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 {
|
|
4726
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4727
|
-
}
|
|
4728
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4729
|
-
color: #00122e;
|
|
4730
|
-
}
|
|
4731
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4732
|
-
margin-right: 6px;
|
|
4733
|
-
}
|
|
4734
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4735
|
-
margin-left: 8px;
|
|
4736
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4737
|
-
}
|
|
4738
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4739
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
4740
|
-
}
|
|
4741
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4742
|
-
background-color: #0080ff;
|
|
4743
|
-
}
|
|
4744
|
-
.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 {
|
|
4745
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4746
|
-
}
|
|
4747
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4748
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
4749
|
-
}
|
|
4750
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4751
|
-
background-color: #f0483e;
|
|
4752
|
-
}
|
|
4753
|
-
.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 {
|
|
4754
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4618
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
4619
|
+
color: #00122e;
|
|
4755
4620
|
}
|
|
4756
|
-
.
|
|
4757
|
-
|
|
4621
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
4622
|
+
margin-right: 6px;
|
|
4758
4623
|
}
|
|
4759
|
-
.
|
|
4760
|
-
|
|
4624
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
4625
|
+
margin-left: 8px;
|
|
4626
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4761
4627
|
}
|
|
4762
|
-
.
|
|
4763
|
-
|
|
4628
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
4629
|
+
color: #FFFFFF;
|
|
4764
4630
|
}
|
|
4765
|
-
.
|
|
4766
|
-
background-color:
|
|
4631
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
4632
|
+
background-color: #0080ff;
|
|
4767
4633
|
}
|
|
4768
|
-
.
|
|
4769
|
-
background-color: #
|
|
4634
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
4635
|
+
background-color: #f0483e;
|
|
4770
4636
|
}
|
|
4771
|
-
.
|
|
4772
|
-
background-color:
|
|
4637
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
4638
|
+
background-color: #fea008;
|
|
4773
4639
|
}
|
|
4774
|
-
.
|
|
4775
|
-
background-color:
|
|
4640
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
4641
|
+
background-color: #00ba5d;
|
|
4776
4642
|
}
|
|
4777
|
-
.
|
|
4643
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4778
4644
|
background-color: #6b7d99;
|
|
4779
4645
|
}
|
|
4780
|
-
.
|
|
4781
|
-
background-color:
|
|
4646
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
4647
|
+
background-color: #7E41FF;
|
|
4782
4648
|
}
|
|
4783
4649
|
|
|
4784
|
-
.
|
|
4650
|
+
.E_s1qj66nc {
|
|
4785
4651
|
width: 8px;
|
|
4786
4652
|
height: 8px;
|
|
4787
4653
|
border-radius: 50%;
|
|
4788
4654
|
display: inline-block;
|
|
4789
4655
|
}
|
|
4790
4656
|
|
|
4657
|
+
.E_s5x1boq {
|
|
4658
|
+
width: 8px;
|
|
4659
|
+
height: 8px;
|
|
4660
|
+
border-radius: 2px;
|
|
4661
|
+
display: inline-block;
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
.E_c1xm185 {
|
|
4665
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
.E_c1x5l5qc {
|
|
4669
|
+
flex: 1;
|
|
4670
|
+
}
|
|
4671
|
+
|
|
4791
4672
|
button.E_l48ei06.ant-btn,
|
|
4792
4673
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4793
4674
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -4840,199 +4721,48 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4840
4721
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
4841
4722
|
}
|
|
4842
4723
|
|
|
4843
|
-
.
|
|
4844
|
-
|
|
4845
|
-
}
|
|
4846
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
4847
|
-
display: none !important;
|
|
4848
|
-
}
|
|
4849
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
4850
|
-
flex-shrink: 0 !important;
|
|
4851
|
-
}
|
|
4852
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
4853
|
-
color: #0080ff;
|
|
4854
|
-
}
|
|
4855
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4856
|
-
color: #0080ff;
|
|
4857
|
-
font-weight: normal;
|
|
4858
|
-
}
|
|
4859
|
-
.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 {
|
|
4860
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4861
|
-
}
|
|
4862
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
4863
|
-
color: #00122e;
|
|
4864
|
-
}
|
|
4865
|
-
.E_sjob3jg .step-item-text {
|
|
4866
|
-
display: inline-block;
|
|
4867
|
-
}
|
|
4868
|
-
.E_sjob3jg .step-item-title {
|
|
4869
|
-
overflow: hidden;
|
|
4870
|
-
white-space: nowrap;
|
|
4871
|
-
text-overflow: ellipsis;
|
|
4872
|
-
}
|
|
4873
|
-
|
|
4874
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
4875
|
-
min-width: var(--item-min-width);
|
|
4876
|
-
}
|
|
4877
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
4878
|
-
cursor: not-allowed !important;
|
|
4879
|
-
}
|
|
4880
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
4881
|
-
flex-direction: row;
|
|
4882
|
-
justify-content: stretch;
|
|
4883
|
-
}
|
|
4884
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
4885
|
-
padding: 0;
|
|
4886
|
-
margin-right: 4px;
|
|
4887
|
-
flex: 1;
|
|
4888
|
-
overflow: visible;
|
|
4889
|
-
}
|
|
4890
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
4891
|
-
width: 100%;
|
|
4892
|
-
min-height: unset;
|
|
4893
|
-
}
|
|
4894
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
4895
|
-
height: 26px;
|
|
4896
|
-
line-height: 26px;
|
|
4897
|
-
width: 100%;
|
|
4898
|
-
padding: 0;
|
|
4899
|
-
font-size: 12px;
|
|
4900
|
-
}
|
|
4901
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
4902
|
-
margin-right: 10px;
|
|
4903
|
-
}
|
|
4904
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
4905
|
-
display: none;
|
|
4906
|
-
}
|
|
4907
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
4908
|
-
padding-left: 8px;
|
|
4909
|
-
padding-right: 4px;
|
|
4910
|
-
border-radius: 4px 0 0 4px;
|
|
4911
|
-
}
|
|
4912
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
4913
|
-
margin-right: 0;
|
|
4914
|
-
}
|
|
4915
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
4916
|
-
padding-right: 8px;
|
|
4917
|
-
padding-left: 12px;
|
|
4918
|
-
border-radius: 0 4px 4px 0;
|
|
4919
|
-
}
|
|
4920
|
-
.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 {
|
|
4921
|
-
content: "";
|
|
4922
|
-
width: 0;
|
|
4923
|
-
height: 0;
|
|
4924
|
-
border: 13px solid transparent;
|
|
4925
|
-
position: absolute;
|
|
4926
|
-
top: 0;
|
|
4927
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
4928
|
-
z-index: 2;
|
|
4929
|
-
position: relative;
|
|
4930
|
-
top: -50%;
|
|
4931
|
-
right: -100%;
|
|
4932
|
-
}
|
|
4933
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
4934
|
-
padding: 0 4px 0 12px;
|
|
4935
|
-
}
|
|
4936
|
-
.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 {
|
|
4937
|
-
content: "";
|
|
4938
|
-
width: 0;
|
|
4939
|
-
height: 0;
|
|
4940
|
-
border: 13px solid transparent;
|
|
4941
|
-
position: absolute;
|
|
4942
|
-
top: 0;
|
|
4943
|
-
border-left: 8px solid #fff;
|
|
4944
|
-
left: 0;
|
|
4945
|
-
}
|
|
4946
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
4947
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
4948
|
-
}
|
|
4949
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
4950
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
4951
|
-
}
|
|
4952
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
4953
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
4954
|
-
}
|
|
4955
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4956
|
-
cursor: pointer;
|
|
4957
|
-
min-width: var(--item-min-width);
|
|
4958
|
-
}
|
|
4959
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
4960
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
4961
|
-
min-width: var(--item-min-width);
|
|
4962
|
-
}
|
|
4963
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
4964
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
4965
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
4966
|
-
}
|
|
4967
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
4968
|
-
padding: 0;
|
|
4724
|
+
.E_c1yd35n {
|
|
4725
|
+
padding: 0 12px 14px 12px;
|
|
4969
4726
|
}
|
|
4970
4727
|
|
|
4971
|
-
.
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
}
|
|
4975
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
4976
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4977
|
-
}
|
|
4978
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
4979
|
-
color: #00122e !important;
|
|
4980
|
-
}
|
|
4981
|
-
.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 {
|
|
4982
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4983
|
-
}
|
|
4984
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
4985
|
-
padding: 0 8px;
|
|
4986
|
-
border-radius: 4px;
|
|
4987
|
-
height: 32px;
|
|
4728
|
+
.E_c1kghdax {
|
|
4729
|
+
color: #2d3a56;
|
|
4730
|
+
padding: 7px 12px;
|
|
4988
4731
|
display: flex;
|
|
4732
|
+
justify-content: space-between;
|
|
4989
4733
|
align-items: center;
|
|
4990
4734
|
}
|
|
4991
|
-
.
|
|
4992
|
-
|
|
4993
|
-
white-space: nowrap;
|
|
4735
|
+
.E_c1kghdax.has-arrow {
|
|
4736
|
+
padding-left: 10px;
|
|
4994
4737
|
}
|
|
4995
|
-
.
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
max-width: 100%;
|
|
4999
|
-
padding-right: 0;
|
|
4738
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4739
|
+
cursor: pointer;
|
|
4740
|
+
color: #00122e;
|
|
5000
4741
|
}
|
|
5001
|
-
.
|
|
5002
|
-
|
|
4742
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4743
|
+
color: #2d3a56;
|
|
4744
|
+
font-weight: 600;
|
|
5003
4745
|
}
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
width: 100%;
|
|
5007
|
-
display: inline-flex;
|
|
5008
|
-
align-items: center;
|
|
5009
|
-
justify-content: center;
|
|
5010
|
-
column-gap: 4px;
|
|
4746
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4747
|
+
transform: rotate(90deg);
|
|
5011
4748
|
}
|
|
5012
|
-
.
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
width: 18px;
|
|
5016
|
-
height: 18px;
|
|
5017
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5018
|
-
justify-content: center;
|
|
4749
|
+
.E_c1kghdax .sub-info {
|
|
4750
|
+
font-size: 12px;
|
|
4751
|
+
line-height: 18px;
|
|
5019
4752
|
}
|
|
5020
|
-
|
|
5021
|
-
.E_v18frne8 {
|
|
5022
|
-
width: 100%;
|
|
4753
|
+
.E_c1kghdax .title-wrapper {
|
|
5023
4754
|
display: flex;
|
|
5024
4755
|
align-items: center;
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
font-size:
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
justify-content: center;
|
|
4756
|
+
user-select: none;
|
|
4757
|
+
flex-grow: 1;
|
|
4758
|
+
font-size: 12px;
|
|
4759
|
+
line-height: 18px;
|
|
4760
|
+
color: #2d3a56;
|
|
4761
|
+
font-weight: 700;
|
|
4762
|
+
}
|
|
4763
|
+
.E_c1kghdax .collapse-arrow {
|
|
4764
|
+
transition: all 50ms ease-out 0ms;
|
|
4765
|
+
margin-right: 2px;
|
|
5036
4766
|
}
|
|
5037
4767
|
|
|
5038
4768
|
.E_m11nzl2x {
|
|
@@ -5460,6 +5190,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5460
5190
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5461
5191
|
}
|
|
5462
5192
|
|
|
5193
|
+
.E_sddwhm6 {
|
|
5194
|
+
margin: 0;
|
|
5195
|
+
border-radius: 20px;
|
|
5196
|
+
padding: 2px 10px;
|
|
5197
|
+
height: 22px;
|
|
5198
|
+
}
|
|
5199
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
5200
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
5201
|
+
}
|
|
5202
|
+
.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 {
|
|
5203
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
5204
|
+
}
|
|
5205
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
5206
|
+
color: #00122e;
|
|
5207
|
+
}
|
|
5208
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
5209
|
+
margin-right: 6px;
|
|
5210
|
+
}
|
|
5211
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
5212
|
+
margin-left: 8px;
|
|
5213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5214
|
+
}
|
|
5215
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
5216
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5217
|
+
}
|
|
5218
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
5219
|
+
background-color: #0080ff;
|
|
5220
|
+
}
|
|
5221
|
+
.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 {
|
|
5222
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
5223
|
+
}
|
|
5224
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
5225
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
5226
|
+
}
|
|
5227
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
5228
|
+
background-color: #f0483e;
|
|
5229
|
+
}
|
|
5230
|
+
.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 {
|
|
5231
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
5232
|
+
}
|
|
5233
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
5234
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
5235
|
+
}
|
|
5236
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
5237
|
+
background-color: #fea008;
|
|
5238
|
+
}
|
|
5239
|
+
.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 {
|
|
5240
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
5241
|
+
}
|
|
5242
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
5243
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
5244
|
+
}
|
|
5245
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
5246
|
+
background-color: #00ba5d;
|
|
5247
|
+
}
|
|
5248
|
+
.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 {
|
|
5249
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
5250
|
+
}
|
|
5251
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
5252
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5253
|
+
}
|
|
5254
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
5255
|
+
background-color: #6b7d99;
|
|
5256
|
+
}
|
|
5257
|
+
.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 {
|
|
5258
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
5259
|
+
}
|
|
5260
|
+
|
|
5261
|
+
.E_satwmqm {
|
|
5262
|
+
width: 8px;
|
|
5263
|
+
height: 8px;
|
|
5264
|
+
border-radius: 50%;
|
|
5265
|
+
display: inline-block;
|
|
5266
|
+
}
|
|
5267
|
+
|
|
5463
5268
|
.E_tc97u5y {
|
|
5464
5269
|
height: 100%;
|
|
5465
5270
|
}
|
|
@@ -6013,61 +5818,256 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6013
5818
|
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
6014
5819
|
padding: 0;
|
|
6015
5820
|
}
|
|
6016
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
6017
|
-
cursor: not-allowed;
|
|
6018
|
-
opacity: 0.5;
|
|
5821
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5822
|
+
cursor: not-allowed;
|
|
5823
|
+
opacity: 0.5;
|
|
5824
|
+
}
|
|
5825
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5826
|
+
margin: 0;
|
|
5827
|
+
}
|
|
5828
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5829
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5830
|
+
border-radius: 5px;
|
|
5831
|
+
font-size: 12px;
|
|
5832
|
+
}
|
|
5833
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5834
|
+
font-size: inherit;
|
|
5835
|
+
}
|
|
5836
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5837
|
+
min-height: 24px;
|
|
5838
|
+
font-size: 12px;
|
|
5839
|
+
position: relative;
|
|
5840
|
+
}
|
|
5841
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5842
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5843
|
+
}
|
|
5844
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5845
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5846
|
+
}
|
|
5847
|
+
|
|
5848
|
+
.E_a138syjm {
|
|
5849
|
+
display: flex;
|
|
5850
|
+
align-items: center;
|
|
5851
|
+
margin-top: 8px;
|
|
5852
|
+
gap: 8px;
|
|
5853
|
+
}
|
|
5854
|
+
.E_a138syjm button.ant-btn {
|
|
5855
|
+
padding: 2px 8px;
|
|
5856
|
+
height: 24px;
|
|
5857
|
+
}
|
|
5858
|
+
.E_a138syjm > span.maximum-desc {
|
|
5859
|
+
display: none;
|
|
5860
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5861
|
+
}
|
|
5862
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5863
|
+
display: inline;
|
|
5864
|
+
}
|
|
5865
|
+
|
|
5866
|
+
.E_d77i8u0 {
|
|
5867
|
+
width: 24px;
|
|
5868
|
+
height: 24px;
|
|
5869
|
+
padding: 4px;
|
|
5870
|
+
margin-right: 8px;
|
|
5871
|
+
}
|
|
5872
|
+
|
|
5873
|
+
.E_i1g85yz3 {
|
|
5874
|
+
margin-right: 4px;
|
|
5875
|
+
height: 16px;
|
|
5876
|
+
}
|
|
5877
|
+
|
|
5878
|
+
.E_sjob3jg {
|
|
5879
|
+
--item-min-width: 60px;
|
|
5880
|
+
}
|
|
5881
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5882
|
+
display: none !important;
|
|
5883
|
+
}
|
|
5884
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5885
|
+
flex-shrink: 0 !important;
|
|
5886
|
+
}
|
|
5887
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5888
|
+
color: #0080ff;
|
|
5889
|
+
}
|
|
5890
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5891
|
+
color: #0080ff;
|
|
5892
|
+
font-weight: normal;
|
|
5893
|
+
}
|
|
5894
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5896
|
+
}
|
|
5897
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5898
|
+
color: #00122e;
|
|
5899
|
+
}
|
|
5900
|
+
.E_sjob3jg .step-item-text {
|
|
5901
|
+
display: inline-block;
|
|
5902
|
+
}
|
|
5903
|
+
.E_sjob3jg .step-item-title {
|
|
5904
|
+
overflow: hidden;
|
|
5905
|
+
white-space: nowrap;
|
|
5906
|
+
text-overflow: ellipsis;
|
|
5907
|
+
}
|
|
5908
|
+
|
|
5909
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5910
|
+
min-width: var(--item-min-width);
|
|
5911
|
+
}
|
|
5912
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5913
|
+
cursor: not-allowed !important;
|
|
5914
|
+
}
|
|
5915
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5916
|
+
flex-direction: row;
|
|
5917
|
+
justify-content: stretch;
|
|
5918
|
+
}
|
|
5919
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5920
|
+
padding: 0;
|
|
5921
|
+
margin-right: 4px;
|
|
5922
|
+
flex: 1;
|
|
5923
|
+
overflow: visible;
|
|
5924
|
+
}
|
|
5925
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5926
|
+
width: 100%;
|
|
5927
|
+
min-height: unset;
|
|
5928
|
+
}
|
|
5929
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5930
|
+
height: 26px;
|
|
5931
|
+
line-height: 26px;
|
|
5932
|
+
width: 100%;
|
|
5933
|
+
padding: 0;
|
|
5934
|
+
font-size: 12px;
|
|
5935
|
+
}
|
|
5936
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5937
|
+
margin-right: 10px;
|
|
5938
|
+
}
|
|
5939
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5940
|
+
display: none;
|
|
5941
|
+
}
|
|
5942
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5943
|
+
padding-left: 8px;
|
|
5944
|
+
padding-right: 4px;
|
|
5945
|
+
border-radius: 4px 0 0 4px;
|
|
5946
|
+
}
|
|
5947
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5948
|
+
margin-right: 0;
|
|
5949
|
+
}
|
|
5950
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5951
|
+
padding-right: 8px;
|
|
5952
|
+
padding-left: 12px;
|
|
5953
|
+
border-radius: 0 4px 4px 0;
|
|
5954
|
+
}
|
|
5955
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
5956
|
+
content: "";
|
|
5957
|
+
width: 0;
|
|
5958
|
+
height: 0;
|
|
5959
|
+
border: 13px solid transparent;
|
|
5960
|
+
position: absolute;
|
|
5961
|
+
top: 0;
|
|
5962
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5963
|
+
z-index: 2;
|
|
5964
|
+
position: relative;
|
|
5965
|
+
top: -50%;
|
|
5966
|
+
right: -100%;
|
|
5967
|
+
}
|
|
5968
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5969
|
+
padding: 0 4px 0 12px;
|
|
5970
|
+
}
|
|
5971
|
+
.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 {
|
|
5972
|
+
content: "";
|
|
5973
|
+
width: 0;
|
|
5974
|
+
height: 0;
|
|
5975
|
+
border: 13px solid transparent;
|
|
5976
|
+
position: absolute;
|
|
5977
|
+
top: 0;
|
|
5978
|
+
border-left: 8px solid #fff;
|
|
5979
|
+
left: 0;
|
|
5980
|
+
}
|
|
5981
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5982
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5983
|
+
}
|
|
5984
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5985
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5986
|
+
}
|
|
5987
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5988
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5989
|
+
}
|
|
5990
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5991
|
+
cursor: pointer;
|
|
5992
|
+
min-width: var(--item-min-width);
|
|
5993
|
+
}
|
|
5994
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5995
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5996
|
+
min-width: var(--item-min-width);
|
|
6019
5997
|
}
|
|
6020
|
-
.
|
|
6021
|
-
|
|
5998
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5999
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
6000
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
6022
6001
|
}
|
|
6023
|
-
.
|
|
6024
|
-
|
|
6025
|
-
border-radius: 5px;
|
|
6026
|
-
font-size: 12px;
|
|
6002
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
6003
|
+
padding: 0;
|
|
6027
6004
|
}
|
|
6028
|
-
|
|
6029
|
-
|
|
6005
|
+
|
|
6006
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
6007
|
+
width: 192px;
|
|
6008
|
+
row-gap: 2px;
|
|
6030
6009
|
}
|
|
6031
|
-
.
|
|
6032
|
-
|
|
6033
|
-
font-size: 12px;
|
|
6034
|
-
position: relative;
|
|
6010
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
6011
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
6035
6012
|
}
|
|
6036
|
-
.
|
|
6037
|
-
|
|
6013
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
6014
|
+
color: #00122e !important;
|
|
6038
6015
|
}
|
|
6039
|
-
.
|
|
6040
|
-
background-color: rgba(
|
|
6016
|
+
.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 {
|
|
6017
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
6041
6018
|
}
|
|
6042
|
-
|
|
6043
|
-
|
|
6019
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
6020
|
+
padding: 0 8px;
|
|
6021
|
+
border-radius: 4px;
|
|
6022
|
+
height: 32px;
|
|
6044
6023
|
display: flex;
|
|
6045
6024
|
align-items: center;
|
|
6046
|
-
margin-top: 8px;
|
|
6047
|
-
gap: 8px;
|
|
6048
6025
|
}
|
|
6049
|
-
.
|
|
6050
|
-
|
|
6051
|
-
|
|
6026
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
6027
|
+
min-height: auto;
|
|
6028
|
+
white-space: nowrap;
|
|
6052
6029
|
}
|
|
6053
|
-
.
|
|
6054
|
-
|
|
6055
|
-
|
|
6030
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
6031
|
+
font-size: 13px;
|
|
6032
|
+
line-height: 20px;
|
|
6033
|
+
max-width: 100%;
|
|
6034
|
+
padding-right: 0;
|
|
6056
6035
|
}
|
|
6057
|
-
.
|
|
6058
|
-
|
|
6036
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
6037
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6059
6038
|
}
|
|
6060
6039
|
|
|
6061
|
-
.
|
|
6062
|
-
width:
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6040
|
+
.E_h6l1tj4 {
|
|
6041
|
+
width: 100%;
|
|
6042
|
+
display: inline-flex;
|
|
6043
|
+
align-items: center;
|
|
6044
|
+
justify-content: center;
|
|
6045
|
+
column-gap: 4px;
|
|
6046
|
+
}
|
|
6047
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
6048
|
+
display: inline-flex;
|
|
6049
|
+
align-items: center;
|
|
6050
|
+
width: 18px;
|
|
6051
|
+
height: 18px;
|
|
6052
|
+
color: rgba(44, 56, 82, 0.75);
|
|
6053
|
+
justify-content: center;
|
|
6066
6054
|
}
|
|
6067
6055
|
|
|
6068
|
-
.
|
|
6069
|
-
|
|
6070
|
-
|
|
6056
|
+
.E_v18frne8 {
|
|
6057
|
+
width: 100%;
|
|
6058
|
+
display: flex;
|
|
6059
|
+
align-items: center;
|
|
6060
|
+
justify-content: center;
|
|
6061
|
+
column-gap: 6px;
|
|
6062
|
+
font-size: 13px;
|
|
6063
|
+
}
|
|
6064
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
6065
|
+
display: inline-flex;
|
|
6066
|
+
align-items: center;
|
|
6067
|
+
min-width: 20px;
|
|
6068
|
+
min-height: 20px;
|
|
6069
|
+
color: rgba(44, 56, 82, 0.75);
|
|
6070
|
+
justify-content: center;
|
|
6071
6071
|
}
|
|
6072
6072
|
|
|
6073
6073
|
.E_t13ef470 {
|
|
@@ -6100,6 +6100,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6100
6100
|
background: rgba(163, 180, 204, 0.18);
|
|
6101
6101
|
}
|
|
6102
6102
|
|
|
6103
|
+
.E_b1jaupqb {
|
|
6104
|
+
color: #F0483E;
|
|
6105
|
+
}
|
|
6106
|
+
|
|
6103
6107
|
.E_bpgac8u {
|
|
6104
6108
|
color: #FFFFFF;
|
|
6105
6109
|
display: flex;
|
|
@@ -6127,8 +6131,52 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6127
6131
|
background-color: #E07F00;
|
|
6128
6132
|
}
|
|
6129
6133
|
|
|
6130
|
-
.
|
|
6131
|
-
|
|
6134
|
+
.E_t59qhqp {
|
|
6135
|
+
padding: 0px;
|
|
6136
|
+
padding-top: 5px;
|
|
6137
|
+
padding-left: 5px;
|
|
6138
|
+
}
|
|
6139
|
+
.E_t59qhqp .ant-timeline-item {
|
|
6140
|
+
margin-bottom: 16px;
|
|
6141
|
+
padding-bottom: 0px;
|
|
6142
|
+
}
|
|
6143
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
6144
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6145
|
+
margin-bottom: 0;
|
|
6146
|
+
}
|
|
6147
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
6148
|
+
margin-bottom: 12px;
|
|
6149
|
+
}
|
|
6150
|
+
.E_t59qhqp .info-action {
|
|
6151
|
+
align-self: baseline;
|
|
6152
|
+
}
|
|
6153
|
+
|
|
6154
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
6155
|
+
margin-left: 18px;
|
|
6156
|
+
}
|
|
6157
|
+
.E_t2e44lg .item-time {
|
|
6158
|
+
display: flex;
|
|
6159
|
+
flex-direction: column;
|
|
6160
|
+
gap: 4px;
|
|
6161
|
+
margin-top: 4px;
|
|
6162
|
+
}
|
|
6163
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6164
|
+
padding-bottom: 0;
|
|
6165
|
+
}
|
|
6166
|
+
|
|
6167
|
+
.E_e14ua30y {
|
|
6168
|
+
display: flex;
|
|
6169
|
+
flex-direction: column;
|
|
6170
|
+
align-items: center;
|
|
6171
|
+
justify-content: center;
|
|
6172
|
+
}
|
|
6173
|
+
|
|
6174
|
+
.E_s1ikqzph {
|
|
6175
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6176
|
+
}
|
|
6177
|
+
|
|
6178
|
+
.E_i15astnl {
|
|
6179
|
+
color: #00122E;
|
|
6132
6180
|
}
|
|
6133
6181
|
|
|
6134
6182
|
.E_icab5o7 {
|
|
@@ -6328,54 +6376,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6328
6376
|
font-weight: bold;
|
|
6329
6377
|
}
|
|
6330
6378
|
|
|
6331
|
-
.E_t59qhqp {
|
|
6332
|
-
padding: 0px;
|
|
6333
|
-
padding-top: 5px;
|
|
6334
|
-
padding-left: 5px;
|
|
6335
|
-
}
|
|
6336
|
-
.E_t59qhqp .ant-timeline-item {
|
|
6337
|
-
margin-bottom: 16px;
|
|
6338
|
-
padding-bottom: 0px;
|
|
6339
|
-
}
|
|
6340
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
6341
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6342
|
-
margin-bottom: 0;
|
|
6343
|
-
}
|
|
6344
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
6345
|
-
margin-bottom: 12px;
|
|
6346
|
-
}
|
|
6347
|
-
.E_t59qhqp .info-action {
|
|
6348
|
-
align-self: baseline;
|
|
6349
|
-
}
|
|
6350
|
-
|
|
6351
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
6352
|
-
margin-left: 18px;
|
|
6353
|
-
}
|
|
6354
|
-
.E_t2e44lg .item-time {
|
|
6355
|
-
display: flex;
|
|
6356
|
-
flex-direction: column;
|
|
6357
|
-
gap: 4px;
|
|
6358
|
-
margin-top: 4px;
|
|
6359
|
-
}
|
|
6360
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6361
|
-
padding-bottom: 0;
|
|
6362
|
-
}
|
|
6363
|
-
|
|
6364
|
-
.E_e14ua30y {
|
|
6365
|
-
display: flex;
|
|
6366
|
-
flex-direction: column;
|
|
6367
|
-
align-items: center;
|
|
6368
|
-
justify-content: center;
|
|
6369
|
-
}
|
|
6370
|
-
|
|
6371
|
-
.E_s1ikqzph {
|
|
6372
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6373
|
-
}
|
|
6374
|
-
|
|
6375
|
-
.E_i15astnl {
|
|
6376
|
-
color: #00122E;
|
|
6377
|
-
}
|
|
6378
|
-
|
|
6379
6379
|
.E_s20iney.skeleton-box {
|
|
6380
6380
|
display: flex;
|
|
6381
6381
|
align-items: center;
|
|
@@ -6599,10 +6599,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6599
6599
|
column-gap: var(--a1ji6r68-0);
|
|
6600
6600
|
}
|
|
6601
6601
|
|
|
6602
|
-
.E_t1616y1o {
|
|
6603
|
-
color: #fff;
|
|
6604
|
-
}
|
|
6605
|
-
|
|
6606
6602
|
.E_t1g36k2w {
|
|
6607
6603
|
overflow: hidden;
|
|
6608
6604
|
height: 100%;
|
|
@@ -6632,6 +6628,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6632
6628
|
background: rgba(225, 230, 241, 0.6);
|
|
6633
6629
|
}
|
|
6634
6630
|
|
|
6631
|
+
.E_t1616y1o {
|
|
6632
|
+
color: #fff;
|
|
6633
|
+
}
|
|
6634
|
+
|
|
6635
6635
|
.E_a9y3flr {
|
|
6636
6636
|
margin-left: 8px;
|
|
6637
6637
|
}
|
|
@@ -6700,70 +6700,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6700
6700
|
align-items: center;
|
|
6701
6701
|
column-gap: 4px;
|
|
6702
6702
|
font-size: 12px;
|
|
6703
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6704
|
-
}
|
|
6705
|
-
|
|
6706
|
-
.E_skwah65 {
|
|
6707
|
-
height: 8px;
|
|
6708
|
-
box-sizing: border-box;
|
|
6709
|
-
border-radius: 2px;
|
|
6710
|
-
background: #f5f7fa;
|
|
6711
|
-
display: flex;
|
|
6712
|
-
width: 100%;
|
|
6713
|
-
overflow: hidden;
|
|
6714
|
-
}
|
|
6715
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6716
|
-
margin-left: 1px;
|
|
6717
|
-
}
|
|
6718
|
-
|
|
6719
|
-
.E_c18bcrac {
|
|
6720
|
-
display: inline-block;
|
|
6721
|
-
width: 100%;
|
|
6722
|
-
}
|
|
6723
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6724
|
-
margin-left: 4px;
|
|
6725
|
-
}
|
|
6726
|
-
|
|
6727
|
-
.E_cro7kg2 {
|
|
6728
|
-
padding: 4px;
|
|
6729
|
-
}
|
|
6730
|
-
.E_cro7kg2 .unit {
|
|
6731
|
-
color: white;
|
|
6732
|
-
}
|
|
6733
|
-
|
|
6734
|
-
.E_c14wcxf0 {
|
|
6735
|
-
display: flex;
|
|
6736
|
-
justify-content: space-between;
|
|
6737
|
-
align-items: center;
|
|
6738
|
-
font-size: 13px;
|
|
6739
|
-
line-height: 24px;
|
|
6740
|
-
color: #cccccc;
|
|
6741
|
-
white-space: nowrap;
|
|
6742
|
-
}
|
|
6743
|
-
.E_c14wcxf0 label {
|
|
6744
|
-
margin-right: 32px;
|
|
6745
|
-
}
|
|
6746
|
-
|
|
6747
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6748
|
-
font-weight: bold;
|
|
6749
|
-
color: white;
|
|
6703
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6750
6704
|
}
|
|
6751
6705
|
|
|
6752
|
-
.
|
|
6753
|
-
width: 8px;
|
|
6706
|
+
.E_skwah65 {
|
|
6754
6707
|
height: 8px;
|
|
6708
|
+
box-sizing: border-box;
|
|
6755
6709
|
border-radius: 2px;
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
margin-right: 6px;
|
|
6710
|
+
background: #f5f7fa;
|
|
6711
|
+
display: flex;
|
|
6712
|
+
width: 100%;
|
|
6713
|
+
overflow: hidden;
|
|
6761
6714
|
}
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
font-weight: bold;
|
|
6765
|
-
color: white;
|
|
6766
|
-
margin-right: 4px;
|
|
6715
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6716
|
+
margin-left: 1px;
|
|
6767
6717
|
}
|
|
6768
6718
|
|
|
6769
6719
|
.E_s1ebs0ra {
|
|
@@ -6827,45 +6777,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6827
6777
|
background: #fff;
|
|
6828
6778
|
}
|
|
6829
6779
|
|
|
6830
|
-
.
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
.E_gmyahx3 .link-text {
|
|
6834
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6780
|
+
.E_c18bcrac {
|
|
6781
|
+
display: inline-block;
|
|
6782
|
+
width: 100%;
|
|
6835
6783
|
}
|
|
6836
|
-
.
|
|
6837
|
-
|
|
6784
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6785
|
+
margin-left: 4px;
|
|
6838
6786
|
}
|
|
6839
6787
|
|
|
6840
|
-
|
|
6841
|
-
|
|
6788
|
+
.E_cro7kg2 {
|
|
6789
|
+
padding: 4px;
|
|
6842
6790
|
}
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
overflow: hidden;
|
|
6846
|
-
text-overflow: ellipsis;
|
|
6791
|
+
.E_cro7kg2 .unit {
|
|
6792
|
+
color: white;
|
|
6847
6793
|
}
|
|
6848
6794
|
|
|
6849
|
-
.
|
|
6795
|
+
.E_c14wcxf0 {
|
|
6796
|
+
display: flex;
|
|
6797
|
+
justify-content: space-between;
|
|
6798
|
+
align-items: center;
|
|
6799
|
+
font-size: 13px;
|
|
6800
|
+
line-height: 24px;
|
|
6801
|
+
color: #cccccc;
|
|
6850
6802
|
white-space: nowrap;
|
|
6851
6803
|
}
|
|
6852
|
-
|
|
6853
|
-
|
|
6854
|
-
display: -webkit-box;
|
|
6855
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6856
|
-
-webkit-box-orient: vertical;
|
|
6857
|
-
word-break: break-all;
|
|
6804
|
+
.E_c14wcxf0 label {
|
|
6805
|
+
margin-right: 32px;
|
|
6858
6806
|
}
|
|
6859
6807
|
|
|
6860
|
-
.
|
|
6861
|
-
|
|
6808
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6809
|
+
font-weight: bold;
|
|
6810
|
+
color: white;
|
|
6862
6811
|
}
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
|
|
6812
|
+
|
|
6813
|
+
.E_s11212zy {
|
|
6814
|
+
width: 8px;
|
|
6815
|
+
height: 8px;
|
|
6816
|
+
border-radius: 2px;
|
|
6817
|
+
display: inline-block;
|
|
6818
|
+
background: var(--s11212zy-0);
|
|
6819
|
+
border: 1px solid #fff;
|
|
6820
|
+
box-sizing: content-box;
|
|
6821
|
+
margin-right: 6px;
|
|
6866
6822
|
}
|
|
6867
|
-
|
|
6868
|
-
|
|
6823
|
+
|
|
6824
|
+
.E_p1lyky6c > :first-child {
|
|
6825
|
+
font-weight: bold;
|
|
6826
|
+
color: white;
|
|
6827
|
+
margin-right: 4px;
|
|
6869
6828
|
}
|
|
6870
6829
|
|
|
6871
6830
|
.E_clm1wy1 {
|
|
@@ -6980,6 +6939,47 @@ span.E_tqjc4ui {
|
|
|
6980
6939
|
overflow: auto;
|
|
6981
6940
|
}
|
|
6982
6941
|
|
|
6942
|
+
.E_gmyahx3 {
|
|
6943
|
+
cursor: pointer;
|
|
6944
|
+
}
|
|
6945
|
+
.E_gmyahx3 .link-text {
|
|
6946
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6947
|
+
}
|
|
6948
|
+
.E_gmyahx3:hover .link-text {
|
|
6949
|
+
color: #0080ff;
|
|
6950
|
+
}
|
|
6951
|
+
|
|
6952
|
+
span.E_tqjc4ui {
|
|
6953
|
+
margin: 0 2px;
|
|
6954
|
+
}
|
|
6955
|
+
|
|
6956
|
+
.E_ou7iq30 {
|
|
6957
|
+
overflow: hidden;
|
|
6958
|
+
text-overflow: ellipsis;
|
|
6959
|
+
}
|
|
6960
|
+
|
|
6961
|
+
.E_s1tui002 {
|
|
6962
|
+
white-space: nowrap;
|
|
6963
|
+
}
|
|
6964
|
+
|
|
6965
|
+
.E_mxrc2zg {
|
|
6966
|
+
display: -webkit-box;
|
|
6967
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6968
|
+
-webkit-box-orient: vertical;
|
|
6969
|
+
word-break: break-all;
|
|
6970
|
+
}
|
|
6971
|
+
|
|
6972
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6973
|
+
display: none;
|
|
6974
|
+
}
|
|
6975
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6976
|
+
background: rgba(23, 38, 64, 0.8);
|
|
6977
|
+
border-radius: 4px;
|
|
6978
|
+
}
|
|
6979
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6980
|
+
visibility: hidden;
|
|
6981
|
+
}
|
|
6982
|
+
|
|
6983
6983
|
.E_c1up1pdz {
|
|
6984
6984
|
width: 648px;
|
|
6985
6985
|
}
|
|
@@ -7128,119 +7128,6 @@ span.E_tqjc4ui {
|
|
|
7128
7128
|
margin-right: 8px;
|
|
7129
7129
|
}
|
|
7130
7130
|
|
|
7131
|
-
.E_t1sqg15u {
|
|
7132
|
-
background: white;
|
|
7133
|
-
}
|
|
7134
|
-
.E_t1sqg15u.inline .table-row {
|
|
7135
|
-
flex-direction: column;
|
|
7136
|
-
}
|
|
7137
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
7138
|
-
padding: 0 16px 7px 0;
|
|
7139
|
-
}
|
|
7140
|
-
.E_t1sqg15u.has-border .table-header {
|
|
7141
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7142
|
-
}
|
|
7143
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7144
|
-
border-top: none !important;
|
|
7145
|
-
}
|
|
7146
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7147
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7148
|
-
}
|
|
7149
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7150
|
-
padding-bottom: 0;
|
|
7151
|
-
}
|
|
7152
|
-
.E_t1sqg15u.align-right .content {
|
|
7153
|
-
text-align: right;
|
|
7154
|
-
}
|
|
7155
|
-
.E_t1sqg15u .uuid-row {
|
|
7156
|
-
display: flex;
|
|
7157
|
-
justify-content: space-between;
|
|
7158
|
-
}
|
|
7159
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
7160
|
-
white-space: nowrap;
|
|
7161
|
-
overflow: hidden;
|
|
7162
|
-
text-overflow: ellipsis;
|
|
7163
|
-
}
|
|
7164
|
-
|
|
7165
|
-
.E_t4zczcp {
|
|
7166
|
-
display: flex;
|
|
7167
|
-
justify-content: space-between;
|
|
7168
|
-
align-items: center;
|
|
7169
|
-
padding: 8px;
|
|
7170
|
-
min-height: 32px;
|
|
7171
|
-
}
|
|
7172
|
-
.E_t4zczcp .table-title {
|
|
7173
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7174
|
-
font-weight: 600;
|
|
7175
|
-
font-size: 12px;
|
|
7176
|
-
line-height: 8px;
|
|
7177
|
-
}
|
|
7178
|
-
.E_t4zczcp .edit-icon {
|
|
7179
|
-
font-size: 16px;
|
|
7180
|
-
color: rgba(10, 37, 85, 0.6);
|
|
7181
|
-
cursor: pointer;
|
|
7182
|
-
}
|
|
7183
|
-
|
|
7184
|
-
.E_t1s7goww {
|
|
7185
|
-
font-size: 12px;
|
|
7186
|
-
line-height: 18px;
|
|
7187
|
-
}
|
|
7188
|
-
|
|
7189
|
-
.E_t93e4cf {
|
|
7190
|
-
display: flex;
|
|
7191
|
-
padding: 8px 0;
|
|
7192
|
-
color: #2d3a56;
|
|
7193
|
-
}
|
|
7194
|
-
.E_t93e4cf .hidden {
|
|
7195
|
-
display: none;
|
|
7196
|
-
}
|
|
7197
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7198
|
-
height: auto;
|
|
7199
|
-
}
|
|
7200
|
-
.E_t93e4cf .content {
|
|
7201
|
-
overflow: hidden;
|
|
7202
|
-
overflow-x: auto;
|
|
7203
|
-
width: 100%;
|
|
7204
|
-
white-space: pre-wrap;
|
|
7205
|
-
}
|
|
7206
|
-
.E_t93e4cf .content .ant-btn {
|
|
7207
|
-
white-space: pre-wrap;
|
|
7208
|
-
text-align: left;
|
|
7209
|
-
}
|
|
7210
|
-
.E_t93e4cf .content .unit-chart {
|
|
7211
|
-
justify-content: flex-start;
|
|
7212
|
-
}
|
|
7213
|
-
|
|
7214
|
-
.E_rhz2uv5 {
|
|
7215
|
-
width: var(--rhz2uv5-0);
|
|
7216
|
-
flex-shrink: 0;
|
|
7217
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7218
|
-
padding-right: 12px;
|
|
7219
|
-
}
|
|
7220
|
-
|
|
7221
|
-
.E_wg1tsps {
|
|
7222
|
-
display: flex;
|
|
7223
|
-
align-items: center;
|
|
7224
|
-
justify-content: flex-end;
|
|
7225
|
-
}
|
|
7226
|
-
|
|
7227
|
-
.E_b1ctd5xy {
|
|
7228
|
-
display: flex;
|
|
7229
|
-
align-items: center;
|
|
7230
|
-
width: calc(100% - 40px);
|
|
7231
|
-
}
|
|
7232
|
-
.E_b1ctd5xy .chart {
|
|
7233
|
-
display: inline-block;
|
|
7234
|
-
width: 100%;
|
|
7235
|
-
}
|
|
7236
|
-
|
|
7237
|
-
.E_u1p8acpn {
|
|
7238
|
-
min-width: 40px;
|
|
7239
|
-
}
|
|
7240
|
-
.E_u1p8acpn .unit {
|
|
7241
|
-
color: #00122e !important;
|
|
7242
|
-
}
|
|
7243
|
-
|
|
7244
7131
|
.E_t160l1cm {
|
|
7245
7132
|
display: flex;
|
|
7246
7133
|
flex-direction: column;
|
|
@@ -7440,24 +7327,8 @@ span.E_tqjc4ui {
|
|
|
7440
7327
|
display: block;
|
|
7441
7328
|
}
|
|
7442
7329
|
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7443
|
-
color: #0080ff;
|
|
7444
|
-
background: transparent;
|
|
7445
|
-
}
|
|
7446
|
-
|
|
7447
|
-
.E_u15heuvq.content {
|
|
7448
|
-
cursor: default !important;
|
|
7449
|
-
}
|
|
7450
|
-
.E_u15heuvq.content.link {
|
|
7451
|
-
cursor: pointer !important;
|
|
7452
|
-
}
|
|
7453
|
-
.E_u15heuvq.content.link:hover {
|
|
7454
|
-
color: #0080ff;
|
|
7455
|
-
}
|
|
7456
|
-
.E_u15heuvq.content.black {
|
|
7457
|
-
color: #00122e;
|
|
7458
|
-
}
|
|
7459
|
-
.E_u15heuvq.content.gray {
|
|
7460
|
-
color: rgba(44, 56, 82, 0.75);
|
|
7330
|
+
color: #0080ff;
|
|
7331
|
+
background: transparent;
|
|
7461
7332
|
}
|
|
7462
7333
|
|
|
7463
7334
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7573,6 +7444,135 @@ span.E_tqjc4ui {
|
|
|
7573
7444
|
text-align: left;
|
|
7574
7445
|
}
|
|
7575
7446
|
|
|
7447
|
+
.E_u15heuvq.content {
|
|
7448
|
+
cursor: default !important;
|
|
7449
|
+
}
|
|
7450
|
+
.E_u15heuvq.content.link {
|
|
7451
|
+
cursor: pointer !important;
|
|
7452
|
+
}
|
|
7453
|
+
.E_u15heuvq.content.link:hover {
|
|
7454
|
+
color: #0080ff;
|
|
7455
|
+
}
|
|
7456
|
+
.E_u15heuvq.content.black {
|
|
7457
|
+
color: #00122e;
|
|
7458
|
+
}
|
|
7459
|
+
.E_u15heuvq.content.gray {
|
|
7460
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7461
|
+
}
|
|
7462
|
+
|
|
7463
|
+
.E_wg1tsps {
|
|
7464
|
+
display: flex;
|
|
7465
|
+
align-items: center;
|
|
7466
|
+
justify-content: flex-end;
|
|
7467
|
+
}
|
|
7468
|
+
|
|
7469
|
+
.E_b1ctd5xy {
|
|
7470
|
+
display: flex;
|
|
7471
|
+
align-items: center;
|
|
7472
|
+
width: calc(100% - 40px);
|
|
7473
|
+
}
|
|
7474
|
+
.E_b1ctd5xy .chart {
|
|
7475
|
+
display: inline-block;
|
|
7476
|
+
width: 100%;
|
|
7477
|
+
}
|
|
7478
|
+
|
|
7479
|
+
.E_u1p8acpn {
|
|
7480
|
+
min-width: 40px;
|
|
7481
|
+
}
|
|
7482
|
+
.E_u1p8acpn .unit {
|
|
7483
|
+
color: #00122e !important;
|
|
7484
|
+
}
|
|
7485
|
+
|
|
7486
|
+
.E_t1sqg15u {
|
|
7487
|
+
background: white;
|
|
7488
|
+
}
|
|
7489
|
+
.E_t1sqg15u.inline .table-row {
|
|
7490
|
+
flex-direction: column;
|
|
7491
|
+
}
|
|
7492
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7493
|
+
padding: 0 16px 7px 0;
|
|
7494
|
+
}
|
|
7495
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7496
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7497
|
+
}
|
|
7498
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7499
|
+
border-top: none !important;
|
|
7500
|
+
}
|
|
7501
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7502
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7503
|
+
}
|
|
7504
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7505
|
+
padding-bottom: 0;
|
|
7506
|
+
}
|
|
7507
|
+
.E_t1sqg15u.align-right .content {
|
|
7508
|
+
text-align: right;
|
|
7509
|
+
}
|
|
7510
|
+
.E_t1sqg15u .uuid-row {
|
|
7511
|
+
display: flex;
|
|
7512
|
+
justify-content: space-between;
|
|
7513
|
+
}
|
|
7514
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7515
|
+
white-space: nowrap;
|
|
7516
|
+
overflow: hidden;
|
|
7517
|
+
text-overflow: ellipsis;
|
|
7518
|
+
}
|
|
7519
|
+
|
|
7520
|
+
.E_t4zczcp {
|
|
7521
|
+
display: flex;
|
|
7522
|
+
justify-content: space-between;
|
|
7523
|
+
align-items: center;
|
|
7524
|
+
padding: 8px;
|
|
7525
|
+
min-height: 32px;
|
|
7526
|
+
}
|
|
7527
|
+
.E_t4zczcp .table-title {
|
|
7528
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7529
|
+
font-weight: 600;
|
|
7530
|
+
font-size: 12px;
|
|
7531
|
+
line-height: 8px;
|
|
7532
|
+
}
|
|
7533
|
+
.E_t4zczcp .edit-icon {
|
|
7534
|
+
font-size: 16px;
|
|
7535
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7536
|
+
cursor: pointer;
|
|
7537
|
+
}
|
|
7538
|
+
|
|
7539
|
+
.E_t1s7goww {
|
|
7540
|
+
font-size: 12px;
|
|
7541
|
+
line-height: 18px;
|
|
7542
|
+
}
|
|
7543
|
+
|
|
7544
|
+
.E_t93e4cf {
|
|
7545
|
+
display: flex;
|
|
7546
|
+
padding: 8px 0;
|
|
7547
|
+
color: #2d3a56;
|
|
7548
|
+
}
|
|
7549
|
+
.E_t93e4cf .hidden {
|
|
7550
|
+
display: none;
|
|
7551
|
+
}
|
|
7552
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7553
|
+
height: auto;
|
|
7554
|
+
}
|
|
7555
|
+
.E_t93e4cf .content {
|
|
7556
|
+
overflow: hidden;
|
|
7557
|
+
overflow-x: auto;
|
|
7558
|
+
width: 100%;
|
|
7559
|
+
white-space: pre-wrap;
|
|
7560
|
+
}
|
|
7561
|
+
.E_t93e4cf .content .ant-btn {
|
|
7562
|
+
white-space: pre-wrap;
|
|
7563
|
+
text-align: left;
|
|
7564
|
+
}
|
|
7565
|
+
.E_t93e4cf .content .unit-chart {
|
|
7566
|
+
justify-content: flex-start;
|
|
7567
|
+
}
|
|
7568
|
+
|
|
7569
|
+
.E_rhz2uv5 {
|
|
7570
|
+
width: var(--rhz2uv5-0);
|
|
7571
|
+
flex-shrink: 0;
|
|
7572
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7573
|
+
padding-right: 12px;
|
|
7574
|
+
}
|
|
7575
|
+
|
|
7576
7576
|
.E_kr6am0s .ant-modal-body {
|
|
7577
7577
|
padding: 60px 128px;
|
|
7578
7578
|
}
|
|
@@ -7636,10 +7636,45 @@ span.E_tqjc4ui {
|
|
|
7636
7636
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7637
7637
|
}
|
|
7638
7638
|
|
|
7639
|
-
.
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7639
|
+
.E_i5w779o {
|
|
7640
|
+
padding: 8px 0;
|
|
7641
|
+
}
|
|
7642
|
+
.E_i5w779o .col-label {
|
|
7643
|
+
flex-shrink: unset;
|
|
7644
|
+
}
|
|
7645
|
+
.E_i5w779o .col-label * {
|
|
7646
|
+
line-height: 18px;
|
|
7647
|
+
}
|
|
7648
|
+
.E_i5w779o .col-content {
|
|
7649
|
+
flex: 1 1 0;
|
|
7650
|
+
display: flex;
|
|
7651
|
+
align-items: center;
|
|
7652
|
+
}
|
|
7653
|
+
.E_i5w779o .col-content * {
|
|
7654
|
+
line-height: 18px;
|
|
7655
|
+
}
|
|
7656
|
+
|
|
7657
|
+
.E_l18dja44 {
|
|
7658
|
+
padding: 6px 0;
|
|
7659
|
+
}
|
|
7660
|
+
.E_l18dja44 .col-label * {
|
|
7661
|
+
font-size: 13px;
|
|
7662
|
+
line-height: 20px;
|
|
7663
|
+
}
|
|
7664
|
+
.E_l18dja44 .col-content * {
|
|
7665
|
+
font-size: 14px;
|
|
7666
|
+
line-height: 20px;
|
|
7667
|
+
}
|
|
7668
|
+
|
|
7669
|
+
.E_c8c2hys {
|
|
7670
|
+
display: flex;
|
|
7671
|
+
justify-content: space-between;
|
|
7672
|
+
flex: 1;
|
|
7673
|
+
min-width: 0;
|
|
7674
|
+
}
|
|
7675
|
+
|
|
7676
|
+
.E_n4m6c4d {
|
|
7677
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7643
7678
|
}
|
|
7644
7679
|
|
|
7645
7680
|
.E_cyms3br {
|
|
@@ -7694,7 +7729,7 @@ span.E_tqjc4ui {
|
|
|
7694
7729
|
}
|
|
7695
7730
|
.E_c157gu4z .icon-wrapper {
|
|
7696
7731
|
align-self: flex-start;
|
|
7697
|
-
margin-top: 1px;
|
|
7732
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7698
7733
|
}
|
|
7699
7734
|
.E_c157gu4z .description {
|
|
7700
7735
|
flex: 1 1 0;
|
|
@@ -7707,7 +7742,7 @@ span.E_tqjc4ui {
|
|
|
7707
7742
|
.E_c157gu4z .ant-flex {
|
|
7708
7743
|
flex-shrink: 0;
|
|
7709
7744
|
align-self: flex-start;
|
|
7710
|
-
margin-top: 0px;
|
|
7745
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7711
7746
|
}
|
|
7712
7747
|
|
|
7713
7748
|
.E_eu1sysj {
|
|
@@ -7717,45 +7752,34 @@ span.E_tqjc4ui {
|
|
|
7717
7752
|
justify-content: center;
|
|
7718
7753
|
}
|
|
7719
7754
|
|
|
7720
|
-
.
|
|
7721
|
-
|
|
7722
|
-
|
|
7723
|
-
|
|
7724
|
-
flex-shrink: unset;
|
|
7725
|
-
}
|
|
7726
|
-
.E_i5w779o .col-label * {
|
|
7727
|
-
line-height: 18px;
|
|
7755
|
+
.E_h1ol2wl7 {
|
|
7756
|
+
font-weight: bold;
|
|
7757
|
+
background-color: unset;
|
|
7758
|
+
padding: unset;
|
|
7728
7759
|
}
|
|
7729
|
-
|
|
7730
|
-
|
|
7760
|
+
|
|
7761
|
+
.E_l12xdkhl {
|
|
7762
|
+
width: 64px;
|
|
7763
|
+
height: 64px;
|
|
7764
|
+
max-width: 64px;
|
|
7765
|
+
max-height: 64px;
|
|
7766
|
+
overflow: hidden;
|
|
7731
7767
|
display: flex;
|
|
7732
7768
|
align-items: center;
|
|
7769
|
+
justify-content: center;
|
|
7770
|
+
position: relative;
|
|
7771
|
+
opacity: 0.6;
|
|
7733
7772
|
}
|
|
7734
|
-
.
|
|
7735
|
-
|
|
7736
|
-
}
|
|
7737
|
-
|
|
7738
|
-
.E_l18dja44 {
|
|
7739
|
-
padding: 6px 0;
|
|
7740
|
-
}
|
|
7741
|
-
.E_l18dja44 .col-label * {
|
|
7742
|
-
font-size: 13px;
|
|
7743
|
-
line-height: 20px;
|
|
7744
|
-
}
|
|
7745
|
-
.E_l18dja44 .col-content * {
|
|
7746
|
-
font-size: 14px;
|
|
7747
|
-
line-height: 20px;
|
|
7748
|
-
}
|
|
7749
|
-
|
|
7750
|
-
.E_c8c2hys {
|
|
7751
|
-
display: flex;
|
|
7752
|
-
justify-content: space-between;
|
|
7753
|
-
flex: 1;
|
|
7754
|
-
min-width: 0;
|
|
7773
|
+
.E_l12xdkhl .icon-wrapper {
|
|
7774
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7755
7775
|
}
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7776
|
+
@keyframes rotate {
|
|
7777
|
+
from {
|
|
7778
|
+
transform: rotate(0deg);
|
|
7779
|
+
}
|
|
7780
|
+
to {
|
|
7781
|
+
transform: rotate(360deg);
|
|
7782
|
+
}
|
|
7759
7783
|
}
|
|
7760
7784
|
|
|
7761
7785
|
.E_c14ouk5o {
|
|
@@ -8352,28 +8376,4 @@ span.E_tqjc4ui {
|
|
|
8352
8376
|
height: 1px;
|
|
8353
8377
|
background: #e4e9f2;
|
|
8354
8378
|
margin: 16px 0;
|
|
8355
|
-
}
|
|
8356
|
-
|
|
8357
|
-
.E_l12xdkhl {
|
|
8358
|
-
width: 64px;
|
|
8359
|
-
height: 64px;
|
|
8360
|
-
max-width: 64px;
|
|
8361
|
-
max-height: 64px;
|
|
8362
|
-
overflow: hidden;
|
|
8363
|
-
display: flex;
|
|
8364
|
-
align-items: center;
|
|
8365
|
-
justify-content: center;
|
|
8366
|
-
position: relative;
|
|
8367
|
-
opacity: 0.6;
|
|
8368
|
-
}
|
|
8369
|
-
.E_l12xdkhl .icon-wrapper {
|
|
8370
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8371
|
-
}
|
|
8372
|
-
@keyframes rotate {
|
|
8373
|
-
from {
|
|
8374
|
-
transform: rotate(0deg);
|
|
8375
|
-
}
|
|
8376
|
-
to {
|
|
8377
|
-
transform: rotate(360deg);
|
|
8378
|
-
}
|
|
8379
8379
|
}
|