@cloudtower/eagle 0.34.12 → 0.34.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/LineChart/LineChartLegend.js +23 -6
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1736 -1734
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2025 -2023
- package/dist/style.css +1736 -1734
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1132,26 +1132,6 @@ html body {
|
|
|
1132
1132
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
-
.E_m74vjol {
|
|
1136
|
-
display: flex;
|
|
1137
|
-
justify-content: space-between;
|
|
1138
|
-
width: 100%;
|
|
1139
|
-
}
|
|
1140
|
-
.E_m74vjol .action {
|
|
1141
|
-
margin-left: 16px;
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
1145
|
-
padding-right: 12px;
|
|
1146
|
-
}
|
|
1147
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
1148
|
-
height: fit-content;
|
|
1149
|
-
margin-left: 16px;
|
|
1150
|
-
}
|
|
1151
|
-
.E_a1o35uvh .ant-alert-message {
|
|
1152
|
-
flex: 1;
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
1135
|
.E_c18gxmrl {
|
|
1156
1136
|
border: 1px solid #d8deeb;
|
|
1157
1137
|
border-radius: 4px;
|
|
@@ -1172,102 +1152,24 @@ html body {
|
|
|
1172
1152
|
padding: 8px 12px;
|
|
1173
1153
|
}
|
|
1174
1154
|
|
|
1175
|
-
.
|
|
1176
|
-
border-radius: 8px;
|
|
1177
|
-
}
|
|
1178
|
-
.E_c1yyuluq .ant-card-body {
|
|
1179
|
-
padding: 20px 24px 24px 24px;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.E_phljevk {
|
|
1155
|
+
.E_m74vjol {
|
|
1183
1156
|
display: flex;
|
|
1184
1157
|
justify-content: space-between;
|
|
1185
|
-
|
|
1186
|
-
padding: 10px 0;
|
|
1187
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1188
|
-
font-size: 12px;
|
|
1189
|
-
line-height: 24px;
|
|
1190
|
-
}
|
|
1191
|
-
.E_phljevk .pagination-left {
|
|
1192
|
-
padding: 2px 8px;
|
|
1193
|
-
}
|
|
1194
|
-
.E_phljevk .dropdown-trigger {
|
|
1195
|
-
display: flex;
|
|
1196
|
-
align-items: center;
|
|
1197
|
-
border-radius: 6px;
|
|
1198
|
-
cursor: pointer;
|
|
1199
|
-
transition: all 0.3s ease;
|
|
1200
|
-
}
|
|
1201
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
1202
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1203
|
-
color: #0080ff;
|
|
1204
|
-
}
|
|
1205
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1206
|
-
margin-left: 4px;
|
|
1207
|
-
}
|
|
1208
|
-
.E_phljevk .pagination-right {
|
|
1209
|
-
display: flex;
|
|
1210
|
-
align-items: center;
|
|
1211
|
-
color: #0080ff;
|
|
1212
|
-
font-weight: bold;
|
|
1213
|
-
}
|
|
1214
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
1215
|
-
margin-left: 4px;
|
|
1216
|
-
}
|
|
1217
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
1218
|
-
.E_phljevk .pagination-right .next-btn {
|
|
1219
|
-
padding: 0 8px;
|
|
1220
|
-
}
|
|
1221
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
1222
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
1223
|
-
color: #0080ff;
|
|
1224
|
-
}
|
|
1225
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1226
|
-
transform: rotate(180deg);
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1230
|
-
max-height: calc(100vh - 128px);
|
|
1231
|
-
overflow-y: auto;
|
|
1232
|
-
}
|
|
1233
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1234
|
-
padding: 4px 20px;
|
|
1235
|
-
font-size: 12px;
|
|
1236
|
-
line-height: 18px;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1240
|
-
display: flex;
|
|
1241
|
-
}
|
|
1242
|
-
.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 {
|
|
1243
|
-
border-bottom-left-radius: 5px;
|
|
1244
|
-
border-top-left-radius: 5px;
|
|
1158
|
+
width: 100%;
|
|
1245
1159
|
}
|
|
1246
|
-
.
|
|
1247
|
-
|
|
1248
|
-
border-top-right-radius: 5px;
|
|
1160
|
+
.E_m74vjol .action {
|
|
1161
|
+
margin-left: 16px;
|
|
1249
1162
|
}
|
|
1250
1163
|
|
|
1251
|
-
.
|
|
1252
|
-
|
|
1253
|
-
background-color: #fff;
|
|
1254
|
-
}
|
|
1255
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1256
|
-
padding-top: 0px;
|
|
1257
|
-
padding-bottom: 0px;
|
|
1258
|
-
padding-left: 0px !important;
|
|
1259
|
-
padding-right: 24px;
|
|
1260
|
-
}
|
|
1261
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1262
|
-
right: 0px;
|
|
1164
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
1165
|
+
padding-right: 12px;
|
|
1263
1166
|
}
|
|
1264
|
-
.
|
|
1265
|
-
|
|
1167
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
1168
|
+
height: fit-content;
|
|
1169
|
+
margin-left: 16px;
|
|
1266
1170
|
}
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
padding-right: 0px;
|
|
1270
|
-
cursor: default;
|
|
1171
|
+
.E_a1o35uvh .ant-alert-message {
|
|
1172
|
+
flex: 1;
|
|
1271
1173
|
}
|
|
1272
1174
|
|
|
1273
1175
|
.E_berrcjl {
|
|
@@ -1286,26 +1188,33 @@ html body {
|
|
|
1286
1188
|
color: #005ed1;
|
|
1287
1189
|
}
|
|
1288
1190
|
|
|
1289
|
-
.
|
|
1290
|
-
|
|
1191
|
+
.E_b1nip9bk {
|
|
1192
|
+
padding: 4px 11px;
|
|
1291
1193
|
}
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
line-height: 32px;
|
|
1194
|
+
|
|
1195
|
+
.E_bqamoqe {
|
|
1196
|
+
white-space: nowrap;
|
|
1197
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1297
1198
|
}
|
|
1298
|
-
.
|
|
1299
|
-
|
|
1300
|
-
border-radius: 8px;
|
|
1301
|
-
background: #fff;
|
|
1199
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1200
|
+
--color: #0080ff;
|
|
1302
1201
|
}
|
|
1303
|
-
.
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1202
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1203
|
+
--color: #0080ff;
|
|
1204
|
+
}
|
|
1205
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
1206
|
+
margin-left: 1px;
|
|
1207
|
+
}
|
|
1208
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
1209
|
+
border-top-right-radius: 0;
|
|
1210
|
+
border-bottom-right-radius: 0;
|
|
1211
|
+
}
|
|
1212
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
1213
|
+
border-top-left-radius: 0;
|
|
1214
|
+
border-bottom-left-radius: 0;
|
|
1215
|
+
}
|
|
1216
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1217
|
+
border-radius: unset;
|
|
1309
1218
|
}
|
|
1310
1219
|
|
|
1311
1220
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -1321,6 +1230,13 @@ html body {
|
|
|
1321
1230
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1322
1231
|
}
|
|
1323
1232
|
|
|
1233
|
+
.E_c1yyuluq {
|
|
1234
|
+
border-radius: 8px;
|
|
1235
|
+
}
|
|
1236
|
+
.E_c1yyuluq .ant-card-body {
|
|
1237
|
+
padding: 20px 24px 24px 24px;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1324
1240
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1325
1241
|
justify-content: center;
|
|
1326
1242
|
}
|
|
@@ -1578,6 +1494,28 @@ html body {
|
|
|
1578
1494
|
justify-content: center;
|
|
1579
1495
|
}
|
|
1580
1496
|
|
|
1497
|
+
.E_c1uzzomf {
|
|
1498
|
+
margin-bottom: 16px;
|
|
1499
|
+
}
|
|
1500
|
+
.E_c1uzzomf .card-title {
|
|
1501
|
+
font-size: 16px;
|
|
1502
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1503
|
+
font-weight: 700;
|
|
1504
|
+
line-height: 32px;
|
|
1505
|
+
}
|
|
1506
|
+
.E_c1uzzomf .card-body {
|
|
1507
|
+
padding: 24px;
|
|
1508
|
+
border-radius: 8px;
|
|
1509
|
+
background: #fff;
|
|
1510
|
+
}
|
|
1511
|
+
.E_c1uzzomf .empty {
|
|
1512
|
+
font-weight: 700;
|
|
1513
|
+
font-size: 14px;
|
|
1514
|
+
line-height: 22px;
|
|
1515
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1516
|
+
text-align: center;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1581
1519
|
.E_d1bw7c5z {
|
|
1582
1520
|
position: relative;
|
|
1583
1521
|
max-width: 388px;
|
|
@@ -1661,37 +1599,42 @@ html body {
|
|
|
1661
1599
|
width: 102px;
|
|
1662
1600
|
}
|
|
1663
1601
|
|
|
1664
|
-
.
|
|
1665
|
-
|
|
1602
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1603
|
+
border: 0px;
|
|
1604
|
+
background-color: #fff;
|
|
1666
1605
|
}
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
padding:
|
|
1606
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1607
|
+
padding-top: 0px;
|
|
1608
|
+
padding-bottom: 0px;
|
|
1609
|
+
padding-left: 0px !important;
|
|
1610
|
+
padding-right: 24px;
|
|
1670
1611
|
}
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
white-space: nowrap;
|
|
1674
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1612
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1613
|
+
right: 0px;
|
|
1675
1614
|
}
|
|
1676
|
-
.
|
|
1677
|
-
|
|
1615
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1616
|
+
padding: 0px;
|
|
1678
1617
|
}
|
|
1679
|
-
|
|
1680
|
-
|
|
1618
|
+
|
|
1619
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1620
|
+
padding-right: 0px;
|
|
1621
|
+
cursor: default;
|
|
1681
1622
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1623
|
+
|
|
1624
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
1625
|
+
display: flex;
|
|
1684
1626
|
}
|
|
1685
|
-
.
|
|
1686
|
-
border-
|
|
1687
|
-
border-
|
|
1627
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
1628
|
+
border-bottom-left-radius: 5px;
|
|
1629
|
+
border-top-left-radius: 5px;
|
|
1688
1630
|
}
|
|
1689
|
-
.
|
|
1690
|
-
border-
|
|
1691
|
-
border-
|
|
1631
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
1632
|
+
border-bottom-right-radius: 5px;
|
|
1633
|
+
border-top-right-radius: 5px;
|
|
1692
1634
|
}
|
|
1693
|
-
|
|
1694
|
-
|
|
1635
|
+
|
|
1636
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1637
|
+
line-height: 18px;
|
|
1695
1638
|
}
|
|
1696
1639
|
|
|
1697
1640
|
.E_ivqqkzv {
|
|
@@ -1704,48 +1647,8 @@ html body {
|
|
|
1704
1647
|
color: rgba(44, 56, 82, 0.6);
|
|
1705
1648
|
}
|
|
1706
1649
|
|
|
1707
|
-
.
|
|
1708
|
-
|
|
1709
|
-
height: 14px;
|
|
1710
|
-
width: 14px;
|
|
1711
|
-
border-radius: 50%;
|
|
1712
|
-
flex-shrink: 0;
|
|
1713
|
-
display: flex;
|
|
1714
|
-
align-items: center;
|
|
1715
|
-
justify-content: center;
|
|
1716
|
-
border: 1px solid var(--color);
|
|
1717
|
-
}
|
|
1718
|
-
.E_c1bus5hc .circle-inner {
|
|
1719
|
-
position: relative;
|
|
1720
|
-
height: 10px;
|
|
1721
|
-
width: 10px;
|
|
1722
|
-
border-radius: 50%;
|
|
1723
|
-
overflow: hidden;
|
|
1724
|
-
}
|
|
1725
|
-
.E_c1bus5hc .circle-content {
|
|
1726
|
-
position: absolute;
|
|
1727
|
-
height: 100%;
|
|
1728
|
-
width: 100%;
|
|
1729
|
-
left: 0;
|
|
1730
|
-
top: 0;
|
|
1731
|
-
border-radius: 50%;
|
|
1732
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1733
|
-
transform: rotate(180deg);
|
|
1734
|
-
}
|
|
1735
|
-
.E_c1bus5hc .circle-child {
|
|
1736
|
-
position: absolute;
|
|
1737
|
-
height: 100%;
|
|
1738
|
-
width: 100%;
|
|
1739
|
-
left: 0;
|
|
1740
|
-
top: 0;
|
|
1741
|
-
margin-left: 50%;
|
|
1742
|
-
transform-origin: left;
|
|
1743
|
-
background: white;
|
|
1744
|
-
transform: rotate(0deg);
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
1748
|
-
margin-right: 8px;
|
|
1650
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
1651
|
+
margin-right: 8px;
|
|
1749
1652
|
}
|
|
1750
1653
|
.E_i11gg7mj .ant-input-suffix {
|
|
1751
1654
|
margin-left: 8px;
|
|
@@ -1770,159 +1673,265 @@ html body {
|
|
|
1770
1673
|
cursor: not-allowed;
|
|
1771
1674
|
}
|
|
1772
1675
|
|
|
1773
|
-
.
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1676
|
+
.E_phljevk {
|
|
1677
|
+
display: flex;
|
|
1678
|
+
justify-content: space-between;
|
|
1679
|
+
align-items: center;
|
|
1680
|
+
padding: 10px 0;
|
|
1681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1682
|
+
font-size: 12px;
|
|
1683
|
+
line-height: 24px;
|
|
1780
1684
|
}
|
|
1781
|
-
|
|
1782
|
-
.E_m855nr1 {
|
|
1685
|
+
.E_phljevk .pagination-left {
|
|
1783
1686
|
padding: 2px 8px;
|
|
1784
|
-
border-radius: 3px;
|
|
1785
1687
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
border-radius:
|
|
1688
|
+
.E_phljevk .dropdown-trigger {
|
|
1689
|
+
display: flex;
|
|
1690
|
+
align-items: center;
|
|
1691
|
+
border-radius: 6px;
|
|
1692
|
+
cursor: pointer;
|
|
1693
|
+
transition: all 0.3s ease;
|
|
1790
1694
|
}
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1695
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
1696
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1697
|
+
color: #0080ff;
|
|
1794
1698
|
}
|
|
1795
|
-
.
|
|
1796
|
-
margin:
|
|
1797
|
-
|
|
1798
|
-
|
|
1699
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
1700
|
+
margin-left: 4px;
|
|
1701
|
+
}
|
|
1702
|
+
.E_phljevk .pagination-right {
|
|
1703
|
+
display: flex;
|
|
1799
1704
|
align-items: center;
|
|
1800
|
-
|
|
1705
|
+
color: #0080ff;
|
|
1706
|
+
font-weight: bold;
|
|
1801
1707
|
}
|
|
1802
|
-
.
|
|
1803
|
-
width: 16px;
|
|
1804
|
-
height: 16px;
|
|
1805
|
-
color: inherit;
|
|
1708
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
1806
1709
|
margin-left: 4px;
|
|
1807
|
-
opacity: 0.6;
|
|
1808
|
-
display: inline-flex;
|
|
1809
1710
|
}
|
|
1810
|
-
.
|
|
1811
|
-
|
|
1711
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
1712
|
+
.E_phljevk .pagination-right .next-btn {
|
|
1713
|
+
padding: 0 8px;
|
|
1812
1714
|
}
|
|
1813
|
-
.
|
|
1715
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
1716
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
1814
1717
|
color: #0080ff;
|
|
1815
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
1816
|
-
}
|
|
1817
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
1818
|
-
color: #f0483e;
|
|
1819
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
1820
1718
|
}
|
|
1821
|
-
.
|
|
1822
|
-
|
|
1823
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
1719
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
1720
|
+
transform: rotate(180deg);
|
|
1824
1721
|
}
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1722
|
+
|
|
1723
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
1724
|
+
max-height: calc(100vh - 128px);
|
|
1725
|
+
overflow-y: auto;
|
|
1828
1726
|
}
|
|
1829
|
-
.
|
|
1830
|
-
|
|
1831
|
-
|
|
1727
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1728
|
+
padding: 4px 20px;
|
|
1729
|
+
font-size: 12px;
|
|
1730
|
+
line-height: 18px;
|
|
1832
1731
|
}
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1732
|
+
|
|
1733
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
1734
|
+
display: inline-flex;
|
|
1735
|
+
align-items: baseline;
|
|
1736
|
+
white-space: pre-wrap;
|
|
1836
1737
|
}
|
|
1837
|
-
.
|
|
1838
|
-
|
|
1738
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
1739
|
+
position: relative;
|
|
1740
|
+
top: 3px;
|
|
1839
1741
|
}
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1742
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1743
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1842
1744
|
}
|
|
1843
|
-
.
|
|
1844
|
-
|
|
1745
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1746
|
+
border-color: #0080ff;
|
|
1845
1747
|
}
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1748
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1749
|
+
border-color: #0080ff;
|
|
1750
|
+
background: #0080ff;
|
|
1848
1751
|
}
|
|
1849
|
-
.
|
|
1850
|
-
|
|
1752
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1753
|
+
top: 4px;
|
|
1754
|
+
left: 4px;
|
|
1755
|
+
width: 6px;
|
|
1756
|
+
height: 6px;
|
|
1757
|
+
background: #fff;
|
|
1851
1758
|
}
|
|
1852
|
-
.
|
|
1853
|
-
|
|
1759
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1760
|
+
opacity: 0.5;
|
|
1854
1761
|
}
|
|
1855
|
-
.
|
|
1856
|
-
|
|
1762
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1763
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1764
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1857
1765
|
}
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
min-width: 40px;
|
|
1861
|
-
height: 24px;
|
|
1862
|
-
background: rgba(172, 186, 211, 0.6);
|
|
1863
|
-
overflow: hidden;
|
|
1766
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1767
|
+
background: #00122e;
|
|
1864
1768
|
}
|
|
1865
|
-
.
|
|
1866
|
-
|
|
1769
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1770
|
+
color: #00122e;
|
|
1771
|
+
opacity: 0.5;
|
|
1867
1772
|
}
|
|
1868
|
-
.
|
|
1869
|
-
|
|
1870
|
-
height: 16px;
|
|
1773
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1774
|
+
color: #00122e;
|
|
1871
1775
|
}
|
|
1872
|
-
.
|
|
1873
|
-
|
|
1874
|
-
|
|
1776
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
1777
|
+
display: inline-block;
|
|
1778
|
+
padding: 0;
|
|
1779
|
+
padding-left: 10px;
|
|
1875
1780
|
}
|
|
1876
|
-
.
|
|
1877
|
-
|
|
1878
|
-
|
|
1781
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1782
|
+
margin-bottom: 0;
|
|
1783
|
+
white-space: pre-wrap;
|
|
1784
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1879
1785
|
}
|
|
1880
|
-
.
|
|
1881
|
-
|
|
1882
|
-
transition-delay: 120ms;
|
|
1786
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
1787
|
+
padding-left: 8px;
|
|
1883
1788
|
}
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
top: 1px;
|
|
1888
|
-
left: 1px;
|
|
1789
|
+
|
|
1790
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
1791
|
+
border-radius: 5px 0 0 5px;
|
|
1889
1792
|
}
|
|
1890
|
-
.
|
|
1891
|
-
|
|
1892
|
-
width: 28px;
|
|
1793
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
1794
|
+
border-radius: 0 5px 5px 0;
|
|
1893
1795
|
}
|
|
1894
|
-
|
|
1895
|
-
|
|
1796
|
+
|
|
1797
|
+
.E_rcc63c8 {
|
|
1798
|
+
color: #00122e;
|
|
1799
|
+
border-color: #ccd4e3;
|
|
1896
1800
|
}
|
|
1897
|
-
.
|
|
1898
|
-
|
|
1801
|
+
.E_rcc63c8:first-child {
|
|
1802
|
+
border-color: #a3b4cc;
|
|
1899
1803
|
}
|
|
1900
|
-
.
|
|
1901
|
-
|
|
1804
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
1805
|
+
padding: 0 12px;
|
|
1806
|
+
line-height: 32px;
|
|
1807
|
+
height: 32px;
|
|
1902
1808
|
}
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1809
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
1810
|
+
white-space: nowrap;
|
|
1905
1811
|
}
|
|
1906
|
-
.
|
|
1907
|
-
|
|
1812
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
1813
|
+
height: 22px;
|
|
1814
|
+
padding: 0 7px;
|
|
1815
|
+
line-height: 20px;
|
|
1908
1816
|
}
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
margin-left: 5px;
|
|
1817
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1818
|
+
background: #ccd4e3;
|
|
1912
1819
|
}
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
width: 430px !important;
|
|
1820
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1821
|
+
background: #0080ff;
|
|
1916
1822
|
}
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1823
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1824
|
+
background: #ccd4e3;
|
|
1825
|
+
opacity: 0.5;
|
|
1826
|
+
}
|
|
1827
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1828
|
+
border-right-color: #0080ff;
|
|
1829
|
+
}
|
|
1830
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1831
|
+
border-color: #0080ff;
|
|
1832
|
+
}
|
|
1833
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
1834
|
+
background: rgba(0, 136, 255, 0.1);
|
|
1835
|
+
}
|
|
1836
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
1837
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1838
|
+
border-color: #ccd4e3;
|
|
1839
|
+
opacity: 0.5;
|
|
1840
|
+
}
|
|
1841
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
1842
|
+
color: #00122e;
|
|
1843
|
+
border-color: #ccd4e3;
|
|
1844
|
+
}
|
|
1845
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
1846
|
+
color: #00122e;
|
|
1847
|
+
border-color: #ccd4e3;
|
|
1848
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1849
|
+
}
|
|
1850
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
1851
|
+
margin-right: 8px;
|
|
1852
|
+
display: inline;
|
|
1853
|
+
border: none;
|
|
1854
|
+
padding: 0;
|
|
1855
|
+
width: 36px;
|
|
1856
|
+
background: transparent;
|
|
1857
|
+
}
|
|
1858
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
1859
|
+
box-shadow: none;
|
|
1860
|
+
}
|
|
1861
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
1862
|
+
margin-right: 0;
|
|
1863
|
+
width: initial;
|
|
1864
|
+
box-shadow: none;
|
|
1865
|
+
}
|
|
1866
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
1867
|
+
display: none;
|
|
1868
|
+
}
|
|
1869
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
1870
|
+
display: inline;
|
|
1871
|
+
}
|
|
1872
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
1873
|
+
display: inline;
|
|
1874
|
+
margin-right: 8px;
|
|
1875
|
+
padding: 0;
|
|
1876
|
+
width: 36px;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.E_c1bus5hc {
|
|
1880
|
+
--color: white;
|
|
1881
|
+
height: 14px;
|
|
1882
|
+
width: 14px;
|
|
1883
|
+
border-radius: 50%;
|
|
1884
|
+
flex-shrink: 0;
|
|
1885
|
+
display: flex;
|
|
1886
|
+
align-items: center;
|
|
1887
|
+
justify-content: center;
|
|
1888
|
+
border: 1px solid var(--color);
|
|
1889
|
+
}
|
|
1890
|
+
.E_c1bus5hc .circle-inner {
|
|
1891
|
+
position: relative;
|
|
1892
|
+
height: 10px;
|
|
1893
|
+
width: 10px;
|
|
1894
|
+
border-radius: 50%;
|
|
1895
|
+
overflow: hidden;
|
|
1896
|
+
}
|
|
1897
|
+
.E_c1bus5hc .circle-content {
|
|
1898
|
+
position: absolute;
|
|
1899
|
+
height: 100%;
|
|
1900
|
+
width: 100%;
|
|
1901
|
+
left: 0;
|
|
1902
|
+
top: 0;
|
|
1903
|
+
border-radius: 50%;
|
|
1904
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
1905
|
+
transform: rotate(180deg);
|
|
1906
|
+
}
|
|
1907
|
+
.E_c1bus5hc .circle-child {
|
|
1908
|
+
position: absolute;
|
|
1909
|
+
height: 100%;
|
|
1910
|
+
width: 100%;
|
|
1911
|
+
left: 0;
|
|
1912
|
+
top: 0;
|
|
1913
|
+
margin-left: 50%;
|
|
1914
|
+
transform-origin: left;
|
|
1915
|
+
background: white;
|
|
1916
|
+
transform: rotate(0deg);
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.E_tju3gfj .date {
|
|
1920
|
+
margin-right: 4px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.E_s1dni7lo {
|
|
1924
|
+
width: 430px !important;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
1928
|
+
padding: 8px 16px;
|
|
1929
|
+
line-height: 18px;
|
|
1930
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1931
|
+
height: 34px;
|
|
1932
|
+
min-height: 34px;
|
|
1933
|
+
box-sizing: border-box;
|
|
1934
|
+
margin-top: 8px;
|
|
1926
1935
|
}
|
|
1927
1936
|
|
|
1928
1937
|
.E_o1ugr09p {
|
|
@@ -1992,165 +2001,156 @@ html body {
|
|
|
1992
2001
|
opacity: 0;
|
|
1993
2002
|
}
|
|
1994
2003
|
|
|
1995
|
-
.
|
|
1996
|
-
display:
|
|
2004
|
+
.E_iq1gosr {
|
|
2005
|
+
display: inline-block;
|
|
1997
2006
|
}
|
|
1998
|
-
|
|
1999
|
-
|
|
2007
|
+
|
|
2008
|
+
.E_s1sck0th {
|
|
2009
|
+
padding: 0 8px;
|
|
2000
2010
|
border-radius: 4px;
|
|
2001
2011
|
}
|
|
2002
|
-
|
|
2003
|
-
|
|
2012
|
+
|
|
2013
|
+
.E_m855nr1 {
|
|
2014
|
+
padding: 2px 8px;
|
|
2015
|
+
border-radius: 3px;
|
|
2004
2016
|
}
|
|
2005
2017
|
|
|
2006
|
-
.
|
|
2018
|
+
.E_l1270xpg {
|
|
2019
|
+
padding: 3px 8px;
|
|
2020
|
+
border-radius: 2px;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.E_t14rextb.ant-tag:hover {
|
|
2024
|
+
opacity: unset;
|
|
2025
|
+
}
|
|
2026
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
2027
|
+
margin: 0;
|
|
2028
|
+
margin-right: 8px;
|
|
2007
2029
|
display: inline-flex;
|
|
2008
|
-
align-items:
|
|
2009
|
-
|
|
2030
|
+
align-items: center;
|
|
2031
|
+
border: none;
|
|
2010
2032
|
}
|
|
2011
|
-
.
|
|
2012
|
-
|
|
2013
|
-
|
|
2033
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
2034
|
+
width: 16px;
|
|
2035
|
+
height: 16px;
|
|
2036
|
+
color: inherit;
|
|
2037
|
+
margin-left: 4px;
|
|
2038
|
+
opacity: 0.6;
|
|
2039
|
+
display: inline-flex;
|
|
2014
2040
|
}
|
|
2015
|
-
.
|
|
2016
|
-
|
|
2041
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
2042
|
+
opacity: 1;
|
|
2017
2043
|
}
|
|
2018
|
-
.
|
|
2019
|
-
|
|
2044
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
2045
|
+
color: #0080ff;
|
|
2046
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2020
2047
|
}
|
|
2021
|
-
.
|
|
2022
|
-
|
|
2023
|
-
background:
|
|
2048
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2049
|
+
color: #f0483e;
|
|
2050
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
2024
2051
|
}
|
|
2025
|
-
.
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
width: 6px;
|
|
2029
|
-
height: 6px;
|
|
2030
|
-
background: #fff;
|
|
2052
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2053
|
+
color: #e07f00;
|
|
2054
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
2031
2055
|
}
|
|
2032
|
-
.
|
|
2033
|
-
|
|
2056
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2057
|
+
color: #008f4c;
|
|
2058
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
2034
2059
|
}
|
|
2035
|
-
.
|
|
2036
|
-
|
|
2037
|
-
background: rgba(
|
|
2060
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2061
|
+
color: #1d326c;
|
|
2062
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
2038
2063
|
}
|
|
2039
|
-
.
|
|
2040
|
-
|
|
2064
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2065
|
+
color: #7E41FF;
|
|
2066
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
2041
2067
|
}
|
|
2042
|
-
.
|
|
2043
|
-
color: #
|
|
2044
|
-
opacity: 0.5;
|
|
2068
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2069
|
+
color: #fff;
|
|
2045
2070
|
}
|
|
2046
|
-
.
|
|
2047
|
-
color: #
|
|
2071
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2072
|
+
background-color: #f0483e;
|
|
2048
2073
|
}
|
|
2049
|
-
.
|
|
2050
|
-
|
|
2051
|
-
padding: 0;
|
|
2052
|
-
padding-left: 10px;
|
|
2074
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2075
|
+
background-color: #fea008;
|
|
2053
2076
|
}
|
|
2054
|
-
.
|
|
2055
|
-
|
|
2056
|
-
white-space: pre-wrap;
|
|
2057
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2077
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2078
|
+
background-color: #00ba5d;
|
|
2058
2079
|
}
|
|
2059
|
-
.
|
|
2060
|
-
|
|
2080
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2081
|
+
background-color: #0080ff;
|
|
2061
2082
|
}
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
border-radius: 5px 0 0 5px;
|
|
2083
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2084
|
+
background-color: #6b7d99;
|
|
2065
2085
|
}
|
|
2066
|
-
.
|
|
2067
|
-
|
|
2086
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
2087
|
+
background-color: #7E41FF;
|
|
2068
2088
|
}
|
|
2069
2089
|
|
|
2070
|
-
.
|
|
2071
|
-
|
|
2072
|
-
border-color: #ccd4e3;
|
|
2090
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2091
|
+
display: none;
|
|
2073
2092
|
}
|
|
2074
|
-
.
|
|
2075
|
-
|
|
2093
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
2094
|
+
background: rgba(23, 38, 64, 0.8);
|
|
2095
|
+
border-radius: 4px;
|
|
2076
2096
|
}
|
|
2077
|
-
.
|
|
2078
|
-
|
|
2079
|
-
line-height: 32px;
|
|
2080
|
-
height: 32px;
|
|
2097
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2098
|
+
visibility: hidden;
|
|
2081
2099
|
}
|
|
2082
|
-
|
|
2083
|
-
|
|
2100
|
+
|
|
2101
|
+
.E_s1dizucg.ant-switch {
|
|
2102
|
+
min-width: 40px;
|
|
2103
|
+
height: 24px;
|
|
2104
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2105
|
+
overflow: hidden;
|
|
2084
2106
|
}
|
|
2085
|
-
.
|
|
2086
|
-
|
|
2087
|
-
padding: 0 7px;
|
|
2088
|
-
line-height: 20px;
|
|
2107
|
+
.E_s1dizucg.ant-switch:focus {
|
|
2108
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2089
2109
|
}
|
|
2090
|
-
.
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2094
|
-
background: #0080ff;
|
|
2095
|
-
}
|
|
2096
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2097
|
-
background: #ccd4e3;
|
|
2098
|
-
opacity: 0.5;
|
|
2099
|
-
}
|
|
2100
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2101
|
-
border-right-color: #0080ff;
|
|
2102
|
-
}
|
|
2103
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2104
|
-
border-color: #0080ff;
|
|
2110
|
+
.E_s1dizucg.ant-switch-small {
|
|
2111
|
+
min-width: 26px;
|
|
2112
|
+
height: 16px;
|
|
2105
2113
|
}
|
|
2106
|
-
.
|
|
2107
|
-
|
|
2114
|
+
.E_s1dizucg.ant-switch-large {
|
|
2115
|
+
min-width: 52px;
|
|
2116
|
+
height: 32px;
|
|
2108
2117
|
}
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
opacity: 0.5;
|
|
2118
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
2119
|
+
height: 20px;
|
|
2120
|
+
width: 20px;
|
|
2113
2121
|
}
|
|
2114
|
-
.
|
|
2115
|
-
|
|
2116
|
-
|
|
2122
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
2123
|
+
border-radius: 10px;
|
|
2124
|
+
transition-delay: 120ms;
|
|
2117
2125
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2126
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
2127
|
+
height: 14px;
|
|
2128
|
+
width: 14px;
|
|
2129
|
+
top: 1px;
|
|
2130
|
+
left: 1px;
|
|
2122
2131
|
}
|
|
2123
|
-
.
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
border: none;
|
|
2127
|
-
padding: 0;
|
|
2128
|
-
width: 36px;
|
|
2129
|
-
background: transparent;
|
|
2132
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
2133
|
+
height: 28px;
|
|
2134
|
+
width: 28px;
|
|
2130
2135
|
}
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2136
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
2137
|
+
border-radius: 14px;
|
|
2133
2138
|
}
|
|
2134
|
-
.
|
|
2135
|
-
|
|
2136
|
-
width: initial;
|
|
2137
|
-
box-shadow: none;
|
|
2139
|
+
.E_s1dizucg.ant-switch-checked {
|
|
2140
|
+
background-color: #00ba5d;
|
|
2138
2141
|
}
|
|
2139
|
-
.
|
|
2140
|
-
|
|
2142
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
2143
|
+
left: calc(100% - 20px - 2px);
|
|
2141
2144
|
}
|
|
2142
|
-
.
|
|
2143
|
-
|
|
2145
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2146
|
+
left: calc(100% - 14px - 1px);
|
|
2144
2147
|
}
|
|
2145
|
-
.
|
|
2146
|
-
|
|
2147
|
-
margin-right: 8px;
|
|
2148
|
-
padding: 0;
|
|
2149
|
-
width: 36px;
|
|
2148
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2149
|
+
left: calc(100% - 28px - 2px);
|
|
2150
2150
|
}
|
|
2151
2151
|
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2152
|
+
.E_c1up6e3y {
|
|
2153
|
+
margin-left: 5px;
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
2156
|
.E_fzh9mnb {
|
|
@@ -2168,13 +2168,6 @@ html body {
|
|
|
2168
2168
|
font-size: 18px;
|
|
2169
2169
|
}
|
|
2170
2170
|
|
|
2171
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2172
|
-
margin-left: 8px;
|
|
2173
|
-
}
|
|
2174
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2175
|
-
padding: 2px 7px 2px 12px;
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
2171
|
.E_iouxfgt {
|
|
2179
2172
|
display: inline-flex;
|
|
2180
2173
|
align-items: center;
|
|
@@ -2193,69 +2186,17 @@ html body {
|
|
|
2193
2186
|
animation: rotate 680ms linear infinite;
|
|
2194
2187
|
}
|
|
2195
2188
|
|
|
2196
|
-
.
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
}
|
|
2205
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2206
|
-
content: var(--a1wfy30z-1);
|
|
2207
|
-
display: var(--a1wfy30z-2);
|
|
2208
|
-
flex: none;
|
|
2209
|
-
align-items: center;
|
|
2210
|
-
margin-left: 4px;
|
|
2211
|
-
}
|
|
2212
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2213
|
-
content: var(--a1wfy30z-3);
|
|
2214
|
-
display: var(--a1wfy30z-4);
|
|
2215
|
-
flex: none;
|
|
2189
|
+
.E_i1inqkme {
|
|
2190
|
+
height: 18px;
|
|
2191
|
+
line-height: 18px;
|
|
2192
|
+
padding: 0 4px;
|
|
2193
|
+
border-radius: 4px;
|
|
2194
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2195
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2196
|
+
display: flex;
|
|
2216
2197
|
align-items: center;
|
|
2198
|
+
white-space: nowrap;
|
|
2217
2199
|
margin-right: 4px;
|
|
2218
|
-
cursor: auto;
|
|
2219
|
-
}
|
|
2220
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2221
|
-
padding: 0;
|
|
2222
|
-
margin: 0;
|
|
2223
|
-
height: auto;
|
|
2224
|
-
font-size: inherit;
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.E_f7pxqmh {
|
|
2228
|
-
width: 100%;
|
|
2229
|
-
margin-bottom: 0 !important;
|
|
2230
|
-
flex-flow: nowrap !important;
|
|
2231
|
-
line-break: auto;
|
|
2232
|
-
}
|
|
2233
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2234
|
-
text-align: left !important;
|
|
2235
|
-
padding-bottom: 0 !important;
|
|
2236
|
-
}
|
|
2237
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2238
|
-
min-height: 32px;
|
|
2239
|
-
height: auto;
|
|
2240
|
-
font-size: 13px;
|
|
2241
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2242
|
-
white-space: normal;
|
|
2243
|
-
}
|
|
2244
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2245
|
-
border-color: #ff4d4f !important;
|
|
2246
|
-
}
|
|
2247
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2248
|
-
border-color: #ff4d4f !important;
|
|
2249
|
-
}
|
|
2250
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
2251
|
-
margin-top: 4px;
|
|
2252
|
-
font-size: 12px;
|
|
2253
|
-
min-height: 0px;
|
|
2254
|
-
}
|
|
2255
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
2256
|
-
font-size: 12px;
|
|
2257
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2258
|
-
min-height: 0px;
|
|
2259
2200
|
}
|
|
2260
2201
|
|
|
2261
2202
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -2318,83 +2259,108 @@ html body {
|
|
|
2318
2259
|
padding: 2px 8px;
|
|
2319
2260
|
}
|
|
2320
2261
|
|
|
2321
|
-
.
|
|
2322
|
-
|
|
2323
|
-
line-height: 18px;
|
|
2324
|
-
padding: 0 4px;
|
|
2325
|
-
border-radius: 4px;
|
|
2326
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2327
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2328
|
-
display: flex;
|
|
2329
|
-
align-items: center;
|
|
2330
|
-
white-space: nowrap;
|
|
2331
|
-
margin-right: 4px;
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
.E_owd0kml {
|
|
2335
|
-
display: inline-block;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
.E_h1jsgezc {
|
|
2339
|
-
visibility: hidden;
|
|
2340
|
-
position: absolute;
|
|
2262
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2263
|
+
display: var(--a1wfy30z-0);
|
|
2341
2264
|
}
|
|
2342
|
-
|
|
2343
|
-
|
|
2265
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2266
|
+
padding: 4px 11px;
|
|
2344
2267
|
display: inline-flex;
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
color: #fff;
|
|
2348
|
-
font-weight: bold;
|
|
2349
|
-
font-size: 12px;
|
|
2350
|
-
width: 24px;
|
|
2351
|
-
height: 24px;
|
|
2352
|
-
border-radius: 50%;
|
|
2353
|
-
background: var(--a1b5xrg3-0);
|
|
2268
|
+
line-height: 1.5715;
|
|
2269
|
+
height: inherit;
|
|
2354
2270
|
}
|
|
2355
|
-
.
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
height: 40px;
|
|
2360
|
-
display: inline-flex;
|
|
2271
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2272
|
+
content: var(--a1wfy30z-1);
|
|
2273
|
+
display: var(--a1wfy30z-2);
|
|
2274
|
+
flex: none;
|
|
2361
2275
|
align-items: center;
|
|
2362
|
-
|
|
2363
|
-
border-radius: 6px;
|
|
2276
|
+
margin-left: 4px;
|
|
2364
2277
|
}
|
|
2365
|
-
.
|
|
2366
|
-
|
|
2278
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2279
|
+
content: var(--a1wfy30z-3);
|
|
2280
|
+
display: var(--a1wfy30z-4);
|
|
2281
|
+
flex: none;
|
|
2282
|
+
align-items: center;
|
|
2283
|
+
margin-right: 4px;
|
|
2284
|
+
cursor: auto;
|
|
2367
2285
|
}
|
|
2368
|
-
.
|
|
2369
|
-
|
|
2370
|
-
|
|
2286
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2287
|
+
padding: 0;
|
|
2288
|
+
margin: 0;
|
|
2289
|
+
height: auto;
|
|
2290
|
+
font-size: inherit;
|
|
2371
2291
|
}
|
|
2372
2292
|
|
|
2373
|
-
.
|
|
2374
|
-
|
|
2293
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2294
|
+
margin-left: 8px;
|
|
2375
2295
|
}
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
display: flex;
|
|
2379
|
-
flex-direction: column;
|
|
2296
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2297
|
+
padding: 2px 7px 2px 12px;
|
|
2380
2298
|
}
|
|
2381
2299
|
|
|
2382
|
-
.
|
|
2383
|
-
max-width: 1120px;
|
|
2300
|
+
.E_f7pxqmh {
|
|
2384
2301
|
width: 100%;
|
|
2385
|
-
margin: 0
|
|
2386
|
-
|
|
2302
|
+
margin-bottom: 0 !important;
|
|
2303
|
+
flex-flow: nowrap !important;
|
|
2304
|
+
line-break: auto;
|
|
2387
2305
|
}
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
width: 100%;
|
|
2392
|
-
margin: 0 auto;
|
|
2393
|
-
display: flex;
|
|
2306
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2307
|
+
text-align: left !important;
|
|
2308
|
+
padding-bottom: 0 !important;
|
|
2394
2309
|
}
|
|
2395
|
-
.
|
|
2396
|
-
|
|
2397
|
-
|
|
2310
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2311
|
+
min-height: 32px;
|
|
2312
|
+
height: auto;
|
|
2313
|
+
font-size: 13px;
|
|
2314
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2315
|
+
white-space: normal;
|
|
2316
|
+
}
|
|
2317
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2318
|
+
border-color: #ff4d4f !important;
|
|
2319
|
+
}
|
|
2320
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2321
|
+
border-color: #ff4d4f !important;
|
|
2322
|
+
}
|
|
2323
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2324
|
+
margin-top: 4px;
|
|
2325
|
+
font-size: 12px;
|
|
2326
|
+
min-height: 0px;
|
|
2327
|
+
}
|
|
2328
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2329
|
+
font-size: 12px;
|
|
2330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2331
|
+
min-height: 0px;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
.E_owd0kml {
|
|
2335
|
+
display: inline-block;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
.E_h1jsgezc {
|
|
2339
|
+
visibility: hidden;
|
|
2340
|
+
position: absolute;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.E_cnujxq2 {
|
|
2344
|
+
display: flex;
|
|
2345
|
+
flex-direction: column;
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
.E_m7s48ia {
|
|
2349
|
+
max-width: 1120px;
|
|
2350
|
+
width: 100%;
|
|
2351
|
+
margin: 0 auto;
|
|
2352
|
+
height: 100%;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.E_wt5zbg6 {
|
|
2356
|
+
max-width: 1120px;
|
|
2357
|
+
width: 100%;
|
|
2358
|
+
margin: 0 auto;
|
|
2359
|
+
display: flex;
|
|
2360
|
+
}
|
|
2361
|
+
.E_wt5zbg6 .left,
|
|
2362
|
+
.E_wt5zbg6 .right {
|
|
2363
|
+
flex-grow: 0;
|
|
2398
2364
|
flex-shrink: 0;
|
|
2399
2365
|
flex-basis: 21%;
|
|
2400
2366
|
}
|
|
@@ -3064,6 +3030,36 @@ input.E_rf8rlle.ant-input {
|
|
|
3064
3030
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
3065
3031
|
}
|
|
3066
3032
|
|
|
3033
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
3034
|
+
display: inline-flex;
|
|
3035
|
+
align-items: center;
|
|
3036
|
+
justify-content: center;
|
|
3037
|
+
color: #fff;
|
|
3038
|
+
font-weight: bold;
|
|
3039
|
+
font-size: 12px;
|
|
3040
|
+
width: 24px;
|
|
3041
|
+
height: 24px;
|
|
3042
|
+
border-radius: 50%;
|
|
3043
|
+
background: var(--a1b5xrg3-0);
|
|
3044
|
+
}
|
|
3045
|
+
.E_a1b5xrg3.btn-item {
|
|
3046
|
+
transition: all 160ms ease;
|
|
3047
|
+
cursor: pointer;
|
|
3048
|
+
width: 56px;
|
|
3049
|
+
height: 40px;
|
|
3050
|
+
display: inline-flex;
|
|
3051
|
+
align-items: center;
|
|
3052
|
+
justify-content: center;
|
|
3053
|
+
border-radius: 6px;
|
|
3054
|
+
}
|
|
3055
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
3056
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
3057
|
+
}
|
|
3058
|
+
.E_a1b5xrg3.btn-item:active {
|
|
3059
|
+
transform: translateY(2px);
|
|
3060
|
+
transition: all 320ms ease;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3067
3063
|
.E_dsnbhzf {
|
|
3068
3064
|
font-family: Inter;
|
|
3069
3065
|
font-style: normal;
|
|
@@ -3539,61 +3535,8 @@ input.E_rf8rlle.ant-input {
|
|
|
3539
3535
|
line-height: 12px;
|
|
3540
3536
|
}
|
|
3541
3537
|
|
|
3542
|
-
.
|
|
3543
|
-
|
|
3544
|
-
}
|
|
3545
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
3546
|
-
width: 100%;
|
|
3547
|
-
color: #2d3a56;
|
|
3548
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3549
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3550
|
-
font-size: 13px;
|
|
3551
|
-
}
|
|
3552
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3553
|
-
height: 30px;
|
|
3554
|
-
}
|
|
3555
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3556
|
-
height: 38px;
|
|
3557
|
-
font-size: 13px;
|
|
3558
|
-
}
|
|
3559
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3560
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3561
|
-
transition: 160ms ease;
|
|
3562
|
-
}
|
|
3563
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3564
|
-
color: #0080ff;
|
|
3565
|
-
}
|
|
3566
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3567
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3568
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3569
|
-
}
|
|
3570
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3571
|
-
color: #0080ff;
|
|
3572
|
-
}
|
|
3573
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3574
|
-
border-color: #0080ff;
|
|
3575
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3576
|
-
}
|
|
3577
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3578
|
-
transform: rotate(180deg);
|
|
3579
|
-
}
|
|
3580
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3581
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3582
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3583
|
-
cursor: "not-allowed";
|
|
3584
|
-
}
|
|
3585
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3586
|
-
border-color: #f0483e !important;
|
|
3587
|
-
}
|
|
3588
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3589
|
-
color: #1d326c;
|
|
3590
|
-
}
|
|
3591
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3592
|
-
border-color: #0080ff;
|
|
3593
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3594
|
-
}
|
|
3595
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3596
|
-
transform: rotate(180deg);
|
|
3538
|
+
.E_m196gn1d {
|
|
3539
|
+
min-width: 1280px;
|
|
3597
3540
|
}
|
|
3598
3541
|
|
|
3599
3542
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
@@ -3748,6 +3691,63 @@ input.E_rf8rlle.ant-input {
|
|
|
3748
3691
|
flex-shrink: 0;
|
|
3749
3692
|
}
|
|
3750
3693
|
|
|
3694
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
3695
|
+
border-radius: 6px;
|
|
3696
|
+
}
|
|
3697
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
3698
|
+
width: 100%;
|
|
3699
|
+
color: #2d3a56;
|
|
3700
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3701
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3702
|
+
font-size: 13px;
|
|
3703
|
+
}
|
|
3704
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
3705
|
+
height: 30px;
|
|
3706
|
+
}
|
|
3707
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
3708
|
+
height: 38px;
|
|
3709
|
+
font-size: 13px;
|
|
3710
|
+
}
|
|
3711
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
3712
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3713
|
+
transition: 160ms ease;
|
|
3714
|
+
}
|
|
3715
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3716
|
+
color: #0080ff;
|
|
3717
|
+
}
|
|
3718
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3719
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3720
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3721
|
+
}
|
|
3722
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3723
|
+
color: #0080ff;
|
|
3724
|
+
}
|
|
3725
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3726
|
+
border-color: #0080ff;
|
|
3727
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3728
|
+
}
|
|
3729
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3730
|
+
transform: rotate(180deg);
|
|
3731
|
+
}
|
|
3732
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3733
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3734
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3735
|
+
cursor: "not-allowed";
|
|
3736
|
+
}
|
|
3737
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3738
|
+
border-color: #f0483e !important;
|
|
3739
|
+
}
|
|
3740
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3741
|
+
color: #1d326c;
|
|
3742
|
+
}
|
|
3743
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3744
|
+
border-color: #0080ff;
|
|
3745
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3746
|
+
}
|
|
3747
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3748
|
+
transform: rotate(180deg);
|
|
3749
|
+
}
|
|
3750
|
+
|
|
3751
3751
|
.E_w1dxz879 {
|
|
3752
3752
|
display: flex;
|
|
3753
3753
|
flex-direction: column;
|
|
@@ -3763,6 +3763,19 @@ input.E_rf8rlle.ant-input {
|
|
|
3763
3763
|
opacity: 0.8;
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
|
+
.E_suhck3k {
|
|
3767
|
+
height: 24px;
|
|
3768
|
+
width: 24px;
|
|
3769
|
+
border-radius: 6px;
|
|
3770
|
+
padding: 4px;
|
|
3771
|
+
}
|
|
3772
|
+
.E_suhck3k:hover {
|
|
3773
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3774
|
+
}
|
|
3775
|
+
.E_suhck3k:hover svg path {
|
|
3776
|
+
fill: blue;
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3766
3779
|
.E_ryby9ds {
|
|
3767
3780
|
display: flex;
|
|
3768
3781
|
align-items: center;
|
|
@@ -3779,91 +3792,41 @@ input.E_rf8rlle.ant-input {
|
|
|
3779
3792
|
margin-right: 6px;
|
|
3780
3793
|
}
|
|
3781
3794
|
|
|
3782
|
-
.
|
|
3783
|
-
|
|
3784
|
-
width: 24px;
|
|
3785
|
-
border-radius: 6px;
|
|
3786
|
-
padding: 4px;
|
|
3795
|
+
.E_hrhfj7c {
|
|
3796
|
+
display: none;
|
|
3787
3797
|
}
|
|
3788
|
-
|
|
3789
|
-
|
|
3798
|
+
|
|
3799
|
+
.E_dt9qoak .bottom {
|
|
3800
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3790
3801
|
}
|
|
3791
|
-
.
|
|
3792
|
-
|
|
3802
|
+
.E_dt9qoak .left {
|
|
3803
|
+
min-width: 0;
|
|
3793
3804
|
}
|
|
3794
3805
|
|
|
3795
|
-
.
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3806
|
+
.E_crhnxq5 {
|
|
3807
|
+
display: flex;
|
|
3808
|
+
flex-direction: row;
|
|
3809
|
+
justify-content: space-between;
|
|
3810
|
+
}
|
|
3811
|
+
.E_crhnxq5 .label {
|
|
3812
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3813
|
+
font-weight: 400;
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
.E_c1iq43vd {
|
|
3799
3817
|
display: flex;
|
|
3800
3818
|
flex-direction: column;
|
|
3801
|
-
align-items: center;
|
|
3802
3819
|
justify-content: center;
|
|
3803
|
-
|
|
3820
|
+
align-items: center;
|
|
3821
|
+
height: 240px;
|
|
3822
|
+
width: 432px;
|
|
3804
3823
|
}
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
.E_b1lj76ty.gray {
|
|
3812
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3813
|
-
}
|
|
3814
|
-
.E_b1lj76ty.white {
|
|
3815
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
3816
|
-
}
|
|
3817
|
-
.E_b1lj76ty .title {
|
|
3818
|
-
margin-bottom: 4px;
|
|
3819
|
-
}
|
|
3820
|
-
.E_b1lj76ty .title,
|
|
3821
|
-
.E_b1lj76ty .desc {
|
|
3822
|
-
word-break: break-all;
|
|
3823
|
-
text-align: center;
|
|
3824
|
-
}
|
|
3825
|
-
.E_b1lj76ty .action-button.middle {
|
|
3826
|
-
margin-top: 16px;
|
|
3827
|
-
}
|
|
3828
|
-
.E_b1lj76ty .action-button.small {
|
|
3829
|
-
margin-top: 8px;
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
.E_hrhfj7c {
|
|
3833
|
-
display: none;
|
|
3834
|
-
}
|
|
3835
|
-
|
|
3836
|
-
.E_dt9qoak .bottom {
|
|
3837
|
-
color: rgba(44, 56, 82, 0.75);
|
|
3838
|
-
}
|
|
3839
|
-
.E_dt9qoak .left {
|
|
3840
|
-
min-width: 0;
|
|
3841
|
-
}
|
|
3842
|
-
|
|
3843
|
-
.E_crhnxq5 {
|
|
3844
|
-
display: flex;
|
|
3845
|
-
flex-direction: row;
|
|
3846
|
-
justify-content: space-between;
|
|
3847
|
-
}
|
|
3848
|
-
.E_crhnxq5 .label {
|
|
3849
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3850
|
-
font-weight: 400;
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
|
-
.E_c1iq43vd {
|
|
3854
|
-
display: flex;
|
|
3855
|
-
flex-direction: column;
|
|
3856
|
-
justify-content: center;
|
|
3857
|
-
align-items: center;
|
|
3858
|
-
height: 240px;
|
|
3859
|
-
width: 432px;
|
|
3860
|
-
}
|
|
3861
|
-
|
|
3862
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
3863
|
-
border-radius: 0px;
|
|
3864
|
-
box-shadow: unset;
|
|
3865
|
-
border: 0;
|
|
3866
|
-
border-bottom: 1px solid #e4e9f2;
|
|
3824
|
+
|
|
3825
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
3826
|
+
border-radius: 0px;
|
|
3827
|
+
box-shadow: unset;
|
|
3828
|
+
border: 0;
|
|
3829
|
+
border-bottom: 1px solid #e4e9f2;
|
|
3867
3830
|
}
|
|
3868
3831
|
|
|
3869
3832
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
@@ -4048,6 +4011,108 @@ input.E_rf8rlle.ant-input {
|
|
|
4048
4011
|
font-size: 14px;
|
|
4049
4012
|
}
|
|
4050
4013
|
|
|
4014
|
+
.E_b1lj76ty {
|
|
4015
|
+
width: 100%;
|
|
4016
|
+
height: 100%;
|
|
4017
|
+
margin: 0 auto;
|
|
4018
|
+
display: flex;
|
|
4019
|
+
flex-direction: column;
|
|
4020
|
+
align-items: center;
|
|
4021
|
+
justify-content: center;
|
|
4022
|
+
color: rgba(0, 21, 64, 0.3);
|
|
4023
|
+
}
|
|
4024
|
+
.E_b1lj76ty.large {
|
|
4025
|
+
max-width: 648px;
|
|
4026
|
+
}
|
|
4027
|
+
.E_b1lj76ty.medium {
|
|
4028
|
+
max-width: 412px;
|
|
4029
|
+
}
|
|
4030
|
+
.E_b1lj76ty.gray {
|
|
4031
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4032
|
+
}
|
|
4033
|
+
.E_b1lj76ty.white {
|
|
4034
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4035
|
+
}
|
|
4036
|
+
.E_b1lj76ty .title {
|
|
4037
|
+
margin-bottom: 4px;
|
|
4038
|
+
}
|
|
4039
|
+
.E_b1lj76ty .title,
|
|
4040
|
+
.E_b1lj76ty .desc {
|
|
4041
|
+
word-break: break-all;
|
|
4042
|
+
text-align: center;
|
|
4043
|
+
}
|
|
4044
|
+
.E_b1lj76ty .action-button.middle {
|
|
4045
|
+
margin-top: 16px;
|
|
4046
|
+
}
|
|
4047
|
+
.E_b1lj76ty .action-button.small {
|
|
4048
|
+
margin-top: 8px;
|
|
4049
|
+
}
|
|
4050
|
+
|
|
4051
|
+
.E_m5foqp8 {
|
|
4052
|
+
--footer-height: 96px;
|
|
4053
|
+
--modal-content-width: 720px;
|
|
4054
|
+
--modal-content-min-height: 200px;
|
|
4055
|
+
--modal-content-max-height: calc(100vh - 136px);
|
|
4056
|
+
--modal-header-padding: 40px 60px 8px;
|
|
4057
|
+
--modal-content-padding-top: 24px;
|
|
4058
|
+
--modal-content-padding-bottom: 32px;
|
|
4059
|
+
--modal-content-padding-x: 60px;
|
|
4060
|
+
--modal-footer-padding: 0 60px;
|
|
4061
|
+
}
|
|
4062
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
4063
|
+
height: calc(100vh - 80px);
|
|
4064
|
+
width: calc(100vw - 160px);
|
|
4065
|
+
}
|
|
4066
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
4067
|
+
width: 100%;
|
|
4068
|
+
height: 100%;
|
|
4069
|
+
max-width: unset;
|
|
4070
|
+
max-height: unset;
|
|
4071
|
+
display: flex;
|
|
4072
|
+
flex-direction: column;
|
|
4073
|
+
}
|
|
4074
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
4075
|
+
flex: 1;
|
|
4076
|
+
}
|
|
4077
|
+
.E_m5foqp8 .initializing-title {
|
|
4078
|
+
height: 32px;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
4081
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
4082
|
+
margin-right: 2px;
|
|
4083
|
+
}
|
|
4084
|
+
|
|
4085
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
4086
|
+
padding-left: 8px;
|
|
4087
|
+
padding-right: 8px;
|
|
4088
|
+
font-size: 12px;
|
|
4089
|
+
}
|
|
4090
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
4091
|
+
border-radius: 4px;
|
|
4092
|
+
}
|
|
4093
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4094
|
+
border-radius: 4px;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
4098
|
+
padding-left: 12px;
|
|
4099
|
+
padding-right: 12px;
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.E_ckld275 {
|
|
4103
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4104
|
+
}
|
|
4105
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4106
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
4107
|
+
color: rgba(44, 56, 82, 0.75);
|
|
4108
|
+
}
|
|
4109
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
4110
|
+
background-color: transparent;
|
|
4111
|
+
}
|
|
4112
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
4113
|
+
background-color: transparent;
|
|
4114
|
+
}
|
|
4115
|
+
|
|
4051
4116
|
.E_h12yihis {
|
|
4052
4117
|
height: 50px;
|
|
4053
4118
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4268,116 +4333,59 @@ input.E_rf8rlle.ant-input {
|
|
|
4268
4333
|
position: static;
|
|
4269
4334
|
}
|
|
4270
4335
|
|
|
4271
|
-
.
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
--modal-content-padding-top: 24px;
|
|
4278
|
-
--modal-content-padding-bottom: 32px;
|
|
4279
|
-
--modal-content-padding-x: 60px;
|
|
4280
|
-
--modal-footer-padding: 0 60px;
|
|
4336
|
+
button.E_l48ei06.ant-btn,
|
|
4337
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4338
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4339
|
+
font-size: 12px;
|
|
4340
|
+
line-height: 18px;
|
|
4341
|
+
height: 18px;
|
|
4281
4342
|
}
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4343
|
+
|
|
4344
|
+
button.E_l48ei06 {
|
|
4345
|
+
color: #0080FF;
|
|
4346
|
+
height: unset;
|
|
4285
4347
|
}
|
|
4286
|
-
.
|
|
4287
|
-
|
|
4288
|
-
height: 100%;
|
|
4289
|
-
max-width: unset;
|
|
4290
|
-
max-height: unset;
|
|
4291
|
-
display: flex;
|
|
4292
|
-
flex-direction: column;
|
|
4348
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4349
|
+
margin-right: 4px;
|
|
4293
4350
|
}
|
|
4294
|
-
.
|
|
4295
|
-
|
|
4351
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4352
|
+
margin-left: 4px;
|
|
4296
4353
|
}
|
|
4297
|
-
.
|
|
4298
|
-
|
|
4354
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4355
|
+
color: #009DFF;
|
|
4299
4356
|
}
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
margin-right: 2px;
|
|
4357
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4358
|
+
color: #005ED1;
|
|
4303
4359
|
}
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
padding-left: 8px;
|
|
4307
|
-
padding-right: 8px;
|
|
4308
|
-
font-size: 12px;
|
|
4360
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4361
|
+
color: #0080FF;
|
|
4309
4362
|
}
|
|
4310
|
-
.
|
|
4311
|
-
|
|
4363
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4364
|
+
color: #00122E;
|
|
4312
4365
|
}
|
|
4313
|
-
.
|
|
4314
|
-
|
|
4366
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4367
|
+
color: #0080FF;
|
|
4315
4368
|
}
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
padding-left: 12px;
|
|
4319
|
-
padding-right: 12px;
|
|
4369
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4370
|
+
color: #005ED1;
|
|
4320
4371
|
}
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4372
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4373
|
+
color: #00122E;
|
|
4324
4374
|
}
|
|
4325
|
-
.
|
|
4326
|
-
|
|
4327
|
-
color: rgba(44, 56, 82, 0.75);
|
|
4375
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4376
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4328
4377
|
}
|
|
4329
|
-
.
|
|
4330
|
-
|
|
4378
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4379
|
+
color: #0080FF;
|
|
4331
4380
|
}
|
|
4332
|
-
.
|
|
4333
|
-
|
|
4381
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4382
|
+
color: #005ED1;
|
|
4334
4383
|
}
|
|
4335
|
-
|
|
4336
|
-
.
|
|
4337
|
-
padding: 0 12px 14px 12px;
|
|
4384
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4385
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4338
4386
|
}
|
|
4339
4387
|
|
|
4340
|
-
.
|
|
4341
|
-
color: #2d3a56;
|
|
4342
|
-
padding: 7px 12px;
|
|
4343
|
-
display: flex;
|
|
4344
|
-
justify-content: space-between;
|
|
4345
|
-
align-items: center;
|
|
4346
|
-
}
|
|
4347
|
-
.E_c1kghdax.has-arrow {
|
|
4348
|
-
padding-left: 10px;
|
|
4349
|
-
}
|
|
4350
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4351
|
-
cursor: pointer;
|
|
4352
|
-
color: #00122e;
|
|
4353
|
-
}
|
|
4354
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4355
|
-
color: #2d3a56;
|
|
4356
|
-
font-weight: 600;
|
|
4357
|
-
}
|
|
4358
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4359
|
-
transform: rotate(90deg);
|
|
4360
|
-
}
|
|
4361
|
-
.E_c1kghdax .sub-info {
|
|
4362
|
-
font-size: 12px;
|
|
4363
|
-
line-height: 18px;
|
|
4364
|
-
}
|
|
4365
|
-
.E_c1kghdax .title-wrapper {
|
|
4366
|
-
display: flex;
|
|
4367
|
-
align-items: center;
|
|
4368
|
-
user-select: none;
|
|
4369
|
-
flex-grow: 1;
|
|
4370
|
-
font-size: 12px;
|
|
4371
|
-
line-height: 18px;
|
|
4372
|
-
color: #2d3a56;
|
|
4373
|
-
font-weight: 700;
|
|
4374
|
-
}
|
|
4375
|
-
.E_c1kghdax .collapse-arrow {
|
|
4376
|
-
transition: all 50ms ease-out 0ms;
|
|
4377
|
-
margin-right: 2px;
|
|
4378
|
-
}
|
|
4379
|
-
|
|
4380
|
-
.E_ckui4s7 {
|
|
4388
|
+
.E_ckui4s7 {
|
|
4381
4389
|
color: #2d3a56;
|
|
4382
4390
|
line-height: 22px;
|
|
4383
4391
|
display: inline-flex;
|
|
@@ -4441,53 +4449,48 @@ input.E_rf8rlle.ant-input {
|
|
|
4441
4449
|
margin-left: 24px;
|
|
4442
4450
|
}
|
|
4443
4451
|
|
|
4444
|
-
.
|
|
4445
|
-
|
|
4446
|
-
|
|
4452
|
+
.E_c1yd35n {
|
|
4453
|
+
padding: 0 12px 14px 12px;
|
|
4454
|
+
}
|
|
4455
|
+
|
|
4456
|
+
.E_c1kghdax {
|
|
4457
|
+
color: #2d3a56;
|
|
4458
|
+
padding: 7px 12px;
|
|
4447
4459
|
display: flex;
|
|
4460
|
+
justify-content: space-between;
|
|
4448
4461
|
align-items: center;
|
|
4449
|
-
justify-content: center;
|
|
4450
|
-
position: relative;
|
|
4451
|
-
opacity: 0.2;
|
|
4452
4462
|
}
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
position: absolute;
|
|
4456
|
-
width: 5px;
|
|
4457
|
-
height: 48px;
|
|
4458
|
-
left: 9.33px;
|
|
4459
|
-
top: 40.5px;
|
|
4460
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4461
|
-
border-radius: 5px;
|
|
4462
|
-
transform: rotate(-128deg);
|
|
4463
|
-
transform-origin: top left;
|
|
4464
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4463
|
+
.E_c1kghdax.has-arrow {
|
|
4464
|
+
padding-left: 10px;
|
|
4465
4465
|
}
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
width: 5px;
|
|
4470
|
-
height: 48px;
|
|
4471
|
-
left: 40.8px;
|
|
4472
|
-
top: 8.4px;
|
|
4473
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4474
|
-
border-radius: 5px;
|
|
4475
|
-
transform: rotate(-8deg);
|
|
4476
|
-
transform-origin: top left;
|
|
4477
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4466
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4467
|
+
cursor: pointer;
|
|
4468
|
+
color: #00122e;
|
|
4478
4469
|
}
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4470
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4471
|
+
color: #2d3a56;
|
|
4472
|
+
font-weight: 600;
|
|
4473
|
+
}
|
|
4474
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4475
|
+
transform: rotate(90deg);
|
|
4476
|
+
}
|
|
4477
|
+
.E_c1kghdax .sub-info {
|
|
4478
|
+
font-size: 12px;
|
|
4479
|
+
line-height: 18px;
|
|
4480
|
+
}
|
|
4481
|
+
.E_c1kghdax .title-wrapper {
|
|
4482
|
+
display: flex;
|
|
4483
|
+
align-items: center;
|
|
4484
|
+
user-select: none;
|
|
4485
|
+
flex-grow: 1;
|
|
4486
|
+
font-size: 12px;
|
|
4487
|
+
line-height: 18px;
|
|
4488
|
+
color: #2d3a56;
|
|
4489
|
+
font-weight: 700;
|
|
4490
|
+
}
|
|
4491
|
+
.E_c1kghdax .collapse-arrow {
|
|
4492
|
+
transition: all 50ms ease-out 0ms;
|
|
4493
|
+
margin-right: 2px;
|
|
4491
4494
|
}
|
|
4492
4495
|
|
|
4493
4496
|
.E_b14q2gmw {
|
|
@@ -4582,58 +4585,6 @@ input.E_rf8rlle.ant-input {
|
|
|
4582
4585
|
display: inline-block;
|
|
4583
4586
|
}
|
|
4584
4587
|
|
|
4585
|
-
button.E_l48ei06.ant-btn,
|
|
4586
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4587
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4588
|
-
font-size: 12px;
|
|
4589
|
-
line-height: 18px;
|
|
4590
|
-
height: 18px;
|
|
4591
|
-
}
|
|
4592
|
-
|
|
4593
|
-
button.E_l48ei06 {
|
|
4594
|
-
color: #0080FF;
|
|
4595
|
-
height: unset;
|
|
4596
|
-
}
|
|
4597
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
4598
|
-
margin-right: 4px;
|
|
4599
|
-
}
|
|
4600
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
4601
|
-
margin-left: 4px;
|
|
4602
|
-
}
|
|
4603
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4604
|
-
color: #009DFF;
|
|
4605
|
-
}
|
|
4606
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4607
|
-
color: #005ED1;
|
|
4608
|
-
}
|
|
4609
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
4610
|
-
color: #0080FF;
|
|
4611
|
-
}
|
|
4612
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
4613
|
-
color: #00122E;
|
|
4614
|
-
}
|
|
4615
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4616
|
-
color: #0080FF;
|
|
4617
|
-
}
|
|
4618
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4619
|
-
color: #005ED1;
|
|
4620
|
-
}
|
|
4621
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4622
|
-
color: #00122E;
|
|
4623
|
-
}
|
|
4624
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
4625
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4626
|
-
}
|
|
4627
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4628
|
-
color: #0080FF;
|
|
4629
|
-
}
|
|
4630
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4631
|
-
color: #005ED1;
|
|
4632
|
-
}
|
|
4633
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4634
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
4635
|
-
}
|
|
4636
|
-
|
|
4637
4588
|
.E_tc97u5y {
|
|
4638
4589
|
height: 100%;
|
|
4639
4590
|
}
|
|
@@ -5005,231 +4956,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5005
4956
|
background: #fff;
|
|
5006
4957
|
}
|
|
5007
4958
|
|
|
5008
|
-
.
|
|
5009
|
-
|
|
4959
|
+
.E_lht19u8 {
|
|
4960
|
+
width: 64px;
|
|
4961
|
+
height: 64px;
|
|
4962
|
+
display: flex;
|
|
4963
|
+
align-items: center;
|
|
4964
|
+
justify-content: center;
|
|
4965
|
+
position: relative;
|
|
4966
|
+
opacity: 0.2;
|
|
5010
4967
|
}
|
|
5011
|
-
|
|
5012
|
-
|
|
4968
|
+
|
|
4969
|
+
.E_lk3gkp4 {
|
|
4970
|
+
position: absolute;
|
|
4971
|
+
width: 5px;
|
|
4972
|
+
height: 48px;
|
|
4973
|
+
left: 9.33px;
|
|
4974
|
+
top: 40.5px;
|
|
4975
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4976
|
+
border-radius: 5px;
|
|
4977
|
+
transform: rotate(-128deg);
|
|
4978
|
+
transform-origin: top left;
|
|
4979
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
5013
4980
|
}
|
|
5014
|
-
|
|
5015
|
-
|
|
4981
|
+
|
|
4982
|
+
.E_ll4n94n {
|
|
4983
|
+
position: absolute;
|
|
4984
|
+
width: 5px;
|
|
4985
|
+
height: 48px;
|
|
4986
|
+
left: 40.8px;
|
|
4987
|
+
top: 8.4px;
|
|
4988
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4989
|
+
border-radius: 5px;
|
|
4990
|
+
transform: rotate(-8deg);
|
|
4991
|
+
transform-origin: top left;
|
|
4992
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5016
4993
|
}
|
|
5017
|
-
|
|
5018
|
-
|
|
4994
|
+
|
|
4995
|
+
.E_l17lbdo6 {
|
|
4996
|
+
position: absolute;
|
|
4997
|
+
width: 5px;
|
|
4998
|
+
height: 48px;
|
|
4999
|
+
left: 52.9px;
|
|
5000
|
+
top: 51.8px;
|
|
5001
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5002
|
+
border-radius: 5px;
|
|
5003
|
+
transform: rotate(112deg);
|
|
5004
|
+
transform-origin: top left;
|
|
5005
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5019
5006
|
}
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5007
|
+
|
|
5008
|
+
.E_w7ob4th.outside-tag {
|
|
5009
|
+
padding-left: 0;
|
|
5023
5010
|
}
|
|
5024
|
-
.
|
|
5025
|
-
|
|
5011
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5012
|
+
border-radius: 4px 0 0 4px;
|
|
5013
|
+
padding-right: 4px;
|
|
5014
|
+
margin-right: 4px;
|
|
5026
5015
|
}
|
|
5027
|
-
|
|
5028
|
-
|
|
5016
|
+
|
|
5017
|
+
.E_l1ucdodl {
|
|
5018
|
+
margin: 0;
|
|
5019
|
+
border-radius: 20px;
|
|
5020
|
+
padding: 2px 10px;
|
|
5021
|
+
height: 22px;
|
|
5022
|
+
display: flex;
|
|
5023
|
+
align-items: center;
|
|
5029
5024
|
}
|
|
5030
|
-
.
|
|
5031
|
-
|
|
5025
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5026
|
+
color: #FFFFFF;
|
|
5032
5027
|
}
|
|
5033
|
-
.
|
|
5034
|
-
|
|
5035
|
-
white-space: nowrap;
|
|
5036
|
-
text-overflow: ellipsis;
|
|
5028
|
+
.E_l1ucdodl.tag-hover {
|
|
5029
|
+
cursor: pointer;
|
|
5037
5030
|
}
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
min-width: var(--item-min-width);
|
|
5041
|
-
}
|
|
5042
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5043
|
-
cursor: not-allowed !important;
|
|
5044
|
-
}
|
|
5045
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5046
|
-
flex-direction: row;
|
|
5047
|
-
justify-content: stretch;
|
|
5048
|
-
}
|
|
5049
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5050
|
-
padding: 0;
|
|
5051
|
-
margin-right: 4px;
|
|
5052
|
-
flex: 1;
|
|
5053
|
-
overflow: visible;
|
|
5054
|
-
}
|
|
5055
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5056
|
-
width: 100%;
|
|
5057
|
-
min-height: unset;
|
|
5058
|
-
}
|
|
5059
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5060
|
-
height: 26px;
|
|
5061
|
-
line-height: 26px;
|
|
5062
|
-
width: 100%;
|
|
5063
|
-
padding: 0;
|
|
5064
|
-
font-size: 12px;
|
|
5065
|
-
}
|
|
5066
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5067
|
-
margin-right: 10px;
|
|
5068
|
-
}
|
|
5069
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5070
|
-
display: none;
|
|
5071
|
-
}
|
|
5072
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5073
|
-
padding-left: 8px;
|
|
5074
|
-
padding-right: 4px;
|
|
5075
|
-
border-radius: 4px 0 0 4px;
|
|
5076
|
-
}
|
|
5077
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5078
|
-
margin-right: 0;
|
|
5079
|
-
}
|
|
5080
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5081
|
-
padding-right: 8px;
|
|
5082
|
-
padding-left: 12px;
|
|
5083
|
-
border-radius: 0 4px 4px 0;
|
|
5084
|
-
}
|
|
5085
|
-
.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 {
|
|
5086
|
-
content: "";
|
|
5087
|
-
width: 0;
|
|
5088
|
-
height: 0;
|
|
5089
|
-
border: 13px solid transparent;
|
|
5090
|
-
position: absolute;
|
|
5091
|
-
top: 0;
|
|
5092
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5093
|
-
z-index: 2;
|
|
5094
|
-
position: relative;
|
|
5095
|
-
top: -50%;
|
|
5096
|
-
right: -100%;
|
|
5097
|
-
}
|
|
5098
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5099
|
-
padding: 0 4px 0 12px;
|
|
5100
|
-
}
|
|
5101
|
-
.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 {
|
|
5102
|
-
content: "";
|
|
5103
|
-
width: 0;
|
|
5104
|
-
height: 0;
|
|
5105
|
-
border: 13px solid transparent;
|
|
5106
|
-
position: absolute;
|
|
5107
|
-
top: 0;
|
|
5108
|
-
border-left: 8px solid #fff;
|
|
5109
|
-
left: 0;
|
|
5110
|
-
}
|
|
5111
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5112
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5113
|
-
}
|
|
5114
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5115
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5116
|
-
}
|
|
5117
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5118
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5119
|
-
}
|
|
5120
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5121
|
-
cursor: pointer;
|
|
5122
|
-
min-width: var(--item-min-width);
|
|
5123
|
-
}
|
|
5124
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5125
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5126
|
-
min-width: var(--item-min-width);
|
|
5127
|
-
}
|
|
5128
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5129
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5130
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5131
|
-
}
|
|
5132
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5133
|
-
padding: 0;
|
|
5134
|
-
}
|
|
5135
|
-
|
|
5136
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5137
|
-
width: 192px;
|
|
5138
|
-
row-gap: 2px;
|
|
5139
|
-
}
|
|
5140
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5141
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5142
|
-
}
|
|
5143
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5144
|
-
color: #00122e !important;
|
|
5145
|
-
}
|
|
5146
|
-
.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 {
|
|
5147
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
5148
|
-
}
|
|
5149
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5150
|
-
padding: 0 8px;
|
|
5151
|
-
border-radius: 4px;
|
|
5152
|
-
height: 32px;
|
|
5153
|
-
display: flex;
|
|
5154
|
-
align-items: center;
|
|
5155
|
-
}
|
|
5156
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5157
|
-
min-height: auto;
|
|
5158
|
-
white-space: nowrap;
|
|
5159
|
-
}
|
|
5160
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5161
|
-
font-size: 13px;
|
|
5162
|
-
line-height: 20px;
|
|
5163
|
-
max-width: 100%;
|
|
5164
|
-
padding-right: 0;
|
|
5165
|
-
}
|
|
5166
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5167
|
-
background: rgba(0, 128, 255, 0.1);
|
|
5168
|
-
}
|
|
5169
|
-
|
|
5170
|
-
.E_h6l1tj4 {
|
|
5171
|
-
width: 100%;
|
|
5172
|
-
display: inline-flex;
|
|
5173
|
-
align-items: center;
|
|
5174
|
-
justify-content: center;
|
|
5175
|
-
column-gap: 4px;
|
|
5176
|
-
}
|
|
5177
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
5178
|
-
display: inline-flex;
|
|
5179
|
-
align-items: center;
|
|
5180
|
-
width: 18px;
|
|
5181
|
-
height: 18px;
|
|
5182
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5183
|
-
justify-content: center;
|
|
5184
|
-
}
|
|
5185
|
-
|
|
5186
|
-
.E_v18frne8 {
|
|
5187
|
-
width: 100%;
|
|
5188
|
-
display: flex;
|
|
5189
|
-
align-items: center;
|
|
5190
|
-
justify-content: center;
|
|
5191
|
-
column-gap: 6px;
|
|
5192
|
-
font-size: 13px;
|
|
5193
|
-
}
|
|
5194
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
5195
|
-
display: inline-flex;
|
|
5196
|
-
align-items: center;
|
|
5197
|
-
min-width: 20px;
|
|
5198
|
-
min-height: 20px;
|
|
5199
|
-
color: rgba(44, 56, 82, 0.75);
|
|
5200
|
-
justify-content: center;
|
|
5201
|
-
}
|
|
5202
|
-
|
|
5203
|
-
.E_w7ob4th.outside-tag {
|
|
5204
|
-
padding-left: 0;
|
|
5205
|
-
}
|
|
5206
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
5207
|
-
border-radius: 4px 0 0 4px;
|
|
5208
|
-
padding-right: 4px;
|
|
5209
|
-
margin-right: 4px;
|
|
5210
|
-
}
|
|
5211
|
-
|
|
5212
|
-
.E_i1g85yz3 {
|
|
5213
|
-
margin-right: 4px;
|
|
5214
|
-
height: 16px;
|
|
5215
|
-
}
|
|
5216
|
-
|
|
5217
|
-
.E_l1ucdodl {
|
|
5218
|
-
margin: 0;
|
|
5219
|
-
border-radius: 20px;
|
|
5220
|
-
padding: 2px 10px;
|
|
5221
|
-
height: 22px;
|
|
5222
|
-
display: flex;
|
|
5223
|
-
align-items: center;
|
|
5224
|
-
}
|
|
5225
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5226
|
-
color: #FFFFFF;
|
|
5227
|
-
}
|
|
5228
|
-
.E_l1ucdodl.tag-hover {
|
|
5229
|
-
cursor: pointer;
|
|
5230
|
-
}
|
|
5231
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
5232
|
-
color: #00122e;
|
|
5031
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5032
|
+
color: #00122e;
|
|
5233
5033
|
}
|
|
5234
5034
|
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5235
5035
|
margin-right: 6px;
|
|
@@ -5282,6 +5082,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5282
5082
|
flex: 1;
|
|
5283
5083
|
}
|
|
5284
5084
|
|
|
5085
|
+
.E_r77hffu {
|
|
5086
|
+
display: flex;
|
|
5087
|
+
align-items: center;
|
|
5088
|
+
justify-content: space-between;
|
|
5089
|
+
column-gap: 6px;
|
|
5090
|
+
}
|
|
5091
|
+
|
|
5092
|
+
.E_p1cmxsf7 {
|
|
5093
|
+
display: flex;
|
|
5094
|
+
flex-direction: column;
|
|
5095
|
+
justify-content: center;
|
|
5096
|
+
row-gap: var(--p1cmxsf7-0);
|
|
5097
|
+
}
|
|
5098
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
5099
|
+
font-size: 0;
|
|
5100
|
+
margin-bottom: unset;
|
|
5101
|
+
margin-inline-end: unset;
|
|
5102
|
+
}
|
|
5103
|
+
|
|
5285
5104
|
.E_slr2ynn {
|
|
5286
5105
|
padding: 0 8px;
|
|
5287
5106
|
height: 18px;
|
|
@@ -5311,6 +5130,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5311
5130
|
white-space: normal;
|
|
5312
5131
|
}
|
|
5313
5132
|
|
|
5133
|
+
.E_i1g85yz3 {
|
|
5134
|
+
margin-right: 4px;
|
|
5135
|
+
height: 16px;
|
|
5136
|
+
}
|
|
5137
|
+
|
|
5314
5138
|
.E_t1dtlqs1 {
|
|
5315
5139
|
margin-bottom: 4px;
|
|
5316
5140
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -5507,38 +5331,214 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5507
5331
|
margin-right: 8px;
|
|
5508
5332
|
}
|
|
5509
5333
|
|
|
5510
|
-
.
|
|
5511
|
-
|
|
5512
|
-
align-items: center;
|
|
5513
|
-
justify-content: space-between;
|
|
5514
|
-
column-gap: 6px;
|
|
5334
|
+
.E_sjob3jg {
|
|
5335
|
+
--item-min-width: 60px;
|
|
5515
5336
|
}
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
display: flex;
|
|
5519
|
-
flex-direction: column;
|
|
5520
|
-
justify-content: center;
|
|
5521
|
-
row-gap: var(--p1cmxsf7-0);
|
|
5337
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
5338
|
+
display: none !important;
|
|
5522
5339
|
}
|
|
5523
|
-
.
|
|
5524
|
-
|
|
5525
|
-
margin-bottom: unset;
|
|
5526
|
-
margin-inline-end: unset;
|
|
5340
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
5341
|
+
flex-shrink: 0 !important;
|
|
5527
5342
|
}
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
height: 100%;
|
|
5343
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
5344
|
+
color: #0080ff;
|
|
5531
5345
|
}
|
|
5532
|
-
.
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
display: flex;
|
|
5346
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5347
|
+
color: #0080ff;
|
|
5348
|
+
font-weight: normal;
|
|
5536
5349
|
}
|
|
5537
|
-
.
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5350
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
5351
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5352
|
+
}
|
|
5353
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5354
|
+
color: #00122e;
|
|
5355
|
+
}
|
|
5356
|
+
.E_sjob3jg .step-item-text {
|
|
5357
|
+
display: inline-block;
|
|
5358
|
+
}
|
|
5359
|
+
.E_sjob3jg .step-item-title {
|
|
5360
|
+
overflow: hidden;
|
|
5361
|
+
white-space: nowrap;
|
|
5362
|
+
text-overflow: ellipsis;
|
|
5363
|
+
}
|
|
5364
|
+
|
|
5365
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
5366
|
+
min-width: var(--item-min-width);
|
|
5367
|
+
}
|
|
5368
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
5369
|
+
cursor: not-allowed !important;
|
|
5370
|
+
}
|
|
5371
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
5372
|
+
flex-direction: row;
|
|
5373
|
+
justify-content: stretch;
|
|
5374
|
+
}
|
|
5375
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
5376
|
+
padding: 0;
|
|
5377
|
+
margin-right: 4px;
|
|
5378
|
+
flex: 1;
|
|
5379
|
+
overflow: visible;
|
|
5380
|
+
}
|
|
5381
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
5382
|
+
width: 100%;
|
|
5383
|
+
min-height: unset;
|
|
5384
|
+
}
|
|
5385
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
5386
|
+
height: 26px;
|
|
5387
|
+
line-height: 26px;
|
|
5388
|
+
width: 100%;
|
|
5389
|
+
padding: 0;
|
|
5390
|
+
font-size: 12px;
|
|
5391
|
+
}
|
|
5392
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
5393
|
+
margin-right: 10px;
|
|
5394
|
+
}
|
|
5395
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
5396
|
+
display: none;
|
|
5397
|
+
}
|
|
5398
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
5399
|
+
padding-left: 8px;
|
|
5400
|
+
padding-right: 4px;
|
|
5401
|
+
border-radius: 4px 0 0 4px;
|
|
5402
|
+
}
|
|
5403
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
5404
|
+
margin-right: 0;
|
|
5405
|
+
}
|
|
5406
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
5407
|
+
padding-right: 8px;
|
|
5408
|
+
padding-left: 12px;
|
|
5409
|
+
border-radius: 0 4px 4px 0;
|
|
5410
|
+
}
|
|
5411
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
5412
|
+
content: "";
|
|
5413
|
+
width: 0;
|
|
5414
|
+
height: 0;
|
|
5415
|
+
border: 13px solid transparent;
|
|
5416
|
+
position: absolute;
|
|
5417
|
+
top: 0;
|
|
5418
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
5419
|
+
z-index: 2;
|
|
5420
|
+
position: relative;
|
|
5421
|
+
top: -50%;
|
|
5422
|
+
right: -100%;
|
|
5423
|
+
}
|
|
5424
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
5425
|
+
padding: 0 4px 0 12px;
|
|
5426
|
+
}
|
|
5427
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
5428
|
+
content: "";
|
|
5429
|
+
width: 0;
|
|
5430
|
+
height: 0;
|
|
5431
|
+
border: 13px solid transparent;
|
|
5432
|
+
position: absolute;
|
|
5433
|
+
top: 0;
|
|
5434
|
+
border-left: 8px solid #fff;
|
|
5435
|
+
left: 0;
|
|
5436
|
+
}
|
|
5437
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
5438
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
5439
|
+
}
|
|
5440
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
5441
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5442
|
+
}
|
|
5443
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
5444
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
5445
|
+
}
|
|
5446
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5447
|
+
cursor: pointer;
|
|
5448
|
+
min-width: var(--item-min-width);
|
|
5449
|
+
}
|
|
5450
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
5451
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
5452
|
+
min-width: var(--item-min-width);
|
|
5453
|
+
}
|
|
5454
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
5455
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
5456
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5457
|
+
}
|
|
5458
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
5459
|
+
padding: 0;
|
|
5460
|
+
}
|
|
5461
|
+
|
|
5462
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
5463
|
+
width: 192px;
|
|
5464
|
+
row-gap: 2px;
|
|
5465
|
+
}
|
|
5466
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
5467
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5468
|
+
}
|
|
5469
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
5470
|
+
color: #00122e !important;
|
|
5471
|
+
}
|
|
5472
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
5473
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
5474
|
+
}
|
|
5475
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
5476
|
+
padding: 0 8px;
|
|
5477
|
+
border-radius: 4px;
|
|
5478
|
+
height: 32px;
|
|
5479
|
+
display: flex;
|
|
5480
|
+
align-items: center;
|
|
5481
|
+
}
|
|
5482
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
5483
|
+
min-height: auto;
|
|
5484
|
+
white-space: nowrap;
|
|
5485
|
+
}
|
|
5486
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
5487
|
+
font-size: 13px;
|
|
5488
|
+
line-height: 20px;
|
|
5489
|
+
max-width: 100%;
|
|
5490
|
+
padding-right: 0;
|
|
5491
|
+
}
|
|
5492
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
5493
|
+
background: rgba(0, 128, 255, 0.1);
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5496
|
+
.E_h6l1tj4 {
|
|
5497
|
+
width: 100%;
|
|
5498
|
+
display: inline-flex;
|
|
5499
|
+
align-items: center;
|
|
5500
|
+
justify-content: center;
|
|
5501
|
+
column-gap: 4px;
|
|
5502
|
+
}
|
|
5503
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
5504
|
+
display: inline-flex;
|
|
5505
|
+
align-items: center;
|
|
5506
|
+
width: 18px;
|
|
5507
|
+
height: 18px;
|
|
5508
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5509
|
+
justify-content: center;
|
|
5510
|
+
}
|
|
5511
|
+
|
|
5512
|
+
.E_v18frne8 {
|
|
5513
|
+
width: 100%;
|
|
5514
|
+
display: flex;
|
|
5515
|
+
align-items: center;
|
|
5516
|
+
justify-content: center;
|
|
5517
|
+
column-gap: 6px;
|
|
5518
|
+
font-size: 13px;
|
|
5519
|
+
}
|
|
5520
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
5521
|
+
display: inline-flex;
|
|
5522
|
+
align-items: center;
|
|
5523
|
+
min-width: 20px;
|
|
5524
|
+
min-height: 20px;
|
|
5525
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5526
|
+
justify-content: center;
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
.E_t13ef470 {
|
|
5530
|
+
height: 100%;
|
|
5531
|
+
}
|
|
5532
|
+
.E_t13ef470 .table-loading-item {
|
|
5533
|
+
padding: 12px 4px;
|
|
5534
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
5535
|
+
display: flex;
|
|
5536
|
+
}
|
|
5537
|
+
.E_t13ef470 .table-loading-item > * {
|
|
5538
|
+
height: 16px;
|
|
5539
|
+
margin: 4px;
|
|
5540
|
+
background: rgba(204, 212, 227, 0.18);
|
|
5541
|
+
border-radius: 2px;
|
|
5542
5542
|
}
|
|
5543
5543
|
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
5544
5544
|
width: 16px;
|
|
@@ -5959,6 +5959,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5959
5959
|
background-color: #E07F00;
|
|
5960
5960
|
}
|
|
5961
5961
|
|
|
5962
|
+
.E_b1jaupqb {
|
|
5963
|
+
color: #F0483E;
|
|
5964
|
+
}
|
|
5965
|
+
|
|
5962
5966
|
.E_t59qhqp {
|
|
5963
5967
|
padding: 0px;
|
|
5964
5968
|
padding-top: 5px;
|
|
@@ -6007,10 +6011,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6007
6011
|
color: #00122E;
|
|
6008
6012
|
}
|
|
6009
6013
|
|
|
6010
|
-
.E_b1jaupqb {
|
|
6011
|
-
color: #F0483E;
|
|
6012
|
-
}
|
|
6013
|
-
|
|
6014
6014
|
.E_icab5o7 {
|
|
6015
6015
|
--modal-to-viewport-margin: 10px;
|
|
6016
6016
|
--modal-body-padding-bottom: 40px;
|
|
@@ -6195,104 +6195,41 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6195
6195
|
font-weight: bold;
|
|
6196
6196
|
}
|
|
6197
6197
|
|
|
6198
|
-
.
|
|
6198
|
+
.E_dxyv8bv {
|
|
6199
|
+
--footer-height: 80px;
|
|
6200
|
+
--modal-content-width: 492px;
|
|
6201
|
+
--modal-content-min-height: 160px;
|
|
6202
|
+
--modal-content-max-height: calc(
|
|
6203
|
+
100vh - 144px
|
|
6204
|
+
);
|
|
6205
|
+
--modal-header-padding: 32px 40px 0;
|
|
6206
|
+
--modal-content-padding-top: 32px;
|
|
6207
|
+
--modal-content-padding-bottom: 32px;
|
|
6208
|
+
--modal-content-padding-x: 40px;
|
|
6209
|
+
--modal-footer-padding: 0 40px;
|
|
6210
|
+
padding-bottom: 0;
|
|
6211
|
+
}
|
|
6212
|
+
.E_dxyv8bv .ant-modal-content {
|
|
6213
|
+
background: #fff;
|
|
6214
|
+
border-radius: 16px;
|
|
6215
|
+
max-width: var(--modal-content-width);
|
|
6216
|
+
min-width: var(--modal-content-width);
|
|
6217
|
+
max-height: var(--modal-content-max-height);
|
|
6199
6218
|
display: flex;
|
|
6200
|
-
|
|
6201
|
-
justify-content: center;
|
|
6202
|
-
position: relative;
|
|
6203
|
-
border-radius: 2px;
|
|
6204
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6205
|
-
overflow: hidden;
|
|
6219
|
+
flex-direction: column;
|
|
6206
6220
|
}
|
|
6207
|
-
.
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
position: absolute;
|
|
6212
|
-
top: -50%;
|
|
6221
|
+
.E_dxyv8bv .ant-modal-header {
|
|
6222
|
+
padding: var(--modal-header-padding);
|
|
6223
|
+
border-bottom: none;
|
|
6224
|
+
border-radius: 16px 16px 0 0;
|
|
6213
6225
|
flex-shrink: 0;
|
|
6214
|
-
opacity: 0.8;
|
|
6215
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6216
|
-
animation: shimmer 1100ms infinite;
|
|
6217
6226
|
}
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
left: -120%;
|
|
6221
|
-
}
|
|
6222
|
-
to {
|
|
6223
|
-
left: 100%;
|
|
6224
|
-
}
|
|
6227
|
+
.E_dxyv8bv .ant-modal-header .ant-modal-title {
|
|
6228
|
+
color: #00122E;
|
|
6225
6229
|
}
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
justify-content: flex-end;
|
|
6230
|
-
}
|
|
6231
|
-
|
|
6232
|
-
.E_p1rm8wzb {
|
|
6233
|
-
margin-right: 8px;
|
|
6234
|
-
}
|
|
6235
|
-
|
|
6236
|
-
.E_sd7qcf4 {
|
|
6237
|
-
height: 100%;
|
|
6238
|
-
width: 100%;
|
|
6239
|
-
overflow: auto;
|
|
6240
|
-
}
|
|
6241
|
-
|
|
6242
|
-
.E_r1fxc9gq.right {
|
|
6243
|
-
overflow: auto;
|
|
6244
|
-
padding-right: 2px;
|
|
6245
|
-
width: 200px;
|
|
6246
|
-
height: fit-content;
|
|
6247
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6248
|
-
scrollbar-gutter: stable;
|
|
6249
|
-
}
|
|
6250
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6251
|
-
width: 6px;
|
|
6252
|
-
}
|
|
6253
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6254
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6255
|
-
}
|
|
6256
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6257
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6258
|
-
border-radius: 8px;
|
|
6259
|
-
}
|
|
6260
|
-
|
|
6261
|
-
.E_dxyv8bv {
|
|
6262
|
-
--footer-height: 80px;
|
|
6263
|
-
--modal-content-width: 492px;
|
|
6264
|
-
--modal-content-min-height: 160px;
|
|
6265
|
-
--modal-content-max-height: calc(
|
|
6266
|
-
100vh - 144px
|
|
6267
|
-
);
|
|
6268
|
-
--modal-header-padding: 32px 40px 0;
|
|
6269
|
-
--modal-content-padding-top: 32px;
|
|
6270
|
-
--modal-content-padding-bottom: 32px;
|
|
6271
|
-
--modal-content-padding-x: 40px;
|
|
6272
|
-
--modal-footer-padding: 0 40px;
|
|
6273
|
-
padding-bottom: 0;
|
|
6274
|
-
}
|
|
6275
|
-
.E_dxyv8bv .ant-modal-content {
|
|
6276
|
-
background: #fff;
|
|
6277
|
-
border-radius: 16px;
|
|
6278
|
-
max-width: var(--modal-content-width);
|
|
6279
|
-
min-width: var(--modal-content-width);
|
|
6280
|
-
max-height: var(--modal-content-max-height);
|
|
6281
|
-
display: flex;
|
|
6282
|
-
flex-direction: column;
|
|
6283
|
-
}
|
|
6284
|
-
.E_dxyv8bv .ant-modal-header {
|
|
6285
|
-
padding: var(--modal-header-padding);
|
|
6286
|
-
border-bottom: none;
|
|
6287
|
-
border-radius: 16px 16px 0 0;
|
|
6288
|
-
flex-shrink: 0;
|
|
6289
|
-
}
|
|
6290
|
-
.E_dxyv8bv .ant-modal-header .ant-modal-title {
|
|
6291
|
-
color: #00122E;
|
|
6292
|
-
}
|
|
6293
|
-
.E_dxyv8bv .ant-modal-close {
|
|
6294
|
-
right: 48px;
|
|
6295
|
-
top: 24px;
|
|
6230
|
+
.E_dxyv8bv .ant-modal-close {
|
|
6231
|
+
right: 48px;
|
|
6232
|
+
top: 24px;
|
|
6296
6233
|
}
|
|
6297
6234
|
.E_dxyv8bv .ant-modal-body {
|
|
6298
6235
|
padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
|
|
@@ -6386,6 +6323,69 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6386
6323
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
6387
6324
|
}
|
|
6388
6325
|
|
|
6326
|
+
.E_s20iney.skeleton-box {
|
|
6327
|
+
display: flex;
|
|
6328
|
+
align-items: center;
|
|
6329
|
+
justify-content: center;
|
|
6330
|
+
position: relative;
|
|
6331
|
+
border-radius: 2px;
|
|
6332
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6333
|
+
overflow: hidden;
|
|
6334
|
+
}
|
|
6335
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6336
|
+
width: 200%;
|
|
6337
|
+
height: 200%;
|
|
6338
|
+
transform: rotate(15deg);
|
|
6339
|
+
position: absolute;
|
|
6340
|
+
top: -50%;
|
|
6341
|
+
flex-shrink: 0;
|
|
6342
|
+
opacity: 0.8;
|
|
6343
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6344
|
+
animation: shimmer 1100ms infinite;
|
|
6345
|
+
}
|
|
6346
|
+
@keyframes shimmer {
|
|
6347
|
+
from {
|
|
6348
|
+
left: -120%;
|
|
6349
|
+
}
|
|
6350
|
+
to {
|
|
6351
|
+
left: 100%;
|
|
6352
|
+
}
|
|
6353
|
+
}
|
|
6354
|
+
|
|
6355
|
+
.E_sqv6dmy {
|
|
6356
|
+
display: flex;
|
|
6357
|
+
justify-content: flex-end;
|
|
6358
|
+
}
|
|
6359
|
+
|
|
6360
|
+
.E_p1rm8wzb {
|
|
6361
|
+
margin-right: 8px;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.E_sd7qcf4 {
|
|
6365
|
+
height: 100%;
|
|
6366
|
+
width: 100%;
|
|
6367
|
+
overflow: auto;
|
|
6368
|
+
}
|
|
6369
|
+
|
|
6370
|
+
.E_r1fxc9gq.right {
|
|
6371
|
+
overflow: auto;
|
|
6372
|
+
padding-right: 2px;
|
|
6373
|
+
width: 200px;
|
|
6374
|
+
height: fit-content;
|
|
6375
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
6376
|
+
scrollbar-gutter: stable;
|
|
6377
|
+
}
|
|
6378
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
6379
|
+
width: 6px;
|
|
6380
|
+
}
|
|
6381
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6382
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6383
|
+
}
|
|
6384
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6385
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6386
|
+
border-radius: 8px;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
6389
|
.E_t1g36k2w {
|
|
6390
6390
|
overflow: hidden;
|
|
6391
6391
|
height: 100%;
|
|
@@ -6438,6 +6438,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6438
6438
|
column-gap: var(--a1ji6r68-0);
|
|
6439
6439
|
}
|
|
6440
6440
|
|
|
6441
|
+
.E_t1616y1o {
|
|
6442
|
+
color: #fff;
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6441
6445
|
.E_f16blduf.ant-form-item {
|
|
6442
6446
|
margin-bottom: 0;
|
|
6443
6447
|
}
|
|
@@ -6457,10 +6461,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6457
6461
|
display: block;
|
|
6458
6462
|
}
|
|
6459
6463
|
|
|
6460
|
-
.E_t1616y1o {
|
|
6461
|
-
color: #fff;
|
|
6462
|
-
}
|
|
6463
|
-
|
|
6464
6464
|
.E_a9y3flr {
|
|
6465
6465
|
margin-left: 8px;
|
|
6466
6466
|
}
|
|
@@ -6513,296 +6513,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6513
6513
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6514
6514
|
}
|
|
6515
6515
|
|
|
6516
|
-
.
|
|
6517
|
-
display: inline-block;
|
|
6518
|
-
width: 100%;
|
|
6519
|
-
}
|
|
6520
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6521
|
-
margin-left: 4px;
|
|
6522
|
-
}
|
|
6523
|
-
|
|
6524
|
-
.E_cro7kg2 {
|
|
6525
|
-
padding: 4px;
|
|
6526
|
-
}
|
|
6527
|
-
.E_cro7kg2 .unit {
|
|
6528
|
-
color: white;
|
|
6529
|
-
}
|
|
6530
|
-
|
|
6531
|
-
.E_c14wcxf0 {
|
|
6532
|
-
display: flex;
|
|
6533
|
-
justify-content: space-between;
|
|
6534
|
-
align-items: center;
|
|
6535
|
-
font-size: 13px;
|
|
6536
|
-
line-height: 24px;
|
|
6537
|
-
color: #cccccc;
|
|
6538
|
-
white-space: nowrap;
|
|
6539
|
-
}
|
|
6540
|
-
.E_c14wcxf0 label {
|
|
6541
|
-
margin-right: 32px;
|
|
6542
|
-
}
|
|
6543
|
-
|
|
6544
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6545
|
-
font-weight: bold;
|
|
6546
|
-
color: white;
|
|
6547
|
-
}
|
|
6548
|
-
|
|
6549
|
-
.E_s11212zy {
|
|
6550
|
-
width: 8px;
|
|
6516
|
+
.E_skwah65 {
|
|
6551
6517
|
height: 8px;
|
|
6518
|
+
box-sizing: border-box;
|
|
6552
6519
|
border-radius: 2px;
|
|
6553
|
-
|
|
6554
|
-
background: var(--s11212zy-0);
|
|
6555
|
-
border: 1px solid #fff;
|
|
6556
|
-
box-sizing: content-box;
|
|
6557
|
-
margin-right: 6px;
|
|
6558
|
-
}
|
|
6559
|
-
|
|
6560
|
-
.E_p1lyky6c > :first-child {
|
|
6561
|
-
font-weight: bold;
|
|
6562
|
-
color: white;
|
|
6563
|
-
margin-right: 4px;
|
|
6564
|
-
}
|
|
6565
|
-
|
|
6566
|
-
.E_ou7iq30 {
|
|
6567
|
-
overflow: hidden;
|
|
6568
|
-
text-overflow: ellipsis;
|
|
6569
|
-
}
|
|
6570
|
-
|
|
6571
|
-
.E_s1tui002 {
|
|
6572
|
-
white-space: nowrap;
|
|
6573
|
-
}
|
|
6574
|
-
|
|
6575
|
-
.E_mxrc2zg {
|
|
6576
|
-
display: -webkit-box;
|
|
6577
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
6578
|
-
-webkit-box-orient: vertical;
|
|
6579
|
-
word-break: break-all;
|
|
6580
|
-
}
|
|
6581
|
-
|
|
6582
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
6583
|
-
display: none;
|
|
6584
|
-
}
|
|
6585
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
6586
|
-
background: rgba(23, 38, 64, 0.8);
|
|
6587
|
-
border-radius: 4px;
|
|
6588
|
-
}
|
|
6589
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
6590
|
-
visibility: hidden;
|
|
6591
|
-
}
|
|
6592
|
-
|
|
6593
|
-
span.E_tqjc4ui {
|
|
6594
|
-
margin: 0 2px;
|
|
6595
|
-
}
|
|
6596
|
-
|
|
6597
|
-
.E_gmyahx3 {
|
|
6598
|
-
cursor: pointer;
|
|
6599
|
-
}
|
|
6600
|
-
.E_gmyahx3 .link-text {
|
|
6601
|
-
color: rgba(0, 21, 64, 0.3);
|
|
6602
|
-
}
|
|
6603
|
-
.E_gmyahx3:hover .link-text {
|
|
6604
|
-
color: #0080ff;
|
|
6605
|
-
}
|
|
6606
|
-
|
|
6607
|
-
.E_s1ebs0ra {
|
|
6608
|
-
display: flex;
|
|
6609
|
-
align-items: center;
|
|
6610
|
-
justify-content: space-between;
|
|
6611
|
-
background: #edf0f7;
|
|
6612
|
-
padding: 8px 12px;
|
|
6613
|
-
position: sticky;
|
|
6614
|
-
top: 0;
|
|
6615
|
-
z-index: 1;
|
|
6616
|
-
margin-bottom: -52px;
|
|
6617
|
-
}
|
|
6618
|
-
.E_s1ebs0ra .select-total {
|
|
6619
|
-
display: flex;
|
|
6620
|
-
align-items: center;
|
|
6621
|
-
font-weight: 700;
|
|
6622
|
-
flex-shrink: 0;
|
|
6623
|
-
}
|
|
6624
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
6625
|
-
cursor: pointer;
|
|
6626
|
-
margin-left: 8px;
|
|
6627
|
-
width: 32px;
|
|
6628
|
-
height: 32px;
|
|
6629
|
-
border-radius: 50%;
|
|
6630
|
-
justify-content: center;
|
|
6631
|
-
}
|
|
6632
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
6633
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6634
|
-
}
|
|
6635
|
-
.E_s1ebs0ra .action-group {
|
|
6636
|
-
flex: 1;
|
|
6637
|
-
margin-left: 88px;
|
|
6638
|
-
white-space: nowrap;
|
|
6639
|
-
text-align: right;
|
|
6640
|
-
position: relative;
|
|
6641
|
-
padding: 4px 0;
|
|
6642
|
-
margin-top: -4px;
|
|
6643
|
-
overflow: hidden;
|
|
6644
|
-
}
|
|
6645
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6646
|
-
transform: translateY(-4px);
|
|
6647
|
-
}
|
|
6648
|
-
.E_s1ebs0ra .action-group button {
|
|
6649
|
-
border: none;
|
|
6650
|
-
}
|
|
6651
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6652
|
-
margin-right: 8px;
|
|
6653
|
-
}
|
|
6654
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
6655
|
-
margin-right: 4px;
|
|
6656
|
-
}
|
|
6657
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
6658
|
-
cursor: pointer;
|
|
6659
|
-
width: 32px;
|
|
6660
|
-
height: 32px;
|
|
6661
|
-
justify-content: center;
|
|
6662
|
-
border-radius: 50%;
|
|
6663
|
-
}
|
|
6664
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6665
|
-
background: #fff;
|
|
6666
|
-
}
|
|
6667
|
-
|
|
6668
|
-
.E_c1up1pdz {
|
|
6669
|
-
width: 648px;
|
|
6670
|
-
}
|
|
6671
|
-
.E_c1up1pdz.active {
|
|
6672
|
-
border-color: #0080ff;
|
|
6673
|
-
}
|
|
6674
|
-
.E_c1up1pdz.active > header {
|
|
6675
|
-
background: rgba(0, 128, 255, 0.1);
|
|
6676
|
-
}
|
|
6677
|
-
.E_c1up1pdz .expand {
|
|
6678
|
-
padding: 12px;
|
|
6679
|
-
}
|
|
6680
|
-
.E_c1up1pdz .field-item {
|
|
6681
|
-
display: flex;
|
|
6682
|
-
padding: 10px 0;
|
|
6683
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6684
|
-
}
|
|
6685
|
-
.E_c1up1pdz .field-item:last-child {
|
|
6686
|
-
border-bottom: none;
|
|
6687
|
-
padding-bottom: 0;
|
|
6688
|
-
}
|
|
6689
|
-
.E_c1up1pdz .field-item label {
|
|
6690
|
-
line-height: 32px;
|
|
6691
|
-
width: 100px;
|
|
6692
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6693
|
-
}
|
|
6694
|
-
.E_c1up1pdz .help {
|
|
6695
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6696
|
-
margin-top: 5px;
|
|
6697
|
-
}
|
|
6698
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
6699
|
-
.E_c1up1pdz .ant-picker {
|
|
6700
|
-
width: 128px;
|
|
6701
|
-
}
|
|
6702
|
-
|
|
6703
|
-
.E_c156wh19 {
|
|
6704
|
-
display: flex;
|
|
6705
|
-
align-items: center;
|
|
6706
|
-
justify-content: space-between;
|
|
6707
|
-
word-break: keep-all;
|
|
6708
|
-
}
|
|
6709
|
-
.E_c156wh19 .title {
|
|
6710
|
-
margin: 0 16px 0 8px;
|
|
6711
|
-
}
|
|
6712
|
-
.E_c156wh19 .retain {
|
|
6713
|
-
color: rgba(129, 138, 153, 0.6);
|
|
6714
|
-
}
|
|
6715
|
-
.E_c156wh19 div.left {
|
|
6716
|
-
flex: 1;
|
|
6520
|
+
background: #f5f7fa;
|
|
6717
6521
|
display: flex;
|
|
6522
|
+
width: 100%;
|
|
6718
6523
|
overflow: hidden;
|
|
6719
|
-
align-items: center;
|
|
6720
|
-
justify-content: flex-start;
|
|
6721
|
-
white-space: nowrap;
|
|
6722
|
-
}
|
|
6723
|
-
.E_c156wh19 div.left .title {
|
|
6724
|
-
max-width: 100%;
|
|
6725
|
-
overflow: hidden;
|
|
6726
|
-
text-overflow: ellipsis;
|
|
6727
6524
|
}
|
|
6728
|
-
.
|
|
6729
|
-
|
|
6730
|
-
align-items: center;
|
|
6731
|
-
}
|
|
6732
|
-
.E_c156wh19 .reverse {
|
|
6733
|
-
display: flex;
|
|
6734
|
-
flex-direction: row-reverse;
|
|
6735
|
-
align-items: center;
|
|
6736
|
-
}
|
|
6737
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
6738
|
-
margin-left: 8px;
|
|
6739
|
-
}
|
|
6740
|
-
.E_c156wh19 .close {
|
|
6741
|
-
padding-left: 14px;
|
|
6742
|
-
margin-left: 14px;
|
|
6743
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
6744
|
-
cursor: pointer;
|
|
6745
|
-
}
|
|
6746
|
-
|
|
6747
|
-
.E_m126spxy {
|
|
6748
|
-
padding-bottom: 4px;
|
|
6749
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6750
|
-
}
|
|
6751
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
6752
|
-
padding: 1px 10px;
|
|
6753
|
-
color: rgba(62, 70, 82, 0.6);
|
|
6754
|
-
border-radius: 4px;
|
|
6755
|
-
}
|
|
6756
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
6757
|
-
background: rgba(0, 128, 255, 0.1);
|
|
6758
|
-
color: #0096ff;
|
|
6525
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6526
|
+
margin-left: 1px;
|
|
6759
6527
|
}
|
|
6760
6528
|
|
|
6761
|
-
.
|
|
6762
|
-
|
|
6763
|
-
|
|
6529
|
+
.E_c18bcrac {
|
|
6530
|
+
display: inline-block;
|
|
6531
|
+
width: 100%;
|
|
6764
6532
|
}
|
|
6765
|
-
.
|
|
6766
|
-
|
|
6767
|
-
width: 80px;
|
|
6768
|
-
margin: 0 9px;
|
|
6769
|
-
text-align: center;
|
|
6533
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6534
|
+
margin-left: 4px;
|
|
6770
6535
|
}
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
margin: 5px 0 5px 8px;
|
|
6536
|
+
|
|
6537
|
+
.E_cro7kg2 {
|
|
6538
|
+
padding: 4px;
|
|
6775
6539
|
}
|
|
6776
|
-
.
|
|
6777
|
-
|
|
6778
|
-
background: #f5f7fa;
|
|
6779
|
-
box-sizing: border-box;
|
|
6780
|
-
border-radius: 16px;
|
|
6781
|
-
margin-right: 8px;
|
|
6540
|
+
.E_cro7kg2 .unit {
|
|
6541
|
+
color: white;
|
|
6782
6542
|
}
|
|
6783
|
-
|
|
6784
|
-
.
|
|
6785
|
-
|
|
6786
|
-
|
|
6543
|
+
|
|
6544
|
+
.E_c14wcxf0 {
|
|
6545
|
+
display: flex;
|
|
6546
|
+
justify-content: space-between;
|
|
6547
|
+
align-items: center;
|
|
6548
|
+
font-size: 13px;
|
|
6549
|
+
line-height: 24px;
|
|
6550
|
+
color: #cccccc;
|
|
6551
|
+
white-space: nowrap;
|
|
6787
6552
|
}
|
|
6788
|
-
.
|
|
6789
|
-
|
|
6790
|
-
border-color: #0096ff;
|
|
6791
|
-
color: #fff;
|
|
6553
|
+
.E_c14wcxf0 label {
|
|
6554
|
+
margin-right: 32px;
|
|
6792
6555
|
}
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6556
|
+
|
|
6557
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6558
|
+
font-weight: bold;
|
|
6559
|
+
color: white;
|
|
6796
6560
|
}
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6561
|
+
|
|
6562
|
+
.E_s11212zy {
|
|
6563
|
+
width: 8px;
|
|
6564
|
+
height: 8px;
|
|
6565
|
+
border-radius: 2px;
|
|
6566
|
+
display: inline-block;
|
|
6567
|
+
background: var(--s11212zy-0);
|
|
6568
|
+
border: 1px solid #fff;
|
|
6569
|
+
box-sizing: content-box;
|
|
6570
|
+
margin-right: 6px;
|
|
6801
6571
|
}
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
color:
|
|
6572
|
+
|
|
6573
|
+
.E_p1lyky6c > :first-child {
|
|
6574
|
+
font-weight: bold;
|
|
6575
|
+
color: white;
|
|
6576
|
+
margin-right: 4px;
|
|
6806
6577
|
}
|
|
6807
6578
|
|
|
6808
6579
|
.E_clm1wy1 {
|
|
@@ -6898,173 +6669,215 @@ span.E_tqjc4ui {
|
|
|
6898
6669
|
border-radius: 2px;
|
|
6899
6670
|
}
|
|
6900
6671
|
|
|
6901
|
-
.
|
|
6672
|
+
.E_s1ebs0ra {
|
|
6902
6673
|
display: flex;
|
|
6903
6674
|
align-items: center;
|
|
6904
|
-
justify-content:
|
|
6675
|
+
justify-content: space-between;
|
|
6676
|
+
background: #edf0f7;
|
|
6677
|
+
padding: 8px 12px;
|
|
6678
|
+
position: sticky;
|
|
6679
|
+
top: 0;
|
|
6680
|
+
z-index: 1;
|
|
6681
|
+
margin-bottom: -52px;
|
|
6905
6682
|
}
|
|
6906
|
-
|
|
6907
|
-
.E_b1ctd5xy {
|
|
6683
|
+
.E_s1ebs0ra .select-total {
|
|
6908
6684
|
display: flex;
|
|
6909
6685
|
align-items: center;
|
|
6910
|
-
|
|
6686
|
+
font-weight: 700;
|
|
6687
|
+
flex-shrink: 0;
|
|
6911
6688
|
}
|
|
6912
|
-
.
|
|
6913
|
-
|
|
6914
|
-
|
|
6689
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
6690
|
+
cursor: pointer;
|
|
6691
|
+
margin-left: 8px;
|
|
6692
|
+
width: 32px;
|
|
6693
|
+
height: 32px;
|
|
6694
|
+
border-radius: 50%;
|
|
6695
|
+
justify-content: center;
|
|
6915
6696
|
}
|
|
6916
|
-
|
|
6917
|
-
.
|
|
6918
|
-
min-width: 40px;
|
|
6697
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
6698
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6919
6699
|
}
|
|
6920
|
-
.
|
|
6921
|
-
|
|
6700
|
+
.E_s1ebs0ra .action-group {
|
|
6701
|
+
flex: 1;
|
|
6702
|
+
margin-left: 88px;
|
|
6703
|
+
white-space: nowrap;
|
|
6704
|
+
text-align: right;
|
|
6705
|
+
position: relative;
|
|
6706
|
+
padding: 4px 0;
|
|
6707
|
+
margin-top: -4px;
|
|
6708
|
+
overflow: hidden;
|
|
6922
6709
|
}
|
|
6923
|
-
|
|
6924
|
-
|
|
6925
|
-
display: flex;
|
|
6926
|
-
align-items: center;
|
|
6710
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
6711
|
+
transform: translateY(-4px);
|
|
6927
6712
|
}
|
|
6928
|
-
.
|
|
6713
|
+
.E_s1ebs0ra .action-group button {
|
|
6714
|
+
border: none;
|
|
6715
|
+
}
|
|
6716
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
6929
6717
|
margin-right: 8px;
|
|
6930
6718
|
}
|
|
6719
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
6720
|
+
margin-right: 4px;
|
|
6721
|
+
}
|
|
6722
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
6723
|
+
cursor: pointer;
|
|
6724
|
+
width: 32px;
|
|
6725
|
+
height: 32px;
|
|
6726
|
+
justify-content: center;
|
|
6727
|
+
border-radius: 50%;
|
|
6728
|
+
}
|
|
6729
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
6730
|
+
background: #fff;
|
|
6731
|
+
}
|
|
6931
6732
|
|
|
6932
|
-
.
|
|
6933
|
-
|
|
6733
|
+
.E_gmyahx3 {
|
|
6734
|
+
cursor: pointer;
|
|
6934
6735
|
}
|
|
6935
|
-
.
|
|
6936
|
-
|
|
6736
|
+
.E_gmyahx3 .link-text {
|
|
6737
|
+
color: rgba(0, 21, 64, 0.3);
|
|
6937
6738
|
}
|
|
6938
|
-
.
|
|
6939
|
-
|
|
6739
|
+
.E_gmyahx3:hover .link-text {
|
|
6740
|
+
color: #0080ff;
|
|
6940
6741
|
}
|
|
6941
|
-
|
|
6942
|
-
|
|
6742
|
+
|
|
6743
|
+
.E_c1up1pdz {
|
|
6744
|
+
width: 648px;
|
|
6943
6745
|
}
|
|
6944
|
-
.
|
|
6945
|
-
border-
|
|
6746
|
+
.E_c1up1pdz.active {
|
|
6747
|
+
border-color: #0080ff;
|
|
6946
6748
|
}
|
|
6947
|
-
.
|
|
6948
|
-
|
|
6749
|
+
.E_c1up1pdz.active > header {
|
|
6750
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6949
6751
|
}
|
|
6950
|
-
.
|
|
6752
|
+
.E_c1up1pdz .expand {
|
|
6753
|
+
padding: 12px;
|
|
6754
|
+
}
|
|
6755
|
+
.E_c1up1pdz .field-item {
|
|
6756
|
+
display: flex;
|
|
6757
|
+
padding: 10px 0;
|
|
6758
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
6759
|
+
}
|
|
6760
|
+
.E_c1up1pdz .field-item:last-child {
|
|
6761
|
+
border-bottom: none;
|
|
6951
6762
|
padding-bottom: 0;
|
|
6952
6763
|
}
|
|
6953
|
-
.
|
|
6954
|
-
|
|
6764
|
+
.E_c1up1pdz .field-item label {
|
|
6765
|
+
line-height: 32px;
|
|
6766
|
+
width: 100px;
|
|
6767
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6955
6768
|
}
|
|
6956
|
-
.
|
|
6957
|
-
|
|
6958
|
-
|
|
6769
|
+
.E_c1up1pdz .help {
|
|
6770
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6771
|
+
margin-top: 5px;
|
|
6959
6772
|
}
|
|
6960
|
-
.
|
|
6961
|
-
|
|
6962
|
-
|
|
6963
|
-
text-overflow: ellipsis;
|
|
6773
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
6774
|
+
.E_c1up1pdz .ant-picker {
|
|
6775
|
+
width: 128px;
|
|
6964
6776
|
}
|
|
6965
6777
|
|
|
6966
|
-
.
|
|
6778
|
+
.E_c156wh19 {
|
|
6967
6779
|
display: flex;
|
|
6968
|
-
justify-content: space-between;
|
|
6969
6780
|
align-items: center;
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
}
|
|
6973
|
-
.E_t4zczcp .table-title {
|
|
6974
|
-
color: rgba(44, 56, 82, 0.6);
|
|
6975
|
-
font-weight: 600;
|
|
6976
|
-
font-size: 12px;
|
|
6977
|
-
line-height: 8px;
|
|
6781
|
+
justify-content: space-between;
|
|
6782
|
+
word-break: keep-all;
|
|
6978
6783
|
}
|
|
6979
|
-
.
|
|
6980
|
-
|
|
6981
|
-
color: rgba(10, 37, 85, 0.6);
|
|
6982
|
-
cursor: pointer;
|
|
6784
|
+
.E_c156wh19 .title {
|
|
6785
|
+
margin: 0 16px 0 8px;
|
|
6983
6786
|
}
|
|
6984
|
-
|
|
6985
|
-
.
|
|
6986
|
-
font-size: 12px;
|
|
6987
|
-
line-height: 18px;
|
|
6787
|
+
.E_c156wh19 .retain {
|
|
6788
|
+
color: rgba(129, 138, 153, 0.6);
|
|
6988
6789
|
}
|
|
6989
|
-
|
|
6990
|
-
|
|
6790
|
+
.E_c156wh19 div.left {
|
|
6791
|
+
flex: 1;
|
|
6991
6792
|
display: flex;
|
|
6992
|
-
|
|
6993
|
-
|
|
6793
|
+
overflow: hidden;
|
|
6794
|
+
align-items: center;
|
|
6795
|
+
justify-content: flex-start;
|
|
6796
|
+
white-space: nowrap;
|
|
6994
6797
|
}
|
|
6995
|
-
.
|
|
6996
|
-
|
|
6798
|
+
.E_c156wh19 div.left .title {
|
|
6799
|
+
max-width: 100%;
|
|
6800
|
+
overflow: hidden;
|
|
6801
|
+
text-overflow: ellipsis;
|
|
6997
6802
|
}
|
|
6998
|
-
.
|
|
6999
|
-
|
|
6803
|
+
.E_c156wh19 div.right {
|
|
6804
|
+
display: flex;
|
|
6805
|
+
align-items: center;
|
|
7000
6806
|
}
|
|
7001
|
-
.
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
white-space: pre-wrap;
|
|
6807
|
+
.E_c156wh19 .reverse {
|
|
6808
|
+
display: flex;
|
|
6809
|
+
flex-direction: row-reverse;
|
|
6810
|
+
align-items: center;
|
|
7006
6811
|
}
|
|
7007
|
-
.
|
|
7008
|
-
|
|
7009
|
-
text-align: left;
|
|
6812
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
6813
|
+
margin-left: 8px;
|
|
7010
6814
|
}
|
|
7011
|
-
.
|
|
7012
|
-
|
|
6815
|
+
.E_c156wh19 .close {
|
|
6816
|
+
padding-left: 14px;
|
|
6817
|
+
margin-left: 14px;
|
|
6818
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
6819
|
+
cursor: pointer;
|
|
7013
6820
|
}
|
|
7014
6821
|
|
|
7015
|
-
.
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7019
|
-
padding-right: 12px;
|
|
6822
|
+
.E_m126spxy {
|
|
6823
|
+
padding-bottom: 4px;
|
|
6824
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7020
6825
|
}
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
font-size: 12px;
|
|
7026
|
-
line-height: 18px;
|
|
6826
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
6827
|
+
padding: 1px 10px;
|
|
6828
|
+
color: rgba(62, 70, 82, 0.6);
|
|
6829
|
+
border-radius: 4px;
|
|
7027
6830
|
}
|
|
7028
|
-
.
|
|
7029
|
-
|
|
6831
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
6832
|
+
background: rgba(0, 128, 255, 0.1);
|
|
6833
|
+
color: #0096ff;
|
|
7030
6834
|
}
|
|
7031
6835
|
|
|
7032
|
-
.
|
|
7033
|
-
|
|
6836
|
+
.E_wpbf4pq {
|
|
6837
|
+
padding: 10px 0;
|
|
6838
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
7034
6839
|
}
|
|
7035
|
-
|
|
7036
|
-
.
|
|
7037
|
-
|
|
7038
|
-
|
|
6840
|
+
.E_wpbf4pq .ant-input,
|
|
6841
|
+
.E_wpbf4pq .ant-picker {
|
|
6842
|
+
width: 80px;
|
|
6843
|
+
margin: 0 9px;
|
|
6844
|
+
text-align: center;
|
|
7039
6845
|
}
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
border-radius: 2px;
|
|
7045
|
-
background: #f5f7fa;
|
|
7046
|
-
display: flex;
|
|
7047
|
-
width: 100%;
|
|
7048
|
-
overflow: hidden;
|
|
6846
|
+
.E_wpbf4pq .options {
|
|
6847
|
+
padding: 12px 0 12px 16px;
|
|
6848
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
6849
|
+
margin: 5px 0 5px 8px;
|
|
7049
6850
|
}
|
|
7050
|
-
.
|
|
7051
|
-
|
|
6851
|
+
.E_wpbf4pq .week-day-option,
|
|
6852
|
+
.E_wpbf4pq .month-day-option {
|
|
6853
|
+
background: #f5f7fa;
|
|
6854
|
+
box-sizing: border-box;
|
|
6855
|
+
border-radius: 16px;
|
|
6856
|
+
margin-right: 8px;
|
|
7052
6857
|
}
|
|
7053
|
-
|
|
7054
|
-
.
|
|
7055
|
-
|
|
6858
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
6859
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
6860
|
+
color: inherit;
|
|
6861
|
+
border-color: #d9d9d9;
|
|
7056
6862
|
}
|
|
7057
|
-
.
|
|
7058
|
-
|
|
6863
|
+
.E_wpbf4pq .week-day-option.active {
|
|
6864
|
+
background-color: #0096ff;
|
|
6865
|
+
border-color: #0096ff;
|
|
6866
|
+
color: #fff;
|
|
7059
6867
|
}
|
|
7060
|
-
.
|
|
7061
|
-
|
|
6868
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
6869
|
+
width: 110px;
|
|
6870
|
+
margin-top: 4px;
|
|
7062
6871
|
}
|
|
7063
|
-
.
|
|
7064
|
-
|
|
6872
|
+
.E_wpbf4pq .month-day-option {
|
|
6873
|
+
width: 32px;
|
|
6874
|
+
padding: 0;
|
|
6875
|
+
margin-bottom: 8px;
|
|
7065
6876
|
}
|
|
7066
|
-
.
|
|
7067
|
-
color:
|
|
6877
|
+
.E_wpbf4pq .month-day-option.active {
|
|
6878
|
+
background-color: #0096ff;
|
|
6879
|
+
border-color: #0096ff;
|
|
6880
|
+
color: #fff;
|
|
7068
6881
|
}
|
|
7069
6882
|
|
|
7070
6883
|
.E_t160l1cm {
|
|
@@ -7270,6 +7083,60 @@ span.E_tqjc4ui {
|
|
|
7270
7083
|
background: transparent;
|
|
7271
7084
|
}
|
|
7272
7085
|
|
|
7086
|
+
.E_ou7iq30 {
|
|
7087
|
+
overflow: hidden;
|
|
7088
|
+
text-overflow: ellipsis;
|
|
7089
|
+
}
|
|
7090
|
+
|
|
7091
|
+
.E_s1tui002 {
|
|
7092
|
+
white-space: nowrap;
|
|
7093
|
+
}
|
|
7094
|
+
|
|
7095
|
+
.E_mxrc2zg {
|
|
7096
|
+
display: -webkit-box;
|
|
7097
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7098
|
+
-webkit-box-orient: vertical;
|
|
7099
|
+
word-break: break-all;
|
|
7100
|
+
}
|
|
7101
|
+
|
|
7102
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7103
|
+
display: none;
|
|
7104
|
+
}
|
|
7105
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7106
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7107
|
+
border-radius: 4px;
|
|
7108
|
+
}
|
|
7109
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7110
|
+
visibility: hidden;
|
|
7111
|
+
}
|
|
7112
|
+
|
|
7113
|
+
span.E_tqjc4ui {
|
|
7114
|
+
margin: 0 2px;
|
|
7115
|
+
}
|
|
7116
|
+
|
|
7117
|
+
.E_wg1tsps {
|
|
7118
|
+
display: flex;
|
|
7119
|
+
align-items: center;
|
|
7120
|
+
justify-content: flex-end;
|
|
7121
|
+
}
|
|
7122
|
+
|
|
7123
|
+
.E_b1ctd5xy {
|
|
7124
|
+
display: flex;
|
|
7125
|
+
align-items: center;
|
|
7126
|
+
width: calc(100% - 40px);
|
|
7127
|
+
}
|
|
7128
|
+
.E_b1ctd5xy .chart {
|
|
7129
|
+
display: inline-block;
|
|
7130
|
+
width: 100%;
|
|
7131
|
+
}
|
|
7132
|
+
|
|
7133
|
+
.E_u1p8acpn {
|
|
7134
|
+
min-width: 40px;
|
|
7135
|
+
}
|
|
7136
|
+
.E_u1p8acpn .unit {
|
|
7137
|
+
color: #00122e !important;
|
|
7138
|
+
}
|
|
7139
|
+
|
|
7273
7140
|
.E_s1at6qmn.ant-layout-sider {
|
|
7274
7141
|
background: #edf0f7;
|
|
7275
7142
|
padding: 32px 8px;
|
|
@@ -7351,37 +7218,170 @@ span.E_tqjc4ui {
|
|
|
7351
7218
|
transition: all 0s;
|
|
7352
7219
|
overflow: hidden;
|
|
7353
7220
|
}
|
|
7354
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7355
|
-
visibility: hidden;
|
|
7221
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
7222
|
+
visibility: hidden;
|
|
7223
|
+
}
|
|
7224
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
7225
|
+
width: 36px;
|
|
7226
|
+
padding: 0 6px;
|
|
7227
|
+
}
|
|
7228
|
+
|
|
7229
|
+
.E_n1ugzfva {
|
|
7230
|
+
display: flex;
|
|
7231
|
+
place-items: center;
|
|
7232
|
+
width: 100% !important;
|
|
7233
|
+
}
|
|
7234
|
+
.E_n1ugzfva[disabled] {
|
|
7235
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
7236
|
+
opacity: 1 !important;
|
|
7237
|
+
}
|
|
7238
|
+
.E_n1ugzfva.ant-btn {
|
|
7239
|
+
width: 100%;
|
|
7240
|
+
color: #00122e;
|
|
7241
|
+
}
|
|
7242
|
+
.E_n1ugzfva .icon-wrapper {
|
|
7243
|
+
margin-right: 12px;
|
|
7244
|
+
}
|
|
7245
|
+
.E_n1ugzfva .link-title {
|
|
7246
|
+
flex: 1;
|
|
7247
|
+
overflow: hidden;
|
|
7248
|
+
white-space: nowrap;
|
|
7249
|
+
text-overflow: ellipsis;
|
|
7250
|
+
text-align: left;
|
|
7251
|
+
}
|
|
7252
|
+
|
|
7253
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7254
|
+
display: flex;
|
|
7255
|
+
align-items: center;
|
|
7256
|
+
}
|
|
7257
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7258
|
+
margin-right: 8px;
|
|
7259
|
+
}
|
|
7260
|
+
|
|
7261
|
+
.E_u15heuvq.content {
|
|
7262
|
+
cursor: default !important;
|
|
7263
|
+
}
|
|
7264
|
+
.E_u15heuvq.content.link {
|
|
7265
|
+
cursor: pointer !important;
|
|
7266
|
+
}
|
|
7267
|
+
.E_u15heuvq.content.link:hover {
|
|
7268
|
+
color: #0080ff;
|
|
7269
|
+
}
|
|
7270
|
+
.E_u15heuvq.content.black {
|
|
7271
|
+
color: #00122e;
|
|
7272
|
+
}
|
|
7273
|
+
.E_u15heuvq.content.gray {
|
|
7274
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7275
|
+
}
|
|
7276
|
+
|
|
7277
|
+
.E_n12mqh7z {
|
|
7278
|
+
display: flex;
|
|
7279
|
+
align-items: center;
|
|
7280
|
+
font-size: 12px;
|
|
7281
|
+
line-height: 18px;
|
|
7282
|
+
}
|
|
7283
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7284
|
+
margin-bottom: 4px;
|
|
7285
|
+
}
|
|
7286
|
+
|
|
7287
|
+
.E_tf5bynu {
|
|
7288
|
+
margin: 0 3px;
|
|
7289
|
+
}
|
|
7290
|
+
|
|
7291
|
+
.E_tcckoz1 {
|
|
7292
|
+
max-height: 400px;
|
|
7293
|
+
overflow: auto;
|
|
7294
|
+
}
|
|
7295
|
+
|
|
7296
|
+
.E_t1sqg15u {
|
|
7297
|
+
background: white;
|
|
7298
|
+
}
|
|
7299
|
+
.E_t1sqg15u.inline .table-row {
|
|
7300
|
+
flex-direction: column;
|
|
7301
|
+
}
|
|
7302
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7303
|
+
padding: 0 16px 7px 0;
|
|
7304
|
+
}
|
|
7305
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7306
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7307
|
+
}
|
|
7308
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7309
|
+
border-top: none !important;
|
|
7310
|
+
}
|
|
7311
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7312
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7313
|
+
}
|
|
7314
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7315
|
+
padding-bottom: 0;
|
|
7316
|
+
}
|
|
7317
|
+
.E_t1sqg15u.align-right .content {
|
|
7318
|
+
text-align: right;
|
|
7319
|
+
}
|
|
7320
|
+
.E_t1sqg15u .uuid-row {
|
|
7321
|
+
display: flex;
|
|
7322
|
+
justify-content: space-between;
|
|
7323
|
+
}
|
|
7324
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7325
|
+
white-space: nowrap;
|
|
7326
|
+
overflow: hidden;
|
|
7327
|
+
text-overflow: ellipsis;
|
|
7328
|
+
}
|
|
7329
|
+
|
|
7330
|
+
.E_t4zczcp {
|
|
7331
|
+
display: flex;
|
|
7332
|
+
justify-content: space-between;
|
|
7333
|
+
align-items: center;
|
|
7334
|
+
padding: 8px;
|
|
7335
|
+
min-height: 32px;
|
|
7336
|
+
}
|
|
7337
|
+
.E_t4zczcp .table-title {
|
|
7338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7339
|
+
font-weight: 600;
|
|
7340
|
+
font-size: 12px;
|
|
7341
|
+
line-height: 8px;
|
|
7342
|
+
}
|
|
7343
|
+
.E_t4zczcp .edit-icon {
|
|
7344
|
+
font-size: 16px;
|
|
7345
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7346
|
+
cursor: pointer;
|
|
7356
7347
|
}
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
|
|
7348
|
+
|
|
7349
|
+
.E_t1s7goww {
|
|
7350
|
+
font-size: 12px;
|
|
7351
|
+
line-height: 18px;
|
|
7360
7352
|
}
|
|
7361
7353
|
|
|
7362
|
-
.
|
|
7354
|
+
.E_t93e4cf {
|
|
7363
7355
|
display: flex;
|
|
7364
|
-
|
|
7365
|
-
|
|
7366
|
-
}
|
|
7367
|
-
.E_n1ugzfva[disabled] {
|
|
7368
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
7369
|
-
opacity: 1 !important;
|
|
7356
|
+
padding: 8px 0;
|
|
7357
|
+
color: #2d3a56;
|
|
7370
7358
|
}
|
|
7371
|
-
.
|
|
7372
|
-
|
|
7373
|
-
color: #00122e;
|
|
7359
|
+
.E_t93e4cf .hidden {
|
|
7360
|
+
display: none;
|
|
7374
7361
|
}
|
|
7375
|
-
.
|
|
7376
|
-
|
|
7362
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7363
|
+
height: auto;
|
|
7377
7364
|
}
|
|
7378
|
-
.
|
|
7379
|
-
flex: 1;
|
|
7365
|
+
.E_t93e4cf .content {
|
|
7380
7366
|
overflow: hidden;
|
|
7381
|
-
|
|
7382
|
-
|
|
7367
|
+
overflow-x: auto;
|
|
7368
|
+
width: 100%;
|
|
7369
|
+
white-space: pre-wrap;
|
|
7370
|
+
}
|
|
7371
|
+
.E_t93e4cf .content .ant-btn {
|
|
7372
|
+
white-space: pre-wrap;
|
|
7383
7373
|
text-align: left;
|
|
7384
7374
|
}
|
|
7375
|
+
.E_t93e4cf .content .unit-chart {
|
|
7376
|
+
justify-content: flex-start;
|
|
7377
|
+
}
|
|
7378
|
+
|
|
7379
|
+
.E_rhz2uv5 {
|
|
7380
|
+
width: var(--rhz2uv5-0);
|
|
7381
|
+
flex-shrink: 0;
|
|
7382
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7383
|
+
padding-right: 12px;
|
|
7384
|
+
}
|
|
7385
7385
|
|
|
7386
7386
|
.E_cyms3br {
|
|
7387
7387
|
background: #fff;
|
|
@@ -7450,6 +7450,47 @@ span.E_tqjc4ui {
|
|
|
7450
7450
|
padding: unset;
|
|
7451
7451
|
}
|
|
7452
7452
|
|
|
7453
|
+
.E_i5w779o {
|
|
7454
|
+
padding: 8px 0;
|
|
7455
|
+
}
|
|
7456
|
+
.E_i5w779o .col-label {
|
|
7457
|
+
flex-shrink: unset;
|
|
7458
|
+
}
|
|
7459
|
+
.E_i5w779o .col-label * {
|
|
7460
|
+
line-height: 18px;
|
|
7461
|
+
}
|
|
7462
|
+
.E_i5w779o .col-content {
|
|
7463
|
+
flex: 1 1 0;
|
|
7464
|
+
display: flex;
|
|
7465
|
+
align-items: center;
|
|
7466
|
+
}
|
|
7467
|
+
.E_i5w779o .col-content * {
|
|
7468
|
+
line-height: 18px;
|
|
7469
|
+
}
|
|
7470
|
+
|
|
7471
|
+
.E_l18dja44 {
|
|
7472
|
+
padding: 6px 0;
|
|
7473
|
+
}
|
|
7474
|
+
.E_l18dja44 .col-label * {
|
|
7475
|
+
font-size: 13px;
|
|
7476
|
+
line-height: 20px;
|
|
7477
|
+
}
|
|
7478
|
+
.E_l18dja44 .col-content * {
|
|
7479
|
+
font-size: 14px;
|
|
7480
|
+
line-height: 20px;
|
|
7481
|
+
}
|
|
7482
|
+
|
|
7483
|
+
.E_c8c2hys {
|
|
7484
|
+
display: flex;
|
|
7485
|
+
justify-content: space-between;
|
|
7486
|
+
flex: 1;
|
|
7487
|
+
min-width: 0;
|
|
7488
|
+
}
|
|
7489
|
+
|
|
7490
|
+
.E_n4m6c4d {
|
|
7491
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7492
|
+
}
|
|
7493
|
+
|
|
7453
7494
|
.E_kr6am0s .ant-modal-body {
|
|
7454
7495
|
padding: 60px 128px;
|
|
7455
7496
|
}
|
|
@@ -7513,54 +7554,72 @@ span.E_tqjc4ui {
|
|
|
7513
7554
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7514
7555
|
}
|
|
7515
7556
|
|
|
7516
|
-
.
|
|
7517
|
-
|
|
7557
|
+
.E_l12xdkhl {
|
|
7558
|
+
width: 64px;
|
|
7559
|
+
height: 64px;
|
|
7560
|
+
max-width: 64px;
|
|
7561
|
+
max-height: 64px;
|
|
7562
|
+
overflow: hidden;
|
|
7563
|
+
display: flex;
|
|
7564
|
+
align-items: center;
|
|
7565
|
+
justify-content: center;
|
|
7566
|
+
position: relative;
|
|
7567
|
+
opacity: 0.6;
|
|
7518
7568
|
}
|
|
7519
|
-
.
|
|
7520
|
-
|
|
7569
|
+
.E_l12xdkhl .icon-wrapper {
|
|
7570
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7521
7571
|
}
|
|
7522
|
-
|
|
7523
|
-
|
|
7572
|
+
@keyframes rotate {
|
|
7573
|
+
from {
|
|
7574
|
+
transform: rotate(0deg);
|
|
7575
|
+
}
|
|
7576
|
+
to {
|
|
7577
|
+
transform: rotate(360deg);
|
|
7578
|
+
}
|
|
7524
7579
|
}
|
|
7525
|
-
|
|
7526
|
-
|
|
7580
|
+
|
|
7581
|
+
.E_c14ouk5o {
|
|
7582
|
+
width: 100%;
|
|
7583
|
+
height: 100%;
|
|
7527
7584
|
display: flex;
|
|
7528
|
-
|
|
7529
|
-
}
|
|
7530
|
-
.E_i5w779o .col-content * {
|
|
7585
|
+
font-size: 12px;
|
|
7531
7586
|
line-height: 18px;
|
|
7587
|
+
padding: 8px 0;
|
|
7588
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7532
7589
|
}
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
padding:
|
|
7590
|
+
.E_c14ouk5o:last-of-type {
|
|
7591
|
+
box-shadow: none;
|
|
7592
|
+
padding-bottom: 0;
|
|
7536
7593
|
}
|
|
7537
|
-
.
|
|
7538
|
-
|
|
7539
|
-
line-height: 20px;
|
|
7594
|
+
.E_c14ouk5o.collapsed {
|
|
7595
|
+
flex-direction: column;
|
|
7540
7596
|
}
|
|
7541
|
-
.
|
|
7542
|
-
|
|
7543
|
-
line-height: 20px;
|
|
7597
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
7598
|
+
display: flex;
|
|
7544
7599
|
}
|
|
7545
|
-
|
|
7546
|
-
|
|
7600
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
7601
|
+
flex: 1;
|
|
7547
7602
|
display: flex;
|
|
7548
7603
|
justify-content: space-between;
|
|
7549
|
-
flex: 1;
|
|
7550
|
-
min-width: 0;
|
|
7551
7604
|
}
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7605
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
7606
|
+
height: auto;
|
|
7555
7607
|
}
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
color: #00122e;
|
|
7608
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
7609
|
+
margin-left: 162px;
|
|
7559
7610
|
}
|
|
7560
|
-
|
|
7561
|
-
|
|
7562
|
-
margin-top: 8px;
|
|
7611
|
+
.E_c14ouk5o .col-label {
|
|
7612
|
+
width: 216px;
|
|
7563
7613
|
color: rgba(44, 56, 82, 0.6);
|
|
7614
|
+
margin-right: 12px;
|
|
7615
|
+
flex-shrink: 0;
|
|
7616
|
+
}
|
|
7617
|
+
.E_c14ouk5o .col-content {
|
|
7618
|
+
color: #2d3a56;
|
|
7619
|
+
/* make btn link in info row have the same height as normal text */
|
|
7620
|
+
}
|
|
7621
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
7622
|
+
height: auto;
|
|
7564
7623
|
}
|
|
7565
7624
|
|
|
7566
7625
|
.E_c1kchka8 {
|
|
@@ -8055,8 +8114,19 @@ span.E_tqjc4ui {
|
|
|
8055
8114
|
padding: 0;
|
|
8056
8115
|
}
|
|
8057
8116
|
|
|
8117
|
+
.E_cevhqx7 {
|
|
8118
|
+
color: #00122e;
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
.E_snbqlt4 {
|
|
8122
|
+
margin-top: 8px;
|
|
8123
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8124
|
+
}
|
|
8125
|
+
|
|
8058
8126
|
.E_c1ss4prm {
|
|
8059
8127
|
color: rgba(44, 56, 82, 0.6);
|
|
8128
|
+
}
|
|
8129
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
8060
8130
|
padding-inline-start: 12px;
|
|
8061
8131
|
}
|
|
8062
8132
|
.E_c1ss4prm li {
|
|
@@ -8102,72 +8172,4 @@ span.E_tqjc4ui {
|
|
|
8102
8172
|
height: 1px;
|
|
8103
8173
|
background: #e4e9f2;
|
|
8104
8174
|
margin: 16px 0;
|
|
8105
|
-
}
|
|
8106
|
-
|
|
8107
|
-
.E_c14ouk5o {
|
|
8108
|
-
width: 100%;
|
|
8109
|
-
height: 100%;
|
|
8110
|
-
display: flex;
|
|
8111
|
-
font-size: 12px;
|
|
8112
|
-
line-height: 18px;
|
|
8113
|
-
padding: 8px 0;
|
|
8114
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
8115
|
-
}
|
|
8116
|
-
.E_c14ouk5o:last-of-type {
|
|
8117
|
-
box-shadow: none;
|
|
8118
|
-
padding-bottom: 0;
|
|
8119
|
-
}
|
|
8120
|
-
.E_c14ouk5o.collapsed {
|
|
8121
|
-
flex-direction: column;
|
|
8122
|
-
}
|
|
8123
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
8124
|
-
display: flex;
|
|
8125
|
-
}
|
|
8126
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
8127
|
-
flex: 1;
|
|
8128
|
-
display: flex;
|
|
8129
|
-
justify-content: space-between;
|
|
8130
|
-
}
|
|
8131
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
8132
|
-
height: auto;
|
|
8133
|
-
}
|
|
8134
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
8135
|
-
margin-left: 162px;
|
|
8136
|
-
}
|
|
8137
|
-
.E_c14ouk5o .col-label {
|
|
8138
|
-
width: 216px;
|
|
8139
|
-
color: rgba(44, 56, 82, 0.6);
|
|
8140
|
-
margin-right: 12px;
|
|
8141
|
-
flex-shrink: 0;
|
|
8142
|
-
}
|
|
8143
|
-
.E_c14ouk5o .col-content {
|
|
8144
|
-
color: #2d3a56;
|
|
8145
|
-
/* make btn link in info row have the same height as normal text */
|
|
8146
|
-
}
|
|
8147
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
8148
|
-
height: auto;
|
|
8149
|
-
}
|
|
8150
|
-
|
|
8151
|
-
.E_l12xdkhl {
|
|
8152
|
-
width: 64px;
|
|
8153
|
-
height: 64px;
|
|
8154
|
-
max-width: 64px;
|
|
8155
|
-
max-height: 64px;
|
|
8156
|
-
overflow: hidden;
|
|
8157
|
-
display: flex;
|
|
8158
|
-
align-items: center;
|
|
8159
|
-
justify-content: center;
|
|
8160
|
-
position: relative;
|
|
8161
|
-
opacity: 0.6;
|
|
8162
|
-
}
|
|
8163
|
-
.E_l12xdkhl .icon-wrapper {
|
|
8164
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8165
|
-
}
|
|
8166
|
-
@keyframes rotate {
|
|
8167
|
-
from {
|
|
8168
|
-
transform: rotate(0deg);
|
|
8169
|
-
}
|
|
8170
|
-
to {
|
|
8171
|
-
transform: rotate(360deg);
|
|
8172
|
-
}
|
|
8173
8175
|
}
|