@cloudtower/eagle 490.0.3 → 490.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/TableForm/TableFormBodyCell.js +7 -15
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/cjs/core/TableForm/index.js +3 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1240 -1240
- package/dist/esm/core/TableForm/TableFormBodyCell.js +8 -16
- package/dist/esm/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/esm/core/TableForm/index.js +3 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1699 -1699
- package/dist/src/core/TableForm/types.d.ts +2 -2
- package/dist/style.css +1240 -1240
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,26 +1132,6 @@ html body {
|
|
|
1132
1132
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
-
.E_c18gxmrl {
|
|
1136
|
-
border: 1px solid #d8deeb;
|
|
1137
|
-
border-radius: 4px;
|
|
1138
|
-
}
|
|
1139
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
1140
|
-
margin-top: 8px;
|
|
1141
|
-
}
|
|
1142
|
-
.E_c18gxmrl:hover {
|
|
1143
|
-
border-color: #0080ff;
|
|
1144
|
-
}
|
|
1145
|
-
.E_c18gxmrl:hover > header {
|
|
1146
|
-
background: rgba(0, 128, 255, 0.1);
|
|
1147
|
-
}
|
|
1148
|
-
.E_c18gxmrl.active header {
|
|
1149
|
-
border-bottom: 1px solid #d8deeb;
|
|
1150
|
-
}
|
|
1151
|
-
.E_c18gxmrl > header {
|
|
1152
|
-
padding: 8px 12px;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
1135
|
.E_m74vjol {
|
|
1156
1136
|
display: flex;
|
|
1157
1137
|
justify-content: space-between;
|
|
@@ -1172,6 +1152,26 @@ html body {
|
|
|
1172
1152
|
flex: 1;
|
|
1173
1153
|
}
|
|
1174
1154
|
|
|
1155
|
+
.E_c18gxmrl {
|
|
1156
|
+
border: 1px solid #d8deeb;
|
|
1157
|
+
border-radius: 4px;
|
|
1158
|
+
}
|
|
1159
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
1160
|
+
margin-top: 8px;
|
|
1161
|
+
}
|
|
1162
|
+
.E_c18gxmrl:hover {
|
|
1163
|
+
border-color: #0080ff;
|
|
1164
|
+
}
|
|
1165
|
+
.E_c18gxmrl:hover > header {
|
|
1166
|
+
background: rgba(0, 128, 255, 0.1);
|
|
1167
|
+
}
|
|
1168
|
+
.E_c18gxmrl.active header {
|
|
1169
|
+
border-bottom: 1px solid #d8deeb;
|
|
1170
|
+
}
|
|
1171
|
+
.E_c18gxmrl > header {
|
|
1172
|
+
padding: 8px 12px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
1175
|
.E_berrcjl {
|
|
1176
1176
|
color: rgba(10, 37, 85, 0.6);
|
|
1177
1177
|
margin-bottom: 4px;
|
|
@@ -1217,41 +1217,6 @@ html body {
|
|
|
1217
1217
|
border-radius: unset;
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1221
|
-
padding: 4px 8px 0 8px;
|
|
1222
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1223
|
-
font-size: 12px;
|
|
1224
|
-
}
|
|
1225
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1226
|
-
padding-bottom: 6px;
|
|
1227
|
-
}
|
|
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);
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
1234
|
-
border: 0px;
|
|
1235
|
-
background-color: #fff;
|
|
1236
|
-
}
|
|
1237
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1238
|
-
padding-top: 0px;
|
|
1239
|
-
padding-bottom: 0px;
|
|
1240
|
-
padding-left: 0px !important;
|
|
1241
|
-
padding-right: 24px;
|
|
1242
|
-
}
|
|
1243
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1244
|
-
right: 0px;
|
|
1245
|
-
}
|
|
1246
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1247
|
-
padding: 0px;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1251
|
-
padding-right: 0px;
|
|
1252
|
-
cursor: default;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
1220
|
.E_c1uzzomf {
|
|
1256
1221
|
margin-bottom: 16px;
|
|
1257
1222
|
}
|
|
@@ -1274,94 +1239,17 @@ html body {
|
|
|
1274
1239
|
text-align: center;
|
|
1275
1240
|
}
|
|
1276
1241
|
|
|
1277
|
-
.
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
.E_c1yyuluq .ant-card-body {
|
|
1281
|
-
padding: 20px 24px 24px 24px;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
.E_d1bw7c5z {
|
|
1285
|
-
position: relative;
|
|
1286
|
-
max-width: 388px;
|
|
1287
|
-
min-width: 285px;
|
|
1288
|
-
}
|
|
1289
|
-
.E_d1bw7c5z .center {
|
|
1290
|
-
position: absolute;
|
|
1291
|
-
font-size: 12px;
|
|
1292
|
-
width: 80px;
|
|
1293
|
-
height: 100px;
|
|
1294
|
-
top: 0;
|
|
1295
|
-
left: 35px;
|
|
1296
|
-
display: flex;
|
|
1297
|
-
flex-direction: column;
|
|
1298
|
-
justify-content: center;
|
|
1299
|
-
align-items: center;
|
|
1300
|
-
color: #00122e;
|
|
1301
|
-
}
|
|
1302
|
-
.E_d1bw7c5z .center .number {
|
|
1303
|
-
font-size: 24px;
|
|
1304
|
-
font-weight: 700;
|
|
1305
|
-
}
|
|
1306
|
-
.E_d1bw7c5z .center .text {
|
|
1307
|
-
padding: 0 5px;
|
|
1242
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1243
|
+
padding: 4px 8px 0 8px;
|
|
1244
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1308
1245
|
font-size: 12px;
|
|
1309
|
-
width: inherit;
|
|
1310
|
-
text-align: center;
|
|
1311
|
-
}
|
|
1312
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
1313
|
-
display: flex;
|
|
1314
|
-
}
|
|
1315
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1316
|
-
position: relative !important;
|
|
1317
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1318
|
-
left: 0 !important;
|
|
1319
|
-
bottom: 0 !important;
|
|
1320
|
-
display: flex;
|
|
1321
|
-
align-items: center;
|
|
1322
|
-
}
|
|
1323
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1324
|
-
width: 100%;
|
|
1325
|
-
}
|
|
1326
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1327
|
-
width: 100%;
|
|
1328
|
-
margin-right: 0 !important;
|
|
1329
|
-
line-height: 18px;
|
|
1330
|
-
}
|
|
1331
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1332
|
-
border-radius: 2px;
|
|
1333
|
-
}
|
|
1334
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1335
|
-
min-width: 75px;
|
|
1336
|
-
max-width: 198px;
|
|
1337
|
-
width: calc(100% - 20px);
|
|
1338
|
-
margin-left: 2px;
|
|
1339
|
-
color: #00122e !important;
|
|
1340
|
-
display: inline-flex;
|
|
1341
|
-
justify-content: space-between;
|
|
1342
|
-
}
|
|
1343
|
-
.E_d1bw7c5z .tooltip-text {
|
|
1344
|
-
maxwidth: calc(100% - 12px);
|
|
1345
|
-
cursor: pointer;
|
|
1346
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1347
|
-
overflow: hidden;
|
|
1348
|
-
text-overflow: ellipsis;
|
|
1349
|
-
white-space: nowrap;
|
|
1350
|
-
}
|
|
1351
|
-
.E_d1bw7c5z .value {
|
|
1352
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.E_t10pqbtc {
|
|
1356
|
-
width: 140px;
|
|
1357
1246
|
}
|
|
1358
|
-
.
|
|
1359
|
-
|
|
1360
|
-
display: flex;
|
|
1361
|
-
justify-content: space-between;
|
|
1247
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1248
|
+
padding-bottom: 6px;
|
|
1362
1249
|
}
|
|
1363
|
-
.
|
|
1364
|
-
|
|
1250
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1251
|
+
padding-top: 4px;
|
|
1252
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1365
1253
|
}
|
|
1366
1254
|
|
|
1367
1255
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -1627,242 +1515,227 @@ html body {
|
|
|
1627
1515
|
justify-content: center;
|
|
1628
1516
|
}
|
|
1629
1517
|
|
|
1630
|
-
.
|
|
1631
|
-
|
|
1518
|
+
.E_c1yyuluq {
|
|
1519
|
+
border-radius: 8px;
|
|
1632
1520
|
}
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
--color: white;
|
|
1636
|
-
height: 14px;
|
|
1637
|
-
width: 14px;
|
|
1638
|
-
border-radius: 50%;
|
|
1639
|
-
flex-shrink: 0;
|
|
1640
|
-
display: flex;
|
|
1641
|
-
align-items: center;
|
|
1642
|
-
justify-content: center;
|
|
1643
|
-
border: 1px solid var(--color);
|
|
1521
|
+
.E_c1yyuluq .ant-card-body {
|
|
1522
|
+
padding: 20px 24px 24px 24px;
|
|
1644
1523
|
}
|
|
1645
|
-
|
|
1524
|
+
|
|
1525
|
+
.E_d1bw7c5z {
|
|
1646
1526
|
position: relative;
|
|
1647
|
-
|
|
1648
|
-
width:
|
|
1649
|
-
border-radius: 50%;
|
|
1650
|
-
overflow: hidden;
|
|
1651
|
-
}
|
|
1652
|
-
.E_c1bus5hc .circle-content {
|
|
1653
|
-
position: absolute;
|
|
1654
|
-
height: 100%;
|
|
1655
|
-
width: 100%;
|
|
1656
|
-
left: 0;
|
|
1657
|
-
top: 0;
|
|
1658
|
-
border-radius: 50%;
|
|
1659
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1660
|
-
transform: rotate(180deg);
|
|
1527
|
+
max-width: 388px;
|
|
1528
|
+
min-width: 285px;
|
|
1661
1529
|
}
|
|
1662
|
-
.
|
|
1530
|
+
.E_d1bw7c5z .center {
|
|
1663
1531
|
position: absolute;
|
|
1664
|
-
|
|
1665
|
-
width:
|
|
1666
|
-
|
|
1532
|
+
font-size: 12px;
|
|
1533
|
+
width: 80px;
|
|
1534
|
+
height: 100px;
|
|
1667
1535
|
top: 0;
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1536
|
+
left: 35px;
|
|
1537
|
+
display: flex;
|
|
1538
|
+
flex-direction: column;
|
|
1539
|
+
justify-content: center;
|
|
1540
|
+
align-items: center;
|
|
1541
|
+
color: #00122e;
|
|
1672
1542
|
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
align-items: baseline;
|
|
1677
|
-
white-space: pre-wrap;
|
|
1543
|
+
.E_d1bw7c5z .center .number {
|
|
1544
|
+
font-size: 24px;
|
|
1545
|
+
font-weight: 700;
|
|
1678
1546
|
}
|
|
1679
|
-
.
|
|
1680
|
-
|
|
1681
|
-
|
|
1547
|
+
.E_d1bw7c5z .center .text {
|
|
1548
|
+
padding: 0 5px;
|
|
1549
|
+
font-size: 12px;
|
|
1550
|
+
width: inherit;
|
|
1551
|
+
text-align: center;
|
|
1682
1552
|
}
|
|
1683
|
-
.
|
|
1684
|
-
|
|
1553
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1554
|
+
display: flex;
|
|
1685
1555
|
}
|
|
1686
|
-
.
|
|
1687
|
-
|
|
1556
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1557
|
+
position: relative !important;
|
|
1558
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1559
|
+
left: 0 !important;
|
|
1560
|
+
bottom: 0 !important;
|
|
1561
|
+
display: flex;
|
|
1562
|
+
align-items: center;
|
|
1688
1563
|
}
|
|
1689
|
-
.
|
|
1690
|
-
|
|
1691
|
-
background: #0080ff;
|
|
1564
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1565
|
+
width: 100%;
|
|
1692
1566
|
}
|
|
1693
|
-
.
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
height: 6px;
|
|
1698
|
-
background: #fff;
|
|
1699
|
-
}
|
|
1700
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1701
|
-
opacity: 0.5;
|
|
1567
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1568
|
+
width: 100%;
|
|
1569
|
+
margin-right: 0 !important;
|
|
1570
|
+
line-height: 18px;
|
|
1702
1571
|
}
|
|
1703
|
-
.
|
|
1704
|
-
border-
|
|
1705
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1572
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1573
|
+
border-radius: 2px;
|
|
1706
1574
|
}
|
|
1707
|
-
.
|
|
1708
|
-
|
|
1575
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1576
|
+
min-width: 75px;
|
|
1577
|
+
max-width: 198px;
|
|
1578
|
+
width: calc(100% - 20px);
|
|
1579
|
+
margin-left: 2px;
|
|
1580
|
+
color: #00122e !important;
|
|
1581
|
+
display: inline-flex;
|
|
1582
|
+
justify-content: space-between;
|
|
1709
1583
|
}
|
|
1710
|
-
.
|
|
1711
|
-
|
|
1712
|
-
|
|
1584
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1585
|
+
maxwidth: calc(100% - 12px);
|
|
1586
|
+
cursor: pointer;
|
|
1587
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1588
|
+
overflow: hidden;
|
|
1589
|
+
text-overflow: ellipsis;
|
|
1590
|
+
white-space: nowrap;
|
|
1713
1591
|
}
|
|
1714
|
-
.
|
|
1715
|
-
color:
|
|
1592
|
+
.E_d1bw7c5z .value {
|
|
1593
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
1716
1594
|
}
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
padding-left: 10px;
|
|
1595
|
+
|
|
1596
|
+
.E_t10pqbtc {
|
|
1597
|
+
width: 140px;
|
|
1721
1598
|
}
|
|
1722
|
-
.
|
|
1723
|
-
margin
|
|
1724
|
-
|
|
1725
|
-
|
|
1599
|
+
.E_t10pqbtc .item {
|
|
1600
|
+
margin: 6px auto;
|
|
1601
|
+
display: flex;
|
|
1602
|
+
justify-content: space-between;
|
|
1726
1603
|
}
|
|
1727
|
-
.
|
|
1728
|
-
|
|
1604
|
+
.E_t10pqbtc .item .name {
|
|
1605
|
+
width: 102px;
|
|
1729
1606
|
}
|
|
1730
1607
|
|
|
1731
|
-
.
|
|
1732
|
-
|
|
1733
|
-
}
|
|
1734
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
1735
|
-
border-radius: 0 5px 5px 0;
|
|
1608
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1609
|
+
line-height: 18px;
|
|
1736
1610
|
}
|
|
1737
1611
|
|
|
1738
|
-
.
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
}
|
|
1742
|
-
.E_rcc63c8:first-child {
|
|
1743
|
-
border-color: #a3b4cc;
|
|
1744
|
-
}
|
|
1745
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
1746
|
-
padding: 0 12px;
|
|
1747
|
-
line-height: 32px;
|
|
1748
|
-
height: 32px;
|
|
1749
|
-
}
|
|
1750
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
1751
|
-
white-space: nowrap;
|
|
1752
|
-
}
|
|
1753
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
1754
|
-
height: 22px;
|
|
1755
|
-
padding: 0 7px;
|
|
1756
|
-
line-height: 20px;
|
|
1757
|
-
}
|
|
1758
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1759
|
-
background: #ccd4e3;
|
|
1612
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1613
|
+
border: 0px;
|
|
1614
|
+
background-color: #fff;
|
|
1760
1615
|
}
|
|
1761
|
-
.
|
|
1762
|
-
|
|
1616
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1617
|
+
padding-top: 0px;
|
|
1618
|
+
padding-bottom: 0px;
|
|
1619
|
+
padding-left: 0px !important;
|
|
1620
|
+
padding-right: 24px;
|
|
1763
1621
|
}
|
|
1764
|
-
.
|
|
1765
|
-
|
|
1766
|
-
opacity: 0.5;
|
|
1622
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1623
|
+
right: 0px;
|
|
1767
1624
|
}
|
|
1768
|
-
.
|
|
1769
|
-
|
|
1625
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1626
|
+
padding: 0px;
|
|
1770
1627
|
}
|
|
1771
|
-
|
|
1772
|
-
|
|
1628
|
+
|
|
1629
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1630
|
+
padding-right: 0px;
|
|
1631
|
+
cursor: default;
|
|
1773
1632
|
}
|
|
1774
|
-
|
|
1775
|
-
|
|
1633
|
+
|
|
1634
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1635
|
+
display: flex;
|
|
1776
1636
|
}
|
|
1777
|
-
.
|
|
1778
|
-
|
|
1779
|
-
border-
|
|
1780
|
-
opacity: 0.5;
|
|
1637
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1638
|
+
border-bottom-left-radius: 5px;
|
|
1639
|
+
border-top-left-radius: 5px;
|
|
1781
1640
|
}
|
|
1782
|
-
.
|
|
1783
|
-
|
|
1784
|
-
border-
|
|
1641
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1642
|
+
border-bottom-right-radius: 5px;
|
|
1643
|
+
border-top-right-radius: 5px;
|
|
1785
1644
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1645
|
+
|
|
1646
|
+
.E_s1dizucg.ant-switch {
|
|
1647
|
+
min-width: 40px;
|
|
1648
|
+
height: 24px;
|
|
1789
1649
|
background: rgba(172, 186, 211, 0.6);
|
|
1650
|
+
overflow: hidden;
|
|
1790
1651
|
}
|
|
1791
|
-
.
|
|
1792
|
-
|
|
1793
|
-
display: inline;
|
|
1794
|
-
border: none;
|
|
1795
|
-
padding: 0;
|
|
1796
|
-
width: 36px;
|
|
1797
|
-
background: transparent;
|
|
1798
|
-
}
|
|
1799
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
1800
|
-
box-shadow: none;
|
|
1652
|
+
.E_s1dizucg.ant-switch:focus {
|
|
1653
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1801
1654
|
}
|
|
1802
|
-
.
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
box-shadow: none;
|
|
1655
|
+
.E_s1dizucg.ant-switch-small {
|
|
1656
|
+
min-width: 26px;
|
|
1657
|
+
height: 16px;
|
|
1806
1658
|
}
|
|
1807
|
-
.
|
|
1808
|
-
|
|
1659
|
+
.E_s1dizucg.ant-switch-large {
|
|
1660
|
+
min-width: 52px;
|
|
1661
|
+
height: 32px;
|
|
1809
1662
|
}
|
|
1810
|
-
.
|
|
1811
|
-
|
|
1663
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1664
|
+
height: 20px;
|
|
1665
|
+
width: 20px;
|
|
1812
1666
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
padding: 0;
|
|
1817
|
-
width: 36px;
|
|
1667
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1668
|
+
border-radius: 10px;
|
|
1669
|
+
transition-delay: 120ms;
|
|
1818
1670
|
}
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1671
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1672
|
+
height: 14px;
|
|
1673
|
+
width: 14px;
|
|
1674
|
+
top: 1px;
|
|
1675
|
+
left: 1px;
|
|
1824
1676
|
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1677
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1678
|
+
height: 28px;
|
|
1679
|
+
width: 28px;
|
|
1828
1680
|
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
display: flex;
|
|
1681
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1682
|
+
border-radius: 14px;
|
|
1832
1683
|
}
|
|
1833
|
-
.
|
|
1834
|
-
|
|
1835
|
-
border-top-left-radius: 5px;
|
|
1684
|
+
.E_s1dizucg.ant-switch-checked {
|
|
1685
|
+
background-color: #00ba5d;
|
|
1836
1686
|
}
|
|
1837
|
-
.
|
|
1838
|
-
|
|
1839
|
-
border-top-right-radius: 5px;
|
|
1687
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1688
|
+
left: calc(100% - 20px - 2px);
|
|
1840
1689
|
}
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
margin-right: 8px;
|
|
1690
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1691
|
+
left: calc(100% - 14px - 1px);
|
|
1844
1692
|
}
|
|
1845
|
-
.
|
|
1846
|
-
|
|
1693
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1694
|
+
left: calc(100% - 28px - 2px);
|
|
1847
1695
|
}
|
|
1848
1696
|
|
|
1849
|
-
.
|
|
1850
|
-
|
|
1851
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1852
|
-
margin-right: 8px;
|
|
1853
|
-
padding-right: 8px;
|
|
1697
|
+
.E_c1up6e3y {
|
|
1698
|
+
margin-left: 5px;
|
|
1854
1699
|
}
|
|
1855
1700
|
|
|
1856
|
-
.
|
|
1701
|
+
.E_c1bus5hc {
|
|
1702
|
+
--color: white;
|
|
1703
|
+
height: 14px;
|
|
1704
|
+
width: 14px;
|
|
1705
|
+
border-radius: 50%;
|
|
1706
|
+
flex-shrink: 0;
|
|
1857
1707
|
display: flex;
|
|
1858
|
-
|
|
1708
|
+
align-items: center;
|
|
1709
|
+
justify-content: center;
|
|
1710
|
+
border: 1px solid var(--color);
|
|
1859
1711
|
}
|
|
1860
|
-
.
|
|
1861
|
-
|
|
1712
|
+
.E_c1bus5hc .circle-inner {
|
|
1713
|
+
position: relative;
|
|
1714
|
+
height: 10px;
|
|
1715
|
+
width: 10px;
|
|
1716
|
+
border-radius: 50%;
|
|
1717
|
+
overflow: hidden;
|
|
1862
1718
|
}
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1719
|
+
.E_c1bus5hc .circle-content {
|
|
1720
|
+
position: absolute;
|
|
1721
|
+
height: 100%;
|
|
1722
|
+
width: 100%;
|
|
1723
|
+
left: 0;
|
|
1724
|
+
top: 0;
|
|
1725
|
+
border-radius: 50%;
|
|
1726
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1727
|
+
transform: rotate(180deg);
|
|
1728
|
+
}
|
|
1729
|
+
.E_c1bus5hc .circle-child {
|
|
1730
|
+
position: absolute;
|
|
1731
|
+
height: 100%;
|
|
1732
|
+
width: 100%;
|
|
1733
|
+
left: 0;
|
|
1734
|
+
top: 0;
|
|
1735
|
+
margin-left: 50%;
|
|
1736
|
+
transform-origin: left;
|
|
1737
|
+
background: white;
|
|
1738
|
+
transform: rotate(0deg);
|
|
1866
1739
|
}
|
|
1867
1740
|
|
|
1868
1741
|
.E_phljevk {
|
|
@@ -1922,63 +1795,186 @@ html body {
|
|
|
1922
1795
|
line-height: 18px;
|
|
1923
1796
|
}
|
|
1924
1797
|
|
|
1925
|
-
.
|
|
1926
|
-
|
|
1927
|
-
height: 24px;
|
|
1928
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1929
|
-
overflow: hidden;
|
|
1798
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1799
|
+
margin-right: 8px;
|
|
1930
1800
|
}
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1801
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
1802
|
+
margin-left: 8px;
|
|
1933
1803
|
}
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1804
|
+
|
|
1805
|
+
.E_cc368xp {
|
|
1806
|
+
color: #00122e;
|
|
1807
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1808
|
+
margin-right: 8px;
|
|
1809
|
+
padding-right: 8px;
|
|
1937
1810
|
}
|
|
1938
|
-
|
|
1939
|
-
|
|
1811
|
+
|
|
1812
|
+
.E_i11o6xqj {
|
|
1813
|
+
display: flex;
|
|
1814
|
+
gap: 4px;
|
|
1815
|
+
}
|
|
1816
|
+
.E_i11o6xqj .icon-wrapper {
|
|
1817
|
+
cursor: pointer;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.E_d19ruhdj.icon-wrapper {
|
|
1821
|
+
cursor: not-allowed;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1825
|
+
display: inline-flex;
|
|
1826
|
+
align-items: baseline;
|
|
1827
|
+
white-space: pre-wrap;
|
|
1828
|
+
}
|
|
1829
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1830
|
+
position: relative;
|
|
1831
|
+
top: 3px;
|
|
1832
|
+
}
|
|
1833
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1834
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1835
|
+
}
|
|
1836
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1837
|
+
border-color: #0080ff;
|
|
1838
|
+
}
|
|
1839
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1840
|
+
border-color: #0080ff;
|
|
1841
|
+
background: #0080ff;
|
|
1842
|
+
}
|
|
1843
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1844
|
+
top: 4px;
|
|
1845
|
+
left: 4px;
|
|
1846
|
+
width: 6px;
|
|
1847
|
+
height: 6px;
|
|
1848
|
+
background: #fff;
|
|
1849
|
+
}
|
|
1850
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1851
|
+
opacity: 0.5;
|
|
1852
|
+
}
|
|
1853
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1854
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1855
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1856
|
+
}
|
|
1857
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1858
|
+
background: #00122e;
|
|
1859
|
+
}
|
|
1860
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1861
|
+
color: #00122e;
|
|
1862
|
+
opacity: 0.5;
|
|
1863
|
+
}
|
|
1864
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1865
|
+
color: #00122e;
|
|
1866
|
+
}
|
|
1867
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
1868
|
+
display: inline-block;
|
|
1869
|
+
padding: 0;
|
|
1870
|
+
padding-left: 10px;
|
|
1871
|
+
}
|
|
1872
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1873
|
+
margin-bottom: 0;
|
|
1874
|
+
white-space: pre-wrap;
|
|
1875
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1876
|
+
}
|
|
1877
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
1878
|
+
padding-left: 8px;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
1882
|
+
border-radius: 5px 0 0 5px;
|
|
1883
|
+
}
|
|
1884
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
1885
|
+
border-radius: 0 5px 5px 0;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.E_rcc63c8 {
|
|
1889
|
+
color: #00122e;
|
|
1890
|
+
border-color: #ccd4e3;
|
|
1891
|
+
}
|
|
1892
|
+
.E_rcc63c8:first-child {
|
|
1893
|
+
border-color: #a3b4cc;
|
|
1894
|
+
}
|
|
1895
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
1896
|
+
padding: 0 12px;
|
|
1897
|
+
line-height: 32px;
|
|
1940
1898
|
height: 32px;
|
|
1941
1899
|
}
|
|
1942
|
-
.
|
|
1943
|
-
|
|
1944
|
-
width: 20px;
|
|
1900
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
1901
|
+
white-space: nowrap;
|
|
1945
1902
|
}
|
|
1946
|
-
.
|
|
1947
|
-
|
|
1948
|
-
|
|
1903
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
1904
|
+
height: 22px;
|
|
1905
|
+
padding: 0 7px;
|
|
1906
|
+
line-height: 20px;
|
|
1949
1907
|
}
|
|
1950
|
-
.
|
|
1951
|
-
|
|
1952
|
-
width: 14px;
|
|
1953
|
-
top: 1px;
|
|
1954
|
-
left: 1px;
|
|
1908
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1909
|
+
background: #ccd4e3;
|
|
1955
1910
|
}
|
|
1956
|
-
.
|
|
1957
|
-
|
|
1958
|
-
|
|
1911
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1912
|
+
background: #0080ff;
|
|
1913
|
+
}
|
|
1914
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1915
|
+
background: #ccd4e3;
|
|
1916
|
+
opacity: 0.5;
|
|
1917
|
+
}
|
|
1918
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1919
|
+
border-right-color: #0080ff;
|
|
1920
|
+
}
|
|
1921
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1922
|
+
border-color: #0080ff;
|
|
1923
|
+
}
|
|
1924
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
1925
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1926
|
+
}
|
|
1927
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
1928
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1929
|
+
border-color: #ccd4e3;
|
|
1930
|
+
opacity: 0.5;
|
|
1931
|
+
}
|
|
1932
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
1933
|
+
color: #00122e;
|
|
1934
|
+
border-color: #ccd4e3;
|
|
1935
|
+
}
|
|
1936
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1937
|
+
color: #00122e;
|
|
1938
|
+
border-color: #ccd4e3;
|
|
1939
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1940
|
+
}
|
|
1941
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
1942
|
+
margin-right: 8px;
|
|
1943
|
+
display: inline;
|
|
1944
|
+
border: none;
|
|
1945
|
+
padding: 0;
|
|
1946
|
+
width: 36px;
|
|
1947
|
+
background: transparent;
|
|
1959
1948
|
}
|
|
1960
|
-
.
|
|
1961
|
-
|
|
1949
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
1950
|
+
box-shadow: none;
|
|
1962
1951
|
}
|
|
1963
|
-
.
|
|
1964
|
-
|
|
1952
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
1953
|
+
margin-right: 0;
|
|
1954
|
+
width: initial;
|
|
1955
|
+
box-shadow: none;
|
|
1965
1956
|
}
|
|
1966
|
-
.
|
|
1967
|
-
|
|
1957
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1958
|
+
display: none;
|
|
1968
1959
|
}
|
|
1969
|
-
.
|
|
1970
|
-
|
|
1960
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1961
|
+
display: inline;
|
|
1971
1962
|
}
|
|
1972
|
-
.
|
|
1973
|
-
|
|
1963
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1964
|
+
display: inline;
|
|
1965
|
+
margin-right: 8px;
|
|
1966
|
+
padding: 0;
|
|
1967
|
+
width: 36px;
|
|
1974
1968
|
}
|
|
1975
1969
|
|
|
1976
|
-
.
|
|
1977
|
-
|
|
1970
|
+
.E_ivqqkzv {
|
|
1971
|
+
height: 24px;
|
|
1972
|
+
width: 56px !important;
|
|
1973
|
+
margin-right: 4px;
|
|
1978
1974
|
}
|
|
1979
1975
|
|
|
1980
|
-
.
|
|
1981
|
-
|
|
1976
|
+
.E_c1wk4q29 {
|
|
1977
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1982
1978
|
}
|
|
1983
1979
|
|
|
1984
1980
|
.E_s1sck0th {
|
|
@@ -2063,15 +2059,8 @@ html body {
|
|
|
2063
2059
|
background-color: #7E41FF;
|
|
2064
2060
|
}
|
|
2065
2061
|
|
|
2066
|
-
.
|
|
2067
|
-
|
|
2068
|
-
}
|
|
2069
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
2070
|
-
background: rgba(23, 38, 64, 0.8);
|
|
2071
|
-
border-radius: 4px;
|
|
2072
|
-
}
|
|
2073
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2074
|
-
visibility: hidden;
|
|
2062
|
+
.E_tju3gfj .date {
|
|
2063
|
+
margin-right: 4px;
|
|
2075
2064
|
}
|
|
2076
2065
|
|
|
2077
2066
|
.E_s1dni7lo {
|
|
@@ -2159,104 +2148,15 @@ html body {
|
|
|
2159
2148
|
display: inline-block;
|
|
2160
2149
|
}
|
|
2161
2150
|
|
|
2162
|
-
.
|
|
2163
|
-
|
|
2164
|
-
}
|
|
2165
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2166
|
-
padding: 2px 7px 2px 12px;
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2170
|
-
display: var(--a1wfy30z-0);
|
|
2171
|
-
}
|
|
2172
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2173
|
-
padding: 4px 11px;
|
|
2174
|
-
display: inline-flex;
|
|
2175
|
-
line-height: 1.5715;
|
|
2176
|
-
height: inherit;
|
|
2177
|
-
}
|
|
2178
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2179
|
-
content: var(--a1wfy30z-1);
|
|
2180
|
-
display: var(--a1wfy30z-2);
|
|
2181
|
-
flex: none;
|
|
2182
|
-
align-items: center;
|
|
2183
|
-
margin-left: 4px;
|
|
2184
|
-
}
|
|
2185
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2186
|
-
content: var(--a1wfy30z-3);
|
|
2187
|
-
display: var(--a1wfy30z-4);
|
|
2188
|
-
flex: none;
|
|
2189
|
-
align-items: center;
|
|
2190
|
-
margin-right: 4px;
|
|
2191
|
-
cursor: auto;
|
|
2192
|
-
}
|
|
2193
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2194
|
-
padding: 0;
|
|
2195
|
-
margin: 0;
|
|
2196
|
-
height: auto;
|
|
2197
|
-
font-size: inherit;
|
|
2151
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2152
|
+
display: none;
|
|
2198
2153
|
}
|
|
2199
|
-
|
|
2200
|
-
.
|
|
2201
|
-
height: 18px;
|
|
2202
|
-
line-height: 18px;
|
|
2203
|
-
padding: 0 4px;
|
|
2154
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
2155
|
+
background: rgba(23, 38, 64, 0.8);
|
|
2204
2156
|
border-radius: 4px;
|
|
2205
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2206
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2207
|
-
display: flex;
|
|
2208
|
-
align-items: center;
|
|
2209
|
-
white-space: nowrap;
|
|
2210
|
-
margin-right: 4px;
|
|
2211
|
-
}
|
|
2212
|
-
|
|
2213
|
-
.E_fzh9mnb {
|
|
2214
|
-
width: 100%;
|
|
2215
|
-
height: 100%;
|
|
2216
|
-
min-height: 124px;
|
|
2217
|
-
display: flex;
|
|
2218
|
-
flex-direction: column;
|
|
2219
|
-
justify-content: center;
|
|
2220
|
-
align-items: center;
|
|
2221
|
-
}
|
|
2222
|
-
.E_fzh9mnb .error-text {
|
|
2223
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2224
|
-
margin-bottom: 16px;
|
|
2225
|
-
font-size: 18px;
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
.E_f7pxqmh {
|
|
2229
|
-
width: 100%;
|
|
2230
|
-
margin-bottom: 0 !important;
|
|
2231
|
-
flex-flow: nowrap !important;
|
|
2232
|
-
line-break: auto;
|
|
2233
|
-
}
|
|
2234
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2235
|
-
text-align: left !important;
|
|
2236
|
-
padding-bottom: 0 !important;
|
|
2237
|
-
}
|
|
2238
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2239
|
-
min-height: 32px;
|
|
2240
|
-
height: auto;
|
|
2241
|
-
font-size: 13px;
|
|
2242
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2243
|
-
white-space: normal;
|
|
2244
|
-
}
|
|
2245
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2246
|
-
border-color: #ff4d4f !important;
|
|
2247
|
-
}
|
|
2248
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2249
|
-
border-color: #ff4d4f !important;
|
|
2250
|
-
}
|
|
2251
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
2252
|
-
margin-top: 4px;
|
|
2253
|
-
font-size: 12px;
|
|
2254
|
-
min-height: 0px;
|
|
2255
2157
|
}
|
|
2256
|
-
.
|
|
2257
|
-
|
|
2258
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2259
|
-
min-height: 0px;
|
|
2158
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2159
|
+
visibility: hidden;
|
|
2260
2160
|
}
|
|
2261
2161
|
|
|
2262
2162
|
.E_iouxfgt {
|
|
@@ -2337,6 +2237,106 @@ html body {
|
|
|
2337
2237
|
padding: 2px 8px;
|
|
2338
2238
|
}
|
|
2339
2239
|
|
|
2240
|
+
.E_f7pxqmh {
|
|
2241
|
+
width: 100%;
|
|
2242
|
+
margin-bottom: 0 !important;
|
|
2243
|
+
flex-flow: nowrap !important;
|
|
2244
|
+
line-break: auto;
|
|
2245
|
+
}
|
|
2246
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2247
|
+
text-align: left !important;
|
|
2248
|
+
padding-bottom: 0 !important;
|
|
2249
|
+
}
|
|
2250
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2251
|
+
min-height: 32px;
|
|
2252
|
+
height: auto;
|
|
2253
|
+
font-size: 13px;
|
|
2254
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2255
|
+
white-space: normal;
|
|
2256
|
+
}
|
|
2257
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2258
|
+
border-color: #ff4d4f !important;
|
|
2259
|
+
}
|
|
2260
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2261
|
+
border-color: #ff4d4f !important;
|
|
2262
|
+
}
|
|
2263
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2264
|
+
margin-top: 4px;
|
|
2265
|
+
font-size: 12px;
|
|
2266
|
+
min-height: 0px;
|
|
2267
|
+
}
|
|
2268
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2269
|
+
font-size: 12px;
|
|
2270
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2271
|
+
min-height: 0px;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.E_i1inqkme {
|
|
2275
|
+
height: 18px;
|
|
2276
|
+
line-height: 18px;
|
|
2277
|
+
padding: 0 4px;
|
|
2278
|
+
border-radius: 4px;
|
|
2279
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2280
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2281
|
+
display: flex;
|
|
2282
|
+
align-items: center;
|
|
2283
|
+
white-space: nowrap;
|
|
2284
|
+
margin-right: 4px;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2288
|
+
display: var(--a1wfy30z-0);
|
|
2289
|
+
}
|
|
2290
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2291
|
+
padding: 4px 11px;
|
|
2292
|
+
display: inline-flex;
|
|
2293
|
+
line-height: 1.5715;
|
|
2294
|
+
height: inherit;
|
|
2295
|
+
}
|
|
2296
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2297
|
+
content: var(--a1wfy30z-1);
|
|
2298
|
+
display: var(--a1wfy30z-2);
|
|
2299
|
+
flex: none;
|
|
2300
|
+
align-items: center;
|
|
2301
|
+
margin-left: 4px;
|
|
2302
|
+
}
|
|
2303
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2304
|
+
content: var(--a1wfy30z-3);
|
|
2305
|
+
display: var(--a1wfy30z-4);
|
|
2306
|
+
flex: none;
|
|
2307
|
+
align-items: center;
|
|
2308
|
+
margin-right: 4px;
|
|
2309
|
+
cursor: auto;
|
|
2310
|
+
}
|
|
2311
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2312
|
+
padding: 0;
|
|
2313
|
+
margin: 0;
|
|
2314
|
+
height: auto;
|
|
2315
|
+
font-size: inherit;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2319
|
+
margin-left: 8px;
|
|
2320
|
+
}
|
|
2321
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2322
|
+
padding: 2px 7px 2px 12px;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.E_fzh9mnb {
|
|
2326
|
+
width: 100%;
|
|
2327
|
+
height: 100%;
|
|
2328
|
+
min-height: 124px;
|
|
2329
|
+
display: flex;
|
|
2330
|
+
flex-direction: column;
|
|
2331
|
+
justify-content: center;
|
|
2332
|
+
align-items: center;
|
|
2333
|
+
}
|
|
2334
|
+
.E_fzh9mnb .error-text {
|
|
2335
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2336
|
+
margin-bottom: 16px;
|
|
2337
|
+
font-size: 18px;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
2340
|
.E_owd0kml {
|
|
2341
2341
|
display: inline-block;
|
|
2342
2342
|
}
|
|
@@ -2817,12 +2817,8 @@ html body {
|
|
|
2817
2817
|
font-family: Inter;
|
|
2818
2818
|
font-style: normal;
|
|
2819
2819
|
font-weight: normal;
|
|
2820
|
-
font-size: 10px;
|
|
2821
|
-
line-height: 12px;
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
.E_m196gn1d {
|
|
2825
|
-
min-width: 1280px;
|
|
2820
|
+
font-size: 10px;
|
|
2821
|
+
line-height: 12px;
|
|
2826
2822
|
}
|
|
2827
2823
|
|
|
2828
2824
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -2855,6 +2851,10 @@ html body {
|
|
|
2855
2851
|
transition: all 320ms ease;
|
|
2856
2852
|
}
|
|
2857
2853
|
|
|
2854
|
+
.E_m196gn1d {
|
|
2855
|
+
min-width: 1280px;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
2858
|
.E_cnujxq2 {
|
|
2859
2859
|
display: flex;
|
|
2860
2860
|
flex-direction: column;
|
|
@@ -3545,6 +3545,63 @@ input.E_rf8rlle.ant-input {
|
|
|
3545
3545
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
3548
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3549
|
+
border-radius: 6px;
|
|
3550
|
+
}
|
|
3551
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3552
|
+
width: 100%;
|
|
3553
|
+
color: #2d3a56;
|
|
3554
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3555
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3556
|
+
font-size: 13px;
|
|
3557
|
+
}
|
|
3558
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3559
|
+
height: 30px;
|
|
3560
|
+
}
|
|
3561
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3562
|
+
height: 38px;
|
|
3563
|
+
font-size: 13px;
|
|
3564
|
+
}
|
|
3565
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3566
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3567
|
+
transition: 160ms ease;
|
|
3568
|
+
}
|
|
3569
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3570
|
+
color: #0080ff;
|
|
3571
|
+
}
|
|
3572
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3573
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3574
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3575
|
+
}
|
|
3576
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3577
|
+
color: #0080ff;
|
|
3578
|
+
}
|
|
3579
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3580
|
+
border-color: #0080ff;
|
|
3581
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3582
|
+
}
|
|
3583
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3584
|
+
transform: rotate(180deg);
|
|
3585
|
+
}
|
|
3586
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3587
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3588
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3589
|
+
cursor: "not-allowed";
|
|
3590
|
+
}
|
|
3591
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3592
|
+
border-color: #f0483e !important;
|
|
3593
|
+
}
|
|
3594
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3595
|
+
color: #1d326c;
|
|
3596
|
+
}
|
|
3597
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3598
|
+
border-color: #0080ff;
|
|
3599
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3600
|
+
}
|
|
3601
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3602
|
+
transform: rotate(180deg);
|
|
3603
|
+
}
|
|
3604
|
+
|
|
3548
3605
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
3549
3606
|
opacity: 1;
|
|
3550
3607
|
}
|
|
@@ -3697,63 +3754,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3697
3754
|
flex-shrink: 0;
|
|
3698
3755
|
}
|
|
3699
3756
|
|
|
3700
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3701
|
-
border-radius: 6px;
|
|
3702
|
-
}
|
|
3703
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
3704
|
-
width: 100%;
|
|
3705
|
-
color: #2d3a56;
|
|
3706
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3707
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3708
|
-
font-size: 13px;
|
|
3709
|
-
}
|
|
3710
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3711
|
-
height: 30px;
|
|
3712
|
-
}
|
|
3713
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3714
|
-
height: 38px;
|
|
3715
|
-
font-size: 13px;
|
|
3716
|
-
}
|
|
3717
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3718
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3719
|
-
transition: 160ms ease;
|
|
3720
|
-
}
|
|
3721
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3722
|
-
color: #0080ff;
|
|
3723
|
-
}
|
|
3724
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3725
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3726
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3727
|
-
}
|
|
3728
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3729
|
-
color: #0080ff;
|
|
3730
|
-
}
|
|
3731
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3732
|
-
border-color: #0080ff;
|
|
3733
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3734
|
-
}
|
|
3735
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3736
|
-
transform: rotate(180deg);
|
|
3737
|
-
}
|
|
3738
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3739
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3740
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3741
|
-
cursor: "not-allowed";
|
|
3742
|
-
}
|
|
3743
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3744
|
-
border-color: #f0483e !important;
|
|
3745
|
-
}
|
|
3746
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3747
|
-
color: #1d326c;
|
|
3748
|
-
}
|
|
3749
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3750
|
-
border-color: #0080ff;
|
|
3751
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3752
|
-
}
|
|
3753
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3754
|
-
transform: rotate(180deg);
|
|
3755
|
-
}
|
|
3756
|
-
|
|
3757
3757
|
.E_w1dxz879 {
|
|
3758
3758
|
display: flex;
|
|
3759
3759
|
flex-direction: column;
|
|
@@ -3835,6 +3835,35 @@ input.E_rf8rlle.ant-input {
|
|
|
3835
3835
|
margin-top: 8px;
|
|
3836
3836
|
}
|
|
3837
3837
|
|
|
3838
|
+
.E_m5foqp8.medium {
|
|
3839
|
+
--footer-height: 96px;
|
|
3840
|
+
--modal-content-width: 720px;
|
|
3841
|
+
--modal-content-min-height: 200px;
|
|
3842
|
+
--modal-header-padding: 40px 60px 8px;
|
|
3843
|
+
--modal-content-padding-top: 24px;
|
|
3844
|
+
--modal-content-padding-bottom: 32px;
|
|
3845
|
+
--modal-content-padding-x: 60px;
|
|
3846
|
+
--modal-footer-padding: 0 60px;
|
|
3847
|
+
}
|
|
3848
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
3849
|
+
height: calc(100vh - 80px);
|
|
3850
|
+
width: calc(100vw - 160px);
|
|
3851
|
+
}
|
|
3852
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
3853
|
+
width: 100%;
|
|
3854
|
+
height: 100%;
|
|
3855
|
+
max-width: unset;
|
|
3856
|
+
max-height: unset;
|
|
3857
|
+
display: flex;
|
|
3858
|
+
flex-direction: column;
|
|
3859
|
+
}
|
|
3860
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
3861
|
+
flex: 1;
|
|
3862
|
+
}
|
|
3863
|
+
.E_m5foqp8.medium .initializing-title {
|
|
3864
|
+
height: 32px;
|
|
3865
|
+
}
|
|
3866
|
+
|
|
3838
3867
|
.E_hrhfj7c {
|
|
3839
3868
|
display: none;
|
|
3840
3869
|
}
|
|
@@ -4090,35 +4119,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4090
4119
|
background-color: transparent;
|
|
4091
4120
|
}
|
|
4092
4121
|
|
|
4093
|
-
.E_m5foqp8.medium {
|
|
4094
|
-
--footer-height: 96px;
|
|
4095
|
-
--modal-content-width: 720px;
|
|
4096
|
-
--modal-content-min-height: 200px;
|
|
4097
|
-
--modal-header-padding: 40px 60px 8px;
|
|
4098
|
-
--modal-content-padding-top: 24px;
|
|
4099
|
-
--modal-content-padding-bottom: 32px;
|
|
4100
|
-
--modal-content-padding-x: 60px;
|
|
4101
|
-
--modal-footer-padding: 0 60px;
|
|
4102
|
-
}
|
|
4103
|
-
.E_m5foqp8.medium.content-full.ant-modal {
|
|
4104
|
-
height: calc(100vh - 80px);
|
|
4105
|
-
width: calc(100vw - 160px);
|
|
4106
|
-
}
|
|
4107
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
4108
|
-
width: 100%;
|
|
4109
|
-
height: 100%;
|
|
4110
|
-
max-width: unset;
|
|
4111
|
-
max-height: unset;
|
|
4112
|
-
display: flex;
|
|
4113
|
-
flex-direction: column;
|
|
4114
|
-
}
|
|
4115
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
4116
|
-
flex: 1;
|
|
4117
|
-
}
|
|
4118
|
-
.E_m5foqp8.medium .initializing-title {
|
|
4119
|
-
height: 32px;
|
|
4120
|
-
}
|
|
4121
|
-
|
|
4122
4122
|
.E_ckaaqep {
|
|
4123
4123
|
background: rgba(172, 186, 211, 0.6);
|
|
4124
4124
|
content: "";
|
|
@@ -5092,50 +5092,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5092
5092
|
opacity: 0.5;
|
|
5093
5093
|
}
|
|
5094
5094
|
|
|
5095
|
-
.E_c1kghdax {
|
|
5096
|
-
color: #2d3a56;
|
|
5097
|
-
padding: 7px 12px;
|
|
5098
|
-
display: flex;
|
|
5099
|
-
justify-content: space-between;
|
|
5100
|
-
align-items: center;
|
|
5101
|
-
}
|
|
5102
|
-
.E_c1kghdax.has-arrow {
|
|
5103
|
-
padding-left: 10px;
|
|
5104
|
-
}
|
|
5105
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
5106
|
-
cursor: pointer;
|
|
5107
|
-
color: #00122e;
|
|
5108
|
-
}
|
|
5109
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
5110
|
-
color: #2d3a56;
|
|
5111
|
-
font-weight: 600;
|
|
5112
|
-
}
|
|
5113
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
5114
|
-
transform: rotate(90deg);
|
|
5115
|
-
}
|
|
5116
|
-
.E_c1kghdax .sub-info {
|
|
5117
|
-
font-size: 12px;
|
|
5118
|
-
line-height: 18px;
|
|
5119
|
-
}
|
|
5120
|
-
.E_c1kghdax .title-wrapper {
|
|
5121
|
-
display: flex;
|
|
5122
|
-
align-items: center;
|
|
5123
|
-
user-select: none;
|
|
5124
|
-
flex-grow: 1;
|
|
5125
|
-
font-size: 12px;
|
|
5126
|
-
line-height: 18px;
|
|
5127
|
-
color: #2d3a56;
|
|
5128
|
-
font-weight: 700;
|
|
5129
|
-
}
|
|
5130
|
-
.E_c1kghdax .collapse-arrow {
|
|
5131
|
-
transition: all 50ms ease-out 0ms;
|
|
5132
|
-
margin-right: 2px;
|
|
5133
|
-
}
|
|
5134
|
-
|
|
5135
|
-
.E_c1yd35n {
|
|
5136
|
-
padding: 0 12px 14px 12px;
|
|
5137
|
-
}
|
|
5138
|
-
|
|
5139
5095
|
.E_ckui4s7 {
|
|
5140
5096
|
color: #2d3a56;
|
|
5141
5097
|
line-height: 22px;
|
|
@@ -5189,15 +5145,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5189
5145
|
margin-left: 12px;
|
|
5190
5146
|
color: #2d3a56;
|
|
5191
5147
|
}
|
|
5192
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
5193
|
-
margin-left: 28px;
|
|
5194
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5148
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
5149
|
+
margin-left: 28px;
|
|
5150
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5151
|
+
}
|
|
5152
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
5153
|
+
margin-left: 8px;
|
|
5154
|
+
}
|
|
5155
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
5156
|
+
margin-left: 24px;
|
|
5157
|
+
}
|
|
5158
|
+
|
|
5159
|
+
.E_c1yd35n {
|
|
5160
|
+
padding: 0 12px 14px 12px;
|
|
5161
|
+
}
|
|
5162
|
+
|
|
5163
|
+
.E_c1kghdax {
|
|
5164
|
+
color: #2d3a56;
|
|
5165
|
+
padding: 7px 12px;
|
|
5166
|
+
display: flex;
|
|
5167
|
+
justify-content: space-between;
|
|
5168
|
+
align-items: center;
|
|
5169
|
+
}
|
|
5170
|
+
.E_c1kghdax.has-arrow {
|
|
5171
|
+
padding-left: 10px;
|
|
5172
|
+
}
|
|
5173
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
5174
|
+
cursor: pointer;
|
|
5175
|
+
color: #00122e;
|
|
5176
|
+
}
|
|
5177
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
5178
|
+
color: #2d3a56;
|
|
5179
|
+
font-weight: 600;
|
|
5180
|
+
}
|
|
5181
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
5182
|
+
transform: rotate(90deg);
|
|
5183
|
+
}
|
|
5184
|
+
.E_c1kghdax .sub-info {
|
|
5185
|
+
font-size: 12px;
|
|
5186
|
+
line-height: 18px;
|
|
5195
5187
|
}
|
|
5196
|
-
.
|
|
5197
|
-
|
|
5188
|
+
.E_c1kghdax .title-wrapper {
|
|
5189
|
+
display: flex;
|
|
5190
|
+
align-items: center;
|
|
5191
|
+
user-select: none;
|
|
5192
|
+
flex-grow: 1;
|
|
5193
|
+
font-size: 12px;
|
|
5194
|
+
line-height: 18px;
|
|
5195
|
+
color: #2d3a56;
|
|
5196
|
+
font-weight: 700;
|
|
5198
5197
|
}
|
|
5199
|
-
.
|
|
5200
|
-
|
|
5198
|
+
.E_c1kghdax .collapse-arrow {
|
|
5199
|
+
transition: all 50ms ease-out 0ms;
|
|
5200
|
+
margin-right: 2px;
|
|
5201
5201
|
}
|
|
5202
5202
|
|
|
5203
5203
|
.E_b14q2gmw {
|
|
@@ -5266,6 +5266,201 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5266
5266
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5267
5267
|
}
|
|
5268
5268
|
|
|
5269
|
+
.E_sjob3jg {
|
|
5270
|
+
--item-min-width: 60px;
|
|
5271
|
+
}
|
|
5272
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5273
|
+
display: none !important;
|
|
5274
|
+
}
|
|
5275
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5276
|
+
flex-shrink: 0 !important;
|
|
5277
|
+
}
|
|
5278
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5279
|
+
color: #0080FF;
|
|
5280
|
+
}
|
|
5281
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5282
|
+
color: #0080FF;
|
|
5283
|
+
font-weight: normal;
|
|
5284
|
+
}
|
|
5285
|
+
.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 {
|
|
5286
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5287
|
+
}
|
|
5288
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5289
|
+
color: #00122E;
|
|
5290
|
+
}
|
|
5291
|
+
.E_sjob3jg .step-item-text {
|
|
5292
|
+
display: inline-block;
|
|
5293
|
+
}
|
|
5294
|
+
.E_sjob3jg .step-item-title {
|
|
5295
|
+
overflow: hidden;
|
|
5296
|
+
white-space: nowrap;
|
|
5297
|
+
text-overflow: ellipsis;
|
|
5298
|
+
}
|
|
5299
|
+
|
|
5300
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5301
|
+
min-width: var(--item-min-width);
|
|
5302
|
+
}
|
|
5303
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5304
|
+
cursor: not-allowed !important;
|
|
5305
|
+
}
|
|
5306
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5307
|
+
flex-direction: row;
|
|
5308
|
+
justify-content: stretch;
|
|
5309
|
+
}
|
|
5310
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5311
|
+
padding: 0;
|
|
5312
|
+
margin-right: 4px;
|
|
5313
|
+
flex: 1;
|
|
5314
|
+
overflow: visible;
|
|
5315
|
+
}
|
|
5316
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5317
|
+
width: 100%;
|
|
5318
|
+
min-height: unset;
|
|
5319
|
+
}
|
|
5320
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5321
|
+
height: 26px;
|
|
5322
|
+
line-height: 26px;
|
|
5323
|
+
width: 100%;
|
|
5324
|
+
padding: 0;
|
|
5325
|
+
font-size: 12px;
|
|
5326
|
+
}
|
|
5327
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5328
|
+
margin-right: 10px;
|
|
5329
|
+
}
|
|
5330
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5331
|
+
display: none;
|
|
5332
|
+
}
|
|
5333
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5334
|
+
padding-left: 8px;
|
|
5335
|
+
padding-right: 4px;
|
|
5336
|
+
border-radius: 4px 0 0 4px;
|
|
5337
|
+
}
|
|
5338
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5339
|
+
margin-right: 0;
|
|
5340
|
+
}
|
|
5341
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5342
|
+
padding-right: 8px;
|
|
5343
|
+
padding-left: 12px;
|
|
5344
|
+
border-radius: 0 4px 4px 0;
|
|
5345
|
+
}
|
|
5346
|
+
.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 {
|
|
5347
|
+
content: "";
|
|
5348
|
+
width: 0;
|
|
5349
|
+
height: 0;
|
|
5350
|
+
border: 13px solid transparent;
|
|
5351
|
+
position: absolute;
|
|
5352
|
+
top: 0;
|
|
5353
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5354
|
+
z-index: 2;
|
|
5355
|
+
position: relative;
|
|
5356
|
+
top: -50%;
|
|
5357
|
+
right: -100%;
|
|
5358
|
+
}
|
|
5359
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5360
|
+
padding: 0 4px 0 12px;
|
|
5361
|
+
}
|
|
5362
|
+
.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 {
|
|
5363
|
+
content: "";
|
|
5364
|
+
width: 0;
|
|
5365
|
+
height: 0;
|
|
5366
|
+
border: 13px solid transparent;
|
|
5367
|
+
position: absolute;
|
|
5368
|
+
top: 0;
|
|
5369
|
+
border-left: 8px solid #fff;
|
|
5370
|
+
left: 0;
|
|
5371
|
+
}
|
|
5372
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5373
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5374
|
+
}
|
|
5375
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5376
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5377
|
+
}
|
|
5378
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5379
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5380
|
+
}
|
|
5381
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5382
|
+
cursor: pointer;
|
|
5383
|
+
min-width: var(--item-min-width);
|
|
5384
|
+
}
|
|
5385
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5386
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5387
|
+
min-width: var(--item-min-width);
|
|
5388
|
+
}
|
|
5389
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5390
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5391
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5392
|
+
}
|
|
5393
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5394
|
+
padding: 0;
|
|
5395
|
+
}
|
|
5396
|
+
|
|
5397
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5398
|
+
width: 192px;
|
|
5399
|
+
row-gap: 2px;
|
|
5400
|
+
}
|
|
5401
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5402
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5403
|
+
}
|
|
5404
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5405
|
+
color: #00122E !important;
|
|
5406
|
+
}
|
|
5407
|
+
.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 {
|
|
5408
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5409
|
+
}
|
|
5410
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5411
|
+
padding: 0 8px;
|
|
5412
|
+
border-radius: 4px;
|
|
5413
|
+
height: 32px;
|
|
5414
|
+
display: flex;
|
|
5415
|
+
align-items: center;
|
|
5416
|
+
}
|
|
5417
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5418
|
+
min-height: auto;
|
|
5419
|
+
white-space: nowrap;
|
|
5420
|
+
}
|
|
5421
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5422
|
+
font-size: 13px;
|
|
5423
|
+
line-height: 20px;
|
|
5424
|
+
max-width: 100%;
|
|
5425
|
+
padding-right: 0;
|
|
5426
|
+
}
|
|
5427
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5428
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5429
|
+
}
|
|
5430
|
+
|
|
5431
|
+
.E_h6l1tj4 {
|
|
5432
|
+
width: 100%;
|
|
5433
|
+
display: inline-flex;
|
|
5434
|
+
align-items: center;
|
|
5435
|
+
justify-content: center;
|
|
5436
|
+
column-gap: 4px;
|
|
5437
|
+
}
|
|
5438
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
5439
|
+
display: inline-flex;
|
|
5440
|
+
align-items: center;
|
|
5441
|
+
width: 18px;
|
|
5442
|
+
height: 18px;
|
|
5443
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5444
|
+
justify-content: center;
|
|
5445
|
+
}
|
|
5446
|
+
|
|
5447
|
+
.E_v18frne8 {
|
|
5448
|
+
width: 100%;
|
|
5449
|
+
display: flex;
|
|
5450
|
+
align-items: center;
|
|
5451
|
+
justify-content: center;
|
|
5452
|
+
column-gap: 6px;
|
|
5453
|
+
font-size: 13px;
|
|
5454
|
+
}
|
|
5455
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5456
|
+
display: inline-flex;
|
|
5457
|
+
align-items: center;
|
|
5458
|
+
min-width: 20px;
|
|
5459
|
+
min-height: 20px;
|
|
5460
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5461
|
+
justify-content: center;
|
|
5462
|
+
}
|
|
5463
|
+
|
|
5269
5464
|
.E_t1tbywr9 {
|
|
5270
5465
|
width: 100%;
|
|
5271
5466
|
flex: 1;
|
|
@@ -5440,10 +5635,53 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5440
5635
|
justify-content: center;
|
|
5441
5636
|
row-gap: var(--p1cmxsf7-0);
|
|
5442
5637
|
}
|
|
5443
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
5444
|
-
font-size: 0;
|
|
5445
|
-
margin-bottom: unset;
|
|
5446
|
-
margin-inline-end: unset;
|
|
5638
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5639
|
+
font-size: 0;
|
|
5640
|
+
margin-bottom: unset;
|
|
5641
|
+
margin-inline-end: unset;
|
|
5642
|
+
}
|
|
5643
|
+
|
|
5644
|
+
.E_i1g85yz3 {
|
|
5645
|
+
margin-right: 4px;
|
|
5646
|
+
height: 16px;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
.E_slr2ynn {
|
|
5650
|
+
padding: 0 8px;
|
|
5651
|
+
height: 18px;
|
|
5652
|
+
}
|
|
5653
|
+
|
|
5654
|
+
.E_m140wbb6 {
|
|
5655
|
+
padding: 2px 8px;
|
|
5656
|
+
height: 24px;
|
|
5657
|
+
}
|
|
5658
|
+
|
|
5659
|
+
.E_t1fozc1i {
|
|
5660
|
+
margin: 0;
|
|
5661
|
+
}
|
|
5662
|
+
|
|
5663
|
+
.E_i1vxv4ln {
|
|
5664
|
+
margin-right: 4px;
|
|
5665
|
+
height: 16px;
|
|
5666
|
+
}
|
|
5667
|
+
|
|
5668
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5669
|
+
font-weight: 700;
|
|
5670
|
+
color: #00122E;
|
|
5671
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5672
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5673
|
+
word-break: break-all;
|
|
5674
|
+
display: inline;
|
|
5675
|
+
white-space: normal;
|
|
5676
|
+
}
|
|
5677
|
+
|
|
5678
|
+
.E_w7ob4th.outside-tag {
|
|
5679
|
+
padding-left: 0;
|
|
5680
|
+
}
|
|
5681
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5682
|
+
border-radius: 4px 0 0 4px;
|
|
5683
|
+
padding-right: 4px;
|
|
5684
|
+
margin-right: 4px;
|
|
5447
5685
|
}
|
|
5448
5686
|
|
|
5449
5687
|
.E_t1dtlqs1 {
|
|
@@ -5600,313 +5838,75 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5600
5838
|
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5601
5839
|
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5602
5840
|
border-radius: 5px;
|
|
5603
|
-
font-size: 12px;
|
|
5604
|
-
}
|
|
5605
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5606
|
-
font-size: inherit;
|
|
5607
|
-
}
|
|
5608
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5609
|
-
min-height: 24px;
|
|
5610
|
-
font-size: 12px;
|
|
5611
|
-
position: relative;
|
|
5612
|
-
}
|
|
5613
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5614
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5615
|
-
}
|
|
5616
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5617
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5618
|
-
}
|
|
5619
|
-
|
|
5620
|
-
.E_a138syjm {
|
|
5621
|
-
display: flex;
|
|
5622
|
-
align-items: center;
|
|
5623
|
-
gap: 8px;
|
|
5624
|
-
}
|
|
5625
|
-
.E_a138syjm button.ant-btn {
|
|
5626
|
-
padding: 2px 8px;
|
|
5627
|
-
height: 24px;
|
|
5628
|
-
}
|
|
5629
|
-
.E_a138syjm > span.maximum-desc {
|
|
5630
|
-
display: none;
|
|
5631
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5632
|
-
}
|
|
5633
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5634
|
-
display: inline;
|
|
5635
|
-
}
|
|
5636
|
-
|
|
5637
|
-
.E_d77i8u0 {
|
|
5638
|
-
width: 24px;
|
|
5639
|
-
height: 24px;
|
|
5640
|
-
padding: 4px;
|
|
5641
|
-
margin-right: 8px;
|
|
5642
|
-
}
|
|
5643
|
-
|
|
5644
|
-
.E_i1g85yz3 {
|
|
5645
|
-
margin-right: 4px;
|
|
5646
|
-
height: 16px;
|
|
5647
|
-
}
|
|
5648
|
-
|
|
5649
|
-
.E_t13ef470 {
|
|
5650
|
-
height: 100%;
|
|
5651
|
-
}
|
|
5652
|
-
.E_t13ef470 .table-loading-item {
|
|
5653
|
-
padding: 12px 4px;
|
|
5654
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5655
|
-
display: flex;
|
|
5656
|
-
}
|
|
5657
|
-
.E_t13ef470 .table-loading-item > * {
|
|
5658
|
-
height: 16px;
|
|
5659
|
-
margin: 4px;
|
|
5660
|
-
background: rgba(204, 212, 227, 0.18);
|
|
5661
|
-
border-radius: 2px;
|
|
5662
|
-
}
|
|
5663
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5664
|
-
width: 16px;
|
|
5665
|
-
}
|
|
5666
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
5667
|
-
flex: 1;
|
|
5668
|
-
}
|
|
5669
|
-
.E_t13ef470 :nth-child(1) {
|
|
5670
|
-
padding: 8px 4px;
|
|
5671
|
-
}
|
|
5672
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5673
|
-
background: rgba(107, 125, 153, 0.18);
|
|
5674
|
-
}
|
|
5675
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
5676
|
-
background: rgba(163, 180, 204, 0.18);
|
|
5677
|
-
}
|
|
5678
|
-
|
|
5679
|
-
.E_w7ob4th.outside-tag {
|
|
5680
|
-
padding-left: 0;
|
|
5681
|
-
}
|
|
5682
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5683
|
-
border-radius: 4px 0 0 4px;
|
|
5684
|
-
padding-right: 4px;
|
|
5685
|
-
margin-right: 4px;
|
|
5686
|
-
}
|
|
5687
|
-
|
|
5688
|
-
.E_sjob3jg {
|
|
5689
|
-
--item-min-width: 60px;
|
|
5690
|
-
}
|
|
5691
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5692
|
-
display: none !important;
|
|
5693
|
-
}
|
|
5694
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5695
|
-
flex-shrink: 0 !important;
|
|
5696
|
-
}
|
|
5697
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5698
|
-
color: #0080FF;
|
|
5699
|
-
}
|
|
5700
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5701
|
-
color: #0080FF;
|
|
5702
|
-
font-weight: normal;
|
|
5703
|
-
}
|
|
5704
|
-
.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 {
|
|
5705
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5706
|
-
}
|
|
5707
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5708
|
-
color: #00122E;
|
|
5709
|
-
}
|
|
5710
|
-
.E_sjob3jg .step-item-text {
|
|
5711
|
-
display: inline-block;
|
|
5712
|
-
}
|
|
5713
|
-
.E_sjob3jg .step-item-title {
|
|
5714
|
-
overflow: hidden;
|
|
5715
|
-
white-space: nowrap;
|
|
5716
|
-
text-overflow: ellipsis;
|
|
5717
|
-
}
|
|
5718
|
-
|
|
5719
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
5720
|
-
min-width: var(--item-min-width);
|
|
5721
|
-
}
|
|
5722
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5723
|
-
cursor: not-allowed !important;
|
|
5724
|
-
}
|
|
5725
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5726
|
-
flex-direction: row;
|
|
5727
|
-
justify-content: stretch;
|
|
5728
|
-
}
|
|
5729
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5730
|
-
padding: 0;
|
|
5731
|
-
margin-right: 4px;
|
|
5732
|
-
flex: 1;
|
|
5733
|
-
overflow: visible;
|
|
5734
|
-
}
|
|
5735
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5736
|
-
width: 100%;
|
|
5737
|
-
min-height: unset;
|
|
5738
|
-
}
|
|
5739
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5740
|
-
height: 26px;
|
|
5741
|
-
line-height: 26px;
|
|
5742
|
-
width: 100%;
|
|
5743
|
-
padding: 0;
|
|
5744
|
-
font-size: 12px;
|
|
5745
|
-
}
|
|
5746
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5747
|
-
margin-right: 10px;
|
|
5748
|
-
}
|
|
5749
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5750
|
-
display: none;
|
|
5751
|
-
}
|
|
5752
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5753
|
-
padding-left: 8px;
|
|
5754
|
-
padding-right: 4px;
|
|
5755
|
-
border-radius: 4px 0 0 4px;
|
|
5756
|
-
}
|
|
5757
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5758
|
-
margin-right: 0;
|
|
5759
|
-
}
|
|
5760
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5761
|
-
padding-right: 8px;
|
|
5762
|
-
padding-left: 12px;
|
|
5763
|
-
border-radius: 0 4px 4px 0;
|
|
5764
|
-
}
|
|
5765
|
-
.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 {
|
|
5766
|
-
content: "";
|
|
5767
|
-
width: 0;
|
|
5768
|
-
height: 0;
|
|
5769
|
-
border: 13px solid transparent;
|
|
5770
|
-
position: absolute;
|
|
5771
|
-
top: 0;
|
|
5772
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5773
|
-
z-index: 2;
|
|
5774
|
-
position: relative;
|
|
5775
|
-
top: -50%;
|
|
5776
|
-
right: -100%;
|
|
5777
|
-
}
|
|
5778
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5779
|
-
padding: 0 4px 0 12px;
|
|
5780
|
-
}
|
|
5781
|
-
.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 {
|
|
5782
|
-
content: "";
|
|
5783
|
-
width: 0;
|
|
5784
|
-
height: 0;
|
|
5785
|
-
border: 13px solid transparent;
|
|
5786
|
-
position: absolute;
|
|
5787
|
-
top: 0;
|
|
5788
|
-
border-left: 8px solid #fff;
|
|
5789
|
-
left: 0;
|
|
5790
|
-
}
|
|
5791
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5792
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5793
|
-
}
|
|
5794
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5795
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5796
|
-
}
|
|
5797
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5798
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5799
|
-
}
|
|
5800
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5801
|
-
cursor: pointer;
|
|
5802
|
-
min-width: var(--item-min-width);
|
|
5803
|
-
}
|
|
5804
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5805
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5806
|
-
min-width: var(--item-min-width);
|
|
5807
|
-
}
|
|
5808
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5809
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5810
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5811
|
-
}
|
|
5812
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5813
|
-
padding: 0;
|
|
5814
|
-
}
|
|
5815
|
-
|
|
5816
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5817
|
-
width: 192px;
|
|
5818
|
-
row-gap: 2px;
|
|
5819
|
-
}
|
|
5820
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5821
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5822
|
-
}
|
|
5823
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5824
|
-
color: #00122E !important;
|
|
5825
|
-
}
|
|
5826
|
-
.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 {
|
|
5827
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5828
|
-
}
|
|
5829
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5830
|
-
padding: 0 8px;
|
|
5831
|
-
border-radius: 4px;
|
|
5832
|
-
height: 32px;
|
|
5833
|
-
display: flex;
|
|
5834
|
-
align-items: center;
|
|
5835
|
-
}
|
|
5836
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5837
|
-
min-height: auto;
|
|
5838
|
-
white-space: nowrap;
|
|
5839
|
-
}
|
|
5840
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5841
|
-
font-size: 13px;
|
|
5842
|
-
line-height: 20px;
|
|
5843
|
-
max-width: 100%;
|
|
5844
|
-
padding-right: 0;
|
|
5841
|
+
font-size: 12px;
|
|
5845
5842
|
}
|
|
5846
|
-
.
|
|
5847
|
-
|
|
5843
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5844
|
+
font-size: inherit;
|
|
5848
5845
|
}
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
|
|
5853
|
-
align-items: center;
|
|
5854
|
-
justify-content: center;
|
|
5855
|
-
column-gap: 4px;
|
|
5846
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5847
|
+
min-height: 24px;
|
|
5848
|
+
font-size: 12px;
|
|
5849
|
+
position: relative;
|
|
5856
5850
|
}
|
|
5857
|
-
.
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5863
|
-
justify-content: center;
|
|
5851
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5852
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5853
|
+
}
|
|
5854
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5855
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5864
5856
|
}
|
|
5865
5857
|
|
|
5866
|
-
.
|
|
5867
|
-
width: 100%;
|
|
5858
|
+
.E_a138syjm {
|
|
5868
5859
|
display: flex;
|
|
5869
5860
|
align-items: center;
|
|
5870
|
-
|
|
5871
|
-
column-gap: 6px;
|
|
5872
|
-
font-size: 13px;
|
|
5861
|
+
gap: 8px;
|
|
5873
5862
|
}
|
|
5874
|
-
.
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
min-width: 20px;
|
|
5878
|
-
min-height: 20px;
|
|
5879
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5880
|
-
justify-content: center;
|
|
5863
|
+
.E_a138syjm button.ant-btn {
|
|
5864
|
+
padding: 2px 8px;
|
|
5865
|
+
height: 24px;
|
|
5881
5866
|
}
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
|
|
5885
|
-
|
|
5867
|
+
.E_a138syjm > span.maximum-desc {
|
|
5868
|
+
display: none;
|
|
5869
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5870
|
+
}
|
|
5871
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5872
|
+
display: inline;
|
|
5886
5873
|
}
|
|
5887
5874
|
|
|
5888
|
-
.
|
|
5889
|
-
|
|
5875
|
+
.E_d77i8u0 {
|
|
5876
|
+
width: 24px;
|
|
5890
5877
|
height: 24px;
|
|
5878
|
+
padding: 4px;
|
|
5879
|
+
margin-right: 8px;
|
|
5891
5880
|
}
|
|
5892
5881
|
|
|
5893
|
-
.
|
|
5894
|
-
|
|
5882
|
+
.E_t13ef470 {
|
|
5883
|
+
height: 100%;
|
|
5895
5884
|
}
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
5885
|
+
.E_t13ef470 .table-loading-item {
|
|
5886
|
+
padding: 12px 4px;
|
|
5887
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5888
|
+
display: flex;
|
|
5889
|
+
}
|
|
5890
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5899
5891
|
height: 16px;
|
|
5892
|
+
margin: 4px;
|
|
5893
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5894
|
+
border-radius: 2px;
|
|
5900
5895
|
}
|
|
5901
|
-
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5909
|
-
|
|
5896
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5897
|
+
width: 16px;
|
|
5898
|
+
}
|
|
5899
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5900
|
+
flex: 1;
|
|
5901
|
+
}
|
|
5902
|
+
.E_t13ef470 :nth-child(1) {
|
|
5903
|
+
padding: 8px 4px;
|
|
5904
|
+
}
|
|
5905
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5906
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5907
|
+
}
|
|
5908
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5909
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5910
5910
|
}
|
|
5911
5911
|
|
|
5912
5912
|
.E_m11nzl2x {
|
|
@@ -6360,6 +6360,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6360
6360
|
color: #00122E;
|
|
6361
6361
|
}
|
|
6362
6362
|
|
|
6363
|
+
.E_b1jaupqb {
|
|
6364
|
+
color: #F0483E;
|
|
6365
|
+
}
|
|
6366
|
+
|
|
6363
6367
|
.E_icab5o7 {
|
|
6364
6368
|
--modal-to-viewport-margin: 10px;
|
|
6365
6369
|
--modal-body-padding-bottom: 40px;
|
|
@@ -6557,37 +6561,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6557
6561
|
font-weight: bold;
|
|
6558
6562
|
}
|
|
6559
6563
|
|
|
6560
|
-
.
|
|
6561
|
-
|
|
6564
|
+
.E_sqv6dmy {
|
|
6565
|
+
display: flex;
|
|
6566
|
+
justify-content: flex-end;
|
|
6562
6567
|
}
|
|
6563
6568
|
|
|
6564
|
-
.
|
|
6565
|
-
|
|
6566
|
-
align-items: center;
|
|
6567
|
-
justify-content: center;
|
|
6568
|
-
position: relative;
|
|
6569
|
-
border-radius: 2px;
|
|
6570
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6571
|
-
overflow: hidden;
|
|
6569
|
+
.E_p1rm8wzb {
|
|
6570
|
+
margin-right: 8px;
|
|
6572
6571
|
}
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
height:
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
top: -50%;
|
|
6579
|
-
flex-shrink: 0;
|
|
6580
|
-
opacity: 0.8;
|
|
6581
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6582
|
-
animation: shimmer 1100ms infinite;
|
|
6572
|
+
|
|
6573
|
+
.E_sd7qcf4 {
|
|
6574
|
+
height: 100%;
|
|
6575
|
+
width: 100%;
|
|
6576
|
+
overflow: auto;
|
|
6583
6577
|
}
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
|
|
6589
|
-
|
|
6590
|
-
|
|
6578
|
+
|
|
6579
|
+
.E_r1fxc9gq.right {
|
|
6580
|
+
overflow: auto;
|
|
6581
|
+
padding-right: 2px;
|
|
6582
|
+
width: 200px;
|
|
6583
|
+
height: fit-content;
|
|
6584
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6585
|
+
scrollbar-gutter: stable;
|
|
6586
|
+
}
|
|
6587
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6588
|
+
width: 6px;
|
|
6589
|
+
}
|
|
6590
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6591
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6592
|
+
}
|
|
6593
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6594
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6595
|
+
border-radius: 8px;
|
|
6591
6596
|
}
|
|
6592
6597
|
|
|
6593
6598
|
.E_dxyv8bv {
|
|
@@ -6727,38 +6732,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6727
6732
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6728
6733
|
}
|
|
6729
6734
|
|
|
6730
|
-
.
|
|
6735
|
+
.E_s20iney.skeleton-box {
|
|
6731
6736
|
display: flex;
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
margin-right: 8px;
|
|
6737
|
-
}
|
|
6738
|
-
|
|
6739
|
-
.E_sd7qcf4 {
|
|
6740
|
-
height: 100%;
|
|
6741
|
-
width: 100%;
|
|
6742
|
-
overflow: auto;
|
|
6743
|
-
}
|
|
6744
|
-
|
|
6745
|
-
.E_r1fxc9gq.right {
|
|
6746
|
-
overflow: auto;
|
|
6747
|
-
padding-right: 2px;
|
|
6748
|
-
width: 200px;
|
|
6749
|
-
height: fit-content;
|
|
6750
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6751
|
-
scrollbar-gutter: stable;
|
|
6752
|
-
}
|
|
6753
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6754
|
-
width: 6px;
|
|
6755
|
-
}
|
|
6756
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6737
|
+
align-items: center;
|
|
6738
|
+
justify-content: center;
|
|
6739
|
+
position: relative;
|
|
6740
|
+
border-radius: 2px;
|
|
6757
6741
|
background: rgba(225, 230, 241, 0.6);
|
|
6742
|
+
overflow: hidden;
|
|
6758
6743
|
}
|
|
6759
|
-
.
|
|
6760
|
-
|
|
6761
|
-
|
|
6744
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6745
|
+
width: 200%;
|
|
6746
|
+
height: 200%;
|
|
6747
|
+
transform: rotate(15deg);
|
|
6748
|
+
position: absolute;
|
|
6749
|
+
top: -50%;
|
|
6750
|
+
flex-shrink: 0;
|
|
6751
|
+
opacity: 0.8;
|
|
6752
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6753
|
+
animation: shimmer 1100ms infinite;
|
|
6754
|
+
}
|
|
6755
|
+
@keyframes shimmer {
|
|
6756
|
+
from {
|
|
6757
|
+
left: -120%;
|
|
6758
|
+
}
|
|
6759
|
+
to {
|
|
6760
|
+
left: 100%;
|
|
6761
|
+
}
|
|
6762
6762
|
}
|
|
6763
6763
|
|
|
6764
6764
|
.E_t1g36k2w {
|
|
@@ -6888,6 +6888,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6888
6888
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6889
6889
|
}
|
|
6890
6890
|
|
|
6891
|
+
.E_skwah65 {
|
|
6892
|
+
height: 8px;
|
|
6893
|
+
box-sizing: border-box;
|
|
6894
|
+
border-radius: 2px;
|
|
6895
|
+
background: #f5f7fa;
|
|
6896
|
+
display: flex;
|
|
6897
|
+
width: 100%;
|
|
6898
|
+
overflow: hidden;
|
|
6899
|
+
}
|
|
6900
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6901
|
+
margin-left: 1px;
|
|
6902
|
+
}
|
|
6903
|
+
|
|
6891
6904
|
.E_clm1wy1 {
|
|
6892
6905
|
width: 192px;
|
|
6893
6906
|
height: 246px;
|
|
@@ -6969,79 +6982,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6969
6982
|
width: 2px;
|
|
6970
6983
|
height: 2px;
|
|
6971
6984
|
border-radius: 1px;
|
|
6972
|
-
background: #0096ff;
|
|
6973
|
-
}
|
|
6974
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6975
|
-
margin-right: 2px;
|
|
6976
|
-
}
|
|
6977
|
-
.E_cxhf7dh .bar {
|
|
6978
|
-
width: 9px;
|
|
6979
|
-
height: 2px;
|
|
6980
|
-
background: #0096ff;
|
|
6981
|
-
border-radius: 2px;
|
|
6982
|
-
}
|
|
6983
|
-
|
|
6984
|
-
.E_skwah65 {
|
|
6985
|
-
height: 8px;
|
|
6986
|
-
box-sizing: border-box;
|
|
6987
|
-
border-radius: 2px;
|
|
6988
|
-
background: #f5f7fa;
|
|
6989
|
-
display: flex;
|
|
6990
|
-
width: 100%;
|
|
6991
|
-
overflow: hidden;
|
|
6992
|
-
}
|
|
6993
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6994
|
-
margin-left: 1px;
|
|
6995
|
-
}
|
|
6996
|
-
|
|
6997
|
-
.E_c18bcrac {
|
|
6998
|
-
display: inline-block;
|
|
6999
|
-
width: 100%;
|
|
7000
|
-
}
|
|
7001
|
-
.E_c18bcrac .recharts-wrapper {
|
|
7002
|
-
margin-left: 4px;
|
|
6985
|
+
background: #0096ff;
|
|
7003
6986
|
}
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
padding: 4px;
|
|
6987
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
6988
|
+
margin-right: 2px;
|
|
7007
6989
|
}
|
|
7008
|
-
.
|
|
7009
|
-
|
|
6990
|
+
.E_cxhf7dh .bar {
|
|
6991
|
+
width: 9px;
|
|
6992
|
+
height: 2px;
|
|
6993
|
+
background: #0096ff;
|
|
6994
|
+
border-radius: 2px;
|
|
7010
6995
|
}
|
|
7011
6996
|
|
|
7012
|
-
.
|
|
6997
|
+
.E_n12mqh7z {
|
|
7013
6998
|
display: flex;
|
|
7014
|
-
justify-content: space-between;
|
|
7015
6999
|
align-items: center;
|
|
7016
|
-
font-size:
|
|
7017
|
-
line-height:
|
|
7018
|
-
color: #cccccc;
|
|
7019
|
-
white-space: nowrap;
|
|
7020
|
-
}
|
|
7021
|
-
.E_c14wcxf0 label {
|
|
7022
|
-
margin-right: 32px;
|
|
7000
|
+
font-size: 12px;
|
|
7001
|
+
line-height: 18px;
|
|
7023
7002
|
}
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
font-weight: bold;
|
|
7027
|
-
color: white;
|
|
7003
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7004
|
+
margin-bottom: 4px;
|
|
7028
7005
|
}
|
|
7029
7006
|
|
|
7030
|
-
.
|
|
7031
|
-
|
|
7032
|
-
height: 8px;
|
|
7033
|
-
border-radius: 2px;
|
|
7034
|
-
display: inline-block;
|
|
7035
|
-
background: var(--s11212zy-0);
|
|
7036
|
-
border: 1px solid #fff;
|
|
7037
|
-
box-sizing: content-box;
|
|
7038
|
-
margin-right: 6px;
|
|
7007
|
+
.E_tf5bynu {
|
|
7008
|
+
margin: 0 3px;
|
|
7039
7009
|
}
|
|
7040
7010
|
|
|
7041
|
-
.
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
margin-right: 4px;
|
|
7011
|
+
.E_tcckoz1 {
|
|
7012
|
+
max-height: 400px;
|
|
7013
|
+
overflow: auto;
|
|
7045
7014
|
}
|
|
7046
7015
|
|
|
7047
7016
|
.E_s1ebs0ra {
|
|
@@ -7121,6 +7090,87 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7121
7090
|
color: #0080ff;
|
|
7122
7091
|
}
|
|
7123
7092
|
|
|
7093
|
+
.E_c18bcrac {
|
|
7094
|
+
display: inline-block;
|
|
7095
|
+
width: 100%;
|
|
7096
|
+
}
|
|
7097
|
+
.E_c18bcrac .recharts-wrapper {
|
|
7098
|
+
margin-left: 4px;
|
|
7099
|
+
}
|
|
7100
|
+
|
|
7101
|
+
.E_cro7kg2 {
|
|
7102
|
+
padding: 4px;
|
|
7103
|
+
}
|
|
7104
|
+
.E_cro7kg2 .unit {
|
|
7105
|
+
color: white;
|
|
7106
|
+
}
|
|
7107
|
+
|
|
7108
|
+
.E_c14wcxf0 {
|
|
7109
|
+
display: flex;
|
|
7110
|
+
justify-content: space-between;
|
|
7111
|
+
align-items: center;
|
|
7112
|
+
font-size: 13px;
|
|
7113
|
+
line-height: 24px;
|
|
7114
|
+
color: #cccccc;
|
|
7115
|
+
white-space: nowrap;
|
|
7116
|
+
}
|
|
7117
|
+
.E_c14wcxf0 label {
|
|
7118
|
+
margin-right: 32px;
|
|
7119
|
+
}
|
|
7120
|
+
|
|
7121
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
7122
|
+
font-weight: bold;
|
|
7123
|
+
color: white;
|
|
7124
|
+
}
|
|
7125
|
+
|
|
7126
|
+
.E_s11212zy {
|
|
7127
|
+
width: 8px;
|
|
7128
|
+
height: 8px;
|
|
7129
|
+
border-radius: 2px;
|
|
7130
|
+
display: inline-block;
|
|
7131
|
+
background: var(--s11212zy-0);
|
|
7132
|
+
border: 1px solid #fff;
|
|
7133
|
+
box-sizing: content-box;
|
|
7134
|
+
margin-right: 6px;
|
|
7135
|
+
}
|
|
7136
|
+
|
|
7137
|
+
.E_p1lyky6c > :first-child {
|
|
7138
|
+
font-weight: bold;
|
|
7139
|
+
color: white;
|
|
7140
|
+
margin-right: 4px;
|
|
7141
|
+
}
|
|
7142
|
+
|
|
7143
|
+
span.E_tqjc4ui {
|
|
7144
|
+
margin: 0 2px;
|
|
7145
|
+
}
|
|
7146
|
+
|
|
7147
|
+
.E_ou7iq30 {
|
|
7148
|
+
overflow: hidden;
|
|
7149
|
+
text-overflow: ellipsis;
|
|
7150
|
+
}
|
|
7151
|
+
|
|
7152
|
+
.E_s1tui002 {
|
|
7153
|
+
white-space: nowrap;
|
|
7154
|
+
}
|
|
7155
|
+
|
|
7156
|
+
.E_mxrc2zg {
|
|
7157
|
+
display: -webkit-box;
|
|
7158
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7159
|
+
-webkit-box-orient: vertical;
|
|
7160
|
+
word-break: break-all;
|
|
7161
|
+
}
|
|
7162
|
+
|
|
7163
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7164
|
+
display: none;
|
|
7165
|
+
}
|
|
7166
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7167
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7168
|
+
border-radius: 4px;
|
|
7169
|
+
}
|
|
7170
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7171
|
+
visibility: hidden;
|
|
7172
|
+
}
|
|
7173
|
+
|
|
7124
7174
|
.E_c1up1pdz {
|
|
7125
7175
|
width: 648px;
|
|
7126
7176
|
}
|
|
@@ -7261,54 +7311,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7261
7311
|
color: #fff;
|
|
7262
7312
|
}
|
|
7263
7313
|
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
}
|
|
7267
|
-
|
|
7268
|
-
.E_n12mqh7z {
|
|
7269
|
-
display: flex;
|
|
7270
|
-
align-items: center;
|
|
7271
|
-
font-size: 12px;
|
|
7272
|
-
line-height: 18px;
|
|
7273
|
-
}
|
|
7274
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7275
|
-
margin-bottom: 4px;
|
|
7276
|
-
}
|
|
7277
|
-
|
|
7278
|
-
.E_tf5bynu {
|
|
7279
|
-
margin: 0 3px;
|
|
7280
|
-
}
|
|
7281
|
-
|
|
7282
|
-
.E_tcckoz1 {
|
|
7283
|
-
max-height: 400px;
|
|
7284
|
-
overflow: auto;
|
|
7285
|
-
}
|
|
7286
|
-
|
|
7287
|
-
.E_ou7iq30 {
|
|
7288
|
-
overflow: hidden;
|
|
7289
|
-
text-overflow: ellipsis;
|
|
7290
|
-
}
|
|
7291
|
-
|
|
7292
|
-
.E_s1tui002 {
|
|
7293
|
-
white-space: nowrap;
|
|
7314
|
+
.E_u15heuvq.content {
|
|
7315
|
+
cursor: default !important;
|
|
7294
7316
|
}
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
display: -webkit-box;
|
|
7298
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7299
|
-
-webkit-box-orient: vertical;
|
|
7300
|
-
word-break: break-all;
|
|
7317
|
+
.E_u15heuvq.content.link {
|
|
7318
|
+
cursor: pointer !important;
|
|
7301
7319
|
}
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
display: none;
|
|
7320
|
+
.E_u15heuvq.content.link:hover {
|
|
7321
|
+
color: #0080FF;
|
|
7305
7322
|
}
|
|
7306
|
-
.
|
|
7307
|
-
|
|
7308
|
-
border-radius: 4px;
|
|
7323
|
+
.E_u15heuvq.content.black {
|
|
7324
|
+
color: #00122E;
|
|
7309
7325
|
}
|
|
7310
|
-
.
|
|
7311
|
-
|
|
7326
|
+
.E_u15heuvq.content.gray {
|
|
7327
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7312
7328
|
}
|
|
7313
7329
|
|
|
7314
7330
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7424,45 +7440,6 @@ span.E_tqjc4ui {
|
|
|
7424
7440
|
text-align: left;
|
|
7425
7441
|
}
|
|
7426
7442
|
|
|
7427
|
-
.E_u15heuvq.content {
|
|
7428
|
-
cursor: default !important;
|
|
7429
|
-
}
|
|
7430
|
-
.E_u15heuvq.content.link {
|
|
7431
|
-
cursor: pointer !important;
|
|
7432
|
-
}
|
|
7433
|
-
.E_u15heuvq.content.link:hover {
|
|
7434
|
-
color: #0080FF;
|
|
7435
|
-
}
|
|
7436
|
-
.E_u15heuvq.content.black {
|
|
7437
|
-
color: #00122E;
|
|
7438
|
-
}
|
|
7439
|
-
.E_u15heuvq.content.gray {
|
|
7440
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
7441
|
-
}
|
|
7442
|
-
|
|
7443
|
-
.E_wg1tsps {
|
|
7444
|
-
display: flex;
|
|
7445
|
-
align-items: center;
|
|
7446
|
-
justify-content: flex-end;
|
|
7447
|
-
}
|
|
7448
|
-
|
|
7449
|
-
.E_b1ctd5xy {
|
|
7450
|
-
display: flex;
|
|
7451
|
-
align-items: center;
|
|
7452
|
-
width: calc(100% - 40px);
|
|
7453
|
-
}
|
|
7454
|
-
.E_b1ctd5xy .chart {
|
|
7455
|
-
display: inline-block;
|
|
7456
|
-
width: 100%;
|
|
7457
|
-
}
|
|
7458
|
-
|
|
7459
|
-
.E_u1p8acpn {
|
|
7460
|
-
min-width: 40px;
|
|
7461
|
-
}
|
|
7462
|
-
.E_u1p8acpn .unit {
|
|
7463
|
-
color: #00122e !important;
|
|
7464
|
-
}
|
|
7465
|
-
|
|
7466
7443
|
.E_t1sqg15u {
|
|
7467
7444
|
background: white;
|
|
7468
7445
|
}
|
|
@@ -7561,6 +7538,29 @@ span.E_tqjc4ui {
|
|
|
7561
7538
|
margin-right: 8px;
|
|
7562
7539
|
}
|
|
7563
7540
|
|
|
7541
|
+
.E_wg1tsps {
|
|
7542
|
+
display: flex;
|
|
7543
|
+
align-items: center;
|
|
7544
|
+
justify-content: flex-end;
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
.E_b1ctd5xy {
|
|
7548
|
+
display: flex;
|
|
7549
|
+
align-items: center;
|
|
7550
|
+
width: calc(100% - 40px);
|
|
7551
|
+
}
|
|
7552
|
+
.E_b1ctd5xy .chart {
|
|
7553
|
+
display: inline-block;
|
|
7554
|
+
width: 100%;
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7557
|
+
.E_u1p8acpn {
|
|
7558
|
+
min-width: 40px;
|
|
7559
|
+
}
|
|
7560
|
+
.E_u1p8acpn .unit {
|
|
7561
|
+
color: #00122e !important;
|
|
7562
|
+
}
|
|
7563
|
+
|
|
7564
7564
|
.E_t160l1cm {
|
|
7565
7565
|
display: flex;
|
|
7566
7566
|
flex-direction: column;
|
|
@@ -7763,86 +7763,46 @@ span.E_tqjc4ui {
|
|
|
7763
7763
|
color: #0080ff;
|
|
7764
7764
|
background: transparent;
|
|
7765
7765
|
}
|
|
7766
|
-
|
|
7767
|
-
.
|
|
7768
|
-
|
|
7769
|
-
width: 100%;
|
|
7770
|
-
border: none;
|
|
7771
|
-
border-radius: 0;
|
|
7772
|
-
}
|
|
7773
|
-
.E_cyms3br .ant-list {
|
|
7774
|
-
padding: 12px;
|
|
7775
|
-
}
|
|
7776
|
-
.E_cyms3br .ant-list-item {
|
|
7777
|
-
padding: 4px 0;
|
|
7766
|
+
|
|
7767
|
+
.E_i5w779o {
|
|
7768
|
+
padding: 8px 0;
|
|
7778
7769
|
}
|
|
7779
|
-
.
|
|
7780
|
-
|
|
7770
|
+
.E_i5w779o .col-label {
|
|
7771
|
+
flex-shrink: unset;
|
|
7781
7772
|
}
|
|
7782
|
-
.
|
|
7783
|
-
|
|
7784
|
-
font-size: 12px;
|
|
7785
|
-
color: rgb(29, 50, 108);
|
|
7786
|
-
font-weight: 700;
|
|
7787
|
-
padding: 6px 12px;
|
|
7788
|
-
display: flex;
|
|
7789
|
-
flex-direction: row;
|
|
7790
|
-
align-items: center;
|
|
7791
|
-
justify-content: space-between;
|
|
7773
|
+
.E_i5w779o .col-label * {
|
|
7774
|
+
line-height: 18px;
|
|
7792
7775
|
}
|
|
7793
|
-
.
|
|
7776
|
+
.E_i5w779o .col-content {
|
|
7777
|
+
flex: 1 1 0;
|
|
7794
7778
|
display: flex;
|
|
7795
|
-
flex-direction: row;
|
|
7796
7779
|
align-items: center;
|
|
7797
|
-
justify-content: space-between;
|
|
7798
|
-
gap: 6px;
|
|
7799
|
-
font-size: 12px;
|
|
7800
|
-
font-weight: 400;
|
|
7801
|
-
color: rgb(0, 18, 46);
|
|
7802
|
-
}
|
|
7803
|
-
.E_cyms3br.border {
|
|
7804
|
-
border-radius: 8px;
|
|
7805
|
-
border: 1px solid rgb(228, 233, 242);
|
|
7806
7780
|
}
|
|
7807
|
-
.
|
|
7808
|
-
|
|
7809
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7781
|
+
.E_i5w779o .col-content * {
|
|
7782
|
+
line-height: 18px;
|
|
7810
7783
|
}
|
|
7811
7784
|
|
|
7812
|
-
.
|
|
7813
|
-
|
|
7814
|
-
flex-direction: row;
|
|
7815
|
-
align-items: flex-start;
|
|
7816
|
-
}
|
|
7817
|
-
.E_c157gu4z .icon-wrapper {
|
|
7818
|
-
align-self: flex-start;
|
|
7819
|
-
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7785
|
+
.E_l18dja44 {
|
|
7786
|
+
padding: 6px 0;
|
|
7820
7787
|
}
|
|
7821
|
-
.
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
margin-left: 8px;
|
|
7825
|
-
word-break: break-word;
|
|
7826
|
-
overflow-wrap: break-word;
|
|
7788
|
+
.E_l18dja44 .col-label * {
|
|
7789
|
+
font-size: 13px;
|
|
7790
|
+
line-height: 20px;
|
|
7827
7791
|
}
|
|
7828
|
-
.
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
align-self: flex-start;
|
|
7832
|
-
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7792
|
+
.E_l18dja44 .col-content * {
|
|
7793
|
+
font-size: 14px;
|
|
7794
|
+
line-height: 20px;
|
|
7833
7795
|
}
|
|
7834
7796
|
|
|
7835
|
-
.
|
|
7797
|
+
.E_c8c2hys {
|
|
7836
7798
|
display: flex;
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7799
|
+
justify-content: space-between;
|
|
7800
|
+
flex: 1;
|
|
7801
|
+
min-width: 0;
|
|
7840
7802
|
}
|
|
7841
7803
|
|
|
7842
|
-
.
|
|
7843
|
-
|
|
7844
|
-
background-color: unset;
|
|
7845
|
-
padding: unset;
|
|
7804
|
+
.E_n4m6c4d {
|
|
7805
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7846
7806
|
}
|
|
7847
7807
|
|
|
7848
7808
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -7908,45 +7868,85 @@ span.E_tqjc4ui {
|
|
|
7908
7868
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7909
7869
|
}
|
|
7910
7870
|
|
|
7911
|
-
.
|
|
7912
|
-
|
|
7871
|
+
.E_cyms3br {
|
|
7872
|
+
background: #fff;
|
|
7873
|
+
width: 100%;
|
|
7874
|
+
border: none;
|
|
7875
|
+
border-radius: 0;
|
|
7913
7876
|
}
|
|
7914
|
-
.
|
|
7915
|
-
|
|
7877
|
+
.E_cyms3br .ant-list {
|
|
7878
|
+
padding: 12px;
|
|
7916
7879
|
}
|
|
7917
|
-
.
|
|
7918
|
-
|
|
7880
|
+
.E_cyms3br .ant-list-item {
|
|
7881
|
+
padding: 4px 0;
|
|
7919
7882
|
}
|
|
7920
|
-
.
|
|
7921
|
-
|
|
7883
|
+
.E_cyms3br .ant-alert {
|
|
7884
|
+
margin-left: 24px;
|
|
7885
|
+
}
|
|
7886
|
+
.E_cyms3br header {
|
|
7887
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7888
|
+
font-size: 12px;
|
|
7889
|
+
color: rgb(29, 50, 108);
|
|
7890
|
+
font-weight: 700;
|
|
7891
|
+
padding: 6px 12px;
|
|
7922
7892
|
display: flex;
|
|
7893
|
+
flex-direction: row;
|
|
7923
7894
|
align-items: center;
|
|
7895
|
+
justify-content: space-between;
|
|
7924
7896
|
}
|
|
7925
|
-
.
|
|
7926
|
-
|
|
7897
|
+
.E_cyms3br header .switch-text {
|
|
7898
|
+
display: flex;
|
|
7899
|
+
flex-direction: row;
|
|
7900
|
+
align-items: center;
|
|
7901
|
+
justify-content: space-between;
|
|
7902
|
+
gap: 6px;
|
|
7903
|
+
font-size: 12px;
|
|
7904
|
+
font-weight: 400;
|
|
7905
|
+
color: rgb(0, 18, 46);
|
|
7906
|
+
}
|
|
7907
|
+
.E_cyms3br.border {
|
|
7908
|
+
border-radius: 8px;
|
|
7909
|
+
border: 1px solid rgb(228, 233, 242);
|
|
7910
|
+
}
|
|
7911
|
+
.E_cyms3br.border header {
|
|
7912
|
+
border-bottom: none;
|
|
7913
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7927
7914
|
}
|
|
7928
7915
|
|
|
7929
|
-
.
|
|
7930
|
-
|
|
7916
|
+
.E_c157gu4z .ant-list-item {
|
|
7917
|
+
display: flex;
|
|
7918
|
+
flex-direction: row;
|
|
7919
|
+
align-items: flex-start;
|
|
7931
7920
|
}
|
|
7932
|
-
.
|
|
7933
|
-
|
|
7934
|
-
|
|
7921
|
+
.E_c157gu4z .icon-wrapper {
|
|
7922
|
+
align-self: flex-start;
|
|
7923
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7935
7924
|
}
|
|
7936
|
-
.
|
|
7937
|
-
|
|
7938
|
-
|
|
7925
|
+
.E_c157gu4z .description {
|
|
7926
|
+
flex: 1 1 0;
|
|
7927
|
+
min-width: 0;
|
|
7928
|
+
margin-left: 8px;
|
|
7929
|
+
word-break: break-word;
|
|
7930
|
+
overflow-wrap: break-word;
|
|
7931
|
+
}
|
|
7932
|
+
.E_c157gu4z .ant-space,
|
|
7933
|
+
.E_c157gu4z .ant-flex {
|
|
7934
|
+
flex-shrink: 0;
|
|
7935
|
+
align-self: flex-start;
|
|
7936
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7939
7937
|
}
|
|
7940
7938
|
|
|
7941
|
-
.
|
|
7939
|
+
.E_eu1sysj {
|
|
7942
7940
|
display: flex;
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
7941
|
+
flex-direction: column;
|
|
7942
|
+
align-items: center;
|
|
7943
|
+
justify-content: center;
|
|
7946
7944
|
}
|
|
7947
7945
|
|
|
7948
|
-
.
|
|
7949
|
-
|
|
7946
|
+
.E_h1ol2wl7 {
|
|
7947
|
+
font-weight: bold;
|
|
7948
|
+
background-color: unset;
|
|
7949
|
+
padding: unset;
|
|
7950
7950
|
}
|
|
7951
7951
|
|
|
7952
7952
|
.E_l12xdkhl {
|
|
@@ -7973,6 +7973,50 @@ span.E_tqjc4ui {
|
|
|
7973
7973
|
}
|
|
7974
7974
|
}
|
|
7975
7975
|
|
|
7976
|
+
.E_c14ouk5o {
|
|
7977
|
+
width: 100%;
|
|
7978
|
+
height: 100%;
|
|
7979
|
+
display: flex;
|
|
7980
|
+
font-size: 12px;
|
|
7981
|
+
line-height: 18px;
|
|
7982
|
+
padding: 8px 0;
|
|
7983
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7984
|
+
}
|
|
7985
|
+
.E_c14ouk5o:last-of-type {
|
|
7986
|
+
box-shadow: none;
|
|
7987
|
+
padding-bottom: 0;
|
|
7988
|
+
}
|
|
7989
|
+
.E_c14ouk5o.collapsed {
|
|
7990
|
+
flex-direction: column;
|
|
7991
|
+
}
|
|
7992
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7993
|
+
display: flex;
|
|
7994
|
+
}
|
|
7995
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7996
|
+
flex: 1;
|
|
7997
|
+
display: flex;
|
|
7998
|
+
justify-content: space-between;
|
|
7999
|
+
}
|
|
8000
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8001
|
+
height: auto;
|
|
8002
|
+
}
|
|
8003
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
8004
|
+
margin-left: 162px;
|
|
8005
|
+
}
|
|
8006
|
+
.E_c14ouk5o .col-label {
|
|
8007
|
+
width: 216px;
|
|
8008
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8009
|
+
margin-right: 12px;
|
|
8010
|
+
flex-shrink: 0;
|
|
8011
|
+
}
|
|
8012
|
+
.E_c14ouk5o .col-content {
|
|
8013
|
+
color: #2d3a56;
|
|
8014
|
+
/* make btn link in info row have the same height as normal text */
|
|
8015
|
+
}
|
|
8016
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8017
|
+
height: auto;
|
|
8018
|
+
}
|
|
8019
|
+
|
|
7976
8020
|
.E_c1kchka8 {
|
|
7977
8021
|
height: 100%;
|
|
7978
8022
|
width: 100%;
|
|
@@ -8474,50 +8518,6 @@ span.E_tqjc4ui {
|
|
|
8474
8518
|
color: rgba(44, 56, 82, 0.6);
|
|
8475
8519
|
}
|
|
8476
8520
|
|
|
8477
|
-
.E_c14ouk5o {
|
|
8478
|
-
width: 100%;
|
|
8479
|
-
height: 100%;
|
|
8480
|
-
display: flex;
|
|
8481
|
-
font-size: 12px;
|
|
8482
|
-
line-height: 18px;
|
|
8483
|
-
padding: 8px 0;
|
|
8484
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8485
|
-
}
|
|
8486
|
-
.E_c14ouk5o:last-of-type {
|
|
8487
|
-
box-shadow: none;
|
|
8488
|
-
padding-bottom: 0;
|
|
8489
|
-
}
|
|
8490
|
-
.E_c14ouk5o.collapsed {
|
|
8491
|
-
flex-direction: column;
|
|
8492
|
-
}
|
|
8493
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8494
|
-
display: flex;
|
|
8495
|
-
}
|
|
8496
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8497
|
-
flex: 1;
|
|
8498
|
-
display: flex;
|
|
8499
|
-
justify-content: space-between;
|
|
8500
|
-
}
|
|
8501
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8502
|
-
height: auto;
|
|
8503
|
-
}
|
|
8504
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
8505
|
-
margin-left: 162px;
|
|
8506
|
-
}
|
|
8507
|
-
.E_c14ouk5o .col-label {
|
|
8508
|
-
width: 216px;
|
|
8509
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8510
|
-
margin-right: 12px;
|
|
8511
|
-
flex-shrink: 0;
|
|
8512
|
-
}
|
|
8513
|
-
.E_c14ouk5o .col-content {
|
|
8514
|
-
color: #2d3a56;
|
|
8515
|
-
/* make btn link in info row have the same height as normal text */
|
|
8516
|
-
}
|
|
8517
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8518
|
-
height: auto;
|
|
8519
|
-
}
|
|
8520
|
-
|
|
8521
8521
|
.E_c1ss4prm {
|
|
8522
8522
|
color: rgba(44, 56, 82, 0.6);
|
|
8523
8523
|
}
|