@cloudtower/eagle 490.0.4 → 490.0.6
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/README.md +34 -0
- package/dist/cjs/core/Cascader/cascader.widget.js +12 -12
- package/dist/cjs/core/SearchInput/SearchInput.hook.js +124 -0
- package/dist/cjs/core/SearchInput/SearchInput.js +253 -0
- package/dist/cjs/core/SearchInput/SearchInput.style.js +13 -0
- package/dist/cjs/core/index.js +6 -6
- package/dist/cjs/index.js +172 -172
- package/dist/cjs/legacy-antd.js +89 -89
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1629 -1592
- package/dist/esm/core/Cascader/cascader.widget.js +1 -1
- package/dist/esm/core/SearchInput/SearchInput.hook.js +117 -0
- package/dist/esm/core/SearchInput/SearchInput.js +247 -0
- package/dist/esm/core/SearchInput/SearchInput.style.js +7 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2014 -1969
- package/dist/src/core/Cascader/cascader.type.d.ts +1 -1
- package/dist/src/core/ImmersiveDialog/type.d.ts +127 -19
- package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +49 -1
- package/dist/src/core/SearchInput/SearchInput.d.ts +2 -0
- package/dist/src/core/SearchInput/SearchInput.hook.d.ts +9 -0
- package/dist/src/core/SearchInput/SearchInput.style.d.ts +5 -0
- package/dist/src/core/SearchInput/{searchInput.type.d.ts → SearchInput.type.d.ts} +18 -2
- package/dist/src/core/SearchInput/__test__/SearchInput.hook.test.d.ts +1 -0
- package/dist/src/core/SearchInput/index.d.ts +2 -4
- package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +150 -21
- package/dist/src/core/TableForm/types.d.ts +216 -68
- package/dist/src/core/WizardDialog/type.d.ts +147 -13
- package/dist/src/core/index.d.ts +0 -1
- package/dist/src/coreX/Dialogs/DeleteDialog/DeleteDialog.type.d.ts +100 -9
- package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +126 -19
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +76 -8
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +42 -8
- package/dist/stories/docs/core/SearchInput.stories.d.ts +6 -1
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +86 -7
- package/dist/stories/docs/core/TableForm.stories.d.ts +40 -26
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +65 -6
- package/dist/stories/docs/coreX/Dialogs/DeleteDialog.stories.d.ts +20 -19
- package/dist/stories/docs/coreX/Dialogs/RejectDialog.stories.d.ts +24 -23
- package/dist/style.css +1629 -1592
- package/docs/core/ImmersiveDialog/guide.md +298 -0
- package/docs/core/LegacyModal/migrate-guide.md +422 -0
- package/docs/core/MediumDialog/guide.md +263 -0
- package/docs/core/SmallDialog/guide.md +224 -0
- package/docs/core/TableForm/guide.md +195 -0
- package/docs/core/WizardDialog/guide.md +322 -0
- package/docs/coreX/DeleteDialog/guide.md +161 -0
- package/docs/coreX/RejectDialog/guide.md +185 -0
- package/docs/llms.txt +169 -0
- package/package.json +6 -5
- package/dist/cjs/core/SearchInput/index.js +0 -164
- package/dist/esm/core/SearchInput/index.js +0 -157
package/dist/components.css
CHANGED
|
@@ -1172,6 +1172,28 @@ html body {
|
|
|
1172
1172
|
padding: 8px 12px;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1176
|
+
border: 0px;
|
|
1177
|
+
background-color: #fff;
|
|
1178
|
+
}
|
|
1179
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1180
|
+
padding-top: 0px;
|
|
1181
|
+
padding-bottom: 0px;
|
|
1182
|
+
padding-left: 0px !important;
|
|
1183
|
+
padding-right: 24px;
|
|
1184
|
+
}
|
|
1185
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1186
|
+
right: 0px;
|
|
1187
|
+
}
|
|
1188
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1189
|
+
padding: 0px;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1193
|
+
padding-right: 0px;
|
|
1194
|
+
cursor: default;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1175
1197
|
.E_berrcjl {
|
|
1176
1198
|
color: rgba(10, 37, 85, 0.6);
|
|
1177
1199
|
margin-bottom: 4px;
|
|
@@ -1188,6 +1210,41 @@ html body {
|
|
|
1188
1210
|
color: #005ed1;
|
|
1189
1211
|
}
|
|
1190
1212
|
|
|
1213
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1214
|
+
padding: 4px 8px 0 8px;
|
|
1215
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1216
|
+
font-size: 12px;
|
|
1217
|
+
}
|
|
1218
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1219
|
+
padding-bottom: 6px;
|
|
1220
|
+
}
|
|
1221
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1222
|
+
padding-top: 4px;
|
|
1223
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.E_c1uzzomf {
|
|
1227
|
+
margin-bottom: 16px;
|
|
1228
|
+
}
|
|
1229
|
+
.E_c1uzzomf .card-title {
|
|
1230
|
+
font-size: 16px;
|
|
1231
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1232
|
+
font-weight: 700;
|
|
1233
|
+
line-height: 32px;
|
|
1234
|
+
}
|
|
1235
|
+
.E_c1uzzomf .card-body {
|
|
1236
|
+
padding: 24px;
|
|
1237
|
+
border-radius: 8px;
|
|
1238
|
+
background: #fff;
|
|
1239
|
+
}
|
|
1240
|
+
.E_c1uzzomf .empty {
|
|
1241
|
+
font-weight: 700;
|
|
1242
|
+
font-size: 14px;
|
|
1243
|
+
line-height: 22px;
|
|
1244
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1245
|
+
text-align: center;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1191
1248
|
.E_b1nip9bk {
|
|
1192
1249
|
padding: 4px 11px;
|
|
1193
1250
|
}
|
|
@@ -1217,39 +1274,87 @@ html body {
|
|
|
1217
1274
|
border-radius: unset;
|
|
1218
1275
|
}
|
|
1219
1276
|
|
|
1220
|
-
.
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
font-size: 16px;
|
|
1225
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1226
|
-
font-weight: 700;
|
|
1227
|
-
line-height: 32px;
|
|
1277
|
+
.E_d1bw7c5z {
|
|
1278
|
+
position: relative;
|
|
1279
|
+
max-width: 388px;
|
|
1280
|
+
min-width: 285px;
|
|
1228
1281
|
}
|
|
1229
|
-
.
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1282
|
+
.E_d1bw7c5z .center {
|
|
1283
|
+
position: absolute;
|
|
1284
|
+
font-size: 12px;
|
|
1285
|
+
width: 80px;
|
|
1286
|
+
height: 100px;
|
|
1287
|
+
top: 0;
|
|
1288
|
+
left: 35px;
|
|
1289
|
+
display: flex;
|
|
1290
|
+
flex-direction: column;
|
|
1291
|
+
justify-content: center;
|
|
1292
|
+
align-items: center;
|
|
1293
|
+
color: #00122e;
|
|
1233
1294
|
}
|
|
1234
|
-
.
|
|
1295
|
+
.E_d1bw7c5z .center .number {
|
|
1296
|
+
font-size: 24px;
|
|
1235
1297
|
font-weight: 700;
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1298
|
+
}
|
|
1299
|
+
.E_d1bw7c5z .center .text {
|
|
1300
|
+
padding: 0 5px;
|
|
1301
|
+
font-size: 12px;
|
|
1302
|
+
width: inherit;
|
|
1239
1303
|
text-align: center;
|
|
1240
1304
|
}
|
|
1305
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1306
|
+
display: flex;
|
|
1307
|
+
}
|
|
1308
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1309
|
+
position: relative !important;
|
|
1310
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1311
|
+
left: 0 !important;
|
|
1312
|
+
bottom: 0 !important;
|
|
1313
|
+
display: flex;
|
|
1314
|
+
align-items: center;
|
|
1315
|
+
}
|
|
1316
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1317
|
+
width: 100%;
|
|
1318
|
+
}
|
|
1319
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1320
|
+
width: 100%;
|
|
1321
|
+
margin-right: 0 !important;
|
|
1322
|
+
line-height: 18px;
|
|
1323
|
+
}
|
|
1324
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1325
|
+
border-radius: 2px;
|
|
1326
|
+
}
|
|
1327
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1328
|
+
min-width: 75px;
|
|
1329
|
+
max-width: 198px;
|
|
1330
|
+
width: calc(100% - 20px);
|
|
1331
|
+
margin-left: 2px;
|
|
1332
|
+
color: #00122e !important;
|
|
1333
|
+
display: inline-flex;
|
|
1334
|
+
justify-content: space-between;
|
|
1335
|
+
}
|
|
1336
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1337
|
+
maxwidth: calc(100% - 12px);
|
|
1338
|
+
cursor: pointer;
|
|
1339
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1340
|
+
overflow: hidden;
|
|
1341
|
+
text-overflow: ellipsis;
|
|
1342
|
+
white-space: nowrap;
|
|
1343
|
+
}
|
|
1344
|
+
.E_d1bw7c5z .value {
|
|
1345
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
1346
|
+
}
|
|
1241
1347
|
|
|
1242
|
-
.
|
|
1243
|
-
|
|
1244
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1245
|
-
font-size: 12px;
|
|
1348
|
+
.E_t10pqbtc {
|
|
1349
|
+
width: 140px;
|
|
1246
1350
|
}
|
|
1247
|
-
.
|
|
1248
|
-
|
|
1351
|
+
.E_t10pqbtc .item {
|
|
1352
|
+
margin: 6px auto;
|
|
1353
|
+
display: flex;
|
|
1354
|
+
justify-content: space-between;
|
|
1249
1355
|
}
|
|
1250
|
-
.
|
|
1251
|
-
|
|
1252
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1356
|
+
.E_t10pqbtc .item .name {
|
|
1357
|
+
width: 102px;
|
|
1253
1358
|
}
|
|
1254
1359
|
|
|
1255
1360
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -1522,249 +1627,59 @@ html body {
|
|
|
1522
1627
|
padding: 20px 24px 24px 24px;
|
|
1523
1628
|
}
|
|
1524
1629
|
|
|
1525
|
-
.
|
|
1526
|
-
|
|
1527
|
-
max-width: 388px;
|
|
1528
|
-
min-width: 285px;
|
|
1630
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1631
|
+
line-height: 18px;
|
|
1529
1632
|
}
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
font-size: 12px;
|
|
1533
|
-
width: 80px;
|
|
1534
|
-
height: 100px;
|
|
1535
|
-
top: 0;
|
|
1536
|
-
left: 35px;
|
|
1633
|
+
|
|
1634
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1537
1635
|
display: flex;
|
|
1538
|
-
flex-direction: column;
|
|
1539
|
-
justify-content: center;
|
|
1540
|
-
align-items: center;
|
|
1541
|
-
color: #00122e;
|
|
1542
1636
|
}
|
|
1543
|
-
.
|
|
1544
|
-
|
|
1545
|
-
|
|
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;
|
|
1546
1640
|
}
|
|
1547
|
-
.
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
width: inherit;
|
|
1551
|
-
text-align: center;
|
|
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;
|
|
1552
1644
|
}
|
|
1553
|
-
|
|
1554
|
-
|
|
1645
|
+
|
|
1646
|
+
.E_ivqqkzv {
|
|
1647
|
+
height: 24px;
|
|
1648
|
+
width: 56px !important;
|
|
1649
|
+
margin-right: 4px;
|
|
1555
1650
|
}
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1651
|
+
|
|
1652
|
+
.E_c1wk4q29 {
|
|
1653
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.E_phljevk {
|
|
1561
1657
|
display: flex;
|
|
1658
|
+
justify-content: space-between;
|
|
1562
1659
|
align-items: center;
|
|
1660
|
+
padding: 10px 0;
|
|
1661
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1662
|
+
font-size: 12px;
|
|
1663
|
+
line-height: 24px;
|
|
1563
1664
|
}
|
|
1564
|
-
.
|
|
1565
|
-
|
|
1566
|
-
}
|
|
1567
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1568
|
-
width: 100%;
|
|
1569
|
-
margin-right: 0 !important;
|
|
1570
|
-
line-height: 18px;
|
|
1571
|
-
}
|
|
1572
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1573
|
-
border-radius: 2px;
|
|
1574
|
-
}
|
|
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;
|
|
1665
|
+
.E_phljevk .pagination-left {
|
|
1666
|
+
padding: 2px 8px;
|
|
1583
1667
|
}
|
|
1584
|
-
.
|
|
1585
|
-
|
|
1668
|
+
.E_phljevk .dropdown-trigger {
|
|
1669
|
+
display: flex;
|
|
1670
|
+
align-items: center;
|
|
1671
|
+
border-radius: 6px;
|
|
1586
1672
|
cursor: pointer;
|
|
1587
|
-
|
|
1588
|
-
overflow: hidden;
|
|
1589
|
-
text-overflow: ellipsis;
|
|
1590
|
-
white-space: nowrap;
|
|
1673
|
+
transition: all 0.3s ease;
|
|
1591
1674
|
}
|
|
1592
|
-
.
|
|
1593
|
-
|
|
1675
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1676
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1677
|
+
color: #0080ff;
|
|
1594
1678
|
}
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
width: 140px;
|
|
1679
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1680
|
+
margin-left: 4px;
|
|
1598
1681
|
}
|
|
1599
|
-
.
|
|
1600
|
-
margin: 6px auto;
|
|
1601
|
-
display: flex;
|
|
1602
|
-
justify-content: space-between;
|
|
1603
|
-
}
|
|
1604
|
-
.E_t10pqbtc .item .name {
|
|
1605
|
-
width: 102px;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1609
|
-
line-height: 18px;
|
|
1610
|
-
}
|
|
1611
|
-
|
|
1612
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
1613
|
-
border: 0px;
|
|
1614
|
-
background-color: #fff;
|
|
1615
|
-
}
|
|
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;
|
|
1621
|
-
}
|
|
1622
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1623
|
-
right: 0px;
|
|
1624
|
-
}
|
|
1625
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1626
|
-
padding: 0px;
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1630
|
-
padding-right: 0px;
|
|
1631
|
-
cursor: default;
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1635
|
-
display: flex;
|
|
1636
|
-
}
|
|
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;
|
|
1640
|
-
}
|
|
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;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.E_s1dizucg.ant-switch {
|
|
1647
|
-
min-width: 40px;
|
|
1648
|
-
height: 24px;
|
|
1649
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1650
|
-
overflow: hidden;
|
|
1651
|
-
}
|
|
1652
|
-
.E_s1dizucg.ant-switch:focus {
|
|
1653
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1654
|
-
}
|
|
1655
|
-
.E_s1dizucg.ant-switch-small {
|
|
1656
|
-
min-width: 26px;
|
|
1657
|
-
height: 16px;
|
|
1658
|
-
}
|
|
1659
|
-
.E_s1dizucg.ant-switch-large {
|
|
1660
|
-
min-width: 52px;
|
|
1661
|
-
height: 32px;
|
|
1662
|
-
}
|
|
1663
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1664
|
-
height: 20px;
|
|
1665
|
-
width: 20px;
|
|
1666
|
-
}
|
|
1667
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1668
|
-
border-radius: 10px;
|
|
1669
|
-
transition-delay: 120ms;
|
|
1670
|
-
}
|
|
1671
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1672
|
-
height: 14px;
|
|
1673
|
-
width: 14px;
|
|
1674
|
-
top: 1px;
|
|
1675
|
-
left: 1px;
|
|
1676
|
-
}
|
|
1677
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1678
|
-
height: 28px;
|
|
1679
|
-
width: 28px;
|
|
1680
|
-
}
|
|
1681
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1682
|
-
border-radius: 14px;
|
|
1683
|
-
}
|
|
1684
|
-
.E_s1dizucg.ant-switch-checked {
|
|
1685
|
-
background-color: #00ba5d;
|
|
1686
|
-
}
|
|
1687
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1688
|
-
left: calc(100% - 20px - 2px);
|
|
1689
|
-
}
|
|
1690
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1691
|
-
left: calc(100% - 14px - 1px);
|
|
1692
|
-
}
|
|
1693
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1694
|
-
left: calc(100% - 28px - 2px);
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.E_c1up6e3y {
|
|
1698
|
-
margin-left: 5px;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.E_c1bus5hc {
|
|
1702
|
-
--color: white;
|
|
1703
|
-
height: 14px;
|
|
1704
|
-
width: 14px;
|
|
1705
|
-
border-radius: 50%;
|
|
1706
|
-
flex-shrink: 0;
|
|
1707
|
-
display: flex;
|
|
1708
|
-
align-items: center;
|
|
1709
|
-
justify-content: center;
|
|
1710
|
-
border: 1px solid var(--color);
|
|
1711
|
-
}
|
|
1712
|
-
.E_c1bus5hc .circle-inner {
|
|
1713
|
-
position: relative;
|
|
1714
|
-
height: 10px;
|
|
1715
|
-
width: 10px;
|
|
1716
|
-
border-radius: 50%;
|
|
1717
|
-
overflow: hidden;
|
|
1718
|
-
}
|
|
1719
|
-
.E_c1bus5hc .circle-content {
|
|
1720
|
-
position: absolute;
|
|
1721
|
-
height: 100%;
|
|
1722
|
-
width: 100%;
|
|
1723
|
-
left: 0;
|
|
1724
|
-
top: 0;
|
|
1725
|
-
border-radius: 50%;
|
|
1726
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1727
|
-
transform: rotate(180deg);
|
|
1728
|
-
}
|
|
1729
|
-
.E_c1bus5hc .circle-child {
|
|
1730
|
-
position: absolute;
|
|
1731
|
-
height: 100%;
|
|
1732
|
-
width: 100%;
|
|
1733
|
-
left: 0;
|
|
1734
|
-
top: 0;
|
|
1735
|
-
margin-left: 50%;
|
|
1736
|
-
transform-origin: left;
|
|
1737
|
-
background: white;
|
|
1738
|
-
transform: rotate(0deg);
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
.E_phljevk {
|
|
1742
|
-
display: flex;
|
|
1743
|
-
justify-content: space-between;
|
|
1744
|
-
align-items: center;
|
|
1745
|
-
padding: 10px 0;
|
|
1746
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1747
|
-
font-size: 12px;
|
|
1748
|
-
line-height: 24px;
|
|
1749
|
-
}
|
|
1750
|
-
.E_phljevk .pagination-left {
|
|
1751
|
-
padding: 2px 8px;
|
|
1752
|
-
}
|
|
1753
|
-
.E_phljevk .dropdown-trigger {
|
|
1754
|
-
display: flex;
|
|
1755
|
-
align-items: center;
|
|
1756
|
-
border-radius: 6px;
|
|
1757
|
-
cursor: pointer;
|
|
1758
|
-
transition: all 0.3s ease;
|
|
1759
|
-
}
|
|
1760
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
1761
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1762
|
-
color: #0080ff;
|
|
1763
|
-
}
|
|
1764
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1765
|
-
margin-left: 4px;
|
|
1766
|
-
}
|
|
1767
|
-
.E_phljevk .pagination-right {
|
|
1682
|
+
.E_phljevk .pagination-right {
|
|
1768
1683
|
display: flex;
|
|
1769
1684
|
align-items: center;
|
|
1770
1685
|
color: #0080ff;
|
|
@@ -1795,32 +1710,6 @@ html body {
|
|
|
1795
1710
|
line-height: 18px;
|
|
1796
1711
|
}
|
|
1797
1712
|
|
|
1798
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1799
|
-
margin-right: 8px;
|
|
1800
|
-
}
|
|
1801
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
1802
|
-
margin-left: 8px;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.E_cc368xp {
|
|
1806
|
-
color: #00122e;
|
|
1807
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
1808
|
-
margin-right: 8px;
|
|
1809
|
-
padding-right: 8px;
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
|
-
.E_i11o6xqj {
|
|
1813
|
-
display: flex;
|
|
1814
|
-
gap: 4px;
|
|
1815
|
-
}
|
|
1816
|
-
.E_i11o6xqj .icon-wrapper {
|
|
1817
|
-
cursor: pointer;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
.E_d19ruhdj.icon-wrapper {
|
|
1821
|
-
cursor: not-allowed;
|
|
1822
|
-
}
|
|
1823
|
-
|
|
1824
1713
|
.E_rapgekc.ant-radio-wrapper {
|
|
1825
1714
|
display: inline-flex;
|
|
1826
1715
|
align-items: baseline;
|
|
@@ -1967,40 +1856,129 @@ html body {
|
|
|
1967
1856
|
width: 36px;
|
|
1968
1857
|
}
|
|
1969
1858
|
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1859
|
+
.E_c1bus5hc {
|
|
1860
|
+
--color: white;
|
|
1861
|
+
height: 14px;
|
|
1862
|
+
width: 14px;
|
|
1863
|
+
border-radius: 50%;
|
|
1864
|
+
flex-shrink: 0;
|
|
1865
|
+
display: flex;
|
|
1866
|
+
align-items: center;
|
|
1867
|
+
justify-content: center;
|
|
1868
|
+
border: 1px solid var(--color);
|
|
1974
1869
|
}
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1870
|
+
.E_c1bus5hc .circle-inner {
|
|
1871
|
+
position: relative;
|
|
1872
|
+
height: 10px;
|
|
1873
|
+
width: 10px;
|
|
1874
|
+
border-radius: 50%;
|
|
1875
|
+
overflow: hidden;
|
|
1978
1876
|
}
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1877
|
+
.E_c1bus5hc .circle-content {
|
|
1878
|
+
position: absolute;
|
|
1879
|
+
height: 100%;
|
|
1880
|
+
width: 100%;
|
|
1881
|
+
left: 0;
|
|
1882
|
+
top: 0;
|
|
1883
|
+
border-radius: 50%;
|
|
1884
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1885
|
+
transform: rotate(180deg);
|
|
1983
1886
|
}
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1887
|
+
.E_c1bus5hc .circle-child {
|
|
1888
|
+
position: absolute;
|
|
1889
|
+
height: 100%;
|
|
1890
|
+
width: 100%;
|
|
1891
|
+
left: 0;
|
|
1892
|
+
top: 0;
|
|
1893
|
+
margin-left: 50%;
|
|
1894
|
+
transform-origin: left;
|
|
1895
|
+
background: white;
|
|
1896
|
+
transform: rotate(0deg);
|
|
1988
1897
|
}
|
|
1989
1898
|
|
|
1990
|
-
.
|
|
1991
|
-
|
|
1992
|
-
|
|
1899
|
+
.E_s1dizucg.ant-switch {
|
|
1900
|
+
min-width: 40px;
|
|
1901
|
+
height: 24px;
|
|
1902
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1903
|
+
overflow: hidden;
|
|
1993
1904
|
}
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
opacity: unset;
|
|
1905
|
+
.E_s1dizucg.ant-switch:focus {
|
|
1906
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1997
1907
|
}
|
|
1998
|
-
.
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
1908
|
+
.E_s1dizucg.ant-switch-small {
|
|
1909
|
+
min-width: 26px;
|
|
1910
|
+
height: 16px;
|
|
1911
|
+
}
|
|
1912
|
+
.E_s1dizucg.ant-switch-large {
|
|
1913
|
+
min-width: 52px;
|
|
1914
|
+
height: 32px;
|
|
1915
|
+
}
|
|
1916
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
1917
|
+
height: 20px;
|
|
1918
|
+
width: 20px;
|
|
1919
|
+
}
|
|
1920
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
1921
|
+
border-radius: 10px;
|
|
1922
|
+
transition-delay: 120ms;
|
|
1923
|
+
}
|
|
1924
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
1925
|
+
height: 14px;
|
|
1926
|
+
width: 14px;
|
|
1927
|
+
top: 1px;
|
|
1928
|
+
left: 1px;
|
|
1929
|
+
}
|
|
1930
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
1931
|
+
height: 28px;
|
|
1932
|
+
width: 28px;
|
|
1933
|
+
}
|
|
1934
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
1935
|
+
border-radius: 14px;
|
|
1936
|
+
}
|
|
1937
|
+
.E_s1dizucg.ant-switch-checked {
|
|
1938
|
+
background-color: #00ba5d;
|
|
1939
|
+
}
|
|
1940
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
1941
|
+
left: calc(100% - 20px - 2px);
|
|
1942
|
+
}
|
|
1943
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1944
|
+
left: calc(100% - 14px - 1px);
|
|
1945
|
+
}
|
|
1946
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1947
|
+
left: calc(100% - 28px - 2px);
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
.E_c1up6e3y {
|
|
1951
|
+
margin-left: 5px;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
.E_iq1gosr {
|
|
1955
|
+
display: inline-block;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
.E_s1sck0th {
|
|
1959
|
+
padding: 0 8px;
|
|
1960
|
+
border-radius: 4px;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.E_m855nr1 {
|
|
1964
|
+
padding: 2px 8px;
|
|
1965
|
+
border-radius: 3px;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.E_l1270xpg {
|
|
1969
|
+
padding: 3px 8px;
|
|
1970
|
+
border-radius: 2px;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
.E_t14rextb.ant-tag:hover {
|
|
1974
|
+
opacity: unset;
|
|
1975
|
+
}
|
|
1976
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1977
|
+
margin: 0;
|
|
1978
|
+
margin-right: 8px;
|
|
1979
|
+
display: inline-flex;
|
|
1980
|
+
align-items: center;
|
|
1981
|
+
border: none;
|
|
2004
1982
|
}
|
|
2005
1983
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2006
1984
|
width: 16px;
|
|
@@ -2059,10 +2037,6 @@ html body {
|
|
|
2059
2037
|
background-color: #7E41FF;
|
|
2060
2038
|
}
|
|
2061
2039
|
|
|
2062
|
-
.E_tju3gfj .date {
|
|
2063
|
-
margin-right: 4px;
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
2040
|
.E_s1dni7lo {
|
|
2067
2041
|
width: 430px !important;
|
|
2068
2042
|
}
|
|
@@ -2144,8 +2118,8 @@ html body {
|
|
|
2144
2118
|
opacity: 0;
|
|
2145
2119
|
}
|
|
2146
2120
|
|
|
2147
|
-
.
|
|
2148
|
-
|
|
2121
|
+
.E_tju3gfj .date {
|
|
2122
|
+
margin-right: 4px;
|
|
2149
2123
|
}
|
|
2150
2124
|
|
|
2151
2125
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -2159,6 +2133,41 @@ html body {
|
|
|
2159
2133
|
visibility: hidden;
|
|
2160
2134
|
}
|
|
2161
2135
|
|
|
2136
|
+
.E_i1inqkme {
|
|
2137
|
+
height: 18px;
|
|
2138
|
+
line-height: 18px;
|
|
2139
|
+
padding: 0 4px;
|
|
2140
|
+
border-radius: 4px;
|
|
2141
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2142
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2143
|
+
display: flex;
|
|
2144
|
+
align-items: center;
|
|
2145
|
+
white-space: nowrap;
|
|
2146
|
+
margin-right: 4px;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
.E_fzh9mnb {
|
|
2150
|
+
width: 100%;
|
|
2151
|
+
height: 100%;
|
|
2152
|
+
min-height: 124px;
|
|
2153
|
+
display: flex;
|
|
2154
|
+
flex-direction: column;
|
|
2155
|
+
justify-content: center;
|
|
2156
|
+
align-items: center;
|
|
2157
|
+
}
|
|
2158
|
+
.E_fzh9mnb .error-text {
|
|
2159
|
+
color: rgba(10, 37, 85, 0.6);
|
|
2160
|
+
margin-bottom: 16px;
|
|
2161
|
+
font-size: 18px;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2165
|
+
margin-left: 8px;
|
|
2166
|
+
}
|
|
2167
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2168
|
+
padding: 2px 7px 2px 12px;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2162
2171
|
.E_iouxfgt {
|
|
2163
2172
|
display: inline-flex;
|
|
2164
2173
|
align-items: center;
|
|
@@ -2177,66 +2186,6 @@ html body {
|
|
|
2177
2186
|
animation: rotate 680ms linear infinite;
|
|
2178
2187
|
}
|
|
2179
2188
|
|
|
2180
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2181
|
-
display: var(--ai7qkf2-0);
|
|
2182
|
-
}
|
|
2183
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2184
|
-
display: inline-flex;
|
|
2185
|
-
line-height: 1.5715;
|
|
2186
|
-
height: 100%;
|
|
2187
|
-
width: 100%;
|
|
2188
|
-
}
|
|
2189
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2190
|
-
content: var(--ai7qkf2-1);
|
|
2191
|
-
display: var(--ai7qkf2-2);
|
|
2192
|
-
flex: none;
|
|
2193
|
-
align-items: center;
|
|
2194
|
-
margin-left: 4px;
|
|
2195
|
-
padding: 5px 12px 5px 0;
|
|
2196
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2197
|
-
}
|
|
2198
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2199
|
-
content: var(--ai7qkf2-3);
|
|
2200
|
-
display: var(--ai7qkf2-4);
|
|
2201
|
-
flex: none;
|
|
2202
|
-
align-items: center;
|
|
2203
|
-
margin-right: 4px;
|
|
2204
|
-
cursor: auto;
|
|
2205
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2206
|
-
}
|
|
2207
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2208
|
-
border-radius: 0;
|
|
2209
|
-
}
|
|
2210
|
-
.E_ai7qkf2.ant-input-number {
|
|
2211
|
-
width: 100%;
|
|
2212
|
-
border-radius: 6px;
|
|
2213
|
-
}
|
|
2214
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
2215
|
-
border-color: #0096ff;
|
|
2216
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2217
|
-
z-index: 1;
|
|
2218
|
-
}
|
|
2219
|
-
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
2220
|
-
border-color: #e75a3a;
|
|
2221
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2222
|
-
}
|
|
2223
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
2224
|
-
height: 30px;
|
|
2225
|
-
border: 1px;
|
|
2226
|
-
padding: 5px 12px;
|
|
2227
|
-
font-size: inherit;
|
|
2228
|
-
}
|
|
2229
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
2230
|
-
height: 38px;
|
|
2231
|
-
border: 1px;
|
|
2232
|
-
padding: 8px 16px;
|
|
2233
|
-
}
|
|
2234
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
2235
|
-
height: 22px;
|
|
2236
|
-
border: 1px;
|
|
2237
|
-
padding: 2px 8px;
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
2189
|
.E_f7pxqmh {
|
|
2241
2190
|
width: 100%;
|
|
2242
2191
|
margin-bottom: 0 !important;
|
|
@@ -2271,19 +2220,6 @@ html body {
|
|
|
2271
2220
|
min-height: 0px;
|
|
2272
2221
|
}
|
|
2273
2222
|
|
|
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
2223
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2288
2224
|
display: var(--a1wfy30z-0);
|
|
2289
2225
|
}
|
|
@@ -2315,49 +2251,108 @@ html body {
|
|
|
2315
2251
|
font-size: inherit;
|
|
2316
2252
|
}
|
|
2317
2253
|
|
|
2318
|
-
.
|
|
2319
|
-
|
|
2320
|
-
}
|
|
2321
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2322
|
-
padding: 2px 7px 2px 12px;
|
|
2254
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2255
|
+
display: var(--ai7qkf2-0);
|
|
2323
2256
|
}
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2257
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
2258
|
+
display: inline-flex;
|
|
2259
|
+
line-height: 1.5715;
|
|
2327
2260
|
height: 100%;
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2261
|
+
width: 100%;
|
|
2262
|
+
}
|
|
2263
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
2264
|
+
content: var(--ai7qkf2-1);
|
|
2265
|
+
display: var(--ai7qkf2-2);
|
|
2266
|
+
flex: none;
|
|
2332
2267
|
align-items: center;
|
|
2268
|
+
margin-left: 4px;
|
|
2269
|
+
padding: 5px 12px 5px 0;
|
|
2270
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2333
2271
|
}
|
|
2334
|
-
.
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2272
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
2273
|
+
content: var(--ai7qkf2-3);
|
|
2274
|
+
display: var(--ai7qkf2-4);
|
|
2275
|
+
flex: none;
|
|
2276
|
+
align-items: center;
|
|
2277
|
+
margin-right: 4px;
|
|
2278
|
+
cursor: auto;
|
|
2279
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2338
2280
|
}
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
display: inline-block;
|
|
2281
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
2282
|
+
border-radius: 0;
|
|
2342
2283
|
}
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
position: absolute;
|
|
2284
|
+
.E_ai7qkf2.ant-input-number {
|
|
2285
|
+
width: 100%;
|
|
2286
|
+
border-radius: 6px;
|
|
2347
2287
|
}
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
font-weight: bold;
|
|
2353
|
-
font-size: 32px;
|
|
2354
|
-
line-height: 40px;
|
|
2288
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
2289
|
+
border-color: #0096ff;
|
|
2290
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2291
|
+
z-index: 1;
|
|
2355
2292
|
}
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2293
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
2294
|
+
border-color: #e75a3a;
|
|
2295
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2296
|
+
}
|
|
2297
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
2298
|
+
height: 30px;
|
|
2299
|
+
border: 1px;
|
|
2300
|
+
padding: 5px 12px;
|
|
2301
|
+
font-size: inherit;
|
|
2302
|
+
}
|
|
2303
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
2304
|
+
height: 38px;
|
|
2305
|
+
border: 1px;
|
|
2306
|
+
padding: 8px 16px;
|
|
2307
|
+
}
|
|
2308
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
2309
|
+
height: 22px;
|
|
2310
|
+
border: 1px;
|
|
2311
|
+
padding: 2px 8px;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2315
|
+
display: inline-flex;
|
|
2316
|
+
align-items: center;
|
|
2317
|
+
justify-content: center;
|
|
2318
|
+
color: #fff;
|
|
2319
|
+
font-weight: bold;
|
|
2320
|
+
font-size: 12px;
|
|
2321
|
+
width: 24px;
|
|
2322
|
+
height: 24px;
|
|
2323
|
+
border-radius: 50%;
|
|
2324
|
+
background: var(--a1b5xrg3-0);
|
|
2325
|
+
}
|
|
2326
|
+
.E_a1b5xrg3.btn-item {
|
|
2327
|
+
transition: all 160ms ease;
|
|
2328
|
+
cursor: pointer;
|
|
2329
|
+
width: 56px;
|
|
2330
|
+
height: 40px;
|
|
2331
|
+
display: inline-flex;
|
|
2332
|
+
align-items: center;
|
|
2333
|
+
justify-content: center;
|
|
2334
|
+
border-radius: 6px;
|
|
2335
|
+
}
|
|
2336
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2337
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2338
|
+
}
|
|
2339
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2340
|
+
transform: translateY(2px);
|
|
2341
|
+
transition: all 320ms ease;
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
.E_dsnbhzf {
|
|
2345
|
+
font-family: Inter;
|
|
2346
|
+
font-style: normal;
|
|
2347
|
+
font-weight: bold;
|
|
2348
|
+
font-size: 32px;
|
|
2349
|
+
line-height: 40px;
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.E_d1mvo22k {
|
|
2353
|
+
font-family: Inter;
|
|
2354
|
+
font-style: normal;
|
|
2355
|
+
font-weight: bold;
|
|
2361
2356
|
font-size: 24px;
|
|
2362
2357
|
line-height: 32px;
|
|
2363
2358
|
}
|
|
@@ -2821,40 +2816,6 @@ html body {
|
|
|
2821
2816
|
line-height: 12px;
|
|
2822
2817
|
}
|
|
2823
2818
|
|
|
2824
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
2825
|
-
display: inline-flex;
|
|
2826
|
-
align-items: center;
|
|
2827
|
-
justify-content: center;
|
|
2828
|
-
color: #fff;
|
|
2829
|
-
font-weight: bold;
|
|
2830
|
-
font-size: 12px;
|
|
2831
|
-
width: 24px;
|
|
2832
|
-
height: 24px;
|
|
2833
|
-
border-radius: 50%;
|
|
2834
|
-
background: var(--a1b5xrg3-0);
|
|
2835
|
-
}
|
|
2836
|
-
.E_a1b5xrg3.btn-item {
|
|
2837
|
-
transition: all 160ms ease;
|
|
2838
|
-
cursor: pointer;
|
|
2839
|
-
width: 56px;
|
|
2840
|
-
height: 40px;
|
|
2841
|
-
display: inline-flex;
|
|
2842
|
-
align-items: center;
|
|
2843
|
-
justify-content: center;
|
|
2844
|
-
border-radius: 6px;
|
|
2845
|
-
}
|
|
2846
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
2847
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2848
|
-
}
|
|
2849
|
-
.E_a1b5xrg3.btn-item:active {
|
|
2850
|
-
transform: translateY(2px);
|
|
2851
|
-
transition: all 320ms ease;
|
|
2852
|
-
}
|
|
2853
|
-
|
|
2854
|
-
.E_m196gn1d {
|
|
2855
|
-
min-width: 1280px;
|
|
2856
|
-
}
|
|
2857
|
-
|
|
2858
2819
|
.E_cnujxq2 {
|
|
2859
2820
|
display: flex;
|
|
2860
2821
|
flex-direction: column;
|
|
@@ -3545,61 +3506,17 @@ input.E_rf8rlle.ant-input {
|
|
|
3545
3506
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3546
3507
|
}
|
|
3547
3508
|
|
|
3548
|
-
.
|
|
3549
|
-
|
|
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;
|
|
3509
|
+
.E_owd0kml {
|
|
3510
|
+
display: inline-block;
|
|
3596
3511
|
}
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3512
|
+
|
|
3513
|
+
.E_h1jsgezc {
|
|
3514
|
+
visibility: hidden;
|
|
3515
|
+
position: absolute;
|
|
3600
3516
|
}
|
|
3601
|
-
|
|
3602
|
-
|
|
3517
|
+
|
|
3518
|
+
.E_m196gn1d {
|
|
3519
|
+
min-width: 1280px;
|
|
3603
3520
|
}
|
|
3604
3521
|
|
|
3605
3522
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -3754,19 +3671,61 @@ input.E_rf8rlle.ant-input {
|
|
|
3754
3671
|
flex-shrink: 0;
|
|
3755
3672
|
}
|
|
3756
3673
|
|
|
3757
|
-
.
|
|
3758
|
-
|
|
3759
|
-
flex-direction: column;
|
|
3760
|
-
gap: 6px;
|
|
3674
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3675
|
+
border-radius: 6px;
|
|
3761
3676
|
}
|
|
3762
|
-
.
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3677
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3678
|
+
width: 100%;
|
|
3679
|
+
color: #2d3a56;
|
|
3680
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3681
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3682
|
+
font-size: 13px;
|
|
3766
3683
|
}
|
|
3767
|
-
.
|
|
3768
|
-
|
|
3769
|
-
|
|
3684
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3685
|
+
height: 30px;
|
|
3686
|
+
}
|
|
3687
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3688
|
+
height: 38px;
|
|
3689
|
+
font-size: 13px;
|
|
3690
|
+
}
|
|
3691
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3692
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3693
|
+
transition: 160ms ease;
|
|
3694
|
+
}
|
|
3695
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3696
|
+
color: #0080ff;
|
|
3697
|
+
}
|
|
3698
|
+
.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 {
|
|
3699
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3700
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3701
|
+
}
|
|
3702
|
+
.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 {
|
|
3703
|
+
color: #0080ff;
|
|
3704
|
+
}
|
|
3705
|
+
.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 {
|
|
3706
|
+
border-color: #0080ff;
|
|
3707
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3708
|
+
}
|
|
3709
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3710
|
+
transform: rotate(180deg);
|
|
3711
|
+
}
|
|
3712
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3713
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3714
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3715
|
+
cursor: "not-allowed";
|
|
3716
|
+
}
|
|
3717
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3718
|
+
border-color: #f0483e !important;
|
|
3719
|
+
}
|
|
3720
|
+
.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 {
|
|
3721
|
+
color: #1d326c;
|
|
3722
|
+
}
|
|
3723
|
+
.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 {
|
|
3724
|
+
border-color: #0080ff;
|
|
3725
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3726
|
+
}
|
|
3727
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3728
|
+
transform: rotate(180deg);
|
|
3770
3729
|
}
|
|
3771
3730
|
|
|
3772
3731
|
.E_suhck3k {
|
|
@@ -3782,6 +3741,21 @@ input.E_rf8rlle.ant-input {
|
|
|
3782
3741
|
fill: blue;
|
|
3783
3742
|
}
|
|
3784
3743
|
|
|
3744
|
+
.E_w1dxz879 {
|
|
3745
|
+
display: flex;
|
|
3746
|
+
flex-direction: column;
|
|
3747
|
+
gap: 6px;
|
|
3748
|
+
}
|
|
3749
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
3750
|
+
max-height: var(--w1dxz879-0);
|
|
3751
|
+
text-overflow: clip;
|
|
3752
|
+
overflow: hidden;
|
|
3753
|
+
}
|
|
3754
|
+
.E_w1dxz879 .tips {
|
|
3755
|
+
color: #fff;
|
|
3756
|
+
opacity: 0.8;
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3785
3759
|
.E_ryby9ds {
|
|
3786
3760
|
display: flex;
|
|
3787
3761
|
align-items: center;
|
|
@@ -4127,143 +4101,16 @@ input.E_rf8rlle.ant-input {
|
|
|
4127
4101
|
width: 1px;
|
|
4128
4102
|
}
|
|
4129
4103
|
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
height: unset;
|
|
4141
|
-
}
|
|
4142
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4143
|
-
margin-right: 4px;
|
|
4144
|
-
}
|
|
4145
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4146
|
-
margin-left: 4px;
|
|
4147
|
-
}
|
|
4148
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4149
|
-
color: #009DFF;
|
|
4150
|
-
}
|
|
4151
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4152
|
-
color: #005ED1;
|
|
4153
|
-
}
|
|
4154
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4155
|
-
color: #0080FF;
|
|
4156
|
-
}
|
|
4157
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4158
|
-
color: #00122E;
|
|
4159
|
-
}
|
|
4160
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4161
|
-
color: #0080FF;
|
|
4162
|
-
}
|
|
4163
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4164
|
-
color: #005ED1;
|
|
4165
|
-
}
|
|
4166
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4167
|
-
color: #00122E;
|
|
4168
|
-
}
|
|
4169
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4170
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4171
|
-
}
|
|
4172
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4173
|
-
color: #0080FF;
|
|
4174
|
-
}
|
|
4175
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4176
|
-
color: #005ED1;
|
|
4177
|
-
}
|
|
4178
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4179
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
.E_sddwhm6 {
|
|
4183
|
-
margin: 0;
|
|
4184
|
-
border-radius: 20px;
|
|
4185
|
-
padding: 2px 10px;
|
|
4186
|
-
height: 22px;
|
|
4187
|
-
}
|
|
4188
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4189
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4190
|
-
}
|
|
4191
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4192
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4193
|
-
}
|
|
4194
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4195
|
-
color: #00122E;
|
|
4196
|
-
}
|
|
4197
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4198
|
-
margin-right: 6px;
|
|
4199
|
-
}
|
|
4200
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4201
|
-
margin-left: 8px;
|
|
4202
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4203
|
-
}
|
|
4204
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4205
|
-
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4206
|
-
}
|
|
4207
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4208
|
-
background-color: #0080FF;
|
|
4209
|
-
}
|
|
4210
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4211
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
4212
|
-
}
|
|
4213
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4214
|
-
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4215
|
-
}
|
|
4216
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4217
|
-
background-color: #F0483E;
|
|
4218
|
-
}
|
|
4219
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4220
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
4221
|
-
}
|
|
4222
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4223
|
-
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4224
|
-
}
|
|
4225
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4226
|
-
background-color: #FEA008;
|
|
4227
|
-
}
|
|
4228
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4229
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
4230
|
-
}
|
|
4231
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4232
|
-
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4233
|
-
}
|
|
4234
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4235
|
-
background-color: #00BA5D;
|
|
4236
|
-
}
|
|
4237
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4238
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
4239
|
-
}
|
|
4240
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4241
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4242
|
-
}
|
|
4243
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4244
|
-
background-color: #6b7d99;
|
|
4245
|
-
}
|
|
4246
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
4247
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
4248
|
-
}
|
|
4249
|
-
|
|
4250
|
-
.E_satwmqm {
|
|
4251
|
-
width: 8px;
|
|
4252
|
-
height: 8px;
|
|
4253
|
-
border-radius: 50%;
|
|
4254
|
-
display: inline-block;
|
|
4255
|
-
}
|
|
4256
|
-
|
|
4257
|
-
.E_h12yihis {
|
|
4258
|
-
height: 50px;
|
|
4259
|
-
border-bottom: 2px solid #edf0f7;
|
|
4260
|
-
background: #fff;
|
|
4261
|
-
display: flex;
|
|
4262
|
-
justify-content: space-between;
|
|
4263
|
-
align-items: center;
|
|
4264
|
-
padding: 0 24px 0 14px;
|
|
4265
|
-
position: relative;
|
|
4266
|
-
z-index: 10;
|
|
4104
|
+
.E_h12yihis {
|
|
4105
|
+
height: 50px;
|
|
4106
|
+
border-bottom: 2px solid #edf0f7;
|
|
4107
|
+
background: #fff;
|
|
4108
|
+
display: flex;
|
|
4109
|
+
justify-content: space-between;
|
|
4110
|
+
align-items: center;
|
|
4111
|
+
padding: 0 24px 0 14px;
|
|
4112
|
+
position: relative;
|
|
4113
|
+
z-index: 10;
|
|
4267
4114
|
}
|
|
4268
4115
|
.E_h12yihis .left,
|
|
4269
4116
|
.E_h12yihis .right,
|
|
@@ -4474,6 +4321,133 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4474
4321
|
position: static;
|
|
4475
4322
|
}
|
|
4476
4323
|
|
|
4324
|
+
.E_sddwhm6 {
|
|
4325
|
+
margin: 0;
|
|
4326
|
+
border-radius: 20px;
|
|
4327
|
+
padding: 2px 10px;
|
|
4328
|
+
height: 22px;
|
|
4329
|
+
}
|
|
4330
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
4331
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
4332
|
+
}
|
|
4333
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
4334
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
4335
|
+
}
|
|
4336
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
4337
|
+
color: #00122E;
|
|
4338
|
+
}
|
|
4339
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
4340
|
+
margin-right: 6px;
|
|
4341
|
+
}
|
|
4342
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
4343
|
+
margin-left: 8px;
|
|
4344
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4345
|
+
}
|
|
4346
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
4347
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
4348
|
+
}
|
|
4349
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
4350
|
+
background-color: #0080FF;
|
|
4351
|
+
}
|
|
4352
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
4353
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
4354
|
+
}
|
|
4355
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
4356
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
4357
|
+
}
|
|
4358
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
4359
|
+
background-color: #F0483E;
|
|
4360
|
+
}
|
|
4361
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
4362
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
4363
|
+
}
|
|
4364
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
4365
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
4366
|
+
}
|
|
4367
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
4368
|
+
background-color: #FEA008;
|
|
4369
|
+
}
|
|
4370
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
4371
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
4372
|
+
}
|
|
4373
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
4374
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
4375
|
+
}
|
|
4376
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
4377
|
+
background-color: #00BA5D;
|
|
4378
|
+
}
|
|
4379
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
4380
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
4381
|
+
}
|
|
4382
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
4383
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4384
|
+
}
|
|
4385
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
4386
|
+
background-color: #6b7d99;
|
|
4387
|
+
}
|
|
4388
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
4389
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
.E_satwmqm {
|
|
4393
|
+
width: 8px;
|
|
4394
|
+
height: 8px;
|
|
4395
|
+
border-radius: 50%;
|
|
4396
|
+
display: inline-block;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
button.E_l48ei06.ant-btn,
|
|
4400
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4401
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4402
|
+
font-size: 12px;
|
|
4403
|
+
line-height: 18px;
|
|
4404
|
+
height: 18px;
|
|
4405
|
+
}
|
|
4406
|
+
|
|
4407
|
+
button.E_l48ei06 {
|
|
4408
|
+
color: #0080FF;
|
|
4409
|
+
height: unset;
|
|
4410
|
+
}
|
|
4411
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4412
|
+
margin-right: 4px;
|
|
4413
|
+
}
|
|
4414
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4415
|
+
margin-left: 4px;
|
|
4416
|
+
}
|
|
4417
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4418
|
+
color: #009DFF;
|
|
4419
|
+
}
|
|
4420
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4421
|
+
color: #005ED1;
|
|
4422
|
+
}
|
|
4423
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4424
|
+
color: #0080FF;
|
|
4425
|
+
}
|
|
4426
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4427
|
+
color: #00122E;
|
|
4428
|
+
}
|
|
4429
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4430
|
+
color: #0080FF;
|
|
4431
|
+
}
|
|
4432
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4433
|
+
color: #005ED1;
|
|
4434
|
+
}
|
|
4435
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4436
|
+
color: #00122E;
|
|
4437
|
+
}
|
|
4438
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4439
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4440
|
+
}
|
|
4441
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4442
|
+
color: #0080FF;
|
|
4443
|
+
}
|
|
4444
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4445
|
+
color: #005ED1;
|
|
4446
|
+
}
|
|
4447
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4448
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4449
|
+
}
|
|
4450
|
+
|
|
4477
4451
|
.E_tc97u5y {
|
|
4478
4452
|
height: 100%;
|
|
4479
4453
|
}
|
|
@@ -4913,6 +4887,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4913
4887
|
flex: 1;
|
|
4914
4888
|
}
|
|
4915
4889
|
|
|
4890
|
+
.E_r77hffu {
|
|
4891
|
+
display: flex;
|
|
4892
|
+
align-items: center;
|
|
4893
|
+
justify-content: space-between;
|
|
4894
|
+
column-gap: 6px;
|
|
4895
|
+
}
|
|
4896
|
+
|
|
4897
|
+
.E_p1cmxsf7 {
|
|
4898
|
+
display: flex;
|
|
4899
|
+
flex-direction: column;
|
|
4900
|
+
justify-content: center;
|
|
4901
|
+
row-gap: var(--p1cmxsf7-0);
|
|
4902
|
+
}
|
|
4903
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
4904
|
+
font-size: 0;
|
|
4905
|
+
margin-bottom: unset;
|
|
4906
|
+
margin-inline-end: unset;
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4909
|
+
.E_c1yd35n {
|
|
4910
|
+
padding: 0 12px 14px 12px;
|
|
4911
|
+
}
|
|
4912
|
+
|
|
4913
|
+
.E_c1kghdax {
|
|
4914
|
+
color: #2d3a56;
|
|
4915
|
+
padding: 7px 12px;
|
|
4916
|
+
display: flex;
|
|
4917
|
+
justify-content: space-between;
|
|
4918
|
+
align-items: center;
|
|
4919
|
+
}
|
|
4920
|
+
.E_c1kghdax.has-arrow {
|
|
4921
|
+
padding-left: 10px;
|
|
4922
|
+
}
|
|
4923
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4924
|
+
cursor: pointer;
|
|
4925
|
+
color: #00122e;
|
|
4926
|
+
}
|
|
4927
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4928
|
+
color: #2d3a56;
|
|
4929
|
+
font-weight: 600;
|
|
4930
|
+
}
|
|
4931
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4932
|
+
transform: rotate(90deg);
|
|
4933
|
+
}
|
|
4934
|
+
.E_c1kghdax .sub-info {
|
|
4935
|
+
font-size: 12px;
|
|
4936
|
+
line-height: 18px;
|
|
4937
|
+
}
|
|
4938
|
+
.E_c1kghdax .title-wrapper {
|
|
4939
|
+
display: flex;
|
|
4940
|
+
align-items: center;
|
|
4941
|
+
user-select: none;
|
|
4942
|
+
flex-grow: 1;
|
|
4943
|
+
font-size: 12px;
|
|
4944
|
+
line-height: 18px;
|
|
4945
|
+
color: #2d3a56;
|
|
4946
|
+
font-weight: 700;
|
|
4947
|
+
}
|
|
4948
|
+
.E_c1kghdax .collapse-arrow {
|
|
4949
|
+
transition: all 50ms ease-out 0ms;
|
|
4950
|
+
margin-right: 2px;
|
|
4951
|
+
}
|
|
4952
|
+
|
|
4916
4953
|
.E_u3l9ivi {
|
|
4917
4954
|
width: 100%;
|
|
4918
4955
|
position: relative;
|
|
@@ -5092,6 +5129,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5092
5129
|
opacity: 0.5;
|
|
5093
5130
|
}
|
|
5094
5131
|
|
|
5132
|
+
.E_b14q2gmw {
|
|
5133
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
5134
|
+
}
|
|
5135
|
+
|
|
5136
|
+
.E_c1eym6el {
|
|
5137
|
+
border-radius: 8px;
|
|
5138
|
+
background-color: white;
|
|
5139
|
+
}
|
|
5140
|
+
.E_c1eym6el.hoverable {
|
|
5141
|
+
cursor: pointer;
|
|
5142
|
+
}
|
|
5143
|
+
.E_c1eym6el.hoverable:hover {
|
|
5144
|
+
transition: all 200ms ease;
|
|
5145
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
5146
|
+
transform: translateY(-4px);
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5095
5149
|
.E_ckui4s7 {
|
|
5096
5150
|
color: #2d3a56;
|
|
5097
5151
|
line-height: 22px;
|
|
@@ -5156,67 +5210,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5156
5210
|
margin-left: 24px;
|
|
5157
5211
|
}
|
|
5158
5212
|
|
|
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;
|
|
5187
|
-
}
|
|
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;
|
|
5197
|
-
}
|
|
5198
|
-
.E_c1kghdax .collapse-arrow {
|
|
5199
|
-
transition: all 50ms ease-out 0ms;
|
|
5200
|
-
margin-right: 2px;
|
|
5201
|
-
}
|
|
5202
|
-
|
|
5203
|
-
.E_b14q2gmw {
|
|
5204
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
5205
|
-
}
|
|
5206
|
-
|
|
5207
|
-
.E_c1eym6el {
|
|
5208
|
-
border-radius: 8px;
|
|
5209
|
-
background-color: white;
|
|
5210
|
-
}
|
|
5211
|
-
.E_c1eym6el.hoverable {
|
|
5212
|
-
cursor: pointer;
|
|
5213
|
-
}
|
|
5214
|
-
.E_c1eym6el.hoverable:hover {
|
|
5215
|
-
transition: all 200ms ease;
|
|
5216
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
5217
|
-
transform: translateY(-4px);
|
|
5218
|
-
}
|
|
5219
|
-
|
|
5220
5213
|
.E_lht19u8 {
|
|
5221
5214
|
width: 64px;
|
|
5222
5215
|
height: 64px;
|
|
@@ -5266,422 +5259,433 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5266
5259
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5267
5260
|
}
|
|
5268
5261
|
|
|
5269
|
-
.
|
|
5270
|
-
|
|
5262
|
+
.E_w7ob4th.outside-tag {
|
|
5263
|
+
padding-left: 0;
|
|
5271
5264
|
}
|
|
5272
|
-
.
|
|
5273
|
-
|
|
5265
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5266
|
+
border-radius: 4px 0 0 4px;
|
|
5267
|
+
padding-right: 4px;
|
|
5268
|
+
margin-right: 4px;
|
|
5274
5269
|
}
|
|
5275
|
-
|
|
5276
|
-
|
|
5270
|
+
|
|
5271
|
+
.E_t1tbywr9 {
|
|
5272
|
+
width: 100%;
|
|
5273
|
+
flex: 1;
|
|
5274
|
+
display: flex;
|
|
5275
|
+
flex-direction: column;
|
|
5277
5276
|
}
|
|
5278
|
-
.
|
|
5279
|
-
|
|
5277
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5278
|
+
height: 32px;
|
|
5280
5279
|
}
|
|
5281
|
-
.
|
|
5282
|
-
|
|
5283
|
-
font-weight: normal;
|
|
5280
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5281
|
+
height: 32px;
|
|
5284
5282
|
}
|
|
5285
|
-
.
|
|
5286
|
-
|
|
5283
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5284
|
+
height: 32px;
|
|
5285
|
+
border-top-left-radius: 6px;
|
|
5286
|
+
border-top-right-radius: 6px;
|
|
5287
|
+
padding-right: 16px;
|
|
5288
|
+
padding-left: 16px;
|
|
5289
|
+
font-size: 16px;
|
|
5287
5290
|
}
|
|
5288
|
-
.
|
|
5289
|
-
|
|
5291
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5292
|
+
height: 24px;
|
|
5290
5293
|
}
|
|
5291
|
-
.
|
|
5292
|
-
|
|
5294
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5295
|
+
height: 24px;
|
|
5293
5296
|
}
|
|
5294
|
-
.
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5297
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5298
|
+
height: 24px;
|
|
5299
|
+
border-top-left-radius: 4px;
|
|
5300
|
+
border-top-right-radius: 4px;
|
|
5301
|
+
padding-right: 12px;
|
|
5302
|
+
padding-left: 12px;
|
|
5303
|
+
font-size: 14px;
|
|
5298
5304
|
}
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5305
|
+
.E_t1tbywr9 .tab-bar {
|
|
5306
|
+
max-width: 100%;
|
|
5307
|
+
display: flex;
|
|
5308
|
+
place-items: center;
|
|
5309
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5302
5310
|
}
|
|
5303
|
-
.
|
|
5304
|
-
|
|
5311
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5312
|
+
overflow: hidden;
|
|
5313
|
+
display: flex;
|
|
5314
|
+
place-items: center;
|
|
5305
5315
|
}
|
|
5306
|
-
.
|
|
5307
|
-
|
|
5308
|
-
justify-content: stretch;
|
|
5316
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5317
|
+
padding-left: 0px;
|
|
5309
5318
|
}
|
|
5310
|
-
.
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
flex: 1;
|
|
5314
|
-
overflow: visible;
|
|
5319
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5320
|
+
margin-left: 12px;
|
|
5321
|
+
position: relative;
|
|
5315
5322
|
}
|
|
5316
|
-
.
|
|
5317
|
-
|
|
5318
|
-
|
|
5323
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5324
|
+
content: "";
|
|
5325
|
+
width: 1px;
|
|
5326
|
+
height: 24px;
|
|
5327
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5328
|
+
position: absolute;
|
|
5329
|
+
left: -6px;
|
|
5330
|
+
top: 50%;
|
|
5331
|
+
transform: translateY(-50%);
|
|
5319
5332
|
}
|
|
5320
|
-
.
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5333
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5334
|
+
flex-shrink: 0;
|
|
5335
|
+
display: flex;
|
|
5336
|
+
place-items: center;
|
|
5337
|
+
cursor: pointer;
|
|
5338
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
5339
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5326
5340
|
}
|
|
5327
|
-
.
|
|
5328
|
-
|
|
5341
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5342
|
+
padding-left: 16px;
|
|
5343
|
+
color: #0080ff;
|
|
5344
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5329
5345
|
}
|
|
5330
|
-
.
|
|
5331
|
-
|
|
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;
|
|
5346
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5347
|
+
margin-left: 2px;
|
|
5337
5348
|
}
|
|
5338
|
-
.
|
|
5339
|
-
|
|
5349
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5350
|
+
width: 16px;
|
|
5351
|
+
height: 16px;
|
|
5352
|
+
padding: 0;
|
|
5353
|
+
border-radius: 2px;
|
|
5354
|
+
margin-left: 8px;
|
|
5340
5355
|
}
|
|
5341
|
-
.
|
|
5342
|
-
|
|
5343
|
-
padding-left: 12px;
|
|
5344
|
-
border-radius: 0 4px 4px 0;
|
|
5356
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5357
|
+
margin-left: 8px;
|
|
5345
5358
|
}
|
|
5346
|
-
.
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
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%;
|
|
5359
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5360
|
+
padding-left: 16px;
|
|
5361
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5362
|
+
color: #0080ff;
|
|
5358
5363
|
}
|
|
5359
|
-
.
|
|
5360
|
-
|
|
5364
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5365
|
+
display: none;
|
|
5361
5366
|
}
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
border: 13px solid transparent;
|
|
5367
|
-
position: absolute;
|
|
5368
|
-
top: 0;
|
|
5369
|
-
border-left: 8px solid #fff;
|
|
5370
|
-
left: 0;
|
|
5367
|
+
|
|
5368
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5369
|
+
color: #0080ff;
|
|
5370
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5371
5371
|
}
|
|
5372
|
-
|
|
5373
|
-
|
|
5372
|
+
|
|
5373
|
+
.E_m19lu3v {
|
|
5374
|
+
cursor: default;
|
|
5374
5375
|
}
|
|
5375
|
-
.
|
|
5376
|
-
|
|
5376
|
+
.E_m19lu3v .menu-wrapper {
|
|
5377
|
+
min-width: 160px;
|
|
5378
|
+
max-width: 400px;
|
|
5379
|
+
padding: 6px;
|
|
5380
|
+
background: #fff;
|
|
5381
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5382
|
+
border-radius: 8px;
|
|
5383
|
+
max-height: calc(100vh - 250px);
|
|
5384
|
+
overflow: auto;
|
|
5377
5385
|
}
|
|
5378
|
-
.
|
|
5379
|
-
|
|
5386
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5387
|
+
display: flex;
|
|
5388
|
+
place-items: center;
|
|
5389
|
+
width: var(--itemWidth);
|
|
5380
5390
|
}
|
|
5381
|
-
.
|
|
5382
|
-
|
|
5383
|
-
min-width: var(--item-min-width);
|
|
5391
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5392
|
+
margin-top: 8px;
|
|
5384
5393
|
}
|
|
5385
|
-
.
|
|
5386
|
-
|
|
5387
|
-
|
|
5394
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5395
|
+
padding: 6px;
|
|
5396
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5397
|
+
color: #0080ff;
|
|
5388
5398
|
}
|
|
5389
|
-
.
|
|
5390
|
-
|
|
5391
|
-
|
|
5399
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5400
|
+
font-family: Inter;
|
|
5401
|
+
font-style: normal;
|
|
5402
|
+
font-weight: bold !important;
|
|
5392
5403
|
}
|
|
5393
|
-
.
|
|
5394
|
-
padding:
|
|
5404
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5405
|
+
padding: 5px 12px;
|
|
5406
|
+
border-radius: 4px;
|
|
5395
5407
|
}
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
row-gap: 2px;
|
|
5408
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5409
|
+
color: #0080ff;
|
|
5410
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5400
5411
|
}
|
|
5401
|
-
.
|
|
5402
|
-
|
|
5412
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5413
|
+
text-align: left;
|
|
5414
|
+
flex: 1;
|
|
5415
|
+
overflow: hidden;
|
|
5416
|
+
text-overflow: ellipsis;
|
|
5417
|
+
white-space: nowrap;
|
|
5403
5418
|
}
|
|
5404
|
-
|
|
5405
|
-
|
|
5419
|
+
|
|
5420
|
+
.E_i1bmwe2m {
|
|
5421
|
+
margin: auto;
|
|
5422
|
+
cursor: pointer;
|
|
5423
|
+
line-height: normal;
|
|
5424
|
+
height: 16px;
|
|
5425
|
+
margin-right: 3px;
|
|
5406
5426
|
}
|
|
5407
|
-
.
|
|
5408
|
-
|
|
5427
|
+
.E_i1bmwe2m .icon-inner {
|
|
5428
|
+
display: block;
|
|
5429
|
+
height: 16px;
|
|
5409
5430
|
}
|
|
5410
|
-
|
|
5431
|
+
|
|
5432
|
+
.E_slr2ynn {
|
|
5411
5433
|
padding: 0 8px;
|
|
5412
|
-
|
|
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;
|
|
5434
|
+
height: 18px;
|
|
5420
5435
|
}
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
padding-right: 0;
|
|
5436
|
+
|
|
5437
|
+
.E_m140wbb6 {
|
|
5438
|
+
padding: 2px 8px;
|
|
5439
|
+
height: 24px;
|
|
5426
5440
|
}
|
|
5427
|
-
|
|
5428
|
-
|
|
5441
|
+
|
|
5442
|
+
.E_t1fozc1i {
|
|
5443
|
+
margin: 0;
|
|
5429
5444
|
}
|
|
5430
5445
|
|
|
5431
|
-
.
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
align-items: center;
|
|
5435
|
-
justify-content: center;
|
|
5436
|
-
column-gap: 4px;
|
|
5446
|
+
.E_i1vxv4ln {
|
|
5447
|
+
margin-right: 4px;
|
|
5448
|
+
height: 16px;
|
|
5437
5449
|
}
|
|
5438
|
-
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
|
|
5450
|
+
|
|
5451
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5452
|
+
font-weight: 700;
|
|
5453
|
+
color: #00122E;
|
|
5454
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5455
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5456
|
+
word-break: break-all;
|
|
5457
|
+
display: inline;
|
|
5458
|
+
white-space: normal;
|
|
5445
5459
|
}
|
|
5446
5460
|
|
|
5447
|
-
.
|
|
5448
|
-
|
|
5461
|
+
.E_t13ef470 {
|
|
5462
|
+
height: 100%;
|
|
5463
|
+
}
|
|
5464
|
+
.E_t13ef470 .table-loading-item {
|
|
5465
|
+
padding: 12px 4px;
|
|
5466
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5449
5467
|
display: flex;
|
|
5450
|
-
align-items: center;
|
|
5451
|
-
justify-content: center;
|
|
5452
|
-
column-gap: 6px;
|
|
5453
|
-
font-size: 13px;
|
|
5454
5468
|
}
|
|
5455
|
-
.
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5461
|
-
justify-content: center;
|
|
5469
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5470
|
+
height: 16px;
|
|
5471
|
+
margin: 4px;
|
|
5472
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5473
|
+
border-radius: 2px;
|
|
5462
5474
|
}
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5475
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5476
|
+
width: 16px;
|
|
5477
|
+
}
|
|
5478
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
5466
5479
|
flex: 1;
|
|
5467
|
-
display: flex;
|
|
5468
|
-
flex-direction: column;
|
|
5469
5480
|
}
|
|
5470
|
-
.
|
|
5471
|
-
|
|
5481
|
+
.E_t13ef470 :nth-child(1) {
|
|
5482
|
+
padding: 8px 4px;
|
|
5472
5483
|
}
|
|
5473
|
-
.
|
|
5474
|
-
|
|
5484
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5485
|
+
background: rgba(107, 125, 153, 0.18);
|
|
5475
5486
|
}
|
|
5476
|
-
.
|
|
5477
|
-
|
|
5478
|
-
border-top-left-radius: 6px;
|
|
5479
|
-
border-top-right-radius: 6px;
|
|
5480
|
-
padding-right: 16px;
|
|
5481
|
-
padding-left: 16px;
|
|
5482
|
-
font-size: 16px;
|
|
5487
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
5488
|
+
background: rgba(163, 180, 204, 0.18);
|
|
5483
5489
|
}
|
|
5484
|
-
|
|
5485
|
-
|
|
5490
|
+
|
|
5491
|
+
.E_i1g85yz3 {
|
|
5492
|
+
margin-right: 4px;
|
|
5493
|
+
height: 16px;
|
|
5486
5494
|
}
|
|
5487
|
-
|
|
5488
|
-
|
|
5495
|
+
|
|
5496
|
+
.E_sjob3jg {
|
|
5497
|
+
--item-min-width: 60px;
|
|
5489
5498
|
}
|
|
5490
|
-
.
|
|
5491
|
-
|
|
5492
|
-
border-top-left-radius: 4px;
|
|
5493
|
-
border-top-right-radius: 4px;
|
|
5494
|
-
padding-right: 12px;
|
|
5495
|
-
padding-left: 12px;
|
|
5496
|
-
font-size: 14px;
|
|
5499
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5500
|
+
display: none !important;
|
|
5497
5501
|
}
|
|
5498
|
-
.
|
|
5499
|
-
|
|
5500
|
-
display: flex;
|
|
5501
|
-
place-items: center;
|
|
5502
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5502
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5503
|
+
flex-shrink: 0 !important;
|
|
5503
5504
|
}
|
|
5504
|
-
.
|
|
5505
|
-
|
|
5506
|
-
display: flex;
|
|
5507
|
-
place-items: center;
|
|
5505
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5506
|
+
color: #0080FF;
|
|
5508
5507
|
}
|
|
5509
|
-
.
|
|
5510
|
-
|
|
5508
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5509
|
+
color: #0080FF;
|
|
5510
|
+
font-weight: normal;
|
|
5511
5511
|
}
|
|
5512
|
-
.
|
|
5513
|
-
|
|
5514
|
-
position: relative;
|
|
5512
|
+
.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 {
|
|
5513
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5515
5514
|
}
|
|
5516
|
-
.
|
|
5517
|
-
|
|
5518
|
-
width: 1px;
|
|
5519
|
-
height: 24px;
|
|
5520
|
-
background: rgba(172, 186, 211, 0.6);
|
|
5521
|
-
position: absolute;
|
|
5522
|
-
left: -6px;
|
|
5523
|
-
top: 50%;
|
|
5524
|
-
transform: translateY(-50%);
|
|
5515
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5516
|
+
color: #00122E;
|
|
5525
5517
|
}
|
|
5526
|
-
.
|
|
5527
|
-
|
|
5528
|
-
display: flex;
|
|
5529
|
-
place-items: center;
|
|
5530
|
-
cursor: pointer;
|
|
5531
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
5532
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5518
|
+
.E_sjob3jg .step-item-text {
|
|
5519
|
+
display: inline-block;
|
|
5533
5520
|
}
|
|
5534
|
-
.
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5521
|
+
.E_sjob3jg .step-item-title {
|
|
5522
|
+
overflow: hidden;
|
|
5523
|
+
white-space: nowrap;
|
|
5524
|
+
text-overflow: ellipsis;
|
|
5538
5525
|
}
|
|
5539
|
-
|
|
5540
|
-
|
|
5526
|
+
|
|
5527
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5528
|
+
min-width: var(--item-min-width);
|
|
5541
5529
|
}
|
|
5542
|
-
.
|
|
5543
|
-
|
|
5544
|
-
|
|
5530
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5531
|
+
cursor: not-allowed !important;
|
|
5532
|
+
}
|
|
5533
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5534
|
+
flex-direction: row;
|
|
5535
|
+
justify-content: stretch;
|
|
5536
|
+
}
|
|
5537
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5545
5538
|
padding: 0;
|
|
5546
|
-
|
|
5547
|
-
|
|
5539
|
+
margin-right: 4px;
|
|
5540
|
+
flex: 1;
|
|
5541
|
+
overflow: visible;
|
|
5548
5542
|
}
|
|
5549
|
-
.
|
|
5550
|
-
|
|
5543
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5544
|
+
width: 100%;
|
|
5545
|
+
min-height: unset;
|
|
5551
5546
|
}
|
|
5552
|
-
.
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5547
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5548
|
+
height: 26px;
|
|
5549
|
+
line-height: 26px;
|
|
5550
|
+
width: 100%;
|
|
5551
|
+
padding: 0;
|
|
5552
|
+
font-size: 12px;
|
|
5556
5553
|
}
|
|
5557
|
-
.
|
|
5554
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5555
|
+
margin-right: 10px;
|
|
5556
|
+
}
|
|
5557
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5558
5558
|
display: none;
|
|
5559
5559
|
}
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5560
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5561
|
+
padding-left: 8px;
|
|
5562
|
+
padding-right: 4px;
|
|
5563
|
+
border-radius: 4px 0 0 4px;
|
|
5564
5564
|
}
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
cursor: default;
|
|
5565
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5566
|
+
margin-right: 0;
|
|
5568
5567
|
}
|
|
5569
|
-
.
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
|
|
5568
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5569
|
+
padding-right: 8px;
|
|
5570
|
+
padding-left: 12px;
|
|
5571
|
+
border-radius: 0 4px 4px 0;
|
|
5572
|
+
}
|
|
5573
|
+
.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 {
|
|
5574
|
+
content: "";
|
|
5575
|
+
width: 0;
|
|
5576
|
+
height: 0;
|
|
5577
|
+
border: 13px solid transparent;
|
|
5578
|
+
position: absolute;
|
|
5579
|
+
top: 0;
|
|
5580
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5581
|
+
z-index: 2;
|
|
5582
|
+
position: relative;
|
|
5583
|
+
top: -50%;
|
|
5584
|
+
right: -100%;
|
|
5578
5585
|
}
|
|
5579
|
-
.
|
|
5580
|
-
|
|
5581
|
-
place-items: center;
|
|
5582
|
-
width: var(--itemWidth);
|
|
5586
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5587
|
+
padding: 0 4px 0 12px;
|
|
5583
5588
|
}
|
|
5584
|
-
.
|
|
5585
|
-
|
|
5589
|
+
.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 {
|
|
5590
|
+
content: "";
|
|
5591
|
+
width: 0;
|
|
5592
|
+
height: 0;
|
|
5593
|
+
border: 13px solid transparent;
|
|
5594
|
+
position: absolute;
|
|
5595
|
+
top: 0;
|
|
5596
|
+
border-left: 8px solid #fff;
|
|
5597
|
+
left: 0;
|
|
5586
5598
|
}
|
|
5587
|
-
.
|
|
5588
|
-
|
|
5589
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5590
|
-
color: #0080ff;
|
|
5599
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5600
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5591
5601
|
}
|
|
5592
|
-
.
|
|
5593
|
-
|
|
5594
|
-
font-style: normal;
|
|
5595
|
-
font-weight: bold !important;
|
|
5602
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5603
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5596
5604
|
}
|
|
5597
|
-
.
|
|
5598
|
-
|
|
5599
|
-
border-radius: 4px;
|
|
5605
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5606
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5600
5607
|
}
|
|
5601
|
-
.
|
|
5602
|
-
|
|
5603
|
-
|
|
5608
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5609
|
+
cursor: pointer;
|
|
5610
|
+
min-width: var(--item-min-width);
|
|
5604
5611
|
}
|
|
5605
|
-
.
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
overflow: hidden;
|
|
5609
|
-
text-overflow: ellipsis;
|
|
5610
|
-
white-space: nowrap;
|
|
5612
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5613
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5614
|
+
min-width: var(--item-min-width);
|
|
5611
5615
|
}
|
|
5612
|
-
|
|
5613
|
-
.
|
|
5614
|
-
|
|
5615
|
-
cursor: pointer;
|
|
5616
|
-
line-height: normal;
|
|
5617
|
-
height: 16px;
|
|
5618
|
-
margin-right: 3px;
|
|
5616
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5617
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5618
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5619
5619
|
}
|
|
5620
|
-
.
|
|
5621
|
-
|
|
5622
|
-
height: 16px;
|
|
5620
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5621
|
+
padding: 0;
|
|
5623
5622
|
}
|
|
5624
5623
|
|
|
5625
|
-
.
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
justify-content: space-between;
|
|
5629
|
-
column-gap: 6px;
|
|
5624
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5625
|
+
width: 192px;
|
|
5626
|
+
row-gap: 2px;
|
|
5630
5627
|
}
|
|
5631
|
-
|
|
5632
|
-
.
|
|
5633
|
-
display: flex;
|
|
5634
|
-
flex-direction: column;
|
|
5635
|
-
justify-content: center;
|
|
5636
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5628
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5629
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5637
5630
|
}
|
|
5638
|
-
.
|
|
5639
|
-
|
|
5640
|
-
margin-bottom: unset;
|
|
5641
|
-
margin-inline-end: unset;
|
|
5631
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5632
|
+
color: #00122E !important;
|
|
5642
5633
|
}
|
|
5643
|
-
|
|
5644
|
-
.
|
|
5645
|
-
margin-right: 4px;
|
|
5646
|
-
height: 16px;
|
|
5634
|
+
.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 {
|
|
5635
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5647
5636
|
}
|
|
5648
|
-
|
|
5649
|
-
.E_slr2ynn {
|
|
5637
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5650
5638
|
padding: 0 8px;
|
|
5651
|
-
|
|
5639
|
+
border-radius: 4px;
|
|
5640
|
+
height: 32px;
|
|
5641
|
+
display: flex;
|
|
5642
|
+
align-items: center;
|
|
5652
5643
|
}
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
height: 24px;
|
|
5644
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5645
|
+
min-height: auto;
|
|
5646
|
+
white-space: nowrap;
|
|
5657
5647
|
}
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5648
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5649
|
+
font-size: 13px;
|
|
5650
|
+
line-height: 20px;
|
|
5651
|
+
max-width: 100%;
|
|
5652
|
+
padding-right: 0;
|
|
5661
5653
|
}
|
|
5662
|
-
|
|
5663
|
-
.
|
|
5664
|
-
margin-right: 4px;
|
|
5665
|
-
height: 16px;
|
|
5654
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5655
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5666
5656
|
}
|
|
5667
5657
|
|
|
5668
|
-
.
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5658
|
+
.E_h6l1tj4 {
|
|
5659
|
+
width: 100%;
|
|
5660
|
+
display: inline-flex;
|
|
5661
|
+
align-items: center;
|
|
5662
|
+
justify-content: center;
|
|
5663
|
+
column-gap: 4px;
|
|
5664
|
+
}
|
|
5665
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
5666
|
+
display: inline-flex;
|
|
5667
|
+
align-items: center;
|
|
5668
|
+
width: 18px;
|
|
5669
|
+
height: 18px;
|
|
5670
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5671
|
+
justify-content: center;
|
|
5676
5672
|
}
|
|
5677
5673
|
|
|
5678
|
-
.
|
|
5679
|
-
|
|
5674
|
+
.E_v18frne8 {
|
|
5675
|
+
width: 100%;
|
|
5676
|
+
display: flex;
|
|
5677
|
+
align-items: center;
|
|
5678
|
+
justify-content: center;
|
|
5679
|
+
column-gap: 6px;
|
|
5680
|
+
font-size: 13px;
|
|
5680
5681
|
}
|
|
5681
|
-
.
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5682
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5683
|
+
display: inline-flex;
|
|
5684
|
+
align-items: center;
|
|
5685
|
+
min-width: 20px;
|
|
5686
|
+
min-height: 20px;
|
|
5687
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5688
|
+
justify-content: center;
|
|
5685
5689
|
}
|
|
5686
5690
|
|
|
5687
5691
|
.E_t1dtlqs1 {
|
|
@@ -5840,6 +5844,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5840
5844
|
border-radius: 5px;
|
|
5841
5845
|
font-size: 12px;
|
|
5842
5846
|
}
|
|
5847
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact .ant-input,
|
|
5848
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact .ant-select-selector {
|
|
5849
|
+
border-radius: 0;
|
|
5850
|
+
}
|
|
5851
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :first-child,
|
|
5852
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :first-child .ant-select-selector {
|
|
5853
|
+
border-top-left-radius: 5px;
|
|
5854
|
+
border-bottom-left-radius: 5px;
|
|
5855
|
+
}
|
|
5856
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :last-child,
|
|
5857
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-group-compact > :last-child .ant-select-selector {
|
|
5858
|
+
border-top-right-radius: 5px;
|
|
5859
|
+
border-bottom-right-radius: 5px;
|
|
5860
|
+
}
|
|
5843
5861
|
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5844
5862
|
font-size: inherit;
|
|
5845
5863
|
}
|
|
@@ -5879,36 +5897,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5879
5897
|
margin-right: 8px;
|
|
5880
5898
|
}
|
|
5881
5899
|
|
|
5882
|
-
.E_t13ef470 {
|
|
5883
|
-
height: 100%;
|
|
5884
|
-
}
|
|
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 > * {
|
|
5891
|
-
height: 16px;
|
|
5892
|
-
margin: 4px;
|
|
5893
|
-
background: rgba(204, 212, 227, 0.18);
|
|
5894
|
-
border-radius: 2px;
|
|
5895
|
-
}
|
|
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
|
-
}
|
|
5911
|
-
|
|
5912
5900
|
.E_m11nzl2x {
|
|
5913
5901
|
color: rgba(44, 56, 82, 0.6);
|
|
5914
5902
|
text-align: center;
|
|
@@ -6352,16 +6340,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6352
6340
|
justify-content: center;
|
|
6353
6341
|
}
|
|
6354
6342
|
|
|
6355
|
-
.E_s1ikqzph {
|
|
6356
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6343
|
+
.E_s1ikqzph {
|
|
6344
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6345
|
+
}
|
|
6346
|
+
|
|
6347
|
+
.E_i15astnl {
|
|
6348
|
+
color: #00122E;
|
|
6349
|
+
}
|
|
6350
|
+
|
|
6351
|
+
.E_b1jaupqb {
|
|
6352
|
+
color: #F0483E;
|
|
6353
|
+
}
|
|
6354
|
+
|
|
6355
|
+
.E_s20iney.skeleton-box {
|
|
6356
|
+
display: flex;
|
|
6357
|
+
align-items: center;
|
|
6358
|
+
justify-content: center;
|
|
6359
|
+
position: relative;
|
|
6360
|
+
border-radius: 2px;
|
|
6361
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6362
|
+
overflow: hidden;
|
|
6363
|
+
}
|
|
6364
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6365
|
+
width: 200%;
|
|
6366
|
+
height: 200%;
|
|
6367
|
+
transform: rotate(15deg);
|
|
6368
|
+
position: absolute;
|
|
6369
|
+
top: -50%;
|
|
6370
|
+
flex-shrink: 0;
|
|
6371
|
+
opacity: 0.8;
|
|
6372
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6373
|
+
animation: shimmer 1100ms infinite;
|
|
6374
|
+
}
|
|
6375
|
+
@keyframes shimmer {
|
|
6376
|
+
from {
|
|
6377
|
+
left: -120%;
|
|
6378
|
+
}
|
|
6379
|
+
to {
|
|
6380
|
+
left: 100%;
|
|
6381
|
+
}
|
|
6382
|
+
}
|
|
6383
|
+
|
|
6384
|
+
.E_sqv6dmy {
|
|
6385
|
+
display: flex;
|
|
6386
|
+
justify-content: flex-end;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
|
+
.E_p1rm8wzb {
|
|
6390
|
+
margin-right: 8px;
|
|
6391
|
+
}
|
|
6392
|
+
|
|
6393
|
+
.E_sd7qcf4 {
|
|
6394
|
+
height: 100%;
|
|
6395
|
+
width: 100%;
|
|
6396
|
+
overflow: auto;
|
|
6397
|
+
}
|
|
6398
|
+
|
|
6399
|
+
.E_r1fxc9gq.right {
|
|
6400
|
+
overflow: auto;
|
|
6401
|
+
padding-right: 2px;
|
|
6402
|
+
width: 200px;
|
|
6403
|
+
height: fit-content;
|
|
6404
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6405
|
+
scrollbar-gutter: stable;
|
|
6357
6406
|
}
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
color: #00122E;
|
|
6407
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6408
|
+
width: 6px;
|
|
6361
6409
|
}
|
|
6362
|
-
|
|
6363
|
-
.
|
|
6364
|
-
|
|
6410
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6411
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6412
|
+
}
|
|
6413
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6414
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6415
|
+
border-radius: 8px;
|
|
6365
6416
|
}
|
|
6366
6417
|
|
|
6367
6418
|
.E_icab5o7 {
|
|
@@ -6561,40 +6612,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6561
6612
|
font-weight: bold;
|
|
6562
6613
|
}
|
|
6563
6614
|
|
|
6564
|
-
.E_sqv6dmy {
|
|
6565
|
-
display: flex;
|
|
6566
|
-
justify-content: flex-end;
|
|
6567
|
-
}
|
|
6568
|
-
|
|
6569
|
-
.E_p1rm8wzb {
|
|
6570
|
-
margin-right: 8px;
|
|
6571
|
-
}
|
|
6572
|
-
|
|
6573
|
-
.E_sd7qcf4 {
|
|
6574
|
-
height: 100%;
|
|
6575
|
-
width: 100%;
|
|
6576
|
-
overflow: auto;
|
|
6577
|
-
}
|
|
6578
|
-
|
|
6579
|
-
.E_r1fxc9gq.right {
|
|
6580
|
-
overflow: auto;
|
|
6581
|
-
padding-right: 2px;
|
|
6582
|
-
width: 200px;
|
|
6583
|
-
height: fit-content;
|
|
6584
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6585
|
-
scrollbar-gutter: stable;
|
|
6586
|
-
}
|
|
6587
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6588
|
-
width: 6px;
|
|
6589
|
-
}
|
|
6590
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6591
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6592
|
-
}
|
|
6593
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6594
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6595
|
-
border-radius: 8px;
|
|
6596
|
-
}
|
|
6597
|
-
|
|
6598
6615
|
.E_dxyv8bv {
|
|
6599
6616
|
--footer-height: 80px;
|
|
6600
6617
|
--modal-content-width: 492px;
|
|
@@ -6732,35 +6749,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6732
6749
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6733
6750
|
}
|
|
6734
6751
|
|
|
6735
|
-
.E_s20iney.skeleton-box {
|
|
6736
|
-
display: flex;
|
|
6737
|
-
align-items: center;
|
|
6738
|
-
justify-content: center;
|
|
6739
|
-
position: relative;
|
|
6740
|
-
border-radius: 2px;
|
|
6741
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6742
|
-
overflow: hidden;
|
|
6743
|
-
}
|
|
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
|
-
}
|
|
6763
|
-
|
|
6764
6752
|
.E_t1g36k2w {
|
|
6765
6753
|
overflow: hidden;
|
|
6766
6754
|
height: 100%;
|
|
@@ -6790,6 +6778,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6790
6778
|
background: rgba(225, 230, 241, 0.6);
|
|
6791
6779
|
}
|
|
6792
6780
|
|
|
6781
|
+
.E_s1n7hav7 .ant-input-prefix {
|
|
6782
|
+
margin-right: 8px;
|
|
6783
|
+
}
|
|
6784
|
+
.E_s1n7hav7 .ant-input-suffix {
|
|
6785
|
+
margin-left: 8px;
|
|
6786
|
+
}
|
|
6787
|
+
|
|
6788
|
+
.E_c1tgpyn0 {
|
|
6789
|
+
color: #00122e;
|
|
6790
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
6791
|
+
margin-right: 8px;
|
|
6792
|
+
padding-right: 8px;
|
|
6793
|
+
}
|
|
6794
|
+
|
|
6795
|
+
.E_i1cmbu8m {
|
|
6796
|
+
display: flex;
|
|
6797
|
+
gap: 4px;
|
|
6798
|
+
}
|
|
6799
|
+
.E_i1cmbu8m .icon-wrapper {
|
|
6800
|
+
cursor: pointer;
|
|
6801
|
+
}
|
|
6802
|
+
|
|
6803
|
+
.E_dxmfsc9.icon-wrapper {
|
|
6804
|
+
cursor: not-allowed;
|
|
6805
|
+
}
|
|
6806
|
+
|
|
6807
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu {
|
|
6808
|
+
padding: 6px;
|
|
6809
|
+
border-radius: 8px;
|
|
6810
|
+
}
|
|
6811
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
6812
|
+
color: #00122E;
|
|
6813
|
+
font-size: 13px;
|
|
6814
|
+
line-height: 20px;
|
|
6815
|
+
}
|
|
6816
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.recent-search-menu-item {
|
|
6817
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6818
|
+
font-size: 12px;
|
|
6819
|
+
line-height: 18px;
|
|
6820
|
+
pointer-events: none;
|
|
6821
|
+
margin-bottom: 3px;
|
|
6822
|
+
}
|
|
6823
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
|
|
6824
|
+
width: 100%;
|
|
6825
|
+
}
|
|
6826
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .icon-wrapper .icon-children {
|
|
6827
|
+
overflow: hidden;
|
|
6828
|
+
}
|
|
6829
|
+
|
|
6830
|
+
.E_t1616y1o {
|
|
6831
|
+
color: #fff;
|
|
6832
|
+
}
|
|
6833
|
+
|
|
6793
6834
|
.E_t1gvlxt5 {
|
|
6794
6835
|
min-width: 0;
|
|
6795
6836
|
flex: 1;
|
|
@@ -6813,10 +6854,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6813
6854
|
column-gap: var(--a1ji6r68-0);
|
|
6814
6855
|
}
|
|
6815
6856
|
|
|
6816
|
-
.E_t1616y1o {
|
|
6817
|
-
color: #fff;
|
|
6818
|
-
}
|
|
6819
|
-
|
|
6820
6857
|
.E_f16blduf.ant-form-item {
|
|
6821
6858
|
margin-bottom: 0;
|
|
6822
6859
|
}
|
|
@@ -6901,118 +6938,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6901
6938
|
margin-left: 1px;
|
|
6902
6939
|
}
|
|
6903
6940
|
|
|
6904
|
-
.E_clm1wy1 {
|
|
6905
|
-
width: 192px;
|
|
6906
|
-
height: 246px;
|
|
6907
|
-
border-radius: 4px;
|
|
6908
|
-
}
|
|
6909
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
6910
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
6911
|
-
width: 100%;
|
|
6912
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
6913
|
-
border-top: none;
|
|
6914
|
-
}
|
|
6915
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
6916
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
6917
|
-
padding: 0 16px;
|
|
6918
|
-
}
|
|
6919
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
6920
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
6921
|
-
width: 100%;
|
|
6922
|
-
height: 180px;
|
|
6923
|
-
border-spacing: 0;
|
|
6924
|
-
}
|
|
6925
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
6926
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
6927
|
-
margin-bottom: 8px;
|
|
6928
|
-
}
|
|
6929
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
6930
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
6931
|
-
width: 22px;
|
|
6932
|
-
}
|
|
6933
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
6934
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
6935
|
-
padding: 0;
|
|
6936
|
-
}
|
|
6937
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
6938
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6939
|
-
opacity: 0.4;
|
|
6940
|
-
}
|
|
6941
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
6942
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6943
|
-
opacity: 1;
|
|
6944
|
-
}
|
|
6945
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
6946
|
-
color: #3e4652;
|
|
6947
|
-
}
|
|
6948
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
6949
|
-
pointer-events: none;
|
|
6950
|
-
}
|
|
6951
|
-
|
|
6952
|
-
.E_t1tsm00v {
|
|
6953
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6954
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
6955
|
-
backdrop-filter: blur(10px);
|
|
6956
|
-
padding: 7px 10px;
|
|
6957
|
-
}
|
|
6958
|
-
|
|
6959
|
-
.E_c167wnad {
|
|
6960
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6961
|
-
display: flex;
|
|
6962
|
-
justify-content: space-between;
|
|
6963
|
-
align-items: center;
|
|
6964
|
-
padding: 8px 16px;
|
|
6965
|
-
}
|
|
6966
|
-
.E_c167wnad .anticon {
|
|
6967
|
-
cursor: pointer;
|
|
6968
|
-
}
|
|
6969
|
-
.E_c167wnad .anticon:hover {
|
|
6970
|
-
color: #0096ff;
|
|
6971
|
-
}
|
|
6972
|
-
|
|
6973
|
-
.E_cxhf7dh {
|
|
6974
|
-
text-align: center;
|
|
6975
|
-
}
|
|
6976
|
-
.E_cxhf7dh .dots {
|
|
6977
|
-
display: flex;
|
|
6978
|
-
justify-content: center;
|
|
6979
|
-
}
|
|
6980
|
-
.E_cxhf7dh .dot {
|
|
6981
|
-
display: inline-block;
|
|
6982
|
-
width: 2px;
|
|
6983
|
-
height: 2px;
|
|
6984
|
-
border-radius: 1px;
|
|
6985
|
-
background: #0096ff;
|
|
6986
|
-
}
|
|
6987
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
6988
|
-
margin-right: 2px;
|
|
6989
|
-
}
|
|
6990
|
-
.E_cxhf7dh .bar {
|
|
6991
|
-
width: 9px;
|
|
6992
|
-
height: 2px;
|
|
6993
|
-
background: #0096ff;
|
|
6994
|
-
border-radius: 2px;
|
|
6995
|
-
}
|
|
6996
|
-
|
|
6997
|
-
.E_n12mqh7z {
|
|
6998
|
-
display: flex;
|
|
6999
|
-
align-items: center;
|
|
7000
|
-
font-size: 12px;
|
|
7001
|
-
line-height: 18px;
|
|
7002
|
-
}
|
|
7003
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7004
|
-
margin-bottom: 4px;
|
|
7005
|
-
}
|
|
7006
|
-
|
|
7007
|
-
.E_tf5bynu {
|
|
7008
|
-
margin: 0 3px;
|
|
7009
|
-
}
|
|
7010
|
-
|
|
7011
|
-
.E_tcckoz1 {
|
|
7012
|
-
max-height: 400px;
|
|
7013
|
-
overflow: auto;
|
|
7014
|
-
}
|
|
7015
|
-
|
|
7016
6941
|
.E_s1ebs0ra {
|
|
7017
6942
|
display: flex;
|
|
7018
6943
|
align-items: center;
|
|
@@ -7076,18 +7001,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7076
7001
|
|
|
7077
7002
|
.E_mzzncgx {
|
|
7078
7003
|
display: inline-flex;
|
|
7079
|
-
align-items: center;
|
|
7080
|
-
gap: 4px;
|
|
7081
|
-
}
|
|
7082
|
-
|
|
7083
|
-
.E_gmyahx3 {
|
|
7084
|
-
cursor: pointer;
|
|
7085
|
-
}
|
|
7086
|
-
.E_gmyahx3 .link-text {
|
|
7087
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7088
|
-
}
|
|
7089
|
-
.E_gmyahx3:hover .link-text {
|
|
7090
|
-
color: #0080ff;
|
|
7004
|
+
align-items: center;
|
|
7005
|
+
gap: 4px;
|
|
7091
7006
|
}
|
|
7092
7007
|
|
|
7093
7008
|
.E_c18bcrac {
|
|
@@ -7140,35 +7055,107 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7140
7055
|
margin-right: 4px;
|
|
7141
7056
|
}
|
|
7142
7057
|
|
|
7143
|
-
|
|
7144
|
-
|
|
7058
|
+
.E_gmyahx3 {
|
|
7059
|
+
cursor: pointer;
|
|
7060
|
+
}
|
|
7061
|
+
.E_gmyahx3 .link-text {
|
|
7062
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7063
|
+
}
|
|
7064
|
+
.E_gmyahx3:hover .link-text {
|
|
7065
|
+
color: #0080ff;
|
|
7145
7066
|
}
|
|
7146
7067
|
|
|
7147
|
-
.
|
|
7148
|
-
|
|
7149
|
-
|
|
7068
|
+
.E_clm1wy1 {
|
|
7069
|
+
width: 192px;
|
|
7070
|
+
height: 246px;
|
|
7071
|
+
border-radius: 4px;
|
|
7072
|
+
}
|
|
7073
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
7074
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
7075
|
+
width: 100%;
|
|
7076
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
7077
|
+
border-top: none;
|
|
7078
|
+
}
|
|
7079
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
7080
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
7081
|
+
padding: 0 16px;
|
|
7082
|
+
}
|
|
7083
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
7084
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
7085
|
+
width: 100%;
|
|
7086
|
+
height: 180px;
|
|
7087
|
+
border-spacing: 0;
|
|
7088
|
+
}
|
|
7089
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
7090
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
7091
|
+
margin-bottom: 8px;
|
|
7092
|
+
}
|
|
7093
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
7094
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
7095
|
+
width: 22px;
|
|
7096
|
+
}
|
|
7097
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
7098
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
7099
|
+
padding: 0;
|
|
7100
|
+
}
|
|
7101
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
7102
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7103
|
+
opacity: 0.4;
|
|
7104
|
+
}
|
|
7105
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
7106
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7107
|
+
opacity: 1;
|
|
7108
|
+
}
|
|
7109
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
7110
|
+
color: #3e4652;
|
|
7111
|
+
}
|
|
7112
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
7113
|
+
pointer-events: none;
|
|
7150
7114
|
}
|
|
7151
7115
|
|
|
7152
|
-
.
|
|
7153
|
-
|
|
7116
|
+
.E_t1tsm00v {
|
|
7117
|
+
color: rgba(129, 138, 153, 0.6);
|
|
7118
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7119
|
+
backdrop-filter: blur(10px);
|
|
7120
|
+
padding: 7px 10px;
|
|
7154
7121
|
}
|
|
7155
7122
|
|
|
7156
|
-
.
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
-
|
|
7160
|
-
|
|
7123
|
+
.E_c167wnad {
|
|
7124
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7125
|
+
display: flex;
|
|
7126
|
+
justify-content: space-between;
|
|
7127
|
+
align-items: center;
|
|
7128
|
+
padding: 8px 16px;
|
|
7129
|
+
}
|
|
7130
|
+
.E_c167wnad .anticon {
|
|
7131
|
+
cursor: pointer;
|
|
7132
|
+
}
|
|
7133
|
+
.E_c167wnad .anticon:hover {
|
|
7134
|
+
color: #0096ff;
|
|
7161
7135
|
}
|
|
7162
7136
|
|
|
7163
|
-
.
|
|
7164
|
-
|
|
7137
|
+
.E_cxhf7dh {
|
|
7138
|
+
text-align: center;
|
|
7165
7139
|
}
|
|
7166
|
-
.
|
|
7167
|
-
|
|
7168
|
-
|
|
7140
|
+
.E_cxhf7dh .dots {
|
|
7141
|
+
display: flex;
|
|
7142
|
+
justify-content: center;
|
|
7169
7143
|
}
|
|
7170
|
-
.
|
|
7171
|
-
|
|
7144
|
+
.E_cxhf7dh .dot {
|
|
7145
|
+
display: inline-block;
|
|
7146
|
+
width: 2px;
|
|
7147
|
+
height: 2px;
|
|
7148
|
+
border-radius: 1px;
|
|
7149
|
+
background: #0096ff;
|
|
7150
|
+
}
|
|
7151
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
7152
|
+
margin-right: 2px;
|
|
7153
|
+
}
|
|
7154
|
+
.E_cxhf7dh .bar {
|
|
7155
|
+
width: 9px;
|
|
7156
|
+
height: 2px;
|
|
7157
|
+
background: #0096ff;
|
|
7158
|
+
border-radius: 2px;
|
|
7172
7159
|
}
|
|
7173
7160
|
|
|
7174
7161
|
.E_c1up1pdz {
|
|
@@ -7311,133 +7298,27 @@ span.E_tqjc4ui {
|
|
|
7311
7298
|
color: #fff;
|
|
7312
7299
|
}
|
|
7313
7300
|
|
|
7314
|
-
.
|
|
7315
|
-
|
|
7316
|
-
}
|
|
7317
|
-
.E_u15heuvq.content.link {
|
|
7318
|
-
cursor: pointer !important;
|
|
7319
|
-
}
|
|
7320
|
-
.E_u15heuvq.content.link:hover {
|
|
7321
|
-
color: #0080FF;
|
|
7322
|
-
}
|
|
7323
|
-
.E_u15heuvq.content.black {
|
|
7324
|
-
color: #00122E;
|
|
7325
|
-
}
|
|
7326
|
-
.E_u15heuvq.content.gray {
|
|
7327
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
7301
|
+
span.E_tqjc4ui {
|
|
7302
|
+
margin: 0 2px;
|
|
7328
7303
|
}
|
|
7329
7304
|
|
|
7330
|
-
.
|
|
7331
|
-
background: #edf0f7;
|
|
7332
|
-
padding: 32px 8px;
|
|
7333
|
-
overflow: auto;
|
|
7334
|
-
}
|
|
7335
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
7336
|
-
display: flex;
|
|
7337
|
-
flex-direction: column;
|
|
7338
|
-
justify-content: space-between;
|
|
7339
|
-
}
|
|
7340
|
-
.E_s1at6qmn footer {
|
|
7305
|
+
.E_n12mqh7z {
|
|
7341
7306
|
display: flex;
|
|
7342
|
-
|
|
7343
|
-
.E_s1at6qmn .ant-menu {
|
|
7344
|
-
background: #edf0f7;
|
|
7345
|
-
}
|
|
7346
|
-
.E_s1at6qmn .ant-menu a {
|
|
7347
|
-
color: #00122e;
|
|
7348
|
-
width: 180px;
|
|
7349
|
-
overflow: hidden;
|
|
7350
|
-
text-overflow: ellipsis;
|
|
7351
|
-
}
|
|
7352
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
7353
|
-
margin-bottom: 24px;
|
|
7354
|
-
}
|
|
7355
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7356
|
-
margin: 0;
|
|
7357
|
-
}
|
|
7358
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7307
|
+
align-items: center;
|
|
7359
7308
|
font-size: 12px;
|
|
7360
|
-
padding: 0 8px 4px;
|
|
7361
7309
|
line-height: 18px;
|
|
7362
7310
|
}
|
|
7363
|
-
.
|
|
7364
|
-
|
|
7365
|
-
}
|
|
7366
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7367
|
-
padding-bottom: 24px;
|
|
7368
|
-
}
|
|
7369
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7370
|
-
margin-bottom: 24px;
|
|
7371
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7372
|
-
}
|
|
7373
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7374
|
-
transition: none;
|
|
7375
|
-
display: flex;
|
|
7376
|
-
align-items: center;
|
|
7377
|
-
height: 32px;
|
|
7378
|
-
line-height: 22px;
|
|
7379
|
-
padding: 0 8px;
|
|
7380
|
-
}
|
|
7381
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7382
|
-
margin-right: 12px;
|
|
7383
|
-
}
|
|
7384
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7385
|
-
margin: 0;
|
|
7386
|
-
margin-bottom: 2px;
|
|
7387
|
-
}
|
|
7388
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7389
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7390
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7391
|
-
border-radius: 6px;
|
|
7392
|
-
color: #fff;
|
|
7393
|
-
}
|
|
7394
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7395
|
-
color: #fff;
|
|
7396
|
-
}
|
|
7397
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
7398
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7399
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7400
|
-
border-radius: 6px;
|
|
7311
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7312
|
+
margin-bottom: 4px;
|
|
7401
7313
|
}
|
|
7402
7314
|
|
|
7403
|
-
.
|
|
7404
|
-
|
|
7405
|
-
transition: all 0s;
|
|
7406
|
-
}
|
|
7407
|
-
.E_s1wu0lms.shrink {
|
|
7408
|
-
transition: all 0s;
|
|
7409
|
-
overflow: hidden;
|
|
7410
|
-
}
|
|
7411
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7412
|
-
visibility: hidden;
|
|
7413
|
-
}
|
|
7414
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7415
|
-
width: 36px;
|
|
7416
|
-
padding: 0 6px;
|
|
7315
|
+
.E_tf5bynu {
|
|
7316
|
+
margin: 0 3px;
|
|
7417
7317
|
}
|
|
7418
7318
|
|
|
7419
|
-
.
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
width: 100% !important;
|
|
7423
|
-
}
|
|
7424
|
-
.E_n1ugzfva[disabled] {
|
|
7425
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7426
|
-
opacity: 1 !important;
|
|
7427
|
-
}
|
|
7428
|
-
.E_n1ugzfva.ant-btn {
|
|
7429
|
-
width: 100%;
|
|
7430
|
-
color: #00122e;
|
|
7431
|
-
}
|
|
7432
|
-
.E_n1ugzfva .icon-wrapper {
|
|
7433
|
-
margin-right: 12px;
|
|
7434
|
-
}
|
|
7435
|
-
.E_n1ugzfva .link-title {
|
|
7436
|
-
flex: 1;
|
|
7437
|
-
overflow: hidden;
|
|
7438
|
-
white-space: nowrap;
|
|
7439
|
-
text-overflow: ellipsis;
|
|
7440
|
-
text-align: left;
|
|
7319
|
+
.E_tcckoz1 {
|
|
7320
|
+
max-height: 400px;
|
|
7321
|
+
overflow: auto;
|
|
7441
7322
|
}
|
|
7442
7323
|
|
|
7443
7324
|
.E_t1sqg15u {
|
|
@@ -7523,19 +7404,38 @@ span.E_tqjc4ui {
|
|
|
7523
7404
|
justify-content: flex-start;
|
|
7524
7405
|
}
|
|
7525
7406
|
|
|
7526
|
-
.E_rhz2uv5 {
|
|
7527
|
-
width: var(--rhz2uv5-0);
|
|
7528
|
-
flex-shrink: 0;
|
|
7529
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7530
|
-
padding-right: 12px;
|
|
7407
|
+
.E_rhz2uv5 {
|
|
7408
|
+
width: var(--rhz2uv5-0);
|
|
7409
|
+
flex-shrink: 0;
|
|
7410
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7411
|
+
padding-right: 12px;
|
|
7412
|
+
}
|
|
7413
|
+
|
|
7414
|
+
.E_ou7iq30 {
|
|
7415
|
+
overflow: hidden;
|
|
7416
|
+
text-overflow: ellipsis;
|
|
7417
|
+
}
|
|
7418
|
+
|
|
7419
|
+
.E_s1tui002 {
|
|
7420
|
+
white-space: nowrap;
|
|
7421
|
+
}
|
|
7422
|
+
|
|
7423
|
+
.E_mxrc2zg {
|
|
7424
|
+
display: -webkit-box;
|
|
7425
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7426
|
+
-webkit-box-orient: vertical;
|
|
7427
|
+
word-break: break-all;
|
|
7531
7428
|
}
|
|
7532
7429
|
|
|
7533
|
-
.
|
|
7534
|
-
display:
|
|
7535
|
-
align-items: center;
|
|
7430
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7431
|
+
display: none;
|
|
7536
7432
|
}
|
|
7537
|
-
.
|
|
7538
|
-
|
|
7433
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7434
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7435
|
+
border-radius: 4px;
|
|
7436
|
+
}
|
|
7437
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7438
|
+
visibility: hidden;
|
|
7539
7439
|
}
|
|
7540
7440
|
|
|
7541
7441
|
.E_wg1tsps {
|
|
@@ -7712,56 +7612,274 @@ span.E_tqjc4ui {
|
|
|
7712
7612
|
background: #fff;
|
|
7713
7613
|
color: #1d326c;
|
|
7714
7614
|
}
|
|
7715
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7716
|
-
color: rgba(45, 58, 86, 0.6);
|
|
7615
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
7616
|
+
color: rgba(45, 58, 86, 0.6);
|
|
7617
|
+
}
|
|
7618
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
7619
|
+
color: #1d326c;
|
|
7620
|
+
}
|
|
7621
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
7622
|
+
fill: #d8deeb;
|
|
7623
|
+
}
|
|
7624
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
7625
|
+
fill: #1d326c;
|
|
7626
|
+
}
|
|
7627
|
+
.E_t160l1cm .tab-content {
|
|
7628
|
+
flex: 1;
|
|
7629
|
+
display: flex;
|
|
7630
|
+
flex-direction: column;
|
|
7631
|
+
}
|
|
7632
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
7633
|
+
overflow: visible;
|
|
7634
|
+
}
|
|
7635
|
+
|
|
7636
|
+
.E_t14npdqr {
|
|
7637
|
+
max-width: 240px;
|
|
7638
|
+
animation: none;
|
|
7639
|
+
}
|
|
7640
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
7641
|
+
border: 1px solid #0080ff;
|
|
7642
|
+
padding: 0;
|
|
7643
|
+
}
|
|
7644
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
7645
|
+
margin: 0;
|
|
7646
|
+
height: 32px;
|
|
7647
|
+
line-height: 32px;
|
|
7648
|
+
font-size: 13px;
|
|
7649
|
+
padding: 0 10px;
|
|
7650
|
+
display: block;
|
|
7651
|
+
overflow: hidden;
|
|
7652
|
+
text-overflow: ellipsis;
|
|
7653
|
+
white-space: nowrap;
|
|
7654
|
+
}
|
|
7655
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
7656
|
+
content: " ";
|
|
7657
|
+
height: 1px;
|
|
7658
|
+
width: calc(100% + 10px);
|
|
7659
|
+
background: rgba(172, 186, 211, 0.6);
|
|
7660
|
+
display: block;
|
|
7661
|
+
}
|
|
7662
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7663
|
+
color: #0080ff;
|
|
7664
|
+
background: transparent;
|
|
7665
|
+
}
|
|
7666
|
+
|
|
7667
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
7668
|
+
background: #edf0f7;
|
|
7669
|
+
padding: 32px 8px;
|
|
7670
|
+
overflow: auto;
|
|
7671
|
+
}
|
|
7672
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
7673
|
+
display: flex;
|
|
7674
|
+
flex-direction: column;
|
|
7675
|
+
justify-content: space-between;
|
|
7676
|
+
}
|
|
7677
|
+
.E_s1at6qmn footer {
|
|
7678
|
+
display: flex;
|
|
7679
|
+
}
|
|
7680
|
+
.E_s1at6qmn .ant-menu {
|
|
7681
|
+
background: #edf0f7;
|
|
7682
|
+
}
|
|
7683
|
+
.E_s1at6qmn .ant-menu a {
|
|
7684
|
+
color: #00122e;
|
|
7685
|
+
width: 180px;
|
|
7686
|
+
overflow: hidden;
|
|
7687
|
+
text-overflow: ellipsis;
|
|
7688
|
+
}
|
|
7689
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
7690
|
+
margin-bottom: 24px;
|
|
7691
|
+
}
|
|
7692
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
7693
|
+
margin: 0;
|
|
7694
|
+
}
|
|
7695
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
7696
|
+
font-size: 12px;
|
|
7697
|
+
padding: 0 8px 4px;
|
|
7698
|
+
line-height: 18px;
|
|
7699
|
+
}
|
|
7700
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
7701
|
+
padding: 0;
|
|
7702
|
+
}
|
|
7703
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
7704
|
+
padding-bottom: 24px;
|
|
7705
|
+
}
|
|
7706
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
7707
|
+
margin-bottom: 24px;
|
|
7708
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7709
|
+
}
|
|
7710
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
7711
|
+
transition: none;
|
|
7712
|
+
display: flex;
|
|
7713
|
+
align-items: center;
|
|
7714
|
+
height: 32px;
|
|
7715
|
+
line-height: 22px;
|
|
7716
|
+
padding: 0 8px;
|
|
7717
|
+
}
|
|
7718
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
7719
|
+
margin-right: 12px;
|
|
7720
|
+
}
|
|
7721
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
7722
|
+
margin: 0;
|
|
7723
|
+
margin-bottom: 2px;
|
|
7724
|
+
}
|
|
7725
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
7726
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
7727
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
7728
|
+
border-radius: 6px;
|
|
7729
|
+
color: #fff;
|
|
7730
|
+
}
|
|
7731
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
7732
|
+
color: #fff;
|
|
7733
|
+
}
|
|
7734
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
7735
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
7736
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
7737
|
+
border-radius: 6px;
|
|
7738
|
+
}
|
|
7739
|
+
|
|
7740
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
7741
|
+
white-space: nowrap;
|
|
7742
|
+
transition: all 0s;
|
|
7743
|
+
}
|
|
7744
|
+
.E_s1wu0lms.shrink {
|
|
7745
|
+
transition: all 0s;
|
|
7746
|
+
overflow: hidden;
|
|
7747
|
+
}
|
|
7748
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7749
|
+
visibility: hidden;
|
|
7750
|
+
}
|
|
7751
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7752
|
+
width: 36px;
|
|
7753
|
+
padding: 0 6px;
|
|
7754
|
+
}
|
|
7755
|
+
|
|
7756
|
+
.E_n1ugzfva {
|
|
7757
|
+
display: flex;
|
|
7758
|
+
place-items: center;
|
|
7759
|
+
width: 100% !important;
|
|
7760
|
+
}
|
|
7761
|
+
.E_n1ugzfva[disabled] {
|
|
7762
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7763
|
+
opacity: 1 !important;
|
|
7764
|
+
}
|
|
7765
|
+
.E_n1ugzfva.ant-btn {
|
|
7766
|
+
width: 100%;
|
|
7767
|
+
color: #00122e;
|
|
7768
|
+
}
|
|
7769
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7770
|
+
margin-right: 12px;
|
|
7771
|
+
}
|
|
7772
|
+
.E_n1ugzfva .link-title {
|
|
7773
|
+
flex: 1;
|
|
7774
|
+
overflow: hidden;
|
|
7775
|
+
white-space: nowrap;
|
|
7776
|
+
text-overflow: ellipsis;
|
|
7777
|
+
text-align: left;
|
|
7778
|
+
}
|
|
7779
|
+
|
|
7780
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7781
|
+
display: flex;
|
|
7782
|
+
align-items: center;
|
|
7783
|
+
}
|
|
7784
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7785
|
+
margin-right: 8px;
|
|
7786
|
+
}
|
|
7787
|
+
|
|
7788
|
+
.E_u15heuvq.content {
|
|
7789
|
+
cursor: default !important;
|
|
7790
|
+
}
|
|
7791
|
+
.E_u15heuvq.content.link {
|
|
7792
|
+
cursor: pointer !important;
|
|
7793
|
+
}
|
|
7794
|
+
.E_u15heuvq.content.link:hover {
|
|
7795
|
+
color: #0080FF;
|
|
7796
|
+
}
|
|
7797
|
+
.E_u15heuvq.content.black {
|
|
7798
|
+
color: #00122E;
|
|
7799
|
+
}
|
|
7800
|
+
.E_u15heuvq.content.gray {
|
|
7801
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
7802
|
+
}
|
|
7803
|
+
|
|
7804
|
+
.E_cyms3br {
|
|
7805
|
+
background: #fff;
|
|
7806
|
+
width: 100%;
|
|
7807
|
+
border: none;
|
|
7808
|
+
border-radius: 0;
|
|
7809
|
+
}
|
|
7810
|
+
.E_cyms3br .ant-list {
|
|
7811
|
+
padding: 12px;
|
|
7812
|
+
}
|
|
7813
|
+
.E_cyms3br .ant-list-item {
|
|
7814
|
+
padding: 4px 0;
|
|
7815
|
+
}
|
|
7816
|
+
.E_cyms3br .ant-alert {
|
|
7817
|
+
margin-left: 24px;
|
|
7818
|
+
}
|
|
7819
|
+
.E_cyms3br header {
|
|
7820
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7821
|
+
font-size: 12px;
|
|
7822
|
+
color: rgb(29, 50, 108);
|
|
7823
|
+
font-weight: 700;
|
|
7824
|
+
padding: 6px 12px;
|
|
7825
|
+
display: flex;
|
|
7826
|
+
flex-direction: row;
|
|
7827
|
+
align-items: center;
|
|
7828
|
+
justify-content: space-between;
|
|
7829
|
+
}
|
|
7830
|
+
.E_cyms3br header .switch-text {
|
|
7831
|
+
display: flex;
|
|
7832
|
+
flex-direction: row;
|
|
7833
|
+
align-items: center;
|
|
7834
|
+
justify-content: space-between;
|
|
7835
|
+
gap: 6px;
|
|
7836
|
+
font-size: 12px;
|
|
7837
|
+
font-weight: 400;
|
|
7838
|
+
color: rgb(0, 18, 46);
|
|
7839
|
+
}
|
|
7840
|
+
.E_cyms3br.border {
|
|
7841
|
+
border-radius: 8px;
|
|
7842
|
+
border: 1px solid rgb(228, 233, 242);
|
|
7843
|
+
}
|
|
7844
|
+
.E_cyms3br.border header {
|
|
7845
|
+
border-bottom: none;
|
|
7846
|
+
background: rgba(225, 230, 241, 0.6);
|
|
7847
|
+
}
|
|
7848
|
+
|
|
7849
|
+
.E_c157gu4z .ant-list-item {
|
|
7850
|
+
display: flex;
|
|
7851
|
+
flex-direction: row;
|
|
7852
|
+
align-items: flex-start;
|
|
7717
7853
|
}
|
|
7718
|
-
.
|
|
7719
|
-
|
|
7854
|
+
.E_c157gu4z .icon-wrapper {
|
|
7855
|
+
align-self: flex-start;
|
|
7856
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7720
7857
|
}
|
|
7721
|
-
.
|
|
7722
|
-
|
|
7858
|
+
.E_c157gu4z .description {
|
|
7859
|
+
flex: 1 1 0;
|
|
7860
|
+
min-width: 0;
|
|
7861
|
+
margin-left: 8px;
|
|
7862
|
+
word-break: break-word;
|
|
7863
|
+
overflow-wrap: break-word;
|
|
7723
7864
|
}
|
|
7724
|
-
.
|
|
7725
|
-
|
|
7865
|
+
.E_c157gu4z .ant-space,
|
|
7866
|
+
.E_c157gu4z .ant-flex {
|
|
7867
|
+
flex-shrink: 0;
|
|
7868
|
+
align-self: flex-start;
|
|
7869
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7726
7870
|
}
|
|
7727
|
-
|
|
7728
|
-
|
|
7871
|
+
|
|
7872
|
+
.E_eu1sysj {
|
|
7729
7873
|
display: flex;
|
|
7730
7874
|
flex-direction: column;
|
|
7731
|
-
|
|
7732
|
-
|
|
7733
|
-
overflow: visible;
|
|
7875
|
+
align-items: center;
|
|
7876
|
+
justify-content: center;
|
|
7734
7877
|
}
|
|
7735
7878
|
|
|
7736
|
-
.
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
7741
|
-
border: 1px solid #0080ff;
|
|
7742
|
-
padding: 0;
|
|
7743
|
-
}
|
|
7744
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
7745
|
-
margin: 0;
|
|
7746
|
-
height: 32px;
|
|
7747
|
-
line-height: 32px;
|
|
7748
|
-
font-size: 13px;
|
|
7749
|
-
padding: 0 10px;
|
|
7750
|
-
display: block;
|
|
7751
|
-
overflow: hidden;
|
|
7752
|
-
text-overflow: ellipsis;
|
|
7753
|
-
white-space: nowrap;
|
|
7754
|
-
}
|
|
7755
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
7756
|
-
content: " ";
|
|
7757
|
-
height: 1px;
|
|
7758
|
-
width: calc(100% + 10px);
|
|
7759
|
-
background: rgba(172, 186, 211, 0.6);
|
|
7760
|
-
display: block;
|
|
7761
|
-
}
|
|
7762
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
7763
|
-
color: #0080ff;
|
|
7764
|
-
background: transparent;
|
|
7879
|
+
.E_h1ol2wl7 {
|
|
7880
|
+
font-weight: bold;
|
|
7881
|
+
background-color: unset;
|
|
7882
|
+
padding: unset;
|
|
7765
7883
|
}
|
|
7766
7884
|
|
|
7767
7885
|
.E_i5w779o {
|
|
@@ -7868,87 +7986,6 @@ span.E_tqjc4ui {
|
|
|
7868
7986
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7869
7987
|
}
|
|
7870
7988
|
|
|
7871
|
-
.E_cyms3br {
|
|
7872
|
-
background: #fff;
|
|
7873
|
-
width: 100%;
|
|
7874
|
-
border: none;
|
|
7875
|
-
border-radius: 0;
|
|
7876
|
-
}
|
|
7877
|
-
.E_cyms3br .ant-list {
|
|
7878
|
-
padding: 12px;
|
|
7879
|
-
}
|
|
7880
|
-
.E_cyms3br .ant-list-item {
|
|
7881
|
-
padding: 4px 0;
|
|
7882
|
-
}
|
|
7883
|
-
.E_cyms3br .ant-alert {
|
|
7884
|
-
margin-left: 24px;
|
|
7885
|
-
}
|
|
7886
|
-
.E_cyms3br header {
|
|
7887
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
7888
|
-
font-size: 12px;
|
|
7889
|
-
color: rgb(29, 50, 108);
|
|
7890
|
-
font-weight: 700;
|
|
7891
|
-
padding: 6px 12px;
|
|
7892
|
-
display: flex;
|
|
7893
|
-
flex-direction: row;
|
|
7894
|
-
align-items: center;
|
|
7895
|
-
justify-content: space-between;
|
|
7896
|
-
}
|
|
7897
|
-
.E_cyms3br header .switch-text {
|
|
7898
|
-
display: flex;
|
|
7899
|
-
flex-direction: row;
|
|
7900
|
-
align-items: center;
|
|
7901
|
-
justify-content: space-between;
|
|
7902
|
-
gap: 6px;
|
|
7903
|
-
font-size: 12px;
|
|
7904
|
-
font-weight: 400;
|
|
7905
|
-
color: rgb(0, 18, 46);
|
|
7906
|
-
}
|
|
7907
|
-
.E_cyms3br.border {
|
|
7908
|
-
border-radius: 8px;
|
|
7909
|
-
border: 1px solid rgb(228, 233, 242);
|
|
7910
|
-
}
|
|
7911
|
-
.E_cyms3br.border header {
|
|
7912
|
-
border-bottom: none;
|
|
7913
|
-
background: rgba(225, 230, 241, 0.6);
|
|
7914
|
-
}
|
|
7915
|
-
|
|
7916
|
-
.E_c157gu4z .ant-list-item {
|
|
7917
|
-
display: flex;
|
|
7918
|
-
flex-direction: row;
|
|
7919
|
-
align-items: flex-start;
|
|
7920
|
-
}
|
|
7921
|
-
.E_c157gu4z .icon-wrapper {
|
|
7922
|
-
align-self: flex-start;
|
|
7923
|
-
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7924
|
-
}
|
|
7925
|
-
.E_c157gu4z .description {
|
|
7926
|
-
flex: 1 1 0;
|
|
7927
|
-
min-width: 0;
|
|
7928
|
-
margin-left: 8px;
|
|
7929
|
-
word-break: break-word;
|
|
7930
|
-
overflow-wrap: break-word;
|
|
7931
|
-
}
|
|
7932
|
-
.E_c157gu4z .ant-space,
|
|
7933
|
-
.E_c157gu4z .ant-flex {
|
|
7934
|
-
flex-shrink: 0;
|
|
7935
|
-
align-self: flex-start;
|
|
7936
|
-
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7937
|
-
}
|
|
7938
|
-
|
|
7939
|
-
.E_eu1sysj {
|
|
7940
|
-
display: flex;
|
|
7941
|
-
flex-direction: column;
|
|
7942
|
-
align-items: center;
|
|
7943
|
-
justify-content: center;
|
|
7944
|
-
}
|
|
7945
|
-
|
|
7946
|
-
.E_h1ol2wl7 {
|
|
7947
|
-
font-weight: bold;
|
|
7948
|
-
background-color: unset;
|
|
7949
|
-
padding: unset;
|
|
7950
|
-
}
|
|
7951
|
-
|
|
7952
7989
|
.E_l12xdkhl {
|
|
7953
7990
|
width: 64px;
|
|
7954
7991
|
height: 64px;
|
|
@@ -7973,50 +8010,6 @@ span.E_tqjc4ui {
|
|
|
7973
8010
|
}
|
|
7974
8011
|
}
|
|
7975
8012
|
|
|
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
|
-
|
|
8020
8013
|
.E_c1kchka8 {
|
|
8021
8014
|
height: 100%;
|
|
8022
8015
|
width: 100%;
|
|
@@ -8509,15 +8502,6 @@ span.E_tqjc4ui {
|
|
|
8509
8502
|
padding: 0;
|
|
8510
8503
|
}
|
|
8511
8504
|
|
|
8512
|
-
.E_cevhqx7 {
|
|
8513
|
-
color: #00122e;
|
|
8514
|
-
}
|
|
8515
|
-
|
|
8516
|
-
.E_snbqlt4 {
|
|
8517
|
-
margin-top: 8px;
|
|
8518
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8519
|
-
}
|
|
8520
|
-
|
|
8521
8505
|
.E_c1ss4prm {
|
|
8522
8506
|
color: rgba(44, 56, 82, 0.6);
|
|
8523
8507
|
}
|
|
@@ -8567,4 +8551,57 @@ span.E_tqjc4ui {
|
|
|
8567
8551
|
height: 1px;
|
|
8568
8552
|
background: #e4e9f2;
|
|
8569
8553
|
margin: 16px 0;
|
|
8554
|
+
}
|
|
8555
|
+
|
|
8556
|
+
.E_cevhqx7 {
|
|
8557
|
+
color: #00122e;
|
|
8558
|
+
}
|
|
8559
|
+
|
|
8560
|
+
.E_snbqlt4 {
|
|
8561
|
+
margin-top: 8px;
|
|
8562
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8563
|
+
}
|
|
8564
|
+
|
|
8565
|
+
.E_c14ouk5o {
|
|
8566
|
+
width: 100%;
|
|
8567
|
+
height: 100%;
|
|
8568
|
+
display: flex;
|
|
8569
|
+
font-size: 12px;
|
|
8570
|
+
line-height: 18px;
|
|
8571
|
+
padding: 8px 0;
|
|
8572
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8573
|
+
}
|
|
8574
|
+
.E_c14ouk5o:last-of-type {
|
|
8575
|
+
box-shadow: none;
|
|
8576
|
+
padding-bottom: 0;
|
|
8577
|
+
}
|
|
8578
|
+
.E_c14ouk5o.collapsed {
|
|
8579
|
+
flex-direction: column;
|
|
8580
|
+
}
|
|
8581
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8582
|
+
display: flex;
|
|
8583
|
+
}
|
|
8584
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8585
|
+
flex: 1;
|
|
8586
|
+
display: flex;
|
|
8587
|
+
justify-content: space-between;
|
|
8588
|
+
}
|
|
8589
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8590
|
+
height: auto;
|
|
8591
|
+
}
|
|
8592
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
8593
|
+
margin-left: 162px;
|
|
8594
|
+
}
|
|
8595
|
+
.E_c14ouk5o .col-label {
|
|
8596
|
+
width: 216px;
|
|
8597
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8598
|
+
margin-right: 12px;
|
|
8599
|
+
flex-shrink: 0;
|
|
8600
|
+
}
|
|
8601
|
+
.E_c14ouk5o .col-content {
|
|
8602
|
+
color: #2d3a56;
|
|
8603
|
+
/* make btn link in info row have the same height as normal text */
|
|
8604
|
+
}
|
|
8605
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8606
|
+
height: auto;
|
|
8570
8607
|
}
|