@cloudtower/eagle 0.34.13 → 0.34.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/LineChart/LineChartLegend.js +23 -6
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1874 -1872
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2178 -2176
- package/dist/style.css +1874 -1872
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1172,17 +1172,20 @@ html body {
|
|
|
1172
1172
|
flex: 1;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
font-size: 12px;
|
|
1175
|
+
.E_berrcjl {
|
|
1176
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1177
|
+
margin-bottom: 4px;
|
|
1179
1178
|
}
|
|
1180
|
-
.
|
|
1181
|
-
|
|
1179
|
+
.E_berrcjl .breadcrumb-link {
|
|
1180
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1181
|
+
cursor: pointer;
|
|
1182
|
+
transition: color 160ms ease;
|
|
1182
1183
|
}
|
|
1183
|
-
.
|
|
1184
|
-
|
|
1185
|
-
|
|
1184
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1185
|
+
color: #0080ff;
|
|
1186
|
+
}
|
|
1187
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1188
|
+
color: #005ed1;
|
|
1186
1189
|
}
|
|
1187
1190
|
|
|
1188
1191
|
.E_b1nip9bk {
|
|
@@ -1214,125 +1217,24 @@ html body {
|
|
|
1214
1217
|
border-radius: unset;
|
|
1215
1218
|
}
|
|
1216
1219
|
|
|
1217
|
-
.
|
|
1218
|
-
|
|
1219
|
-
}
|
|
1220
|
-
.E_c1uzzomf .card-title {
|
|
1221
|
-
font-size: 16px;
|
|
1220
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1221
|
+
padding: 4px 8px 0 8px;
|
|
1222
1222
|
color: rgba(44, 56, 82, 0.6);
|
|
1223
|
-
font-weight: 700;
|
|
1224
|
-
line-height: 32px;
|
|
1225
|
-
}
|
|
1226
|
-
.E_c1uzzomf .card-body {
|
|
1227
|
-
padding: 24px;
|
|
1228
|
-
border-radius: 8px;
|
|
1229
|
-
background: #fff;
|
|
1230
|
-
}
|
|
1231
|
-
.E_c1uzzomf .empty {
|
|
1232
|
-
font-weight: 700;
|
|
1233
|
-
font-size: 14px;
|
|
1234
|
-
line-height: 22px;
|
|
1235
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1236
|
-
text-align: center;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.E_d1bw7c5z {
|
|
1240
|
-
position: relative;
|
|
1241
|
-
max-width: 388px;
|
|
1242
|
-
min-width: 285px;
|
|
1243
|
-
}
|
|
1244
|
-
.E_d1bw7c5z .center {
|
|
1245
|
-
position: absolute;
|
|
1246
|
-
font-size: 12px;
|
|
1247
|
-
width: 80px;
|
|
1248
|
-
height: 100px;
|
|
1249
|
-
top: 0;
|
|
1250
|
-
left: 35px;
|
|
1251
|
-
display: flex;
|
|
1252
|
-
flex-direction: column;
|
|
1253
|
-
justify-content: center;
|
|
1254
|
-
align-items: center;
|
|
1255
|
-
color: #00122e;
|
|
1256
|
-
}
|
|
1257
|
-
.E_d1bw7c5z .center .number {
|
|
1258
|
-
font-size: 24px;
|
|
1259
|
-
font-weight: 700;
|
|
1260
|
-
}
|
|
1261
|
-
.E_d1bw7c5z .center .text {
|
|
1262
|
-
padding: 0 5px;
|
|
1263
1223
|
font-size: 12px;
|
|
1264
|
-
width: inherit;
|
|
1265
|
-
text-align: center;
|
|
1266
|
-
}
|
|
1267
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
1268
|
-
display: flex;
|
|
1269
|
-
}
|
|
1270
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1271
|
-
position: relative !important;
|
|
1272
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1273
|
-
left: 0 !important;
|
|
1274
|
-
bottom: 0 !important;
|
|
1275
|
-
display: flex;
|
|
1276
|
-
align-items: center;
|
|
1277
|
-
}
|
|
1278
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1279
|
-
width: 100%;
|
|
1280
|
-
}
|
|
1281
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1282
|
-
width: 100%;
|
|
1283
|
-
margin-right: 0 !important;
|
|
1284
|
-
line-height: 18px;
|
|
1285
|
-
}
|
|
1286
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1287
|
-
border-radius: 2px;
|
|
1288
|
-
}
|
|
1289
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1290
|
-
min-width: 75px;
|
|
1291
|
-
max-width: 198px;
|
|
1292
|
-
width: calc(100% - 20px);
|
|
1293
|
-
margin-left: 2px;
|
|
1294
|
-
color: #00122e !important;
|
|
1295
|
-
display: inline-flex;
|
|
1296
|
-
justify-content: space-between;
|
|
1297
|
-
}
|
|
1298
|
-
.E_d1bw7c5z .tooltip-text {
|
|
1299
|
-
maxwidth: calc(100% - 12px);
|
|
1300
|
-
cursor: pointer;
|
|
1301
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1302
|
-
overflow: hidden;
|
|
1303
|
-
text-overflow: ellipsis;
|
|
1304
|
-
white-space: nowrap;
|
|
1305
|
-
}
|
|
1306
|
-
.E_d1bw7c5z .value {
|
|
1307
|
-
color: rgba(44, 56, 82, 0.75);
|
|
1308
1224
|
}
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
width: 140px;
|
|
1312
|
-
}
|
|
1313
|
-
.E_t10pqbtc .item {
|
|
1314
|
-
margin: 6px auto;
|
|
1315
|
-
display: flex;
|
|
1316
|
-
justify-content: space-between;
|
|
1225
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1226
|
+
padding-bottom: 6px;
|
|
1317
1227
|
}
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1228
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1229
|
+
padding-top: 4px;
|
|
1230
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1320
1231
|
}
|
|
1321
1232
|
|
|
1322
|
-
.
|
|
1323
|
-
|
|
1324
|
-
margin-bottom: 4px;
|
|
1325
|
-
}
|
|
1326
|
-
.E_berrcjl .breadcrumb-link {
|
|
1327
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1328
|
-
cursor: pointer;
|
|
1329
|
-
transition: color 160ms ease;
|
|
1330
|
-
}
|
|
1331
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1332
|
-
color: #0080ff;
|
|
1233
|
+
.E_c1yyuluq {
|
|
1234
|
+
border-radius: 8px;
|
|
1333
1235
|
}
|
|
1334
|
-
.
|
|
1335
|
-
|
|
1236
|
+
.E_c1yyuluq .ant-card-body {
|
|
1237
|
+
padding: 20px 24px 24px 24px;
|
|
1336
1238
|
}
|
|
1337
1239
|
|
|
1338
1240
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -1592,6 +1494,111 @@ html body {
|
|
|
1592
1494
|
justify-content: center;
|
|
1593
1495
|
}
|
|
1594
1496
|
|
|
1497
|
+
.E_c1uzzomf {
|
|
1498
|
+
margin-bottom: 16px;
|
|
1499
|
+
}
|
|
1500
|
+
.E_c1uzzomf .card-title {
|
|
1501
|
+
font-size: 16px;
|
|
1502
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1503
|
+
font-weight: 700;
|
|
1504
|
+
line-height: 32px;
|
|
1505
|
+
}
|
|
1506
|
+
.E_c1uzzomf .card-body {
|
|
1507
|
+
padding: 24px;
|
|
1508
|
+
border-radius: 8px;
|
|
1509
|
+
background: #fff;
|
|
1510
|
+
}
|
|
1511
|
+
.E_c1uzzomf .empty {
|
|
1512
|
+
font-weight: 700;
|
|
1513
|
+
font-size: 14px;
|
|
1514
|
+
line-height: 22px;
|
|
1515
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1516
|
+
text-align: center;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.E_d1bw7c5z {
|
|
1520
|
+
position: relative;
|
|
1521
|
+
max-width: 388px;
|
|
1522
|
+
min-width: 285px;
|
|
1523
|
+
}
|
|
1524
|
+
.E_d1bw7c5z .center {
|
|
1525
|
+
position: absolute;
|
|
1526
|
+
font-size: 12px;
|
|
1527
|
+
width: 80px;
|
|
1528
|
+
height: 100px;
|
|
1529
|
+
top: 0;
|
|
1530
|
+
left: 35px;
|
|
1531
|
+
display: flex;
|
|
1532
|
+
flex-direction: column;
|
|
1533
|
+
justify-content: center;
|
|
1534
|
+
align-items: center;
|
|
1535
|
+
color: #00122e;
|
|
1536
|
+
}
|
|
1537
|
+
.E_d1bw7c5z .center .number {
|
|
1538
|
+
font-size: 24px;
|
|
1539
|
+
font-weight: 700;
|
|
1540
|
+
}
|
|
1541
|
+
.E_d1bw7c5z .center .text {
|
|
1542
|
+
padding: 0 5px;
|
|
1543
|
+
font-size: 12px;
|
|
1544
|
+
width: inherit;
|
|
1545
|
+
text-align: center;
|
|
1546
|
+
}
|
|
1547
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1548
|
+
display: flex;
|
|
1549
|
+
}
|
|
1550
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1551
|
+
position: relative !important;
|
|
1552
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1553
|
+
left: 0 !important;
|
|
1554
|
+
bottom: 0 !important;
|
|
1555
|
+
display: flex;
|
|
1556
|
+
align-items: center;
|
|
1557
|
+
}
|
|
1558
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1559
|
+
width: 100%;
|
|
1560
|
+
}
|
|
1561
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
margin-right: 0 !important;
|
|
1564
|
+
line-height: 18px;
|
|
1565
|
+
}
|
|
1566
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1567
|
+
border-radius: 2px;
|
|
1568
|
+
}
|
|
1569
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1570
|
+
min-width: 75px;
|
|
1571
|
+
max-width: 198px;
|
|
1572
|
+
width: calc(100% - 20px);
|
|
1573
|
+
margin-left: 2px;
|
|
1574
|
+
color: #00122e !important;
|
|
1575
|
+
display: inline-flex;
|
|
1576
|
+
justify-content: space-between;
|
|
1577
|
+
}
|
|
1578
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1579
|
+
maxwidth: calc(100% - 12px);
|
|
1580
|
+
cursor: pointer;
|
|
1581
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1582
|
+
overflow: hidden;
|
|
1583
|
+
text-overflow: ellipsis;
|
|
1584
|
+
white-space: nowrap;
|
|
1585
|
+
}
|
|
1586
|
+
.E_d1bw7c5z .value {
|
|
1587
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.E_t10pqbtc {
|
|
1591
|
+
width: 140px;
|
|
1592
|
+
}
|
|
1593
|
+
.E_t10pqbtc .item {
|
|
1594
|
+
margin: 6px auto;
|
|
1595
|
+
display: flex;
|
|
1596
|
+
justify-content: space-between;
|
|
1597
|
+
}
|
|
1598
|
+
.E_t10pqbtc .item .name {
|
|
1599
|
+
width: 102px;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1595
1602
|
.E_ccrbeuz .ant-collapse-item {
|
|
1596
1603
|
border: 0px;
|
|
1597
1604
|
background-color: #fff;
|
|
@@ -1614,13 +1621,65 @@ html body {
|
|
|
1614
1621
|
cursor: default;
|
|
1615
1622
|
}
|
|
1616
1623
|
|
|
1617
|
-
.
|
|
1624
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1618
1625
|
display: flex;
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1626
|
+
}
|
|
1627
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1628
|
+
border-bottom-left-radius: 5px;
|
|
1629
|
+
border-top-left-radius: 5px;
|
|
1630
|
+
}
|
|
1631
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1632
|
+
border-bottom-right-radius: 5px;
|
|
1633
|
+
border-top-right-radius: 5px;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1637
|
+
line-height: 18px;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.E_ivqqkzv {
|
|
1641
|
+
height: 24px;
|
|
1642
|
+
width: 56px !important;
|
|
1643
|
+
margin-right: 4px;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.E_c1wk4q29 {
|
|
1647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1651
|
+
margin-right: 8px;
|
|
1652
|
+
}
|
|
1653
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1654
|
+
margin-left: 8px;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
.E_cc368xp {
|
|
1658
|
+
color: #00122e;
|
|
1659
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1660
|
+
margin-right: 8px;
|
|
1661
|
+
padding-right: 8px;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.E_i11o6xqj {
|
|
1665
|
+
display: flex;
|
|
1666
|
+
gap: 4px;
|
|
1667
|
+
}
|
|
1668
|
+
.E_i11o6xqj .icon-wrapper {
|
|
1669
|
+
cursor: pointer;
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.E_d19ruhdj.icon-wrapper {
|
|
1673
|
+
cursor: not-allowed;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
.E_phljevk {
|
|
1677
|
+
display: flex;
|
|
1678
|
+
justify-content: space-between;
|
|
1679
|
+
align-items: center;
|
|
1680
|
+
padding: 10px 0;
|
|
1681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1682
|
+
font-size: 12px;
|
|
1624
1683
|
line-height: 24px;
|
|
1625
1684
|
}
|
|
1626
1685
|
.E_phljevk .pagination-left {
|
|
@@ -1671,55 +1730,6 @@ html body {
|
|
|
1671
1730
|
line-height: 18px;
|
|
1672
1731
|
}
|
|
1673
1732
|
|
|
1674
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1675
|
-
display: flex;
|
|
1676
|
-
}
|
|
1677
|
-
.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 {
|
|
1678
|
-
border-bottom-left-radius: 5px;
|
|
1679
|
-
border-top-left-radius: 5px;
|
|
1680
|
-
}
|
|
1681
|
-
.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 {
|
|
1682
|
-
border-bottom-right-radius: 5px;
|
|
1683
|
-
border-top-right-radius: 5px;
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1687
|
-
line-height: 18px;
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
.E_c1yyuluq {
|
|
1691
|
-
border-radius: 8px;
|
|
1692
|
-
}
|
|
1693
|
-
.E_c1yyuluq .ant-card-body {
|
|
1694
|
-
padding: 20px 24px 24px 24px;
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1698
|
-
margin-right: 8px;
|
|
1699
|
-
}
|
|
1700
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1701
|
-
margin-left: 8px;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.E_cc368xp {
|
|
1705
|
-
color: #00122e;
|
|
1706
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1707
|
-
margin-right: 8px;
|
|
1708
|
-
padding-right: 8px;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
.E_i11o6xqj {
|
|
1712
|
-
display: flex;
|
|
1713
|
-
gap: 4px;
|
|
1714
|
-
}
|
|
1715
|
-
.E_i11o6xqj .icon-wrapper {
|
|
1716
|
-
cursor: pointer;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
.E_d19ruhdj.icon-wrapper {
|
|
1720
|
-
cursor: not-allowed;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
1733
|
.E_rapgekc.ant-radio-wrapper {
|
|
1724
1734
|
display: inline-flex;
|
|
1725
1735
|
align-items: baseline;
|
|
@@ -1906,71 +1916,6 @@ html body {
|
|
|
1906
1916
|
transform: rotate(0deg);
|
|
1907
1917
|
}
|
|
1908
1918
|
|
|
1909
|
-
.E_ivqqkzv {
|
|
1910
|
-
height: 24px;
|
|
1911
|
-
width: 56px !important;
|
|
1912
|
-
margin-right: 4px;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.E_c1wk4q29 {
|
|
1916
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.E_s1dizucg.ant-switch {
|
|
1920
|
-
min-width: 40px;
|
|
1921
|
-
height: 24px;
|
|
1922
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1923
|
-
overflow: hidden;
|
|
1924
|
-
}
|
|
1925
|
-
.E_s1dizucg.ant-switch:focus {
|
|
1926
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1927
|
-
}
|
|
1928
|
-
.E_s1dizucg.ant-switch-small {
|
|
1929
|
-
min-width: 26px;
|
|
1930
|
-
height: 16px;
|
|
1931
|
-
}
|
|
1932
|
-
.E_s1dizucg.ant-switch-large {
|
|
1933
|
-
min-width: 52px;
|
|
1934
|
-
height: 32px;
|
|
1935
|
-
}
|
|
1936
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1937
|
-
height: 20px;
|
|
1938
|
-
width: 20px;
|
|
1939
|
-
}
|
|
1940
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1941
|
-
border-radius: 10px;
|
|
1942
|
-
transition-delay: 120ms;
|
|
1943
|
-
}
|
|
1944
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1945
|
-
height: 14px;
|
|
1946
|
-
width: 14px;
|
|
1947
|
-
top: 1px;
|
|
1948
|
-
left: 1px;
|
|
1949
|
-
}
|
|
1950
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1951
|
-
height: 28px;
|
|
1952
|
-
width: 28px;
|
|
1953
|
-
}
|
|
1954
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1955
|
-
border-radius: 14px;
|
|
1956
|
-
}
|
|
1957
|
-
.E_s1dizucg.ant-switch-checked {
|
|
1958
|
-
background-color: #00ba5d;
|
|
1959
|
-
}
|
|
1960
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1961
|
-
left: calc(100% - 20px - 2px);
|
|
1962
|
-
}
|
|
1963
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1964
|
-
left: calc(100% - 14px - 1px);
|
|
1965
|
-
}
|
|
1966
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1967
|
-
left: calc(100% - 28px - 2px);
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
.E_c1up6e3y {
|
|
1971
|
-
margin-left: 5px;
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
1919
|
.E_tju3gfj .date {
|
|
1975
1920
|
margin-right: 4px;
|
|
1976
1921
|
}
|
|
@@ -2153,111 +2098,59 @@ html body {
|
|
|
2153
2098
|
visibility: hidden;
|
|
2154
2099
|
}
|
|
2155
2100
|
|
|
2156
|
-
.
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2162
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2163
|
-
display: flex;
|
|
2164
|
-
align-items: center;
|
|
2165
|
-
white-space: nowrap;
|
|
2166
|
-
margin-right: 4px;
|
|
2101
|
+
.E_s1dizucg.ant-switch {
|
|
2102
|
+
min-width: 40px;
|
|
2103
|
+
height: 24px;
|
|
2104
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2105
|
+
overflow: hidden;
|
|
2167
2106
|
}
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
display: var(--ai7qkf2-0);
|
|
2107
|
+
.E_s1dizucg.ant-switch:focus {
|
|
2108
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2171
2109
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
height: 100%;
|
|
2176
|
-
width: 100%;
|
|
2110
|
+
.E_s1dizucg.ant-switch-small {
|
|
2111
|
+
min-width: 26px;
|
|
2112
|
+
height: 16px;
|
|
2177
2113
|
}
|
|
2178
|
-
.
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
flex: none;
|
|
2182
|
-
align-items: center;
|
|
2183
|
-
margin-left: 4px;
|
|
2184
|
-
padding: 5px 12px 5px 0;
|
|
2185
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2114
|
+
.E_s1dizucg.ant-switch-large {
|
|
2115
|
+
min-width: 52px;
|
|
2116
|
+
height: 32px;
|
|
2186
2117
|
}
|
|
2187
|
-
.
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
flex: none;
|
|
2191
|
-
align-items: center;
|
|
2192
|
-
margin-right: 4px;
|
|
2193
|
-
cursor: auto;
|
|
2194
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2118
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2119
|
+
height: 20px;
|
|
2120
|
+
width: 20px;
|
|
2195
2121
|
}
|
|
2196
|
-
.ant-
|
|
2197
|
-
border-radius:
|
|
2122
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2123
|
+
border-radius: 10px;
|
|
2124
|
+
transition-delay: 120ms;
|
|
2198
2125
|
}
|
|
2199
|
-
.
|
|
2200
|
-
|
|
2201
|
-
|
|
2126
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2127
|
+
height: 14px;
|
|
2128
|
+
width: 14px;
|
|
2129
|
+
top: 1px;
|
|
2130
|
+
left: 1px;
|
|
2202
2131
|
}
|
|
2203
|
-
.
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
z-index: 1;
|
|
2132
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2133
|
+
height: 28px;
|
|
2134
|
+
width: 28px;
|
|
2207
2135
|
}
|
|
2208
|
-
.
|
|
2209
|
-
border-
|
|
2210
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2136
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2137
|
+
border-radius: 14px;
|
|
2211
2138
|
}
|
|
2212
|
-
.
|
|
2213
|
-
|
|
2214
|
-
border: 1px;
|
|
2215
|
-
padding: 5px 12px;
|
|
2216
|
-
font-size: inherit;
|
|
2139
|
+
.E_s1dizucg.ant-switch-checked {
|
|
2140
|
+
background-color: #00ba5d;
|
|
2217
2141
|
}
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
border: 1px;
|
|
2221
|
-
padding: 8px 16px;
|
|
2222
|
-
}
|
|
2223
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
2224
|
-
height: 22px;
|
|
2225
|
-
border: 1px;
|
|
2226
|
-
padding: 2px 8px;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
.E_f7pxqmh {
|
|
2230
|
-
width: 100%;
|
|
2231
|
-
margin-bottom: 0 !important;
|
|
2232
|
-
flex-flow: nowrap !important;
|
|
2233
|
-
line-break: auto;
|
|
2234
|
-
}
|
|
2235
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2236
|
-
text-align: left !important;
|
|
2237
|
-
padding-bottom: 0 !important;
|
|
2238
|
-
}
|
|
2239
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2240
|
-
min-height: 32px;
|
|
2241
|
-
height: auto;
|
|
2242
|
-
font-size: 13px;
|
|
2243
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2244
|
-
white-space: normal;
|
|
2245
|
-
}
|
|
2246
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2247
|
-
border-color: #ff4d4f !important;
|
|
2142
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2143
|
+
left: calc(100% - 20px - 2px);
|
|
2248
2144
|
}
|
|
2249
|
-
.
|
|
2250
|
-
|
|
2145
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2146
|
+
left: calc(100% - 14px - 1px);
|
|
2251
2147
|
}
|
|
2252
|
-
.
|
|
2253
|
-
|
|
2254
|
-
font-size: 12px;
|
|
2255
|
-
min-height: 0px;
|
|
2148
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2149
|
+
left: calc(100% - 28px - 2px);
|
|
2256
2150
|
}
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
min-height: 0px;
|
|
2151
|
+
|
|
2152
|
+
.E_c1up6e3y {
|
|
2153
|
+
margin-left: 5px;
|
|
2261
2154
|
}
|
|
2262
2155
|
|
|
2263
2156
|
.E_fzh9mnb {
|
|
@@ -2275,6 +2168,97 @@ html body {
|
|
|
2275
2168
|
font-size: 18px;
|
|
2276
2169
|
}
|
|
2277
2170
|
|
|
2171
|
+
.E_iouxfgt {
|
|
2172
|
+
display: inline-flex;
|
|
2173
|
+
align-items: center;
|
|
2174
|
+
}
|
|
2175
|
+
.E_iouxfgt .icon-inner {
|
|
2176
|
+
display: inline-flex;
|
|
2177
|
+
align-items: center;
|
|
2178
|
+
justify-content: center;
|
|
2179
|
+
}
|
|
2180
|
+
.E_iouxfgt .icon-inner + span,
|
|
2181
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2182
|
+
margin-left: 4px;
|
|
2183
|
+
}
|
|
2184
|
+
.E_iouxfgt.is-rotate img,
|
|
2185
|
+
.E_iouxfgt.is-rotate svg {
|
|
2186
|
+
animation: rotate 680ms linear infinite;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
.E_i1inqkme {
|
|
2190
|
+
height: 18px;
|
|
2191
|
+
line-height: 18px;
|
|
2192
|
+
padding: 0 4px;
|
|
2193
|
+
border-radius: 4px;
|
|
2194
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2195
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2196
|
+
display: flex;
|
|
2197
|
+
align-items: center;
|
|
2198
|
+
white-space: nowrap;
|
|
2199
|
+
margin-right: 4px;
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2203
|
+
display: var(--ai7qkf2-0);
|
|
2204
|
+
}
|
|
2205
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2206
|
+
display: inline-flex;
|
|
2207
|
+
line-height: 1.5715;
|
|
2208
|
+
height: 100%;
|
|
2209
|
+
width: 100%;
|
|
2210
|
+
}
|
|
2211
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2212
|
+
content: var(--ai7qkf2-1);
|
|
2213
|
+
display: var(--ai7qkf2-2);
|
|
2214
|
+
flex: none;
|
|
2215
|
+
align-items: center;
|
|
2216
|
+
margin-left: 4px;
|
|
2217
|
+
padding: 5px 12px 5px 0;
|
|
2218
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2219
|
+
}
|
|
2220
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2221
|
+
content: var(--ai7qkf2-3);
|
|
2222
|
+
display: var(--ai7qkf2-4);
|
|
2223
|
+
flex: none;
|
|
2224
|
+
align-items: center;
|
|
2225
|
+
margin-right: 4px;
|
|
2226
|
+
cursor: auto;
|
|
2227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2228
|
+
}
|
|
2229
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2230
|
+
border-radius: 0;
|
|
2231
|
+
}
|
|
2232
|
+
.E_ai7qkf2.ant-input-number {
|
|
2233
|
+
width: 100%;
|
|
2234
|
+
border-radius: 6px;
|
|
2235
|
+
}
|
|
2236
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
2237
|
+
border-color: #0096ff;
|
|
2238
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2239
|
+
z-index: 1;
|
|
2240
|
+
}
|
|
2241
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
2242
|
+
border-color: #e75a3a;
|
|
2243
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2244
|
+
}
|
|
2245
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
2246
|
+
height: 30px;
|
|
2247
|
+
border: 1px;
|
|
2248
|
+
padding: 5px 12px;
|
|
2249
|
+
font-size: inherit;
|
|
2250
|
+
}
|
|
2251
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
2252
|
+
height: 38px;
|
|
2253
|
+
border: 1px;
|
|
2254
|
+
padding: 8px 16px;
|
|
2255
|
+
}
|
|
2256
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
2257
|
+
height: 22px;
|
|
2258
|
+
border: 1px;
|
|
2259
|
+
padding: 2px 8px;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2278
2262
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2279
2263
|
display: var(--a1wfy30z-0);
|
|
2280
2264
|
}
|
|
@@ -2306,24 +2290,6 @@ html body {
|
|
|
2306
2290
|
font-size: inherit;
|
|
2307
2291
|
}
|
|
2308
2292
|
|
|
2309
|
-
.E_iouxfgt {
|
|
2310
|
-
display: inline-flex;
|
|
2311
|
-
align-items: center;
|
|
2312
|
-
}
|
|
2313
|
-
.E_iouxfgt .icon-inner {
|
|
2314
|
-
display: inline-flex;
|
|
2315
|
-
align-items: center;
|
|
2316
|
-
justify-content: center;
|
|
2317
|
-
}
|
|
2318
|
-
.E_iouxfgt .icon-inner + span,
|
|
2319
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2320
|
-
margin-left: 4px;
|
|
2321
|
-
}
|
|
2322
|
-
.E_iouxfgt.is-rotate img,
|
|
2323
|
-
.E_iouxfgt.is-rotate svg {
|
|
2324
|
-
animation: rotate 680ms linear infinite;
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
2293
|
.E_atcz0kf .ant-input-suffix {
|
|
2328
2294
|
margin-left: 8px;
|
|
2329
2295
|
}
|
|
@@ -2331,47 +2297,47 @@ html body {
|
|
|
2331
2297
|
padding: 2px 7px 2px 12px;
|
|
2332
2298
|
}
|
|
2333
2299
|
|
|
2334
|
-
.
|
|
2335
|
-
|
|
2300
|
+
.E_f7pxqmh {
|
|
2301
|
+
width: 100%;
|
|
2302
|
+
margin-bottom: 0 !important;
|
|
2303
|
+
flex-flow: nowrap !important;
|
|
2304
|
+
line-break: auto;
|
|
2336
2305
|
}
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
position: absolute;
|
|
2306
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2307
|
+
text-align: left !important;
|
|
2308
|
+
padding-bottom: 0 !important;
|
|
2341
2309
|
}
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2310
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2311
|
+
min-height: 32px;
|
|
2312
|
+
height: auto;
|
|
2313
|
+
font-size: 13px;
|
|
2314
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2315
|
+
white-space: normal;
|
|
2345
2316
|
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2317
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2318
|
+
border-color: #ff4d4f !important;
|
|
2319
|
+
}
|
|
2320
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2321
|
+
border-color: #ff4d4f !important;
|
|
2322
|
+
}
|
|
2323
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2324
|
+
margin-top: 4px;
|
|
2353
2325
|
font-size: 12px;
|
|
2354
|
-
|
|
2355
|
-
height: 24px;
|
|
2356
|
-
border-radius: 50%;
|
|
2357
|
-
background: var(--a1b5xrg3-0);
|
|
2326
|
+
min-height: 0px;
|
|
2358
2327
|
}
|
|
2359
|
-
.
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
height: 40px;
|
|
2364
|
-
display: inline-flex;
|
|
2365
|
-
align-items: center;
|
|
2366
|
-
justify-content: center;
|
|
2367
|
-
border-radius: 6px;
|
|
2328
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2329
|
+
font-size: 12px;
|
|
2330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2331
|
+
min-height: 0px;
|
|
2368
2332
|
}
|
|
2369
|
-
|
|
2370
|
-
|
|
2333
|
+
|
|
2334
|
+
.E_owd0kml {
|
|
2335
|
+
display: inline-block;
|
|
2371
2336
|
}
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2337
|
+
|
|
2338
|
+
.E_h1jsgezc {
|
|
2339
|
+
visibility: hidden;
|
|
2340
|
+
position: absolute;
|
|
2375
2341
|
}
|
|
2376
2342
|
|
|
2377
2343
|
.E_cnujxq2 {
|
|
@@ -3064,6 +3030,36 @@ input.E_rf8rlle.ant-input {
|
|
|
3064
3030
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3065
3031
|
}
|
|
3066
3032
|
|
|
3033
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3034
|
+
display: inline-flex;
|
|
3035
|
+
align-items: center;
|
|
3036
|
+
justify-content: center;
|
|
3037
|
+
color: #fff;
|
|
3038
|
+
font-weight: bold;
|
|
3039
|
+
font-size: 12px;
|
|
3040
|
+
width: 24px;
|
|
3041
|
+
height: 24px;
|
|
3042
|
+
border-radius: 50%;
|
|
3043
|
+
background: var(--a1b5xrg3-0);
|
|
3044
|
+
}
|
|
3045
|
+
.E_a1b5xrg3.btn-item {
|
|
3046
|
+
transition: all 160ms ease;
|
|
3047
|
+
cursor: pointer;
|
|
3048
|
+
width: 56px;
|
|
3049
|
+
height: 40px;
|
|
3050
|
+
display: inline-flex;
|
|
3051
|
+
align-items: center;
|
|
3052
|
+
justify-content: center;
|
|
3053
|
+
border-radius: 6px;
|
|
3054
|
+
}
|
|
3055
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3056
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3057
|
+
}
|
|
3058
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3059
|
+
transform: translateY(2px);
|
|
3060
|
+
transition: all 320ms ease;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3067
3063
|
.E_dsnbhzf {
|
|
3068
3064
|
font-family: Inter;
|
|
3069
3065
|
font-style: normal;
|
|
@@ -3539,8 +3535,12 @@ input.E_rf8rlle.ant-input {
|
|
|
3539
3535
|
line-height: 12px;
|
|
3540
3536
|
}
|
|
3541
3537
|
|
|
3542
|
-
.
|
|
3543
|
-
|
|
3538
|
+
.E_m196gn1d {
|
|
3539
|
+
min-width: 1280px;
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3543
|
+
opacity: 1;
|
|
3544
3544
|
}
|
|
3545
3545
|
.E_s4ivdfu.ant-select.select-loading-value {
|
|
3546
3546
|
pointer-events: none;
|
|
@@ -3776,43 +3776,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3776
3776
|
fill: blue;
|
|
3777
3777
|
}
|
|
3778
3778
|
|
|
3779
|
-
.E_b1lj76ty {
|
|
3780
|
-
width: 100%;
|
|
3781
|
-
height: 100%;
|
|
3782
|
-
margin: 0 auto;
|
|
3783
|
-
display: flex;
|
|
3784
|
-
flex-direction: column;
|
|
3785
|
-
align-items: center;
|
|
3786
|
-
justify-content: center;
|
|
3787
|
-
color: rgba(0, 21, 64, 0.3);
|
|
3788
|
-
}
|
|
3789
|
-
.E_b1lj76ty.large {
|
|
3790
|
-
max-width: 648px;
|
|
3791
|
-
}
|
|
3792
|
-
.E_b1lj76ty.medium {
|
|
3793
|
-
max-width: 412px;
|
|
3794
|
-
}
|
|
3795
|
-
.E_b1lj76ty.gray {
|
|
3796
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3797
|
-
}
|
|
3798
|
-
.E_b1lj76ty.white {
|
|
3799
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3800
|
-
}
|
|
3801
|
-
.E_b1lj76ty .title {
|
|
3802
|
-
margin-bottom: 4px;
|
|
3803
|
-
}
|
|
3804
|
-
.E_b1lj76ty .title,
|
|
3805
|
-
.E_b1lj76ty .desc {
|
|
3806
|
-
word-break: break-all;
|
|
3807
|
-
text-align: center;
|
|
3808
|
-
}
|
|
3809
|
-
.E_b1lj76ty .action-button.middle {
|
|
3810
|
-
margin-top: 16px;
|
|
3811
|
-
}
|
|
3812
|
-
.E_b1lj76ty .action-button.small {
|
|
3813
|
-
margin-top: 8px;
|
|
3814
|
-
}
|
|
3815
|
-
|
|
3816
3779
|
.E_ryby9ds {
|
|
3817
3780
|
display: flex;
|
|
3818
3781
|
align-items: center;
|
|
@@ -3829,41 +3792,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3829
3792
|
margin-right: 6px;
|
|
3830
3793
|
}
|
|
3831
3794
|
|
|
3832
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
3833
|
-
margin-right: 2px;
|
|
3834
|
-
}
|
|
3835
|
-
|
|
3836
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3837
|
-
padding-left: 8px;
|
|
3838
|
-
padding-right: 8px;
|
|
3839
|
-
font-size: 12px;
|
|
3840
|
-
}
|
|
3841
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3842
|
-
border-radius: 4px;
|
|
3843
|
-
}
|
|
3844
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3845
|
-
border-radius: 4px;
|
|
3846
|
-
}
|
|
3847
|
-
|
|
3848
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
3849
|
-
padding-left: 12px;
|
|
3850
|
-
padding-right: 12px;
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
|
-
.E_ckld275 {
|
|
3854
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
3855
|
-
}
|
|
3856
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3857
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3858
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3859
|
-
}
|
|
3860
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3861
|
-
background-color: transparent;
|
|
3862
|
-
}
|
|
3863
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
3864
|
-
background-color: transparent;
|
|
3865
|
-
}
|
|
3866
|
-
|
|
3867
3795
|
.E_hrhfj7c {
|
|
3868
3796
|
display: none;
|
|
3869
3797
|
}
|
|
@@ -4083,6 +4011,43 @@ input.E_rf8rlle.ant-input {
|
|
|
4083
4011
|
font-size: 14px;
|
|
4084
4012
|
}
|
|
4085
4013
|
|
|
4014
|
+
.E_b1lj76ty {
|
|
4015
|
+
width: 100%;
|
|
4016
|
+
height: 100%;
|
|
4017
|
+
margin: 0 auto;
|
|
4018
|
+
display: flex;
|
|
4019
|
+
flex-direction: column;
|
|
4020
|
+
align-items: center;
|
|
4021
|
+
justify-content: center;
|
|
4022
|
+
color: rgba(0, 21, 64, 0.3);
|
|
4023
|
+
}
|
|
4024
|
+
.E_b1lj76ty.large {
|
|
4025
|
+
max-width: 648px;
|
|
4026
|
+
}
|
|
4027
|
+
.E_b1lj76ty.medium {
|
|
4028
|
+
max-width: 412px;
|
|
4029
|
+
}
|
|
4030
|
+
.E_b1lj76ty.gray {
|
|
4031
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4032
|
+
}
|
|
4033
|
+
.E_b1lj76ty.white {
|
|
4034
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4035
|
+
}
|
|
4036
|
+
.E_b1lj76ty .title {
|
|
4037
|
+
margin-bottom: 4px;
|
|
4038
|
+
}
|
|
4039
|
+
.E_b1lj76ty .title,
|
|
4040
|
+
.E_b1lj76ty .desc {
|
|
4041
|
+
word-break: break-all;
|
|
4042
|
+
text-align: center;
|
|
4043
|
+
}
|
|
4044
|
+
.E_b1lj76ty .action-button.middle {
|
|
4045
|
+
margin-top: 16px;
|
|
4046
|
+
}
|
|
4047
|
+
.E_b1lj76ty .action-button.small {
|
|
4048
|
+
margin-top: 8px;
|
|
4049
|
+
}
|
|
4050
|
+
|
|
4086
4051
|
.E_m5foqp8 {
|
|
4087
4052
|
--footer-height: 96px;
|
|
4088
4053
|
--modal-content-width: 720px;
|
|
@@ -4113,6 +4078,41 @@ input.E_rf8rlle.ant-input {
|
|
|
4113
4078
|
height: 32px;
|
|
4114
4079
|
}
|
|
4115
4080
|
|
|
4081
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4082
|
+
margin-right: 2px;
|
|
4083
|
+
}
|
|
4084
|
+
|
|
4085
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4086
|
+
padding-left: 8px;
|
|
4087
|
+
padding-right: 8px;
|
|
4088
|
+
font-size: 12px;
|
|
4089
|
+
}
|
|
4090
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4091
|
+
border-radius: 4px;
|
|
4092
|
+
}
|
|
4093
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4094
|
+
border-radius: 4px;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4098
|
+
padding-left: 12px;
|
|
4099
|
+
padding-right: 12px;
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.E_ckld275 {
|
|
4103
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4104
|
+
}
|
|
4105
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4106
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4107
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4108
|
+
}
|
|
4109
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4110
|
+
background-color: transparent;
|
|
4111
|
+
}
|
|
4112
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4113
|
+
background-color: transparent;
|
|
4114
|
+
}
|
|
4115
|
+
|
|
4116
4116
|
.E_h12yihis {
|
|
4117
4117
|
height: 50px;
|
|
4118
4118
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4333,84 +4333,336 @@ input.E_rf8rlle.ant-input {
|
|
|
4333
4333
|
position: static;
|
|
4334
4334
|
}
|
|
4335
4335
|
|
|
4336
|
-
.
|
|
4337
|
-
|
|
4336
|
+
button.E_l48ei06.ant-btn,
|
|
4337
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4338
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4339
|
+
font-size: 12px;
|
|
4340
|
+
line-height: 18px;
|
|
4341
|
+
height: 18px;
|
|
4338
4342
|
}
|
|
4339
4343
|
|
|
4340
|
-
.
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
height: 100%;
|
|
4344
|
+
button.E_l48ei06 {
|
|
4345
|
+
color: #0080FF;
|
|
4346
|
+
height: unset;
|
|
4344
4347
|
}
|
|
4345
|
-
.
|
|
4346
|
-
|
|
4348
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4349
|
+
margin-right: 4px;
|
|
4347
4350
|
}
|
|
4348
|
-
.
|
|
4349
|
-
|
|
4350
|
-
height: 100%;
|
|
4351
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4352
|
+
margin-left: 4px;
|
|
4351
4353
|
}
|
|
4352
|
-
.
|
|
4353
|
-
|
|
4354
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4355
|
+
color: #009DFF;
|
|
4354
4356
|
}
|
|
4355
|
-
.
|
|
4356
|
-
|
|
4357
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4358
|
+
color: #005ED1;
|
|
4357
4359
|
}
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
height: 100%;
|
|
4360
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4361
|
+
color: #0080FF;
|
|
4361
4362
|
}
|
|
4362
|
-
.
|
|
4363
|
-
|
|
4364
|
-
padding-bottom: 6px;
|
|
4363
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4364
|
+
color: #00122E;
|
|
4365
4365
|
}
|
|
4366
|
-
.
|
|
4367
|
-
|
|
4366
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4367
|
+
color: #0080FF;
|
|
4368
4368
|
}
|
|
4369
|
-
.
|
|
4370
|
-
|
|
4369
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4370
|
+
color: #005ED1;
|
|
4371
4371
|
}
|
|
4372
|
-
.
|
|
4373
|
-
|
|
4372
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4373
|
+
color: #00122E;
|
|
4374
4374
|
}
|
|
4375
|
-
.
|
|
4376
|
-
|
|
4377
|
-
overflow: visible;
|
|
4375
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4376
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4378
4377
|
}
|
|
4379
|
-
.
|
|
4380
|
-
|
|
4378
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4379
|
+
color: #0080FF;
|
|
4381
4380
|
}
|
|
4382
|
-
.
|
|
4383
|
-
|
|
4381
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4382
|
+
color: #005ED1;
|
|
4384
4383
|
}
|
|
4385
|
-
.
|
|
4386
|
-
|
|
4387
|
-
background: #fff;
|
|
4388
|
-
padding: 0 !important;
|
|
4384
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4385
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4389
4386
|
}
|
|
4390
|
-
|
|
4391
|
-
.
|
|
4387
|
+
|
|
4388
|
+
.E_ckui4s7 {
|
|
4389
|
+
color: #2d3a56;
|
|
4390
|
+
line-height: 22px;
|
|
4391
|
+
display: inline-flex;
|
|
4392
|
+
}
|
|
4393
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4394
|
+
height: 22px;
|
|
4392
4395
|
display: flex;
|
|
4393
4396
|
align-items: center;
|
|
4394
|
-
|
|
4395
|
-
padding: 8px;
|
|
4397
|
+
top: 0;
|
|
4396
4398
|
}
|
|
4397
|
-
.
|
|
4398
|
-
|
|
4399
|
-
overflow: hidden;
|
|
4400
|
-
text-overflow: ellipsis;
|
|
4401
|
-
width: 100%;
|
|
4399
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4400
|
+
border: none;
|
|
4402
4401
|
}
|
|
4403
|
-
.
|
|
4404
|
-
|
|
4402
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4403
|
+
border-color: #0080ff;
|
|
4405
4404
|
}
|
|
4406
|
-
.
|
|
4407
|
-
|
|
4405
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4406
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4408
4407
|
}
|
|
4409
|
-
.
|
|
4410
|
-
border
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4408
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4409
|
+
border: 1px solid #0080ff;
|
|
4410
|
+
}
|
|
4411
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4412
|
+
background: #0080ff;
|
|
4413
|
+
}
|
|
4414
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4415
|
+
background-color: #fff;
|
|
4416
|
+
height: 2px;
|
|
4417
|
+
width: 10px;
|
|
4418
|
+
border-radius: 2px;
|
|
4419
|
+
}
|
|
4420
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4421
|
+
opacity: 0.5;
|
|
4422
|
+
}
|
|
4423
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4424
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4425
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4426
|
+
}
|
|
4427
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4428
|
+
border-color: #2d3a56;
|
|
4429
|
+
}
|
|
4430
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4431
|
+
background: #2d3a56;
|
|
4432
|
+
}
|
|
4433
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4434
|
+
padding: 0;
|
|
4435
|
+
}
|
|
4436
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4437
|
+
display: inline-block;
|
|
4438
|
+
margin-left: 12px;
|
|
4439
|
+
color: #2d3a56;
|
|
4440
|
+
}
|
|
4441
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4442
|
+
margin-left: 28px;
|
|
4443
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4444
|
+
}
|
|
4445
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4446
|
+
margin-left: 8px;
|
|
4447
|
+
}
|
|
4448
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4449
|
+
margin-left: 24px;
|
|
4450
|
+
}
|
|
4451
|
+
|
|
4452
|
+
.E_c1yd35n {
|
|
4453
|
+
padding: 0 12px 14px 12px;
|
|
4454
|
+
}
|
|
4455
|
+
|
|
4456
|
+
.E_c1kghdax {
|
|
4457
|
+
color: #2d3a56;
|
|
4458
|
+
padding: 7px 12px;
|
|
4459
|
+
display: flex;
|
|
4460
|
+
justify-content: space-between;
|
|
4461
|
+
align-items: center;
|
|
4462
|
+
}
|
|
4463
|
+
.E_c1kghdax.has-arrow {
|
|
4464
|
+
padding-left: 10px;
|
|
4465
|
+
}
|
|
4466
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4467
|
+
cursor: pointer;
|
|
4468
|
+
color: #00122e;
|
|
4469
|
+
}
|
|
4470
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4471
|
+
color: #2d3a56;
|
|
4472
|
+
font-weight: 600;
|
|
4473
|
+
}
|
|
4474
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4475
|
+
transform: rotate(90deg);
|
|
4476
|
+
}
|
|
4477
|
+
.E_c1kghdax .sub-info {
|
|
4478
|
+
font-size: 12px;
|
|
4479
|
+
line-height: 18px;
|
|
4480
|
+
}
|
|
4481
|
+
.E_c1kghdax .title-wrapper {
|
|
4482
|
+
display: flex;
|
|
4483
|
+
align-items: center;
|
|
4484
|
+
user-select: none;
|
|
4485
|
+
flex-grow: 1;
|
|
4486
|
+
font-size: 12px;
|
|
4487
|
+
line-height: 18px;
|
|
4488
|
+
color: #2d3a56;
|
|
4489
|
+
font-weight: 700;
|
|
4490
|
+
}
|
|
4491
|
+
.E_c1kghdax .collapse-arrow {
|
|
4492
|
+
transition: all 50ms ease-out 0ms;
|
|
4493
|
+
margin-right: 2px;
|
|
4494
|
+
}
|
|
4495
|
+
|
|
4496
|
+
.E_b14q2gmw {
|
|
4497
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
.E_c1eym6el {
|
|
4501
|
+
border-radius: 8px;
|
|
4502
|
+
background-color: white;
|
|
4503
|
+
}
|
|
4504
|
+
.E_c1eym6el.hoverable {
|
|
4505
|
+
cursor: pointer;
|
|
4506
|
+
}
|
|
4507
|
+
.E_c1eym6el.hoverable:hover {
|
|
4508
|
+
transition: all 200ms ease;
|
|
4509
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4510
|
+
transform: translateY(-4px);
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4513
|
+
.E_sddwhm6 {
|
|
4514
|
+
margin: 0;
|
|
4515
|
+
border-radius: 20px;
|
|
4516
|
+
padding: 2px 10px;
|
|
4517
|
+
height: 22px;
|
|
4518
|
+
}
|
|
4519
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4520
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4521
|
+
}
|
|
4522
|
+
.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 {
|
|
4523
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4524
|
+
}
|
|
4525
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4526
|
+
color: #00122e;
|
|
4527
|
+
}
|
|
4528
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4529
|
+
margin-right: 6px;
|
|
4530
|
+
}
|
|
4531
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4532
|
+
margin-left: 8px;
|
|
4533
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4534
|
+
}
|
|
4535
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4536
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4537
|
+
}
|
|
4538
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4539
|
+
background-color: #0080ff;
|
|
4540
|
+
}
|
|
4541
|
+
.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 {
|
|
4542
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4543
|
+
}
|
|
4544
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4545
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
4546
|
+
}
|
|
4547
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4548
|
+
background-color: #f0483e;
|
|
4549
|
+
}
|
|
4550
|
+
.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 {
|
|
4551
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4552
|
+
}
|
|
4553
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4554
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
4555
|
+
}
|
|
4556
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4557
|
+
background-color: #fea008;
|
|
4558
|
+
}
|
|
4559
|
+
.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 {
|
|
4560
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4561
|
+
}
|
|
4562
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4563
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
4564
|
+
}
|
|
4565
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4566
|
+
background-color: #00ba5d;
|
|
4567
|
+
}
|
|
4568
|
+
.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 {
|
|
4569
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4570
|
+
}
|
|
4571
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4572
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4573
|
+
}
|
|
4574
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4575
|
+
background-color: #6b7d99;
|
|
4576
|
+
}
|
|
4577
|
+
.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 {
|
|
4578
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4581
|
+
.E_satwmqm {
|
|
4582
|
+
width: 8px;
|
|
4583
|
+
height: 8px;
|
|
4584
|
+
border-radius: 50%;
|
|
4585
|
+
display: inline-block;
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4588
|
+
.E_tc97u5y {
|
|
4589
|
+
height: 100%;
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
.E_efzf37v .ant-table-content,
|
|
4593
|
+
.E_efzf37v .ant-table-body {
|
|
4594
|
+
overflow: visible !important;
|
|
4595
|
+
height: 100%;
|
|
4596
|
+
}
|
|
4597
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4598
|
+
height: 100%;
|
|
4599
|
+
}
|
|
4600
|
+
.E_efzf37v table {
|
|
4601
|
+
width: 100% !important;
|
|
4602
|
+
height: 100%;
|
|
4603
|
+
}
|
|
4604
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4605
|
+
padding: 15px 0;
|
|
4606
|
+
}
|
|
4607
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
4608
|
+
display: none;
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4611
|
+
.E_t1fisho6 {
|
|
4612
|
+
height: 100%;
|
|
4613
|
+
}
|
|
4614
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
4615
|
+
padding-top: 6px;
|
|
4616
|
+
padding-bottom: 6px;
|
|
4617
|
+
}
|
|
4618
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
4619
|
+
font-weight: 700;
|
|
4620
|
+
}
|
|
4621
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
4622
|
+
font-weight: 700;
|
|
4623
|
+
}
|
|
4624
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
4625
|
+
height: 100%;
|
|
4626
|
+
}
|
|
4627
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
4628
|
+
height: 100%;
|
|
4629
|
+
overflow: visible;
|
|
4630
|
+
}
|
|
4631
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
4632
|
+
max-height: none;
|
|
4633
|
+
}
|
|
4634
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
4635
|
+
background: transparent;
|
|
4636
|
+
}
|
|
4637
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
4638
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
4639
|
+
background: #fff;
|
|
4640
|
+
padding: 0 !important;
|
|
4641
|
+
}
|
|
4642
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
4643
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
4644
|
+
display: flex;
|
|
4645
|
+
align-items: center;
|
|
4646
|
+
height: 100%;
|
|
4647
|
+
padding: 8px;
|
|
4648
|
+
}
|
|
4649
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
4650
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
4651
|
+
overflow: hidden;
|
|
4652
|
+
text-overflow: ellipsis;
|
|
4653
|
+
width: 100%;
|
|
4654
|
+
}
|
|
4655
|
+
.E_t1fisho6 .ant-table-container {
|
|
4656
|
+
height: 100%;
|
|
4657
|
+
}
|
|
4658
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
4659
|
+
box-shadow: none !important;
|
|
4660
|
+
}
|
|
4661
|
+
.E_t1fisho6 div.ant-table {
|
|
4662
|
+
border-radius: 0px;
|
|
4663
|
+
border-left: none;
|
|
4664
|
+
border-right: none;
|
|
4665
|
+
border-bottom: none;
|
|
4414
4666
|
height: 100%;
|
|
4415
4667
|
font-size: 12px;
|
|
4416
4668
|
background: transparent;
|
|
@@ -4687,181 +4939,21 @@ input.E_rf8rlle.ant-input {
|
|
|
4687
4939
|
background: #fff;
|
|
4688
4940
|
}
|
|
4689
4941
|
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
4690
|
-
height: 100%;
|
|
4691
|
-
display: flex;
|
|
4692
|
-
align-items: center;
|
|
4693
|
-
justify-content: flex-end;
|
|
4694
|
-
padding-right: 8px;
|
|
4695
|
-
}
|
|
4696
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4697
|
-
width: 24px;
|
|
4698
|
-
height: 24px;
|
|
4699
|
-
cursor: pointer;
|
|
4700
|
-
justify-content: center;
|
|
4701
|
-
border-radius: 4px;
|
|
4702
|
-
}
|
|
4703
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
4704
|
-
background: #fff;
|
|
4705
|
-
}
|
|
4706
|
-
|
|
4707
|
-
button.E_l48ei06.ant-btn,
|
|
4708
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4709
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4710
|
-
font-size: 12px;
|
|
4711
|
-
line-height: 18px;
|
|
4712
|
-
height: 18px;
|
|
4713
|
-
}
|
|
4714
|
-
|
|
4715
|
-
button.E_l48ei06 {
|
|
4716
|
-
color: #0080FF;
|
|
4717
|
-
height: unset;
|
|
4718
|
-
}
|
|
4719
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4720
|
-
margin-right: 4px;
|
|
4721
|
-
}
|
|
4722
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4723
|
-
margin-left: 4px;
|
|
4724
|
-
}
|
|
4725
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4726
|
-
color: #009DFF;
|
|
4727
|
-
}
|
|
4728
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4729
|
-
color: #005ED1;
|
|
4730
|
-
}
|
|
4731
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4732
|
-
color: #0080FF;
|
|
4733
|
-
}
|
|
4734
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4735
|
-
color: #00122E;
|
|
4736
|
-
}
|
|
4737
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4738
|
-
color: #0080FF;
|
|
4739
|
-
}
|
|
4740
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4741
|
-
color: #005ED1;
|
|
4742
|
-
}
|
|
4743
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4744
|
-
color: #00122E;
|
|
4745
|
-
}
|
|
4746
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4747
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4748
|
-
}
|
|
4749
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4750
|
-
color: #0080FF;
|
|
4751
|
-
}
|
|
4752
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4753
|
-
color: #005ED1;
|
|
4754
|
-
}
|
|
4755
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4756
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4757
|
-
}
|
|
4758
|
-
|
|
4759
|
-
.E_ckui4s7 {
|
|
4760
|
-
color: #2d3a56;
|
|
4761
|
-
line-height: 22px;
|
|
4762
|
-
display: inline-flex;
|
|
4763
|
-
}
|
|
4764
|
-
.E_ckui4s7 .ant-checkbox {
|
|
4765
|
-
height: 22px;
|
|
4766
|
-
display: flex;
|
|
4767
|
-
align-items: center;
|
|
4768
|
-
top: 0;
|
|
4769
|
-
}
|
|
4770
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4771
|
-
border: none;
|
|
4772
|
-
}
|
|
4773
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4774
|
-
border-color: #0080ff;
|
|
4775
|
-
}
|
|
4776
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4777
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4778
|
-
}
|
|
4779
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4780
|
-
border: 1px solid #0080ff;
|
|
4781
|
-
}
|
|
4782
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4783
|
-
background: #0080ff;
|
|
4784
|
-
}
|
|
4785
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4786
|
-
background-color: #fff;
|
|
4787
|
-
height: 2px;
|
|
4788
|
-
width: 10px;
|
|
4789
|
-
border-radius: 2px;
|
|
4790
|
-
}
|
|
4791
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4792
|
-
opacity: 0.5;
|
|
4793
|
-
}
|
|
4794
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4795
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4796
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4797
|
-
}
|
|
4798
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4799
|
-
border-color: #2d3a56;
|
|
4800
|
-
}
|
|
4801
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4802
|
-
background: #2d3a56;
|
|
4803
|
-
}
|
|
4804
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4805
|
-
padding: 0;
|
|
4806
|
-
}
|
|
4807
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4808
|
-
display: inline-block;
|
|
4809
|
-
margin-left: 12px;
|
|
4810
|
-
color: #2d3a56;
|
|
4811
|
-
}
|
|
4812
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4813
|
-
margin-left: 28px;
|
|
4814
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4815
|
-
}
|
|
4816
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4817
|
-
margin-left: 8px;
|
|
4818
|
-
}
|
|
4819
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4820
|
-
margin-left: 24px;
|
|
4821
|
-
}
|
|
4822
|
-
|
|
4823
|
-
.E_c1kghdax {
|
|
4824
|
-
color: #2d3a56;
|
|
4825
|
-
padding: 7px 12px;
|
|
4826
|
-
display: flex;
|
|
4827
|
-
justify-content: space-between;
|
|
4828
|
-
align-items: center;
|
|
4829
|
-
}
|
|
4830
|
-
.E_c1kghdax.has-arrow {
|
|
4831
|
-
padding-left: 10px;
|
|
4832
|
-
}
|
|
4833
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4834
|
-
cursor: pointer;
|
|
4835
|
-
color: #00122e;
|
|
4836
|
-
}
|
|
4837
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4838
|
-
color: #2d3a56;
|
|
4839
|
-
font-weight: 600;
|
|
4840
|
-
}
|
|
4841
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4842
|
-
transform: rotate(90deg);
|
|
4843
|
-
}
|
|
4844
|
-
.E_c1kghdax .sub-info {
|
|
4845
|
-
font-size: 12px;
|
|
4846
|
-
line-height: 18px;
|
|
4847
|
-
}
|
|
4848
|
-
.E_c1kghdax .title-wrapper {
|
|
4942
|
+
height: 100%;
|
|
4849
4943
|
display: flex;
|
|
4850
4944
|
align-items: center;
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
font-size: 12px;
|
|
4854
|
-
line-height: 18px;
|
|
4855
|
-
color: #2d3a56;
|
|
4856
|
-
font-weight: 700;
|
|
4945
|
+
justify-content: flex-end;
|
|
4946
|
+
padding-right: 8px;
|
|
4857
4947
|
}
|
|
4858
|
-
.
|
|
4859
|
-
|
|
4860
|
-
|
|
4948
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4949
|
+
width: 24px;
|
|
4950
|
+
height: 24px;
|
|
4951
|
+
cursor: pointer;
|
|
4952
|
+
justify-content: center;
|
|
4953
|
+
border-radius: 4px;
|
|
4861
4954
|
}
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
padding: 0 12px 14px 12px;
|
|
4955
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
4956
|
+
background: #fff;
|
|
4865
4957
|
}
|
|
4866
4958
|
|
|
4867
4959
|
.E_lht19u8 {
|
|
@@ -4912,330 +5004,135 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4912
5004
|
transform-origin: top left;
|
|
4913
5005
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4914
5006
|
}
|
|
4915
|
-
|
|
4916
|
-
.
|
|
4917
|
-
|
|
4918
|
-
}
|
|
4919
|
-
|
|
4920
|
-
.E_c1eym6el {
|
|
4921
|
-
border-radius: 8px;
|
|
4922
|
-
background-color: white;
|
|
4923
|
-
}
|
|
4924
|
-
.E_c1eym6el.hoverable {
|
|
4925
|
-
cursor: pointer;
|
|
4926
|
-
}
|
|
4927
|
-
.E_c1eym6el.hoverable:hover {
|
|
4928
|
-
transition: all 200ms ease;
|
|
4929
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4930
|
-
transform: translateY(-4px);
|
|
4931
|
-
}
|
|
4932
|
-
|
|
4933
|
-
.E_w7ob4th.outside-tag {
|
|
4934
|
-
padding-left: 0;
|
|
4935
|
-
}
|
|
4936
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
4937
|
-
border-radius: 4px 0 0 4px;
|
|
4938
|
-
padding-right: 4px;
|
|
4939
|
-
margin-right: 4px;
|
|
4940
|
-
}
|
|
4941
|
-
|
|
4942
|
-
.E_sddwhm6 {
|
|
4943
|
-
margin: 0;
|
|
4944
|
-
border-radius: 20px;
|
|
4945
|
-
padding: 2px 10px;
|
|
4946
|
-
height: 22px;
|
|
4947
|
-
}
|
|
4948
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4949
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4950
|
-
}
|
|
4951
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4952
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4953
|
-
}
|
|
4954
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4955
|
-
color: #00122e;
|
|
4956
|
-
}
|
|
4957
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4958
|
-
margin-right: 6px;
|
|
4959
|
-
}
|
|
4960
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4961
|
-
margin-left: 8px;
|
|
4962
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4963
|
-
}
|
|
4964
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4965
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
4966
|
-
}
|
|
4967
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4968
|
-
background-color: #0080ff;
|
|
4969
|
-
}
|
|
4970
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4971
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4972
|
-
}
|
|
4973
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4974
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
4975
|
-
}
|
|
4976
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4977
|
-
background-color: #f0483e;
|
|
4978
|
-
}
|
|
4979
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4980
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4981
|
-
}
|
|
4982
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4983
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
4984
|
-
}
|
|
4985
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4986
|
-
background-color: #fea008;
|
|
4987
|
-
}
|
|
4988
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4989
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
4990
|
-
}
|
|
4991
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4992
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
4993
|
-
}
|
|
4994
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4995
|
-
background-color: #00ba5d;
|
|
4996
|
-
}
|
|
4997
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4998
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
4999
|
-
}
|
|
5000
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
5001
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5002
|
-
}
|
|
5003
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
5004
|
-
background-color: #6b7d99;
|
|
5005
|
-
}
|
|
5006
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
5007
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
5008
|
-
}
|
|
5009
|
-
|
|
5010
|
-
.E_satwmqm {
|
|
5011
|
-
width: 8px;
|
|
5012
|
-
height: 8px;
|
|
5013
|
-
border-radius: 50%;
|
|
5014
|
-
display: inline-block;
|
|
5015
|
-
}
|
|
5016
|
-
|
|
5017
|
-
.E_slr2ynn {
|
|
5018
|
-
padding: 0 8px;
|
|
5019
|
-
height: 18px;
|
|
5020
|
-
}
|
|
5021
|
-
|
|
5022
|
-
.E_m140wbb6 {
|
|
5023
|
-
padding: 2px 8px;
|
|
5024
|
-
height: 24px;
|
|
5025
|
-
}
|
|
5026
|
-
|
|
5027
|
-
.E_t1fozc1i {
|
|
5028
|
-
margin: 0;
|
|
5029
|
-
}
|
|
5030
|
-
|
|
5031
|
-
.E_i1vxv4ln {
|
|
5032
|
-
margin-right: 4px;
|
|
5033
|
-
height: 16px;
|
|
5034
|
-
}
|
|
5035
|
-
|
|
5036
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5037
|
-
font-weight: 700;
|
|
5038
|
-
color: #00122e;
|
|
5039
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5040
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5041
|
-
word-break: break-all;
|
|
5042
|
-
display: inline;
|
|
5043
|
-
white-space: normal;
|
|
5044
|
-
}
|
|
5045
|
-
|
|
5046
|
-
.E_sjob3jg {
|
|
5047
|
-
--item-min-width: 60px;
|
|
5048
|
-
}
|
|
5049
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5050
|
-
display: none !important;
|
|
5051
|
-
}
|
|
5052
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5053
|
-
flex-shrink: 0 !important;
|
|
5054
|
-
}
|
|
5055
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5056
|
-
color: #0080ff;
|
|
5057
|
-
}
|
|
5058
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5059
|
-
color: #0080ff;
|
|
5060
|
-
font-weight: normal;
|
|
5061
|
-
}
|
|
5062
|
-
.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 {
|
|
5063
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5064
|
-
}
|
|
5065
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5066
|
-
color: #00122e;
|
|
5067
|
-
}
|
|
5068
|
-
.E_sjob3jg .step-item-text {
|
|
5069
|
-
display: inline-block;
|
|
5070
|
-
}
|
|
5071
|
-
.E_sjob3jg .step-item-title {
|
|
5072
|
-
overflow: hidden;
|
|
5073
|
-
white-space: nowrap;
|
|
5074
|
-
text-overflow: ellipsis;
|
|
5075
|
-
}
|
|
5076
|
-
|
|
5077
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
5078
|
-
min-width: var(--item-min-width);
|
|
5079
|
-
}
|
|
5080
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5081
|
-
cursor: not-allowed !important;
|
|
5082
|
-
}
|
|
5083
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5084
|
-
flex-direction: row;
|
|
5085
|
-
justify-content: stretch;
|
|
5086
|
-
}
|
|
5087
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5088
|
-
padding: 0;
|
|
5089
|
-
margin-right: 4px;
|
|
5090
|
-
flex: 1;
|
|
5091
|
-
overflow: visible;
|
|
5092
|
-
}
|
|
5093
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5094
|
-
width: 100%;
|
|
5095
|
-
min-height: unset;
|
|
5096
|
-
}
|
|
5097
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5098
|
-
height: 26px;
|
|
5099
|
-
line-height: 26px;
|
|
5100
|
-
width: 100%;
|
|
5101
|
-
padding: 0;
|
|
5102
|
-
font-size: 12px;
|
|
5103
|
-
}
|
|
5104
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5105
|
-
margin-right: 10px;
|
|
5106
|
-
}
|
|
5107
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5108
|
-
display: none;
|
|
5109
|
-
}
|
|
5110
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5111
|
-
padding-left: 8px;
|
|
5112
|
-
padding-right: 4px;
|
|
5113
|
-
border-radius: 4px 0 0 4px;
|
|
5114
|
-
}
|
|
5115
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5116
|
-
margin-right: 0;
|
|
5117
|
-
}
|
|
5118
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5119
|
-
padding-right: 8px;
|
|
5120
|
-
padding-left: 12px;
|
|
5121
|
-
border-radius: 0 4px 4px 0;
|
|
5122
|
-
}
|
|
5123
|
-
.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 {
|
|
5124
|
-
content: "";
|
|
5125
|
-
width: 0;
|
|
5126
|
-
height: 0;
|
|
5127
|
-
border: 13px solid transparent;
|
|
5128
|
-
position: absolute;
|
|
5129
|
-
top: 0;
|
|
5130
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5131
|
-
z-index: 2;
|
|
5132
|
-
position: relative;
|
|
5133
|
-
top: -50%;
|
|
5134
|
-
right: -100%;
|
|
5135
|
-
}
|
|
5136
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5137
|
-
padding: 0 4px 0 12px;
|
|
5138
|
-
}
|
|
5139
|
-
.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 {
|
|
5140
|
-
content: "";
|
|
5141
|
-
width: 0;
|
|
5142
|
-
height: 0;
|
|
5143
|
-
border: 13px solid transparent;
|
|
5144
|
-
position: absolute;
|
|
5145
|
-
top: 0;
|
|
5146
|
-
border-left: 8px solid #fff;
|
|
5147
|
-
left: 0;
|
|
5007
|
+
|
|
5008
|
+
.E_w7ob4th.outside-tag {
|
|
5009
|
+
padding-left: 0;
|
|
5148
5010
|
}
|
|
5149
|
-
.
|
|
5150
|
-
|
|
5011
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5012
|
+
border-radius: 4px 0 0 4px;
|
|
5013
|
+
padding-right: 4px;
|
|
5014
|
+
margin-right: 4px;
|
|
5151
5015
|
}
|
|
5152
|
-
|
|
5153
|
-
|
|
5016
|
+
|
|
5017
|
+
.E_l1ucdodl {
|
|
5018
|
+
margin: 0;
|
|
5019
|
+
border-radius: 20px;
|
|
5020
|
+
padding: 2px 10px;
|
|
5021
|
+
height: 22px;
|
|
5022
|
+
display: flex;
|
|
5023
|
+
align-items: center;
|
|
5154
5024
|
}
|
|
5155
|
-
.
|
|
5156
|
-
|
|
5025
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5026
|
+
color: #FFFFFF;
|
|
5157
5027
|
}
|
|
5158
|
-
.
|
|
5028
|
+
.E_l1ucdodl.tag-hover {
|
|
5159
5029
|
cursor: pointer;
|
|
5160
|
-
min-width: var(--item-min-width);
|
|
5161
5030
|
}
|
|
5162
|
-
.
|
|
5163
|
-
|
|
5164
|
-
min-width: var(--item-min-width);
|
|
5031
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5032
|
+
color: #00122e;
|
|
5165
5033
|
}
|
|
5166
|
-
.
|
|
5167
|
-
|
|
5168
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5034
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5035
|
+
margin-right: 6px;
|
|
5169
5036
|
}
|
|
5170
|
-
.
|
|
5171
|
-
|
|
5037
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5038
|
+
margin-left: 8px;
|
|
5039
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5172
5040
|
}
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
width: 192px;
|
|
5176
|
-
row-gap: 2px;
|
|
5041
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5042
|
+
color: #FFFFFF;
|
|
5177
5043
|
}
|
|
5178
|
-
.
|
|
5179
|
-
background-color:
|
|
5044
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5045
|
+
background-color: #0080ff;
|
|
5180
5046
|
}
|
|
5181
|
-
.
|
|
5182
|
-
color: #
|
|
5047
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5048
|
+
background-color: #f0483e;
|
|
5183
5049
|
}
|
|
5184
|
-
.
|
|
5185
|
-
background-color:
|
|
5050
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5051
|
+
background-color: #fea008;
|
|
5186
5052
|
}
|
|
5187
|
-
.
|
|
5188
|
-
|
|
5189
|
-
border-radius: 4px;
|
|
5190
|
-
height: 32px;
|
|
5191
|
-
display: flex;
|
|
5192
|
-
align-items: center;
|
|
5053
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5054
|
+
background-color: #00ba5d;
|
|
5193
5055
|
}
|
|
5194
|
-
.
|
|
5195
|
-
|
|
5196
|
-
white-space: nowrap;
|
|
5056
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5057
|
+
background-color: #6b7d99;
|
|
5197
5058
|
}
|
|
5198
|
-
.
|
|
5199
|
-
|
|
5200
|
-
line-height: 20px;
|
|
5201
|
-
max-width: 100%;
|
|
5202
|
-
padding-right: 0;
|
|
5059
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5060
|
+
background-color: #7E41FF;
|
|
5203
5061
|
}
|
|
5204
|
-
|
|
5205
|
-
|
|
5062
|
+
|
|
5063
|
+
.E_s1qj66nc {
|
|
5064
|
+
width: 8px;
|
|
5065
|
+
height: 8px;
|
|
5066
|
+
border-radius: 50%;
|
|
5067
|
+
display: inline-block;
|
|
5206
5068
|
}
|
|
5207
5069
|
|
|
5208
|
-
.
|
|
5209
|
-
width:
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
column-gap: 4px;
|
|
5070
|
+
.E_s5x1boq {
|
|
5071
|
+
width: 8px;
|
|
5072
|
+
height: 8px;
|
|
5073
|
+
border-radius: 2px;
|
|
5074
|
+
display: inline-block;
|
|
5214
5075
|
}
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
width: 18px;
|
|
5219
|
-
height: 18px;
|
|
5220
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5221
|
-
justify-content: center;
|
|
5076
|
+
|
|
5077
|
+
.E_c1xm185 {
|
|
5078
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5222
5079
|
}
|
|
5223
5080
|
|
|
5224
|
-
.
|
|
5225
|
-
|
|
5081
|
+
.E_c1x5l5qc {
|
|
5082
|
+
flex: 1;
|
|
5083
|
+
}
|
|
5084
|
+
|
|
5085
|
+
.E_r77hffu {
|
|
5226
5086
|
display: flex;
|
|
5227
5087
|
align-items: center;
|
|
5228
|
-
justify-content:
|
|
5088
|
+
justify-content: space-between;
|
|
5229
5089
|
column-gap: 6px;
|
|
5230
|
-
font-size: 13px;
|
|
5231
5090
|
}
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
min-height: 20px;
|
|
5237
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5091
|
+
|
|
5092
|
+
.E_p1cmxsf7 {
|
|
5093
|
+
display: flex;
|
|
5094
|
+
flex-direction: column;
|
|
5238
5095
|
justify-content: center;
|
|
5096
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5097
|
+
}
|
|
5098
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5099
|
+
font-size: 0;
|
|
5100
|
+
margin-bottom: unset;
|
|
5101
|
+
margin-inline-end: unset;
|
|
5102
|
+
}
|
|
5103
|
+
|
|
5104
|
+
.E_slr2ynn {
|
|
5105
|
+
padding: 0 8px;
|
|
5106
|
+
height: 18px;
|
|
5107
|
+
}
|
|
5108
|
+
|
|
5109
|
+
.E_m140wbb6 {
|
|
5110
|
+
padding: 2px 8px;
|
|
5111
|
+
height: 24px;
|
|
5112
|
+
}
|
|
5113
|
+
|
|
5114
|
+
.E_t1fozc1i {
|
|
5115
|
+
margin: 0;
|
|
5116
|
+
}
|
|
5117
|
+
|
|
5118
|
+
.E_i1vxv4ln {
|
|
5119
|
+
margin-right: 4px;
|
|
5120
|
+
height: 16px;
|
|
5121
|
+
}
|
|
5122
|
+
|
|
5123
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5124
|
+
font-weight: 700;
|
|
5125
|
+
color: #00122e;
|
|
5126
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5127
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5128
|
+
word-break: break-all;
|
|
5129
|
+
display: inline;
|
|
5130
|
+
white-space: normal;
|
|
5131
|
+
}
|
|
5132
|
+
|
|
5133
|
+
.E_i1g85yz3 {
|
|
5134
|
+
margin-right: 4px;
|
|
5135
|
+
height: 16px;
|
|
5239
5136
|
}
|
|
5240
5137
|
|
|
5241
5138
|
.E_t1dtlqs1 {
|
|
@@ -5434,287 +5331,229 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5434
5331
|
margin-right: 8px;
|
|
5435
5332
|
}
|
|
5436
5333
|
|
|
5437
|
-
.
|
|
5438
|
-
|
|
5439
|
-
height: 16px;
|
|
5440
|
-
}
|
|
5441
|
-
|
|
5442
|
-
.E_t13ef470 {
|
|
5443
|
-
height: 100%;
|
|
5444
|
-
}
|
|
5445
|
-
.E_t13ef470 .table-loading-item {
|
|
5446
|
-
padding: 12px 4px;
|
|
5447
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5448
|
-
display: flex;
|
|
5449
|
-
}
|
|
5450
|
-
.E_t13ef470 .table-loading-item > * {
|
|
5451
|
-
height: 16px;
|
|
5452
|
-
margin: 4px;
|
|
5453
|
-
background: rgba(204, 212, 227, 0.18);
|
|
5454
|
-
border-radius: 2px;
|
|
5455
|
-
}
|
|
5456
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5457
|
-
width: 16px;
|
|
5458
|
-
}
|
|
5459
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
5460
|
-
flex: 1;
|
|
5461
|
-
}
|
|
5462
|
-
.E_t13ef470 :nth-child(1) {
|
|
5463
|
-
padding: 8px 4px;
|
|
5464
|
-
}
|
|
5465
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5466
|
-
background: rgba(107, 125, 153, 0.18);
|
|
5467
|
-
}
|
|
5468
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5469
|
-
background: rgba(163, 180, 204, 0.18);
|
|
5470
|
-
}
|
|
5471
|
-
|
|
5472
|
-
.E_r77hffu {
|
|
5473
|
-
display: flex;
|
|
5474
|
-
align-items: center;
|
|
5475
|
-
justify-content: space-between;
|
|
5476
|
-
column-gap: 6px;
|
|
5477
|
-
}
|
|
5478
|
-
|
|
5479
|
-
.E_p1cmxsf7 {
|
|
5480
|
-
display: flex;
|
|
5481
|
-
flex-direction: column;
|
|
5482
|
-
justify-content: center;
|
|
5483
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5484
|
-
}
|
|
5485
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
5486
|
-
font-size: 0;
|
|
5487
|
-
margin-bottom: unset;
|
|
5488
|
-
margin-inline-end: unset;
|
|
5489
|
-
}
|
|
5490
|
-
|
|
5491
|
-
.E_l1ucdodl {
|
|
5492
|
-
margin: 0;
|
|
5493
|
-
border-radius: 20px;
|
|
5494
|
-
padding: 2px 10px;
|
|
5495
|
-
height: 22px;
|
|
5496
|
-
display: flex;
|
|
5497
|
-
align-items: center;
|
|
5498
|
-
}
|
|
5499
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5500
|
-
color: #FFFFFF;
|
|
5501
|
-
}
|
|
5502
|
-
.E_l1ucdodl.tag-hover {
|
|
5503
|
-
cursor: pointer;
|
|
5504
|
-
}
|
|
5505
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
5506
|
-
color: #00122e;
|
|
5507
|
-
}
|
|
5508
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5509
|
-
margin-right: 6px;
|
|
5510
|
-
}
|
|
5511
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5512
|
-
margin-left: 8px;
|
|
5513
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5514
|
-
}
|
|
5515
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5516
|
-
color: #FFFFFF;
|
|
5334
|
+
.E_sjob3jg {
|
|
5335
|
+
--item-min-width: 60px;
|
|
5517
5336
|
}
|
|
5518
|
-
.
|
|
5519
|
-
|
|
5337
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5338
|
+
display: none !important;
|
|
5520
5339
|
}
|
|
5521
|
-
.
|
|
5522
|
-
|
|
5340
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5341
|
+
flex-shrink: 0 !important;
|
|
5523
5342
|
}
|
|
5524
|
-
.
|
|
5525
|
-
|
|
5343
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5344
|
+
color: #0080ff;
|
|
5526
5345
|
}
|
|
5527
|
-
.
|
|
5528
|
-
|
|
5346
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5347
|
+
color: #0080ff;
|
|
5348
|
+
font-weight: normal;
|
|
5529
5349
|
}
|
|
5530
|
-
.
|
|
5531
|
-
|
|
5350
|
+
.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 {
|
|
5351
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5532
5352
|
}
|
|
5533
|
-
.
|
|
5534
|
-
|
|
5353
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5354
|
+
color: #00122e;
|
|
5535
5355
|
}
|
|
5536
|
-
|
|
5537
|
-
.E_s1qj66nc {
|
|
5538
|
-
width: 8px;
|
|
5539
|
-
height: 8px;
|
|
5540
|
-
border-radius: 50%;
|
|
5356
|
+
.E_sjob3jg .step-item-text {
|
|
5541
5357
|
display: inline-block;
|
|
5542
5358
|
}
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
border-radius: 2px;
|
|
5548
|
-
display: inline-block;
|
|
5359
|
+
.E_sjob3jg .step-item-title {
|
|
5360
|
+
overflow: hidden;
|
|
5361
|
+
white-space: nowrap;
|
|
5362
|
+
text-overflow: ellipsis;
|
|
5549
5363
|
}
|
|
5550
5364
|
|
|
5551
|
-
.
|
|
5552
|
-
|
|
5365
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5366
|
+
min-width: var(--item-min-width);
|
|
5553
5367
|
}
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
flex: 1;
|
|
5368
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5369
|
+
cursor: not-allowed !important;
|
|
5557
5370
|
}
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
text-align: center;
|
|
5562
|
-
display: flex;
|
|
5563
|
-
align-items: center;
|
|
5564
|
-
justify-content: center;
|
|
5565
|
-
flex-direction: column;
|
|
5566
|
-
height: 100%;
|
|
5371
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5372
|
+
flex-direction: row;
|
|
5373
|
+
justify-content: stretch;
|
|
5567
5374
|
}
|
|
5568
|
-
.
|
|
5569
|
-
|
|
5570
|
-
|
|
5375
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5376
|
+
padding: 0;
|
|
5377
|
+
margin-right: 4px;
|
|
5378
|
+
flex: 1;
|
|
5379
|
+
overflow: visible;
|
|
5571
5380
|
}
|
|
5572
|
-
|
|
5573
|
-
.E_mp64wfi {
|
|
5381
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5574
5382
|
width: 100%;
|
|
5575
|
-
height:
|
|
5576
|
-
display: flex;
|
|
5577
|
-
flex-direction: column;
|
|
5383
|
+
min-height: unset;
|
|
5578
5384
|
}
|
|
5579
|
-
.
|
|
5385
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5386
|
+
height: 26px;
|
|
5387
|
+
line-height: 26px;
|
|
5580
5388
|
width: 100%;
|
|
5581
|
-
|
|
5582
|
-
line-height: 30px;
|
|
5583
|
-
padding: 0 16px;
|
|
5584
|
-
justify-content: space-between;
|
|
5585
|
-
}
|
|
5586
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5587
|
-
display: flex;
|
|
5389
|
+
padding: 0;
|
|
5588
5390
|
font-size: 12px;
|
|
5589
|
-
align-items: center;
|
|
5590
5391
|
}
|
|
5591
|
-
.
|
|
5592
|
-
|
|
5392
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5393
|
+
margin-right: 10px;
|
|
5593
5394
|
}
|
|
5594
|
-
.
|
|
5595
|
-
|
|
5395
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5396
|
+
display: none;
|
|
5596
5397
|
}
|
|
5597
|
-
.
|
|
5598
|
-
|
|
5599
|
-
|
|
5398
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5399
|
+
padding-left: 8px;
|
|
5400
|
+
padding-right: 4px;
|
|
5401
|
+
border-radius: 4px 0 0 4px;
|
|
5600
5402
|
}
|
|
5601
|
-
.
|
|
5602
|
-
|
|
5603
|
-
width: 100%;
|
|
5604
|
-
display: flex;
|
|
5605
|
-
justify-content: center;
|
|
5606
|
-
align-items: center;
|
|
5403
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5404
|
+
margin-right: 0;
|
|
5607
5405
|
}
|
|
5608
|
-
.
|
|
5609
|
-
|
|
5406
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5407
|
+
padding-right: 8px;
|
|
5408
|
+
padding-left: 12px;
|
|
5409
|
+
border-radius: 0 4px 4px 0;
|
|
5610
5410
|
}
|
|
5611
|
-
|
|
5612
|
-
|
|
5613
|
-
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
|
|
5411
|
+
.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 {
|
|
5412
|
+
content: "";
|
|
5413
|
+
width: 0;
|
|
5414
|
+
height: 0;
|
|
5415
|
+
border: 13px solid transparent;
|
|
5416
|
+
position: absolute;
|
|
5417
|
+
top: 0;
|
|
5418
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5419
|
+
z-index: 2;
|
|
5420
|
+
position: relative;
|
|
5421
|
+
top: -50%;
|
|
5422
|
+
right: -100%;
|
|
5618
5423
|
}
|
|
5619
|
-
.
|
|
5620
|
-
|
|
5621
|
-
font-size: 12px;
|
|
5424
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5425
|
+
padding: 0 4px 0 12px;
|
|
5622
5426
|
}
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
|
|
5629
|
-
|
|
5427
|
+
.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 {
|
|
5428
|
+
content: "";
|
|
5429
|
+
width: 0;
|
|
5430
|
+
height: 0;
|
|
5431
|
+
border: 13px solid transparent;
|
|
5432
|
+
position: absolute;
|
|
5433
|
+
top: 0;
|
|
5434
|
+
border-left: 8px solid #fff;
|
|
5435
|
+
left: 0;
|
|
5630
5436
|
}
|
|
5631
|
-
.
|
|
5632
|
-
|
|
5437
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5438
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5633
5439
|
}
|
|
5634
|
-
.
|
|
5635
|
-
|
|
5440
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5441
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5636
5442
|
}
|
|
5637
|
-
.
|
|
5638
|
-
|
|
5443
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5444
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5639
5445
|
}
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
height: 8px;
|
|
5644
|
-
width: 8px;
|
|
5645
|
-
margin-right: 8px;
|
|
5446
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5447
|
+
cursor: pointer;
|
|
5448
|
+
min-width: var(--item-min-width);
|
|
5646
5449
|
}
|
|
5647
|
-
|
|
5648
|
-
.
|
|
5649
|
-
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5450
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5451
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5452
|
+
min-width: var(--item-min-width);
|
|
5453
|
+
}
|
|
5454
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5455
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5456
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5457
|
+
}
|
|
5458
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5459
|
+
padding: 0;
|
|
5653
5460
|
}
|
|
5654
5461
|
|
|
5655
|
-
.
|
|
5656
|
-
|
|
5462
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5463
|
+
width: 192px;
|
|
5464
|
+
row-gap: 2px;
|
|
5657
5465
|
}
|
|
5658
|
-
.
|
|
5659
|
-
|
|
5466
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5467
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5660
5468
|
}
|
|
5661
|
-
.
|
|
5662
|
-
|
|
5663
|
-
justify-content: space-between;
|
|
5664
|
-
line-height: 30px;
|
|
5665
|
-
margin: 0 16px;
|
|
5469
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5470
|
+
color: #00122e !important;
|
|
5666
5471
|
}
|
|
5667
|
-
.
|
|
5472
|
+
.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 {
|
|
5473
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5474
|
+
}
|
|
5475
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5476
|
+
padding: 0 8px;
|
|
5477
|
+
border-radius: 4px;
|
|
5478
|
+
height: 32px;
|
|
5668
5479
|
display: flex;
|
|
5669
|
-
font-size: 12px;
|
|
5670
5480
|
align-items: center;
|
|
5671
5481
|
}
|
|
5672
|
-
.
|
|
5673
|
-
|
|
5482
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5483
|
+
min-height: auto;
|
|
5484
|
+
white-space: nowrap;
|
|
5674
5485
|
}
|
|
5675
|
-
.
|
|
5676
|
-
|
|
5486
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5487
|
+
font-size: 13px;
|
|
5488
|
+
line-height: 20px;
|
|
5489
|
+
max-width: 100%;
|
|
5490
|
+
padding-right: 0;
|
|
5677
5491
|
}
|
|
5678
|
-
.
|
|
5679
|
-
|
|
5680
|
-
cursor: pointer;
|
|
5492
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5493
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5681
5494
|
}
|
|
5682
|
-
|
|
5683
|
-
|
|
5495
|
+
|
|
5496
|
+
.E_h6l1tj4 {
|
|
5497
|
+
width: 100%;
|
|
5498
|
+
display: inline-flex;
|
|
5499
|
+
align-items: center;
|
|
5500
|
+
justify-content: center;
|
|
5501
|
+
column-gap: 4px;
|
|
5684
5502
|
}
|
|
5685
|
-
.
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
background: rgba(0, 0, 0, 0.75);
|
|
5693
|
-
transform: translateX(-50%);
|
|
5503
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
5504
|
+
display: inline-flex;
|
|
5505
|
+
align-items: center;
|
|
5506
|
+
width: 18px;
|
|
5507
|
+
height: 18px;
|
|
5508
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5509
|
+
justify-content: center;
|
|
5694
5510
|
}
|
|
5695
5511
|
|
|
5696
|
-
.
|
|
5697
|
-
|
|
5512
|
+
.E_v18frne8 {
|
|
5513
|
+
width: 100%;
|
|
5514
|
+
display: flex;
|
|
5515
|
+
align-items: center;
|
|
5516
|
+
justify-content: center;
|
|
5517
|
+
column-gap: 6px;
|
|
5518
|
+
font-size: 13px;
|
|
5519
|
+
}
|
|
5520
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5521
|
+
display: inline-flex;
|
|
5522
|
+
align-items: center;
|
|
5523
|
+
min-width: 20px;
|
|
5524
|
+
min-height: 20px;
|
|
5525
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5526
|
+
justify-content: center;
|
|
5698
5527
|
}
|
|
5699
5528
|
|
|
5700
|
-
.
|
|
5529
|
+
.E_t13ef470 {
|
|
5530
|
+
height: 100%;
|
|
5531
|
+
}
|
|
5532
|
+
.E_t13ef470 .table-loading-item {
|
|
5533
|
+
padding: 12px 4px;
|
|
5534
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5701
5535
|
display: flex;
|
|
5702
|
-
align-items: center;
|
|
5703
|
-
justify-content: space-between;
|
|
5704
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
5705
|
-
color: #b4beca;
|
|
5706
|
-
font-size: 12px;
|
|
5707
|
-
padding: 3px 6px;
|
|
5708
5536
|
}
|
|
5709
|
-
.
|
|
5710
|
-
|
|
5537
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5538
|
+
height: 16px;
|
|
5539
|
+
margin: 4px;
|
|
5540
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5541
|
+
border-radius: 2px;
|
|
5711
5542
|
}
|
|
5712
|
-
.
|
|
5713
|
-
|
|
5543
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5544
|
+
width: 16px;
|
|
5714
5545
|
}
|
|
5715
|
-
.
|
|
5716
|
-
|
|
5717
|
-
|
|
5546
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5547
|
+
flex: 1;
|
|
5548
|
+
}
|
|
5549
|
+
.E_t13ef470 :nth-child(1) {
|
|
5550
|
+
padding: 8px 4px;
|
|
5551
|
+
}
|
|
5552
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5553
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5554
|
+
}
|
|
5555
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5556
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5718
5557
|
}
|
|
5719
5558
|
|
|
5720
5559
|
.E_m11nzl2x {
|
|
@@ -5932,6 +5771,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5932
5771
|
border: 1px solid #fff;
|
|
5933
5772
|
}
|
|
5934
5773
|
|
|
5774
|
+
.E_msn7nxt {
|
|
5775
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5776
|
+
text-align: center;
|
|
5777
|
+
display: flex;
|
|
5778
|
+
align-items: center;
|
|
5779
|
+
justify-content: center;
|
|
5780
|
+
flex-direction: column;
|
|
5781
|
+
height: 100%;
|
|
5782
|
+
}
|
|
5783
|
+
.E_msn7nxt .link {
|
|
5784
|
+
color: #0080ff;
|
|
5785
|
+
cursor: pointer;
|
|
5786
|
+
}
|
|
5787
|
+
|
|
5788
|
+
.E_mp64wfi {
|
|
5789
|
+
width: 100%;
|
|
5790
|
+
height: 100%;
|
|
5791
|
+
display: flex;
|
|
5792
|
+
flex-direction: column;
|
|
5793
|
+
}
|
|
5794
|
+
.E_mp64wfi .name-toolbar {
|
|
5795
|
+
width: 100%;
|
|
5796
|
+
display: flex;
|
|
5797
|
+
line-height: 30px;
|
|
5798
|
+
padding: 0 16px;
|
|
5799
|
+
justify-content: space-between;
|
|
5800
|
+
}
|
|
5801
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
5802
|
+
display: flex;
|
|
5803
|
+
font-size: 12px;
|
|
5804
|
+
align-items: center;
|
|
5805
|
+
}
|
|
5806
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
5807
|
+
color: #a3b4cc;
|
|
5808
|
+
}
|
|
5809
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
5810
|
+
margin-left: 10px;
|
|
5811
|
+
}
|
|
5812
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
5813
|
+
margin-left: 10px;
|
|
5814
|
+
cursor: pointer;
|
|
5815
|
+
}
|
|
5816
|
+
.E_mp64wfi .content {
|
|
5817
|
+
flex: 1;
|
|
5818
|
+
width: 100%;
|
|
5819
|
+
display: flex;
|
|
5820
|
+
justify-content: center;
|
|
5821
|
+
align-items: center;
|
|
5822
|
+
}
|
|
5823
|
+
.E_mp64wfi .single-content {
|
|
5824
|
+
height: 65px;
|
|
5825
|
+
}
|
|
5826
|
+
|
|
5827
|
+
.E_l1oyigan {
|
|
5828
|
+
display: flex;
|
|
5829
|
+
align-items: center;
|
|
5830
|
+
white-space: nowrap;
|
|
5831
|
+
overflow: hidden;
|
|
5832
|
+
width: 100%;
|
|
5833
|
+
}
|
|
5834
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
5835
|
+
margin-left: auto;
|
|
5836
|
+
font-size: 12px;
|
|
5837
|
+
}
|
|
5838
|
+
|
|
5839
|
+
.E_l1noi4n1 {
|
|
5840
|
+
display: flex;
|
|
5841
|
+
justify-content: flex-start;
|
|
5842
|
+
align-items: center;
|
|
5843
|
+
font-size: 12px;
|
|
5844
|
+
cursor: pointer;
|
|
5845
|
+
}
|
|
5846
|
+
.E_l1noi4n1:not(:last-child) {
|
|
5847
|
+
margin-right: 20px;
|
|
5848
|
+
}
|
|
5849
|
+
.E_l1noi4n1.deselected {
|
|
5850
|
+
opacity: 0.4;
|
|
5851
|
+
}
|
|
5852
|
+
.E_l1noi4n1.deselected .color-block {
|
|
5853
|
+
background: #b4beca !important;
|
|
5854
|
+
}
|
|
5855
|
+
|
|
5856
|
+
.E_cz19rz6 {
|
|
5857
|
+
display: inline-block;
|
|
5858
|
+
height: 8px;
|
|
5859
|
+
width: 8px;
|
|
5860
|
+
margin-right: 8px;
|
|
5861
|
+
}
|
|
5862
|
+
|
|
5863
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
5864
|
+
display: flex;
|
|
5865
|
+
align-items: center;
|
|
5866
|
+
font-size: 12px;
|
|
5867
|
+
margin: 0;
|
|
5868
|
+
}
|
|
5869
|
+
|
|
5870
|
+
.E_m1y1hhnr {
|
|
5871
|
+
position: relative;
|
|
5872
|
+
}
|
|
5873
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
5874
|
+
bottom: -12px;
|
|
5875
|
+
}
|
|
5876
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
5877
|
+
display: flex;
|
|
5878
|
+
justify-content: space-between;
|
|
5879
|
+
line-height: 30px;
|
|
5880
|
+
margin: 0 16px;
|
|
5881
|
+
}
|
|
5882
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
5883
|
+
display: flex;
|
|
5884
|
+
font-size: 12px;
|
|
5885
|
+
align-items: center;
|
|
5886
|
+
}
|
|
5887
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
5888
|
+
color: #a3b4cc;
|
|
5889
|
+
}
|
|
5890
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
5891
|
+
margin-left: 10px;
|
|
5892
|
+
}
|
|
5893
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
5894
|
+
margin-left: 10px;
|
|
5895
|
+
cursor: pointer;
|
|
5896
|
+
}
|
|
5897
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
5898
|
+
font-size: 12px;
|
|
5899
|
+
}
|
|
5900
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
5901
|
+
position: absolute;
|
|
5902
|
+
bottom: 10px;
|
|
5903
|
+
padding: 0 8px;
|
|
5904
|
+
border-radius: 4px;
|
|
5905
|
+
font-size: 12px;
|
|
5906
|
+
color: #fff;
|
|
5907
|
+
background: rgba(0, 0, 0, 0.75);
|
|
5908
|
+
transform: translateX(-50%);
|
|
5909
|
+
}
|
|
5910
|
+
|
|
5911
|
+
.E_tnvijvs {
|
|
5912
|
+
min-width: 200px;
|
|
5913
|
+
}
|
|
5914
|
+
|
|
5915
|
+
.E_t1ub2aex {
|
|
5916
|
+
display: flex;
|
|
5917
|
+
align-items: center;
|
|
5918
|
+
justify-content: space-between;
|
|
5919
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
5920
|
+
color: #b4beca;
|
|
5921
|
+
font-size: 12px;
|
|
5922
|
+
padding: 3px 6px;
|
|
5923
|
+
}
|
|
5924
|
+
.E_t1ub2aex:first-child {
|
|
5925
|
+
padding-top: 3px;
|
|
5926
|
+
}
|
|
5927
|
+
.E_t1ub2aex:last-child {
|
|
5928
|
+
padding-bottom: 3px;
|
|
5929
|
+
}
|
|
5930
|
+
.E_t1ub2aex .column-value {
|
|
5931
|
+
color: #fff;
|
|
5932
|
+
margin-left: 8px;
|
|
5933
|
+
}
|
|
5934
|
+
|
|
5935
5935
|
.E_bpgac8u {
|
|
5936
5936
|
color: #FFFFFF;
|
|
5937
5937
|
display: flex;
|
|
@@ -5946,21 +5946,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5946
5946
|
border-bottom: 1px solid white;
|
|
5947
5947
|
cursor: pointer;
|
|
5948
5948
|
}
|
|
5949
|
-
|
|
5950
|
-
.E_envn4g3 {
|
|
5951
|
-
background: #F0483E;
|
|
5949
|
+
|
|
5950
|
+
.E_envn4g3 {
|
|
5951
|
+
background: #F0483E;
|
|
5952
|
+
}
|
|
5953
|
+
|
|
5954
|
+
.E_i12w18eu {
|
|
5955
|
+
background: #0080FF;
|
|
5956
|
+
}
|
|
5957
|
+
|
|
5958
|
+
.E_wujsnt4 {
|
|
5959
|
+
background-color: #E07F00;
|
|
5960
|
+
}
|
|
5961
|
+
|
|
5962
|
+
.E_b1jaupqb {
|
|
5963
|
+
color: #F0483E;
|
|
5964
|
+
}
|
|
5965
|
+
|
|
5966
|
+
.E_t59qhqp {
|
|
5967
|
+
padding: 0px;
|
|
5968
|
+
padding-top: 5px;
|
|
5969
|
+
padding-left: 5px;
|
|
5970
|
+
}
|
|
5971
|
+
.E_t59qhqp .ant-timeline-item {
|
|
5972
|
+
margin-bottom: 16px;
|
|
5973
|
+
padding-bottom: 0px;
|
|
5974
|
+
}
|
|
5975
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
5976
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
5977
|
+
margin-bottom: 0;
|
|
5978
|
+
}
|
|
5979
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
5980
|
+
margin-bottom: 12px;
|
|
5981
|
+
}
|
|
5982
|
+
.E_t59qhqp .info-action {
|
|
5983
|
+
align-self: baseline;
|
|
5984
|
+
}
|
|
5985
|
+
|
|
5986
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
5987
|
+
margin-left: 18px;
|
|
5988
|
+
}
|
|
5989
|
+
.E_t2e44lg .item-time {
|
|
5990
|
+
display: flex;
|
|
5991
|
+
flex-direction: column;
|
|
5992
|
+
gap: 4px;
|
|
5993
|
+
margin-top: 4px;
|
|
5994
|
+
}
|
|
5995
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
5996
|
+
padding-bottom: 0;
|
|
5952
5997
|
}
|
|
5953
5998
|
|
|
5954
|
-
.
|
|
5955
|
-
|
|
5999
|
+
.E_e14ua30y {
|
|
6000
|
+
display: flex;
|
|
6001
|
+
flex-direction: column;
|
|
6002
|
+
align-items: center;
|
|
6003
|
+
justify-content: center;
|
|
5956
6004
|
}
|
|
5957
6005
|
|
|
5958
|
-
.
|
|
5959
|
-
|
|
6006
|
+
.E_s1ikqzph {
|
|
6007
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
5960
6008
|
}
|
|
5961
6009
|
|
|
5962
|
-
.
|
|
5963
|
-
color: #
|
|
6010
|
+
.E_i15astnl {
|
|
6011
|
+
color: #00122E;
|
|
5964
6012
|
}
|
|
5965
6013
|
|
|
5966
6014
|
.E_icab5o7 {
|
|
@@ -6147,117 +6195,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6147
6195
|
font-weight: bold;
|
|
6148
6196
|
}
|
|
6149
6197
|
|
|
6150
|
-
.E_t59qhqp {
|
|
6151
|
-
padding: 0px;
|
|
6152
|
-
padding-top: 5px;
|
|
6153
|
-
padding-left: 5px;
|
|
6154
|
-
}
|
|
6155
|
-
.E_t59qhqp .ant-timeline-item {
|
|
6156
|
-
margin-bottom: 16px;
|
|
6157
|
-
padding-bottom: 0px;
|
|
6158
|
-
}
|
|
6159
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
6160
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6161
|
-
margin-bottom: 0;
|
|
6162
|
-
}
|
|
6163
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
6164
|
-
margin-bottom: 12px;
|
|
6165
|
-
}
|
|
6166
|
-
.E_t59qhqp .info-action {
|
|
6167
|
-
align-self: baseline;
|
|
6168
|
-
}
|
|
6169
|
-
|
|
6170
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
6171
|
-
margin-left: 18px;
|
|
6172
|
-
}
|
|
6173
|
-
.E_t2e44lg .item-time {
|
|
6174
|
-
display: flex;
|
|
6175
|
-
flex-direction: column;
|
|
6176
|
-
gap: 4px;
|
|
6177
|
-
margin-top: 4px;
|
|
6178
|
-
}
|
|
6179
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6180
|
-
padding-bottom: 0;
|
|
6181
|
-
}
|
|
6182
|
-
|
|
6183
|
-
.E_e14ua30y {
|
|
6184
|
-
display: flex;
|
|
6185
|
-
flex-direction: column;
|
|
6186
|
-
align-items: center;
|
|
6187
|
-
justify-content: center;
|
|
6188
|
-
}
|
|
6189
|
-
|
|
6190
|
-
.E_s1ikqzph {
|
|
6191
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6192
|
-
}
|
|
6193
|
-
|
|
6194
|
-
.E_i15astnl {
|
|
6195
|
-
color: #00122E;
|
|
6196
|
-
}
|
|
6197
|
-
|
|
6198
|
-
.E_s20iney.skeleton-box {
|
|
6199
|
-
display: flex;
|
|
6200
|
-
align-items: center;
|
|
6201
|
-
justify-content: center;
|
|
6202
|
-
position: relative;
|
|
6203
|
-
border-radius: 2px;
|
|
6204
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6205
|
-
overflow: hidden;
|
|
6206
|
-
}
|
|
6207
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6208
|
-
width: 200%;
|
|
6209
|
-
height: 200%;
|
|
6210
|
-
transform: rotate(15deg);
|
|
6211
|
-
position: absolute;
|
|
6212
|
-
top: -50%;
|
|
6213
|
-
flex-shrink: 0;
|
|
6214
|
-
opacity: 0.8;
|
|
6215
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6216
|
-
animation: shimmer 1100ms infinite;
|
|
6217
|
-
}
|
|
6218
|
-
@keyframes shimmer {
|
|
6219
|
-
from {
|
|
6220
|
-
left: -120%;
|
|
6221
|
-
}
|
|
6222
|
-
to {
|
|
6223
|
-
left: 100%;
|
|
6224
|
-
}
|
|
6225
|
-
}
|
|
6226
|
-
|
|
6227
|
-
.E_sqv6dmy {
|
|
6228
|
-
display: flex;
|
|
6229
|
-
justify-content: flex-end;
|
|
6230
|
-
}
|
|
6231
|
-
|
|
6232
|
-
.E_p1rm8wzb {
|
|
6233
|
-
margin-right: 8px;
|
|
6234
|
-
}
|
|
6235
|
-
|
|
6236
|
-
.E_sd7qcf4 {
|
|
6237
|
-
height: 100%;
|
|
6238
|
-
width: 100%;
|
|
6239
|
-
overflow: auto;
|
|
6240
|
-
}
|
|
6241
|
-
|
|
6242
|
-
.E_r1fxc9gq.right {
|
|
6243
|
-
overflow: auto;
|
|
6244
|
-
padding-right: 2px;
|
|
6245
|
-
width: 200px;
|
|
6246
|
-
height: fit-content;
|
|
6247
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6248
|
-
scrollbar-gutter: stable;
|
|
6249
|
-
}
|
|
6250
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6251
|
-
width: 6px;
|
|
6252
|
-
}
|
|
6253
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6254
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6255
|
-
}
|
|
6256
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6257
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6258
|
-
border-radius: 8px;
|
|
6259
|
-
}
|
|
6260
|
-
|
|
6261
6198
|
.E_dxyv8bv {
|
|
6262
6199
|
--footer-height: 80px;
|
|
6263
6200
|
--modal-content-width: 492px;
|
|
@@ -6386,6 +6323,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6386
6323
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6387
6324
|
}
|
|
6388
6325
|
|
|
6326
|
+
.E_s20iney.skeleton-box {
|
|
6327
|
+
display: flex;
|
|
6328
|
+
align-items: center;
|
|
6329
|
+
justify-content: center;
|
|
6330
|
+
position: relative;
|
|
6331
|
+
border-radius: 2px;
|
|
6332
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6333
|
+
overflow: hidden;
|
|
6334
|
+
}
|
|
6335
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6336
|
+
width: 200%;
|
|
6337
|
+
height: 200%;
|
|
6338
|
+
transform: rotate(15deg);
|
|
6339
|
+
position: absolute;
|
|
6340
|
+
top: -50%;
|
|
6341
|
+
flex-shrink: 0;
|
|
6342
|
+
opacity: 0.8;
|
|
6343
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6344
|
+
animation: shimmer 1100ms infinite;
|
|
6345
|
+
}
|
|
6346
|
+
@keyframes shimmer {
|
|
6347
|
+
from {
|
|
6348
|
+
left: -120%;
|
|
6349
|
+
}
|
|
6350
|
+
to {
|
|
6351
|
+
left: 100%;
|
|
6352
|
+
}
|
|
6353
|
+
}
|
|
6354
|
+
|
|
6355
|
+
.E_sqv6dmy {
|
|
6356
|
+
display: flex;
|
|
6357
|
+
justify-content: flex-end;
|
|
6358
|
+
}
|
|
6359
|
+
|
|
6360
|
+
.E_p1rm8wzb {
|
|
6361
|
+
margin-right: 8px;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.E_sd7qcf4 {
|
|
6365
|
+
height: 100%;
|
|
6366
|
+
width: 100%;
|
|
6367
|
+
overflow: auto;
|
|
6368
|
+
}
|
|
6369
|
+
|
|
6370
|
+
.E_r1fxc9gq.right {
|
|
6371
|
+
overflow: auto;
|
|
6372
|
+
padding-right: 2px;
|
|
6373
|
+
width: 200px;
|
|
6374
|
+
height: fit-content;
|
|
6375
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6376
|
+
scrollbar-gutter: stable;
|
|
6377
|
+
}
|
|
6378
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6379
|
+
width: 6px;
|
|
6380
|
+
}
|
|
6381
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6382
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6383
|
+
}
|
|
6384
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6385
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6386
|
+
border-radius: 8px;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
6389
|
.E_t1g36k2w {
|
|
6390
6390
|
overflow: hidden;
|
|
6391
6391
|
height: 100%;
|
|
@@ -6415,29 +6415,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6415
6415
|
background: rgba(225, 230, 241, 0.6);
|
|
6416
6416
|
}
|
|
6417
6417
|
|
|
6418
|
-
.E_f16blduf.ant-form-item {
|
|
6419
|
-
margin-bottom: 0;
|
|
6420
|
-
}
|
|
6421
|
-
.E_f16blduf .ant-form-item-explain {
|
|
6422
|
-
display: none;
|
|
6423
|
-
min-height: 18px;
|
|
6424
|
-
margin-top: 5px;
|
|
6425
|
-
font-family: "Inter";
|
|
6426
|
-
font-weight: 400;
|
|
6427
|
-
font-size: 12px;
|
|
6428
|
-
line-height: 18px;
|
|
6429
|
-
}
|
|
6430
|
-
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
6431
|
-
white-space: pre-wrap;
|
|
6432
|
-
}
|
|
6433
|
-
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
6434
|
-
display: block;
|
|
6435
|
-
}
|
|
6436
|
-
|
|
6437
|
-
.E_t1616y1o {
|
|
6438
|
-
color: #fff;
|
|
6439
|
-
}
|
|
6440
|
-
|
|
6441
6418
|
.E_t1gvlxt5 {
|
|
6442
6419
|
min-width: 0;
|
|
6443
6420
|
flex: 1;
|
|
@@ -6461,6 +6438,29 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6461
6438
|
column-gap: var(--a1ji6r68-0);
|
|
6462
6439
|
}
|
|
6463
6440
|
|
|
6441
|
+
.E_t1616y1o {
|
|
6442
|
+
color: #fff;
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6445
|
+
.E_f16blduf.ant-form-item {
|
|
6446
|
+
margin-bottom: 0;
|
|
6447
|
+
}
|
|
6448
|
+
.E_f16blduf .ant-form-item-explain {
|
|
6449
|
+
display: none;
|
|
6450
|
+
min-height: 18px;
|
|
6451
|
+
margin-top: 5px;
|
|
6452
|
+
font-family: "Inter";
|
|
6453
|
+
font-weight: 400;
|
|
6454
|
+
font-size: 12px;
|
|
6455
|
+
line-height: 18px;
|
|
6456
|
+
}
|
|
6457
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
6458
|
+
white-space: pre-wrap;
|
|
6459
|
+
}
|
|
6460
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
6461
|
+
display: block;
|
|
6462
|
+
}
|
|
6463
|
+
|
|
6464
6464
|
.E_a9y3flr {
|
|
6465
6465
|
margin-left: 8px;
|
|
6466
6466
|
}
|
|
@@ -6513,6 +6513,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6513
6513
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6514
6514
|
}
|
|
6515
6515
|
|
|
6516
|
+
.E_skwah65 {
|
|
6517
|
+
height: 8px;
|
|
6518
|
+
box-sizing: border-box;
|
|
6519
|
+
border-radius: 2px;
|
|
6520
|
+
background: #f5f7fa;
|
|
6521
|
+
display: flex;
|
|
6522
|
+
width: 100%;
|
|
6523
|
+
overflow: hidden;
|
|
6524
|
+
}
|
|
6525
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6526
|
+
margin-left: 1px;
|
|
6527
|
+
}
|
|
6528
|
+
|
|
6516
6529
|
.E_c18bcrac {
|
|
6517
6530
|
display: inline-block;
|
|
6518
6531
|
width: 100%;
|
|
@@ -6563,67 +6576,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6563
6576
|
margin-right: 4px;
|
|
6564
6577
|
}
|
|
6565
6578
|
|
|
6566
|
-
.E_s1ebs0ra {
|
|
6567
|
-
display: flex;
|
|
6568
|
-
align-items: center;
|
|
6569
|
-
justify-content: space-between;
|
|
6570
|
-
background: #edf0f7;
|
|
6571
|
-
padding: 8px 12px;
|
|
6572
|
-
position: sticky;
|
|
6573
|
-
top: 0;
|
|
6574
|
-
z-index: 1;
|
|
6575
|
-
margin-bottom: -52px;
|
|
6576
|
-
}
|
|
6577
|
-
.E_s1ebs0ra .select-total {
|
|
6578
|
-
display: flex;
|
|
6579
|
-
align-items: center;
|
|
6580
|
-
font-weight: 700;
|
|
6581
|
-
flex-shrink: 0;
|
|
6582
|
-
}
|
|
6583
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
6584
|
-
cursor: pointer;
|
|
6585
|
-
margin-left: 8px;
|
|
6586
|
-
width: 32px;
|
|
6587
|
-
height: 32px;
|
|
6588
|
-
border-radius: 50%;
|
|
6589
|
-
justify-content: center;
|
|
6590
|
-
}
|
|
6591
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
6592
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6593
|
-
}
|
|
6594
|
-
.E_s1ebs0ra .action-group {
|
|
6595
|
-
flex: 1;
|
|
6596
|
-
margin-left: 88px;
|
|
6597
|
-
white-space: nowrap;
|
|
6598
|
-
text-align: right;
|
|
6599
|
-
position: relative;
|
|
6600
|
-
padding: 4px 0;
|
|
6601
|
-
margin-top: -4px;
|
|
6602
|
-
overflow: hidden;
|
|
6603
|
-
}
|
|
6604
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6605
|
-
transform: translateY(-4px);
|
|
6606
|
-
}
|
|
6607
|
-
.E_s1ebs0ra .action-group button {
|
|
6608
|
-
border: none;
|
|
6609
|
-
}
|
|
6610
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6611
|
-
margin-right: 8px;
|
|
6612
|
-
}
|
|
6613
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
6614
|
-
margin-right: 4px;
|
|
6615
|
-
}
|
|
6616
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
6617
|
-
cursor: pointer;
|
|
6618
|
-
width: 32px;
|
|
6619
|
-
height: 32px;
|
|
6620
|
-
justify-content: center;
|
|
6621
|
-
border-radius: 50%;
|
|
6622
|
-
}
|
|
6623
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6624
|
-
background: #fff;
|
|
6625
|
-
}
|
|
6626
|
-
|
|
6627
6579
|
.E_clm1wy1 {
|
|
6628
6580
|
width: 192px;
|
|
6629
6581
|
height: 246px;
|
|
@@ -6717,185 +6669,75 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6717
6669
|
border-radius: 2px;
|
|
6718
6670
|
}
|
|
6719
6671
|
|
|
6720
|
-
.
|
|
6721
|
-
cursor: pointer;
|
|
6722
|
-
}
|
|
6723
|
-
.E_gmyahx3 .link-text {
|
|
6724
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6725
|
-
}
|
|
6726
|
-
.E_gmyahx3:hover .link-text {
|
|
6727
|
-
color: #0080ff;
|
|
6728
|
-
}
|
|
6729
|
-
|
|
6730
|
-
.E_n12mqh7z {
|
|
6731
|
-
display: flex;
|
|
6732
|
-
align-items: center;
|
|
6733
|
-
font-size: 12px;
|
|
6734
|
-
line-height: 18px;
|
|
6735
|
-
}
|
|
6736
|
-
.E_n12mqh7z:not(:last-child) {
|
|
6737
|
-
margin-bottom: 4px;
|
|
6738
|
-
}
|
|
6739
|
-
|
|
6740
|
-
.E_tf5bynu {
|
|
6741
|
-
margin: 0 3px;
|
|
6742
|
-
}
|
|
6743
|
-
|
|
6744
|
-
.E_tcckoz1 {
|
|
6745
|
-
max-height: 400px;
|
|
6746
|
-
overflow: auto;
|
|
6747
|
-
}
|
|
6748
|
-
|
|
6749
|
-
span.E_tqjc4ui {
|
|
6750
|
-
margin: 0 2px;
|
|
6751
|
-
}
|
|
6752
|
-
|
|
6753
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
6754
|
-
display: flex;
|
|
6755
|
-
align-items: center;
|
|
6756
|
-
}
|
|
6757
|
-
.E_s1iv0tp1 .enabled-text {
|
|
6758
|
-
margin-right: 8px;
|
|
6759
|
-
}
|
|
6760
|
-
|
|
6761
|
-
.E_wg1tsps {
|
|
6762
|
-
display: flex;
|
|
6763
|
-
align-items: center;
|
|
6764
|
-
justify-content: flex-end;
|
|
6765
|
-
}
|
|
6766
|
-
|
|
6767
|
-
.E_b1ctd5xy {
|
|
6672
|
+
.E_s1ebs0ra {
|
|
6768
6673
|
display: flex;
|
|
6769
6674
|
align-items: center;
|
|
6770
|
-
width: calc(100% - 40px);
|
|
6771
|
-
}
|
|
6772
|
-
.E_b1ctd5xy .chart {
|
|
6773
|
-
display: inline-block;
|
|
6774
|
-
width: 100%;
|
|
6775
|
-
}
|
|
6776
|
-
|
|
6777
|
-
.E_u1p8acpn {
|
|
6778
|
-
min-width: 40px;
|
|
6779
|
-
}
|
|
6780
|
-
.E_u1p8acpn .unit {
|
|
6781
|
-
color: #00122e !important;
|
|
6782
|
-
}
|
|
6783
|
-
|
|
6784
|
-
.E_t1sqg15u {
|
|
6785
|
-
background: white;
|
|
6786
|
-
}
|
|
6787
|
-
.E_t1sqg15u.inline .table-row {
|
|
6788
|
-
flex-direction: column;
|
|
6789
|
-
}
|
|
6790
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
6791
|
-
padding: 0 16px 7px 0;
|
|
6792
|
-
}
|
|
6793
|
-
.E_t1sqg15u.has-border .table-header {
|
|
6794
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
6795
|
-
}
|
|
6796
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
6797
|
-
border-top: none !important;
|
|
6798
|
-
}
|
|
6799
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
6800
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
6801
|
-
}
|
|
6802
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
6803
|
-
padding-bottom: 0;
|
|
6804
|
-
}
|
|
6805
|
-
.E_t1sqg15u.align-right .content {
|
|
6806
|
-
text-align: right;
|
|
6807
|
-
}
|
|
6808
|
-
.E_t1sqg15u .uuid-row {
|
|
6809
|
-
display: flex;
|
|
6810
6675
|
justify-content: space-between;
|
|
6676
|
+
background: #edf0f7;
|
|
6677
|
+
padding: 8px 12px;
|
|
6678
|
+
position: sticky;
|
|
6679
|
+
top: 0;
|
|
6680
|
+
z-index: 1;
|
|
6681
|
+
margin-bottom: -52px;
|
|
6811
6682
|
}
|
|
6812
|
-
.
|
|
6813
|
-
white-space: nowrap;
|
|
6814
|
-
overflow: hidden;
|
|
6815
|
-
text-overflow: ellipsis;
|
|
6816
|
-
}
|
|
6817
|
-
|
|
6818
|
-
.E_t4zczcp {
|
|
6683
|
+
.E_s1ebs0ra .select-total {
|
|
6819
6684
|
display: flex;
|
|
6820
|
-
justify-content: space-between;
|
|
6821
6685
|
align-items: center;
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
}
|
|
6825
|
-
.E_t4zczcp .table-title {
|
|
6826
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6827
|
-
font-weight: 600;
|
|
6828
|
-
font-size: 12px;
|
|
6829
|
-
line-height: 8px;
|
|
6686
|
+
font-weight: 700;
|
|
6687
|
+
flex-shrink: 0;
|
|
6830
6688
|
}
|
|
6831
|
-
.
|
|
6832
|
-
font-size: 16px;
|
|
6833
|
-
color: rgba(10, 37, 85, 0.6);
|
|
6689
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
6834
6690
|
cursor: pointer;
|
|
6691
|
+
margin-left: 8px;
|
|
6692
|
+
width: 32px;
|
|
6693
|
+
height: 32px;
|
|
6694
|
+
border-radius: 50%;
|
|
6695
|
+
justify-content: center;
|
|
6835
6696
|
}
|
|
6836
|
-
|
|
6837
|
-
.
|
|
6838
|
-
font-size: 12px;
|
|
6839
|
-
line-height: 18px;
|
|
6840
|
-
}
|
|
6841
|
-
|
|
6842
|
-
.E_t93e4cf {
|
|
6843
|
-
display: flex;
|
|
6844
|
-
padding: 8px 0;
|
|
6845
|
-
color: #2d3a56;
|
|
6846
|
-
}
|
|
6847
|
-
.E_t93e4cf .hidden {
|
|
6848
|
-
display: none;
|
|
6849
|
-
}
|
|
6850
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
6851
|
-
height: auto;
|
|
6697
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
6698
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6852
6699
|
}
|
|
6853
|
-
.
|
|
6700
|
+
.E_s1ebs0ra .action-group {
|
|
6701
|
+
flex: 1;
|
|
6702
|
+
margin-left: 88px;
|
|
6703
|
+
white-space: nowrap;
|
|
6704
|
+
text-align: right;
|
|
6705
|
+
position: relative;
|
|
6706
|
+
padding: 4px 0;
|
|
6707
|
+
margin-top: -4px;
|
|
6854
6708
|
overflow: hidden;
|
|
6855
|
-
overflow-x: auto;
|
|
6856
|
-
width: 100%;
|
|
6857
|
-
white-space: pre-wrap;
|
|
6858
6709
|
}
|
|
6859
|
-
.
|
|
6860
|
-
|
|
6861
|
-
text-align: left;
|
|
6710
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6711
|
+
transform: translateY(-4px);
|
|
6862
6712
|
}
|
|
6863
|
-
.
|
|
6864
|
-
|
|
6713
|
+
.E_s1ebs0ra .action-group button {
|
|
6714
|
+
border: none;
|
|
6865
6715
|
}
|
|
6866
|
-
|
|
6867
|
-
|
|
6868
|
-
width: var(--rhz2uv5-0);
|
|
6869
|
-
flex-shrink: 0;
|
|
6870
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6871
|
-
padding-right: 12px;
|
|
6716
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6717
|
+
margin-right: 8px;
|
|
6872
6718
|
}
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
overflow: hidden;
|
|
6876
|
-
text-overflow: ellipsis;
|
|
6719
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
6720
|
+
margin-right: 4px;
|
|
6877
6721
|
}
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6722
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
6723
|
+
cursor: pointer;
|
|
6724
|
+
width: 32px;
|
|
6725
|
+
height: 32px;
|
|
6726
|
+
justify-content: center;
|
|
6727
|
+
border-radius: 50%;
|
|
6881
6728
|
}
|
|
6882
|
-
|
|
6883
|
-
|
|
6884
|
-
display: -webkit-box;
|
|
6885
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6886
|
-
-webkit-box-orient: vertical;
|
|
6887
|
-
word-break: break-all;
|
|
6729
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6730
|
+
background: #fff;
|
|
6888
6731
|
}
|
|
6889
6732
|
|
|
6890
|
-
.
|
|
6891
|
-
|
|
6733
|
+
.E_gmyahx3 {
|
|
6734
|
+
cursor: pointer;
|
|
6892
6735
|
}
|
|
6893
|
-
.
|
|
6894
|
-
|
|
6895
|
-
border-radius: 4px;
|
|
6736
|
+
.E_gmyahx3 .link-text {
|
|
6737
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6896
6738
|
}
|
|
6897
|
-
.
|
|
6898
|
-
|
|
6739
|
+
.E_gmyahx3:hover .link-text {
|
|
6740
|
+
color: #0080ff;
|
|
6899
6741
|
}
|
|
6900
6742
|
|
|
6901
6743
|
.E_c1up1pdz {
|
|
@@ -7006,49 +6848,293 @@ span.E_tqjc4ui {
|
|
|
7006
6848
|
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
7007
6849
|
margin: 5px 0 5px 8px;
|
|
7008
6850
|
}
|
|
7009
|
-
.E_wpbf4pq .week-day-option,
|
|
7010
|
-
.E_wpbf4pq .month-day-option {
|
|
7011
|
-
background: #f5f7fa;
|
|
7012
|
-
box-sizing: border-box;
|
|
7013
|
-
border-radius: 16px;
|
|
7014
|
-
margin-right: 8px;
|
|
6851
|
+
.E_wpbf4pq .week-day-option,
|
|
6852
|
+
.E_wpbf4pq .month-day-option {
|
|
6853
|
+
background: #f5f7fa;
|
|
6854
|
+
box-sizing: border-box;
|
|
6855
|
+
border-radius: 16px;
|
|
6856
|
+
margin-right: 8px;
|
|
6857
|
+
}
|
|
6858
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
6859
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
6860
|
+
color: inherit;
|
|
6861
|
+
border-color: #d9d9d9;
|
|
6862
|
+
}
|
|
6863
|
+
.E_wpbf4pq .week-day-option.active {
|
|
6864
|
+
background-color: #0096ff;
|
|
6865
|
+
border-color: #0096ff;
|
|
6866
|
+
color: #fff;
|
|
6867
|
+
}
|
|
6868
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
6869
|
+
width: 110px;
|
|
6870
|
+
margin-top: 4px;
|
|
6871
|
+
}
|
|
6872
|
+
.E_wpbf4pq .month-day-option {
|
|
6873
|
+
width: 32px;
|
|
6874
|
+
padding: 0;
|
|
6875
|
+
margin-bottom: 8px;
|
|
6876
|
+
}
|
|
6877
|
+
.E_wpbf4pq .month-day-option.active {
|
|
6878
|
+
background-color: #0096ff;
|
|
6879
|
+
border-color: #0096ff;
|
|
6880
|
+
color: #fff;
|
|
6881
|
+
}
|
|
6882
|
+
|
|
6883
|
+
.E_t160l1cm {
|
|
6884
|
+
display: flex;
|
|
6885
|
+
flex-direction: column;
|
|
6886
|
+
flex: 1;
|
|
6887
|
+
/* FIXME:(yanzhen) do this better */
|
|
6888
|
+
}
|
|
6889
|
+
.E_t160l1cm .tab-bar {
|
|
6890
|
+
flex-shrink: 0;
|
|
6891
|
+
display: flex;
|
|
6892
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
6893
|
+
}
|
|
6894
|
+
.E_t160l1cm .tab-content {
|
|
6895
|
+
height: 100%;
|
|
6896
|
+
}
|
|
6897
|
+
.E_t160l1cm .tab-menu-item {
|
|
6898
|
+
margin-right: 2px;
|
|
6899
|
+
padding: 1px 12px;
|
|
6900
|
+
line-height: 24px;
|
|
6901
|
+
height: 24px;
|
|
6902
|
+
color: rgba(44, 56, 82, 0.6);
|
|
6903
|
+
border-radius: 4px 4px 0 0;
|
|
6904
|
+
cursor: pointer;
|
|
6905
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
6906
|
+
}
|
|
6907
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
6908
|
+
padding-left: 0;
|
|
6909
|
+
}
|
|
6910
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
6911
|
+
padding-left: 12px;
|
|
6912
|
+
}
|
|
6913
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
6914
|
+
color: #0080ff;
|
|
6915
|
+
background: rgba(211, 218, 235, 0.6);
|
|
6916
|
+
}
|
|
6917
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
6918
|
+
fill: #0080ff;
|
|
6919
|
+
}
|
|
6920
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
6921
|
+
background: rgba(192, 203, 224, 0.6);
|
|
6922
|
+
}
|
|
6923
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
6924
|
+
color: #0080ff;
|
|
6925
|
+
background: rgba(211, 218, 235, 0.6);
|
|
6926
|
+
}
|
|
6927
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
6928
|
+
background: rgba(192, 203, 224, 0.6);
|
|
6929
|
+
}
|
|
6930
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
6931
|
+
background: rgba(0, 128, 255, 0.16);
|
|
6932
|
+
}
|
|
6933
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
6934
|
+
fill: #0080ff;
|
|
6935
|
+
}
|
|
6936
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
6937
|
+
color: #0080ff;
|
|
6938
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6939
|
+
}
|
|
6940
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
6941
|
+
background: rgba(0, 128, 255, 0.16);
|
|
6942
|
+
}
|
|
6943
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
6944
|
+
fill: #1d326c;
|
|
6945
|
+
}
|
|
6946
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
6947
|
+
margin-left: 8px;
|
|
6948
|
+
height: 22px;
|
|
6949
|
+
}
|
|
6950
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
6951
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
6952
|
+
}
|
|
6953
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
6954
|
+
padding: 0;
|
|
6955
|
+
display: flex;
|
|
6956
|
+
align-items: center;
|
|
6957
|
+
overflow: hidden;
|
|
6958
|
+
}
|
|
6959
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
6960
|
+
opacity: 0;
|
|
6961
|
+
max-width: 0;
|
|
6962
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
6963
|
+
}
|
|
6964
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
6965
|
+
padding: 1px 12px;
|
|
6966
|
+
position: relative;
|
|
6967
|
+
display: flex;
|
|
6968
|
+
}
|
|
6969
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
6970
|
+
opacity: 0;
|
|
6971
|
+
position: absolute;
|
|
6972
|
+
top: 50%;
|
|
6973
|
+
left: 0;
|
|
6974
|
+
transform: translate(-50%, -50%);
|
|
6975
|
+
transition: opacity 100ms linear;
|
|
6976
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
6977
|
+
}
|
|
6978
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
6979
|
+
color: #0080ff;
|
|
6980
|
+
}
|
|
6981
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
6982
|
+
padding: 1px 12px;
|
|
6983
|
+
display: inline-block;
|
|
6984
|
+
opacity: 1;
|
|
6985
|
+
max-width: 160px;
|
|
6986
|
+
}
|
|
6987
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
6988
|
+
padding: 1px 12px;
|
|
6989
|
+
color: #005ed1;
|
|
6990
|
+
}
|
|
6991
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
6992
|
+
opacity: 1;
|
|
6993
|
+
}
|
|
6994
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
6995
|
+
background: rgba(0, 128, 255, 0.16);
|
|
6996
|
+
}
|
|
6997
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
6998
|
+
opacity: 0;
|
|
6999
|
+
}
|
|
7000
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
7001
|
+
padding: 4px 16px;
|
|
7002
|
+
height: 32px;
|
|
7003
|
+
border-radius: 6px 6px 0 0;
|
|
7004
|
+
}
|
|
7005
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
7006
|
+
padding-left: 0;
|
|
7007
|
+
}
|
|
7008
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
7009
|
+
padding-left: 16px;
|
|
7010
|
+
}
|
|
7011
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
7012
|
+
margin-left: 11px;
|
|
7013
|
+
height: 24px;
|
|
7014
|
+
}
|
|
7015
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
7016
|
+
padding: 0;
|
|
7017
|
+
}
|
|
7018
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
7019
|
+
padding: 4px 16px;
|
|
7020
|
+
}
|
|
7021
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7022
|
+
padding: 4px 16px;
|
|
7023
|
+
}
|
|
7024
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
7025
|
+
background: #fff;
|
|
7026
|
+
}
|
|
7027
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
7028
|
+
color: #005ed1;
|
|
7029
|
+
}
|
|
7030
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
7031
|
+
background: #fff;
|
|
7032
|
+
color: #1d326c;
|
|
7033
|
+
}
|
|
7034
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7035
|
+
color: rgba(45, 58, 86, 0.6);
|
|
7036
|
+
}
|
|
7037
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
7038
|
+
color: #1d326c;
|
|
7039
|
+
}
|
|
7040
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
7041
|
+
fill: #d8deeb;
|
|
7042
|
+
}
|
|
7043
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
7044
|
+
fill: #1d326c;
|
|
7045
|
+
}
|
|
7046
|
+
.E_t160l1cm .tab-content {
|
|
7047
|
+
flex: 1;
|
|
7048
|
+
display: flex;
|
|
7049
|
+
flex-direction: column;
|
|
7050
|
+
}
|
|
7051
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
7052
|
+
overflow: visible;
|
|
7053
|
+
}
|
|
7054
|
+
|
|
7055
|
+
.E_t14npdqr {
|
|
7056
|
+
max-width: 240px;
|
|
7057
|
+
animation: none;
|
|
7058
|
+
}
|
|
7059
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
7060
|
+
border: 1px solid #0080ff;
|
|
7061
|
+
padding: 0;
|
|
7062
|
+
}
|
|
7063
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
7064
|
+
margin: 0;
|
|
7065
|
+
height: 32px;
|
|
7066
|
+
line-height: 32px;
|
|
7067
|
+
font-size: 13px;
|
|
7068
|
+
padding: 0 10px;
|
|
7069
|
+
display: block;
|
|
7070
|
+
overflow: hidden;
|
|
7071
|
+
text-overflow: ellipsis;
|
|
7072
|
+
white-space: nowrap;
|
|
7073
|
+
}
|
|
7074
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
7075
|
+
content: " ";
|
|
7076
|
+
height: 1px;
|
|
7077
|
+
width: calc(100% + 10px);
|
|
7078
|
+
background: rgba(172, 186, 211, 0.6);
|
|
7079
|
+
display: block;
|
|
7080
|
+
}
|
|
7081
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7082
|
+
color: #0080ff;
|
|
7083
|
+
background: transparent;
|
|
7084
|
+
}
|
|
7085
|
+
|
|
7086
|
+
.E_ou7iq30 {
|
|
7087
|
+
overflow: hidden;
|
|
7088
|
+
text-overflow: ellipsis;
|
|
7089
|
+
}
|
|
7090
|
+
|
|
7091
|
+
.E_s1tui002 {
|
|
7092
|
+
white-space: nowrap;
|
|
7093
|
+
}
|
|
7094
|
+
|
|
7095
|
+
.E_mxrc2zg {
|
|
7096
|
+
display: -webkit-box;
|
|
7097
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7098
|
+
-webkit-box-orient: vertical;
|
|
7099
|
+
word-break: break-all;
|
|
7015
7100
|
}
|
|
7016
|
-
|
|
7017
|
-
.
|
|
7018
|
-
|
|
7019
|
-
border-color: #d9d9d9;
|
|
7101
|
+
|
|
7102
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7103
|
+
display: none;
|
|
7020
7104
|
}
|
|
7021
|
-
.
|
|
7022
|
-
background
|
|
7023
|
-
border-
|
|
7024
|
-
color: #fff;
|
|
7105
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7106
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7107
|
+
border-radius: 4px;
|
|
7025
7108
|
}
|
|
7026
|
-
.
|
|
7027
|
-
|
|
7028
|
-
margin-top: 4px;
|
|
7109
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7110
|
+
visibility: hidden;
|
|
7029
7111
|
}
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
margin-bottom: 8px;
|
|
7112
|
+
|
|
7113
|
+
span.E_tqjc4ui {
|
|
7114
|
+
margin: 0 2px;
|
|
7034
7115
|
}
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7038
|
-
|
|
7116
|
+
|
|
7117
|
+
.E_wg1tsps {
|
|
7118
|
+
display: flex;
|
|
7119
|
+
align-items: center;
|
|
7120
|
+
justify-content: flex-end;
|
|
7039
7121
|
}
|
|
7040
7122
|
|
|
7041
|
-
.
|
|
7042
|
-
height: 8px;
|
|
7043
|
-
box-sizing: border-box;
|
|
7044
|
-
border-radius: 2px;
|
|
7045
|
-
background: #f5f7fa;
|
|
7123
|
+
.E_b1ctd5xy {
|
|
7046
7124
|
display: flex;
|
|
7125
|
+
align-items: center;
|
|
7126
|
+
width: calc(100% - 40px);
|
|
7127
|
+
}
|
|
7128
|
+
.E_b1ctd5xy .chart {
|
|
7129
|
+
display: inline-block;
|
|
7047
7130
|
width: 100%;
|
|
7048
|
-
overflow: hidden;
|
|
7049
7131
|
}
|
|
7050
|
-
|
|
7051
|
-
|
|
7132
|
+
|
|
7133
|
+
.E_u1p8acpn {
|
|
7134
|
+
min-width: 40px;
|
|
7135
|
+
}
|
|
7136
|
+
.E_u1p8acpn .unit {
|
|
7137
|
+
color: #00122e !important;
|
|
7052
7138
|
}
|
|
7053
7139
|
|
|
7054
7140
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7164,223 +7250,137 @@ span.E_tqjc4ui {
|
|
|
7164
7250
|
text-align: left;
|
|
7165
7251
|
}
|
|
7166
7252
|
|
|
7167
|
-
.
|
|
7168
|
-
display: flex;
|
|
7169
|
-
flex-direction: column;
|
|
7170
|
-
flex: 1;
|
|
7171
|
-
/* FIXME:(yanzhen) do this better */
|
|
7172
|
-
}
|
|
7173
|
-
.E_t160l1cm .tab-bar {
|
|
7174
|
-
flex-shrink: 0;
|
|
7253
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7175
7254
|
display: flex;
|
|
7176
|
-
|
|
7177
|
-
}
|
|
7178
|
-
.E_t160l1cm .tab-content {
|
|
7179
|
-
height: 100%;
|
|
7180
|
-
}
|
|
7181
|
-
.E_t160l1cm .tab-menu-item {
|
|
7182
|
-
margin-right: 2px;
|
|
7183
|
-
padding: 1px 12px;
|
|
7184
|
-
line-height: 24px;
|
|
7185
|
-
height: 24px;
|
|
7186
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7187
|
-
border-radius: 4px 4px 0 0;
|
|
7188
|
-
cursor: pointer;
|
|
7189
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
7190
|
-
}
|
|
7191
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
7192
|
-
padding-left: 0;
|
|
7193
|
-
}
|
|
7194
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
7195
|
-
padding-left: 12px;
|
|
7196
|
-
}
|
|
7197
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
7198
|
-
color: #0080ff;
|
|
7199
|
-
background: rgba(211, 218, 235, 0.6);
|
|
7200
|
-
}
|
|
7201
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
7202
|
-
fill: #0080ff;
|
|
7203
|
-
}
|
|
7204
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
7205
|
-
background: rgba(192, 203, 224, 0.6);
|
|
7206
|
-
}
|
|
7207
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
7208
|
-
color: #0080ff;
|
|
7209
|
-
background: rgba(211, 218, 235, 0.6);
|
|
7255
|
+
align-items: center;
|
|
7210
7256
|
}
|
|
7211
|
-
.
|
|
7212
|
-
|
|
7257
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7258
|
+
margin-right: 8px;
|
|
7213
7259
|
}
|
|
7214
|
-
|
|
7215
|
-
|
|
7260
|
+
|
|
7261
|
+
.E_u15heuvq.content {
|
|
7262
|
+
cursor: default !important;
|
|
7216
7263
|
}
|
|
7217
|
-
.
|
|
7218
|
-
|
|
7264
|
+
.E_u15heuvq.content.link {
|
|
7265
|
+
cursor: pointer !important;
|
|
7219
7266
|
}
|
|
7220
|
-
.
|
|
7267
|
+
.E_u15heuvq.content.link:hover {
|
|
7221
7268
|
color: #0080ff;
|
|
7222
|
-
background: rgba(0, 128, 255, 0.1);
|
|
7223
|
-
}
|
|
7224
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
7225
|
-
background: rgba(0, 128, 255, 0.16);
|
|
7226
7269
|
}
|
|
7227
|
-
.
|
|
7228
|
-
|
|
7229
|
-
}
|
|
7230
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
7231
|
-
margin-left: 8px;
|
|
7232
|
-
height: 22px;
|
|
7270
|
+
.E_u15heuvq.content.black {
|
|
7271
|
+
color: #00122e;
|
|
7233
7272
|
}
|
|
7234
|
-
.
|
|
7235
|
-
|
|
7273
|
+
.E_u15heuvq.content.gray {
|
|
7274
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7236
7275
|
}
|
|
7237
|
-
|
|
7238
|
-
|
|
7276
|
+
|
|
7277
|
+
.E_n12mqh7z {
|
|
7239
7278
|
display: flex;
|
|
7240
7279
|
align-items: center;
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
7244
|
-
opacity: 0;
|
|
7245
|
-
max-width: 0;
|
|
7246
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
7247
|
-
}
|
|
7248
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
7249
|
-
padding: 1px 12px;
|
|
7250
|
-
position: relative;
|
|
7251
|
-
display: flex;
|
|
7252
|
-
}
|
|
7253
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
7254
|
-
opacity: 0;
|
|
7255
|
-
position: absolute;
|
|
7256
|
-
top: 50%;
|
|
7257
|
-
left: 0;
|
|
7258
|
-
transform: translate(-50%, -50%);
|
|
7259
|
-
transition: opacity 100ms linear;
|
|
7260
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
7261
|
-
}
|
|
7262
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
7263
|
-
color: #0080ff;
|
|
7264
|
-
}
|
|
7265
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7266
|
-
padding: 1px 12px;
|
|
7267
|
-
display: inline-block;
|
|
7268
|
-
opacity: 1;
|
|
7269
|
-
max-width: 160px;
|
|
7270
|
-
}
|
|
7271
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
7272
|
-
padding: 1px 12px;
|
|
7273
|
-
color: #005ed1;
|
|
7274
|
-
}
|
|
7275
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
7276
|
-
opacity: 1;
|
|
7277
|
-
}
|
|
7278
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
7279
|
-
background: rgba(0, 128, 255, 0.16);
|
|
7280
|
-
}
|
|
7281
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
7282
|
-
opacity: 0;
|
|
7283
|
-
}
|
|
7284
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
7285
|
-
padding: 4px 16px;
|
|
7286
|
-
height: 32px;
|
|
7287
|
-
border-radius: 6px 6px 0 0;
|
|
7288
|
-
}
|
|
7289
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
7290
|
-
padding-left: 0;
|
|
7291
|
-
}
|
|
7292
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
7293
|
-
padding-left: 16px;
|
|
7294
|
-
}
|
|
7295
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
7296
|
-
margin-left: 11px;
|
|
7297
|
-
height: 24px;
|
|
7298
|
-
}
|
|
7299
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
7300
|
-
padding: 0;
|
|
7301
|
-
}
|
|
7302
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
7303
|
-
padding: 4px 16px;
|
|
7280
|
+
font-size: 12px;
|
|
7281
|
+
line-height: 18px;
|
|
7304
7282
|
}
|
|
7305
|
-
.
|
|
7306
|
-
|
|
7283
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7284
|
+
margin-bottom: 4px;
|
|
7307
7285
|
}
|
|
7308
|
-
|
|
7309
|
-
|
|
7286
|
+
|
|
7287
|
+
.E_tf5bynu {
|
|
7288
|
+
margin: 0 3px;
|
|
7310
7289
|
}
|
|
7311
|
-
|
|
7312
|
-
|
|
7290
|
+
|
|
7291
|
+
.E_tcckoz1 {
|
|
7292
|
+
max-height: 400px;
|
|
7293
|
+
overflow: auto;
|
|
7313
7294
|
}
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7295
|
+
|
|
7296
|
+
.E_t1sqg15u {
|
|
7297
|
+
background: white;
|
|
7317
7298
|
}
|
|
7318
|
-
.
|
|
7319
|
-
|
|
7299
|
+
.E_t1sqg15u.inline .table-row {
|
|
7300
|
+
flex-direction: column;
|
|
7320
7301
|
}
|
|
7321
|
-
.
|
|
7322
|
-
|
|
7302
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7303
|
+
padding: 0 16px 7px 0;
|
|
7323
7304
|
}
|
|
7324
|
-
.
|
|
7325
|
-
|
|
7305
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7306
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7326
7307
|
}
|
|
7327
|
-
.
|
|
7328
|
-
|
|
7308
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7309
|
+
border-top: none !important;
|
|
7329
7310
|
}
|
|
7330
|
-
.
|
|
7331
|
-
|
|
7332
|
-
display: flex;
|
|
7333
|
-
flex-direction: column;
|
|
7311
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7312
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7334
7313
|
}
|
|
7335
|
-
.
|
|
7336
|
-
|
|
7314
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7315
|
+
padding-bottom: 0;
|
|
7337
7316
|
}
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
max-width: 240px;
|
|
7341
|
-
animation: none;
|
|
7317
|
+
.E_t1sqg15u.align-right .content {
|
|
7318
|
+
text-align: right;
|
|
7342
7319
|
}
|
|
7343
|
-
.
|
|
7344
|
-
|
|
7345
|
-
|
|
7320
|
+
.E_t1sqg15u .uuid-row {
|
|
7321
|
+
display: flex;
|
|
7322
|
+
justify-content: space-between;
|
|
7346
7323
|
}
|
|
7347
|
-
.
|
|
7348
|
-
|
|
7349
|
-
height: 32px;
|
|
7350
|
-
line-height: 32px;
|
|
7351
|
-
font-size: 13px;
|
|
7352
|
-
padding: 0 10px;
|
|
7353
|
-
display: block;
|
|
7324
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7325
|
+
white-space: nowrap;
|
|
7354
7326
|
overflow: hidden;
|
|
7355
7327
|
text-overflow: ellipsis;
|
|
7356
|
-
white-space: nowrap;
|
|
7357
7328
|
}
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7329
|
+
|
|
7330
|
+
.E_t4zczcp {
|
|
7331
|
+
display: flex;
|
|
7332
|
+
justify-content: space-between;
|
|
7333
|
+
align-items: center;
|
|
7334
|
+
padding: 8px;
|
|
7335
|
+
min-height: 32px;
|
|
7364
7336
|
}
|
|
7365
|
-
.
|
|
7366
|
-
color:
|
|
7367
|
-
|
|
7337
|
+
.E_t4zczcp .table-title {
|
|
7338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7339
|
+
font-weight: 600;
|
|
7340
|
+
font-size: 12px;
|
|
7341
|
+
line-height: 8px;
|
|
7342
|
+
}
|
|
7343
|
+
.E_t4zczcp .edit-icon {
|
|
7344
|
+
font-size: 16px;
|
|
7345
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7346
|
+
cursor: pointer;
|
|
7368
7347
|
}
|
|
7369
7348
|
|
|
7370
|
-
.
|
|
7371
|
-
|
|
7349
|
+
.E_t1s7goww {
|
|
7350
|
+
font-size: 12px;
|
|
7351
|
+
line-height: 18px;
|
|
7372
7352
|
}
|
|
7373
|
-
|
|
7374
|
-
|
|
7353
|
+
|
|
7354
|
+
.E_t93e4cf {
|
|
7355
|
+
display: flex;
|
|
7356
|
+
padding: 8px 0;
|
|
7357
|
+
color: #2d3a56;
|
|
7375
7358
|
}
|
|
7376
|
-
.
|
|
7377
|
-
|
|
7359
|
+
.E_t93e4cf .hidden {
|
|
7360
|
+
display: none;
|
|
7378
7361
|
}
|
|
7379
|
-
.
|
|
7380
|
-
|
|
7362
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7363
|
+
height: auto;
|
|
7381
7364
|
}
|
|
7382
|
-
.
|
|
7383
|
-
|
|
7365
|
+
.E_t93e4cf .content {
|
|
7366
|
+
overflow: hidden;
|
|
7367
|
+
overflow-x: auto;
|
|
7368
|
+
width: 100%;
|
|
7369
|
+
white-space: pre-wrap;
|
|
7370
|
+
}
|
|
7371
|
+
.E_t93e4cf .content .ant-btn {
|
|
7372
|
+
white-space: pre-wrap;
|
|
7373
|
+
text-align: left;
|
|
7374
|
+
}
|
|
7375
|
+
.E_t93e4cf .content .unit-chart {
|
|
7376
|
+
justify-content: flex-start;
|
|
7377
|
+
}
|
|
7378
|
+
|
|
7379
|
+
.E_rhz2uv5 {
|
|
7380
|
+
width: var(--rhz2uv5-0);
|
|
7381
|
+
flex-shrink: 0;
|
|
7382
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7383
|
+
padding-right: 12px;
|
|
7384
7384
|
}
|
|
7385
7385
|
|
|
7386
7386
|
.E_cyms3br {
|
|
@@ -7444,6 +7444,12 @@ span.E_tqjc4ui {
|
|
|
7444
7444
|
justify-content: center;
|
|
7445
7445
|
}
|
|
7446
7446
|
|
|
7447
|
+
.E_h1ol2wl7 {
|
|
7448
|
+
font-weight: bold;
|
|
7449
|
+
background-color: unset;
|
|
7450
|
+
padding: unset;
|
|
7451
|
+
}
|
|
7452
|
+
|
|
7447
7453
|
.E_i5w779o {
|
|
7448
7454
|
padding: 8px 0;
|
|
7449
7455
|
}
|
|
@@ -7548,10 +7554,28 @@ span.E_tqjc4ui {
|
|
|
7548
7554
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7549
7555
|
}
|
|
7550
7556
|
|
|
7551
|
-
.
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7557
|
+
.E_l12xdkhl {
|
|
7558
|
+
width: 64px;
|
|
7559
|
+
height: 64px;
|
|
7560
|
+
max-width: 64px;
|
|
7561
|
+
max-height: 64px;
|
|
7562
|
+
overflow: hidden;
|
|
7563
|
+
display: flex;
|
|
7564
|
+
align-items: center;
|
|
7565
|
+
justify-content: center;
|
|
7566
|
+
position: relative;
|
|
7567
|
+
opacity: 0.6;
|
|
7568
|
+
}
|
|
7569
|
+
.E_l12xdkhl .icon-wrapper {
|
|
7570
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7571
|
+
}
|
|
7572
|
+
@keyframes rotate {
|
|
7573
|
+
from {
|
|
7574
|
+
transform: rotate(0deg);
|
|
7575
|
+
}
|
|
7576
|
+
to {
|
|
7577
|
+
transform: rotate(360deg);
|
|
7578
|
+
}
|
|
7555
7579
|
}
|
|
7556
7580
|
|
|
7557
7581
|
.E_c14ouk5o {
|
|
@@ -7598,64 +7622,6 @@ span.E_tqjc4ui {
|
|
|
7598
7622
|
height: auto;
|
|
7599
7623
|
}
|
|
7600
7624
|
|
|
7601
|
-
.E_c1ss4prm {
|
|
7602
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7603
|
-
padding-inline-start: 12px;
|
|
7604
|
-
}
|
|
7605
|
-
.E_c1ss4prm li {
|
|
7606
|
-
margin-bottom: 4px;
|
|
7607
|
-
}
|
|
7608
|
-
.E_c1ss4prm li:last-child {
|
|
7609
|
-
margin-bottom: 0;
|
|
7610
|
-
}
|
|
7611
|
-
|
|
7612
|
-
.E_ms3tlei {
|
|
7613
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7614
|
-
padding: 8px;
|
|
7615
|
-
border-radius: 6px;
|
|
7616
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7617
|
-
}
|
|
7618
|
-
.E_ms3tlei .icon-wrapper {
|
|
7619
|
-
margin-top: 1px;
|
|
7620
|
-
margin-right: 4px;
|
|
7621
|
-
}
|
|
7622
|
-
.E_ms3tlei li {
|
|
7623
|
-
margin-bottom: 4px;
|
|
7624
|
-
display: flex;
|
|
7625
|
-
align-items: flex-start;
|
|
7626
|
-
}
|
|
7627
|
-
.E_ms3tlei li:last-child {
|
|
7628
|
-
margin-bottom: 0;
|
|
7629
|
-
}
|
|
7630
|
-
|
|
7631
|
-
.E_du44iy7 {
|
|
7632
|
-
margin-bottom: 4px;
|
|
7633
|
-
}
|
|
7634
|
-
|
|
7635
|
-
.E_p1qmhanr {
|
|
7636
|
-
margin-bottom: 8px;
|
|
7637
|
-
}
|
|
7638
|
-
|
|
7639
|
-
.E_srje1h0 {
|
|
7640
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7641
|
-
margin-bottom: 8px;
|
|
7642
|
-
}
|
|
7643
|
-
|
|
7644
|
-
.E_di3zi7v {
|
|
7645
|
-
height: 1px;
|
|
7646
|
-
background: #e4e9f2;
|
|
7647
|
-
margin: 16px 0;
|
|
7648
|
-
}
|
|
7649
|
-
|
|
7650
|
-
.E_cevhqx7 {
|
|
7651
|
-
color: #00122e;
|
|
7652
|
-
}
|
|
7653
|
-
|
|
7654
|
-
.E_snbqlt4 {
|
|
7655
|
-
margin-top: 8px;
|
|
7656
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7657
|
-
}
|
|
7658
|
-
|
|
7659
7625
|
.E_c1kchka8 {
|
|
7660
7626
|
height: 100%;
|
|
7661
7627
|
width: 100%;
|
|
@@ -8148,26 +8114,62 @@ span.E_tqjc4ui {
|
|
|
8148
8114
|
padding: 0;
|
|
8149
8115
|
}
|
|
8150
8116
|
|
|
8151
|
-
.
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
|
|
8117
|
+
.E_cevhqx7 {
|
|
8118
|
+
color: #00122e;
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
.E_snbqlt4 {
|
|
8122
|
+
margin-top: 8px;
|
|
8123
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8124
|
+
}
|
|
8125
|
+
|
|
8126
|
+
.E_c1ss4prm {
|
|
8127
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8128
|
+
}
|
|
8129
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
8130
|
+
padding-inline-start: 12px;
|
|
8131
|
+
}
|
|
8132
|
+
.E_c1ss4prm li {
|
|
8133
|
+
margin-bottom: 4px;
|
|
8134
|
+
}
|
|
8135
|
+
.E_c1ss4prm li:last-child {
|
|
8136
|
+
margin-bottom: 0;
|
|
8137
|
+
}
|
|
8138
|
+
|
|
8139
|
+
.E_ms3tlei {
|
|
8140
|
+
background: rgba(225, 230, 241, 0.6);
|
|
8141
|
+
padding: 8px;
|
|
8142
|
+
border-radius: 6px;
|
|
8143
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8144
|
+
}
|
|
8145
|
+
.E_ms3tlei .icon-wrapper {
|
|
8146
|
+
margin-top: 1px;
|
|
8147
|
+
margin-right: 4px;
|
|
8148
|
+
}
|
|
8149
|
+
.E_ms3tlei li {
|
|
8150
|
+
margin-bottom: 4px;
|
|
8157
8151
|
display: flex;
|
|
8158
|
-
align-items:
|
|
8159
|
-
justify-content: center;
|
|
8160
|
-
position: relative;
|
|
8161
|
-
opacity: 0.6;
|
|
8152
|
+
align-items: flex-start;
|
|
8162
8153
|
}
|
|
8163
|
-
.
|
|
8164
|
-
|
|
8154
|
+
.E_ms3tlei li:last-child {
|
|
8155
|
+
margin-bottom: 0;
|
|
8165
8156
|
}
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8157
|
+
|
|
8158
|
+
.E_du44iy7 {
|
|
8159
|
+
margin-bottom: 4px;
|
|
8160
|
+
}
|
|
8161
|
+
|
|
8162
|
+
.E_p1qmhanr {
|
|
8163
|
+
margin-bottom: 8px;
|
|
8164
|
+
}
|
|
8165
|
+
|
|
8166
|
+
.E_srje1h0 {
|
|
8167
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8168
|
+
margin-bottom: 8px;
|
|
8169
|
+
}
|
|
8170
|
+
|
|
8171
|
+
.E_di3zi7v {
|
|
8172
|
+
height: 1px;
|
|
8173
|
+
background: #e4e9f2;
|
|
8174
|
+
margin: 16px 0;
|
|
8173
8175
|
}
|