@cloudtower/eagle 0.35.2 → 0.35.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/antd.js +4 -4
- package/dist/cjs/core/AutoComplete/AutoComplete.js +42 -0
- package/dist/cjs/index.js +6 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2065 -2051
- package/dist/esm/antd.js +1 -1
- package/dist/esm/core/AutoComplete/AutoComplete.js +35 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2455 -2441
- package/dist/src/antd.d.ts +1 -1
- package/dist/src/core/AutoComplete/AutoComplete.d.ts +3 -0
- package/dist/src/core/AutoComplete/index.d.ts +1 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/stories/docs/core/AutoComplete.stories.d.ts +41 -0
- package/dist/stories/docs/coreX/CheckPointList.stories.d.ts +5 -0
- package/dist/style.css +2064 -2050
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -1172,169 +1172,6 @@ html body {
|
|
|
1172
1172
|
flex: 1;
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
.E_c1yyuluq {
|
|
1176
|
-
border-radius: 8px;
|
|
1177
|
-
}
|
|
1178
|
-
.E_c1yyuluq .ant-card-body {
|
|
1179
|
-
padding: 20px 24px 24px 24px;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
1183
|
-
border: 0px;
|
|
1184
|
-
background-color: #fff;
|
|
1185
|
-
}
|
|
1186
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1187
|
-
padding-top: 0px;
|
|
1188
|
-
padding-bottom: 0px;
|
|
1189
|
-
padding-left: 0px !important;
|
|
1190
|
-
padding-right: 24px;
|
|
1191
|
-
}
|
|
1192
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1193
|
-
right: 0px;
|
|
1194
|
-
}
|
|
1195
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1196
|
-
padding: 0px;
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1200
|
-
padding-right: 0px;
|
|
1201
|
-
cursor: default;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1205
|
-
padding: 4px 8px 0 8px;
|
|
1206
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1207
|
-
font-size: 12px;
|
|
1208
|
-
}
|
|
1209
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1210
|
-
padding-bottom: 6px;
|
|
1211
|
-
}
|
|
1212
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1213
|
-
padding-top: 4px;
|
|
1214
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
.E_berrcjl {
|
|
1218
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1219
|
-
margin-bottom: 4px;
|
|
1220
|
-
}
|
|
1221
|
-
.E_berrcjl .breadcrumb-link {
|
|
1222
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1223
|
-
cursor: pointer;
|
|
1224
|
-
transition: color 160ms ease;
|
|
1225
|
-
}
|
|
1226
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
1227
|
-
color: #0080ff;
|
|
1228
|
-
}
|
|
1229
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
1230
|
-
color: #005ed1;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
.E_d1bw7c5z {
|
|
1234
|
-
position: relative;
|
|
1235
|
-
max-width: 388px;
|
|
1236
|
-
min-width: 285px;
|
|
1237
|
-
}
|
|
1238
|
-
.E_d1bw7c5z .center {
|
|
1239
|
-
position: absolute;
|
|
1240
|
-
font-size: 12px;
|
|
1241
|
-
width: 80px;
|
|
1242
|
-
height: 100px;
|
|
1243
|
-
top: 0;
|
|
1244
|
-
left: 35px;
|
|
1245
|
-
display: flex;
|
|
1246
|
-
flex-direction: column;
|
|
1247
|
-
justify-content: center;
|
|
1248
|
-
align-items: center;
|
|
1249
|
-
color: #00122e;
|
|
1250
|
-
}
|
|
1251
|
-
.E_d1bw7c5z .center .number {
|
|
1252
|
-
font-size: 24px;
|
|
1253
|
-
font-weight: 700;
|
|
1254
|
-
}
|
|
1255
|
-
.E_d1bw7c5z .center .text {
|
|
1256
|
-
padding: 0 5px;
|
|
1257
|
-
font-size: 12px;
|
|
1258
|
-
width: inherit;
|
|
1259
|
-
text-align: center;
|
|
1260
|
-
}
|
|
1261
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
1262
|
-
display: flex;
|
|
1263
|
-
}
|
|
1264
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1265
|
-
position: relative !important;
|
|
1266
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1267
|
-
left: 0 !important;
|
|
1268
|
-
bottom: 0 !important;
|
|
1269
|
-
display: flex;
|
|
1270
|
-
align-items: center;
|
|
1271
|
-
}
|
|
1272
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1273
|
-
width: 100%;
|
|
1274
|
-
}
|
|
1275
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1276
|
-
width: 100%;
|
|
1277
|
-
margin-right: 0 !important;
|
|
1278
|
-
line-height: 18px;
|
|
1279
|
-
}
|
|
1280
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1281
|
-
border-radius: 2px;
|
|
1282
|
-
}
|
|
1283
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1284
|
-
min-width: 75px;
|
|
1285
|
-
max-width: 198px;
|
|
1286
|
-
width: calc(100% - 20px);
|
|
1287
|
-
margin-left: 2px;
|
|
1288
|
-
color: #00122e !important;
|
|
1289
|
-
display: inline-flex;
|
|
1290
|
-
justify-content: space-between;
|
|
1291
|
-
}
|
|
1292
|
-
.E_d1bw7c5z .tooltip-text {
|
|
1293
|
-
maxwidth: calc(100% - 12px);
|
|
1294
|
-
cursor: pointer;
|
|
1295
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1296
|
-
overflow: hidden;
|
|
1297
|
-
text-overflow: ellipsis;
|
|
1298
|
-
white-space: nowrap;
|
|
1299
|
-
}
|
|
1300
|
-
.E_d1bw7c5z .value {
|
|
1301
|
-
color: rgba(44, 56, 82, 0.75);
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.E_t10pqbtc {
|
|
1305
|
-
width: 140px;
|
|
1306
|
-
}
|
|
1307
|
-
.E_t10pqbtc .item {
|
|
1308
|
-
margin: 6px auto;
|
|
1309
|
-
display: flex;
|
|
1310
|
-
justify-content: space-between;
|
|
1311
|
-
}
|
|
1312
|
-
.E_t10pqbtc .item .name {
|
|
1313
|
-
width: 102px;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.E_c1uzzomf {
|
|
1317
|
-
margin-bottom: 16px;
|
|
1318
|
-
}
|
|
1319
|
-
.E_c1uzzomf .card-title {
|
|
1320
|
-
font-size: 16px;
|
|
1321
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1322
|
-
font-weight: 700;
|
|
1323
|
-
line-height: 32px;
|
|
1324
|
-
}
|
|
1325
|
-
.E_c1uzzomf .card-body {
|
|
1326
|
-
padding: 24px;
|
|
1327
|
-
border-radius: 8px;
|
|
1328
|
-
background: #fff;
|
|
1329
|
-
}
|
|
1330
|
-
.E_c1uzzomf .empty {
|
|
1331
|
-
font-weight: 700;
|
|
1332
|
-
font-size: 14px;
|
|
1333
|
-
line-height: 22px;
|
|
1334
|
-
color: rgba(0, 21, 64, 0.3);
|
|
1335
|
-
text-align: center;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
1175
|
.E_b1nip9bk {
|
|
1339
1176
|
padding: 4px 11px;
|
|
1340
1177
|
}
|
|
@@ -1364,6 +1201,22 @@ html body {
|
|
|
1364
1201
|
border-radius: unset;
|
|
1365
1202
|
}
|
|
1366
1203
|
|
|
1204
|
+
.E_berrcjl {
|
|
1205
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1206
|
+
margin-bottom: 4px;
|
|
1207
|
+
}
|
|
1208
|
+
.E_berrcjl .breadcrumb-link {
|
|
1209
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1210
|
+
cursor: pointer;
|
|
1211
|
+
transition: color 160ms ease;
|
|
1212
|
+
}
|
|
1213
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
1214
|
+
color: #0080ff;
|
|
1215
|
+
}
|
|
1216
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
1217
|
+
color: #005ed1;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1367
1220
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
1368
1221
|
justify-content: center;
|
|
1369
1222
|
}
|
|
@@ -1621,14 +1474,68 @@ html body {
|
|
|
1621
1474
|
justify-content: center;
|
|
1622
1475
|
}
|
|
1623
1476
|
|
|
1624
|
-
.
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1477
|
+
.E_c1uzzomf {
|
|
1478
|
+
margin-bottom: 16px;
|
|
1479
|
+
}
|
|
1480
|
+
.E_c1uzzomf .card-title {
|
|
1481
|
+
font-size: 16px;
|
|
1482
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1483
|
+
font-weight: 700;
|
|
1484
|
+
line-height: 32px;
|
|
1485
|
+
}
|
|
1486
|
+
.E_c1uzzomf .card-body {
|
|
1487
|
+
padding: 24px;
|
|
1488
|
+
border-radius: 8px;
|
|
1489
|
+
background: #fff;
|
|
1490
|
+
}
|
|
1491
|
+
.E_c1uzzomf .empty {
|
|
1492
|
+
font-weight: 700;
|
|
1493
|
+
font-size: 14px;
|
|
1494
|
+
line-height: 22px;
|
|
1495
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1496
|
+
text-align: center;
|
|
1628
1497
|
}
|
|
1629
1498
|
|
|
1630
|
-
.
|
|
1499
|
+
.E_c1yyuluq {
|
|
1500
|
+
border-radius: 8px;
|
|
1501
|
+
}
|
|
1502
|
+
.E_c1yyuluq .ant-card-body {
|
|
1503
|
+
padding: 20px 24px 24px 24px;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
1507
|
+
padding: 4px 8px 0 8px;
|
|
1631
1508
|
color: rgba(44, 56, 82, 0.6);
|
|
1509
|
+
font-size: 12px;
|
|
1510
|
+
}
|
|
1511
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
1512
|
+
padding-bottom: 6px;
|
|
1513
|
+
}
|
|
1514
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
1515
|
+
padding-top: 4px;
|
|
1516
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
1520
|
+
border: 0px;
|
|
1521
|
+
background-color: #fff;
|
|
1522
|
+
}
|
|
1523
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
1524
|
+
padding-top: 0px;
|
|
1525
|
+
padding-bottom: 0px;
|
|
1526
|
+
padding-left: 0px !important;
|
|
1527
|
+
padding-right: 24px;
|
|
1528
|
+
}
|
|
1529
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1530
|
+
right: 0px;
|
|
1531
|
+
}
|
|
1532
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1533
|
+
padding: 0px;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
1537
|
+
padding-right: 0px;
|
|
1538
|
+
cursor: default;
|
|
1632
1539
|
}
|
|
1633
1540
|
|
|
1634
1541
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -1846,10 +1753,6 @@ html body {
|
|
|
1846
1753
|
width: 36px;
|
|
1847
1754
|
}
|
|
1848
1755
|
|
|
1849
|
-
.E_sx1bpnu .ant-input-sm {
|
|
1850
|
-
line-height: 18px;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
1756
|
.E_i11gg7mj .ant-input-prefix {
|
|
1854
1757
|
margin-right: 8px;
|
|
1855
1758
|
}
|
|
@@ -1876,15 +1779,194 @@ html body {
|
|
|
1876
1779
|
cursor: not-allowed;
|
|
1877
1780
|
}
|
|
1878
1781
|
|
|
1879
|
-
.
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1782
|
+
.E_sx1bpnu .ant-input-sm {
|
|
1783
|
+
line-height: 18px;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
.E_d1bw7c5z {
|
|
1787
|
+
position: relative;
|
|
1788
|
+
max-width: 388px;
|
|
1789
|
+
min-width: 285px;
|
|
1790
|
+
}
|
|
1791
|
+
.E_d1bw7c5z .center {
|
|
1792
|
+
position: absolute;
|
|
1793
|
+
font-size: 12px;
|
|
1794
|
+
width: 80px;
|
|
1795
|
+
height: 100px;
|
|
1796
|
+
top: 0;
|
|
1797
|
+
left: 35px;
|
|
1798
|
+
display: flex;
|
|
1799
|
+
flex-direction: column;
|
|
1800
|
+
justify-content: center;
|
|
1801
|
+
align-items: center;
|
|
1802
|
+
color: #00122e;
|
|
1803
|
+
}
|
|
1804
|
+
.E_d1bw7c5z .center .number {
|
|
1805
|
+
font-size: 24px;
|
|
1806
|
+
font-weight: 700;
|
|
1807
|
+
}
|
|
1808
|
+
.E_d1bw7c5z .center .text {
|
|
1809
|
+
padding: 0 5px;
|
|
1810
|
+
font-size: 12px;
|
|
1811
|
+
width: inherit;
|
|
1812
|
+
text-align: center;
|
|
1813
|
+
}
|
|
1814
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
1815
|
+
display: flex;
|
|
1816
|
+
}
|
|
1817
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
1818
|
+
position: relative !important;
|
|
1819
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
1820
|
+
left: 0 !important;
|
|
1821
|
+
bottom: 0 !important;
|
|
1822
|
+
display: flex;
|
|
1823
|
+
align-items: center;
|
|
1824
|
+
}
|
|
1825
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
1826
|
+
width: 100%;
|
|
1827
|
+
}
|
|
1828
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
1829
|
+
width: 100%;
|
|
1830
|
+
margin-right: 0 !important;
|
|
1831
|
+
line-height: 18px;
|
|
1832
|
+
}
|
|
1833
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
1834
|
+
border-radius: 2px;
|
|
1835
|
+
}
|
|
1836
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
1837
|
+
min-width: 75px;
|
|
1838
|
+
max-width: 198px;
|
|
1839
|
+
width: calc(100% - 20px);
|
|
1840
|
+
margin-left: 2px;
|
|
1841
|
+
color: #00122e !important;
|
|
1842
|
+
display: inline-flex;
|
|
1843
|
+
justify-content: space-between;
|
|
1844
|
+
}
|
|
1845
|
+
.E_d1bw7c5z .tooltip-text {
|
|
1846
|
+
maxwidth: calc(100% - 12px);
|
|
1847
|
+
cursor: pointer;
|
|
1848
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
1849
|
+
overflow: hidden;
|
|
1850
|
+
text-overflow: ellipsis;
|
|
1851
|
+
white-space: nowrap;
|
|
1852
|
+
}
|
|
1853
|
+
.E_d1bw7c5z .value {
|
|
1854
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.E_t10pqbtc {
|
|
1858
|
+
width: 140px;
|
|
1859
|
+
}
|
|
1860
|
+
.E_t10pqbtc .item {
|
|
1861
|
+
margin: 6px auto;
|
|
1862
|
+
display: flex;
|
|
1863
|
+
justify-content: space-between;
|
|
1864
|
+
}
|
|
1865
|
+
.E_t10pqbtc .item .name {
|
|
1866
|
+
width: 102px;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.E_ivqqkzv {
|
|
1870
|
+
height: 24px;
|
|
1871
|
+
width: 56px !important;
|
|
1872
|
+
margin-right: 4px;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.E_c1wk4q29 {
|
|
1876
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.E_s1sck0th {
|
|
1880
|
+
padding: 0 8px;
|
|
1881
|
+
border-radius: 4px;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.E_m855nr1 {
|
|
1885
|
+
padding: 2px 8px;
|
|
1886
|
+
border-radius: 3px;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
.E_l1270xpg {
|
|
1890
|
+
padding: 3px 8px;
|
|
1891
|
+
border-radius: 2px;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.E_t14rextb.ant-tag:hover {
|
|
1895
|
+
opacity: unset;
|
|
1896
|
+
}
|
|
1897
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
1898
|
+
margin: 0;
|
|
1899
|
+
margin-right: 8px;
|
|
1900
|
+
display: inline-flex;
|
|
1901
|
+
align-items: center;
|
|
1902
|
+
border: none;
|
|
1903
|
+
}
|
|
1904
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
1905
|
+
width: 16px;
|
|
1906
|
+
height: 16px;
|
|
1907
|
+
color: inherit;
|
|
1908
|
+
margin-left: 4px;
|
|
1909
|
+
opacity: 0.6;
|
|
1910
|
+
display: inline-flex;
|
|
1911
|
+
}
|
|
1912
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
1913
|
+
opacity: 1;
|
|
1914
|
+
}
|
|
1915
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
1916
|
+
color: #0080ff;
|
|
1917
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1918
|
+
}
|
|
1919
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
1920
|
+
color: #f0483e;
|
|
1921
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
1922
|
+
}
|
|
1923
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
1924
|
+
color: #e07f00;
|
|
1925
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
1926
|
+
}
|
|
1927
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
1928
|
+
color: #008f4c;
|
|
1929
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
1930
|
+
}
|
|
1931
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
1932
|
+
color: #1d326c;
|
|
1933
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
1934
|
+
}
|
|
1935
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
1936
|
+
color: #7E41FF;
|
|
1937
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
1938
|
+
}
|
|
1939
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
1940
|
+
color: #fff;
|
|
1941
|
+
}
|
|
1942
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
1943
|
+
background-color: #f0483e;
|
|
1944
|
+
}
|
|
1945
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
1946
|
+
background-color: #fea008;
|
|
1947
|
+
}
|
|
1948
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
1949
|
+
background-color: #00ba5d;
|
|
1950
|
+
}
|
|
1951
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
1952
|
+
background-color: #0080ff;
|
|
1953
|
+
}
|
|
1954
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
1955
|
+
background-color: #6b7d99;
|
|
1956
|
+
}
|
|
1957
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
1958
|
+
background-color: #7E41FF;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
.E_c1bus5hc {
|
|
1962
|
+
--color: white;
|
|
1963
|
+
height: 14px;
|
|
1964
|
+
width: 14px;
|
|
1965
|
+
border-radius: 50%;
|
|
1966
|
+
flex-shrink: 0;
|
|
1967
|
+
display: flex;
|
|
1968
|
+
align-items: center;
|
|
1969
|
+
justify-content: center;
|
|
1888
1970
|
border: 1px solid var(--color);
|
|
1889
1971
|
}
|
|
1890
1972
|
.E_c1bus5hc .circle-inner {
|
|
@@ -1916,23 +1998,12 @@ html body {
|
|
|
1916
1998
|
transform: rotate(0deg);
|
|
1917
1999
|
}
|
|
1918
2000
|
|
|
1919
|
-
.E_tju3gfj .date {
|
|
1920
|
-
margin-right: 4px;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
2001
|
.E_iq1gosr {
|
|
1924
2002
|
display: inline-block;
|
|
1925
2003
|
}
|
|
1926
2004
|
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1929
|
-
}
|
|
1930
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
1931
|
-
background: rgba(23, 38, 64, 0.8);
|
|
1932
|
-
border-radius: 4px;
|
|
1933
|
-
}
|
|
1934
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
1935
|
-
visibility: hidden;
|
|
2005
|
+
.E_tju3gfj .date {
|
|
2006
|
+
margin-right: 4px;
|
|
1936
2007
|
}
|
|
1937
2008
|
|
|
1938
2009
|
.E_s1dizucg.ant-switch {
|
|
@@ -2071,86 +2142,49 @@ html body {
|
|
|
2071
2142
|
opacity: 0;
|
|
2072
2143
|
}
|
|
2073
2144
|
|
|
2074
|
-
.
|
|
2075
|
-
|
|
2145
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
2146
|
+
display: none;
|
|
2147
|
+
}
|
|
2148
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
2149
|
+
background: rgba(23, 38, 64, 0.8);
|
|
2076
2150
|
border-radius: 4px;
|
|
2077
2151
|
}
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
padding: 2px 8px;
|
|
2081
|
-
border-radius: 3px;
|
|
2152
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
2153
|
+
visibility: hidden;
|
|
2082
2154
|
}
|
|
2083
2155
|
|
|
2084
|
-
.
|
|
2085
|
-
|
|
2086
|
-
|
|
2156
|
+
.E_f7pxqmh {
|
|
2157
|
+
width: 100%;
|
|
2158
|
+
margin-bottom: 0 !important;
|
|
2159
|
+
flex-flow: nowrap !important;
|
|
2160
|
+
line-break: auto;
|
|
2087
2161
|
}
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2162
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
2163
|
+
text-align: left !important;
|
|
2164
|
+
padding-bottom: 0 !important;
|
|
2091
2165
|
}
|
|
2092
|
-
.
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2166
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2167
|
+
min-height: 32px;
|
|
2168
|
+
height: auto;
|
|
2169
|
+
font-size: 13px;
|
|
2170
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2171
|
+
white-space: normal;
|
|
2098
2172
|
}
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2101
|
-
height: 16px;
|
|
2102
|
-
color: inherit;
|
|
2103
|
-
margin-left: 4px;
|
|
2104
|
-
opacity: 0.6;
|
|
2105
|
-
display: inline-flex;
|
|
2173
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2174
|
+
border-color: #ff4d4f !important;
|
|
2106
2175
|
}
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2176
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2177
|
+
border-color: #ff4d4f !important;
|
|
2109
2178
|
}
|
|
2110
|
-
.
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
2115
|
-
color: #f0483e;
|
|
2116
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
2117
|
-
}
|
|
2118
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
2119
|
-
color: #e07f00;
|
|
2120
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
2121
|
-
}
|
|
2122
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
2123
|
-
color: #008f4c;
|
|
2124
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
2125
|
-
}
|
|
2126
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
2127
|
-
color: #1d326c;
|
|
2128
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
2129
|
-
}
|
|
2130
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
2131
|
-
color: #7E41FF;
|
|
2132
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
2133
|
-
}
|
|
2134
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
2135
|
-
color: #fff;
|
|
2136
|
-
}
|
|
2137
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
2138
|
-
background-color: #f0483e;
|
|
2139
|
-
}
|
|
2140
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
2141
|
-
background-color: #fea008;
|
|
2142
|
-
}
|
|
2143
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
2144
|
-
background-color: #00ba5d;
|
|
2145
|
-
}
|
|
2146
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
2147
|
-
background-color: #0080ff;
|
|
2148
|
-
}
|
|
2149
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
2150
|
-
background-color: #6b7d99;
|
|
2179
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
2180
|
+
margin-top: 4px;
|
|
2181
|
+
font-size: 12px;
|
|
2182
|
+
min-height: 0px;
|
|
2151
2183
|
}
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2184
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
2185
|
+
font-size: 12px;
|
|
2186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2187
|
+
min-height: 0px;
|
|
2154
2188
|
}
|
|
2155
2189
|
|
|
2156
2190
|
.E_fzh9mnb {
|
|
@@ -2168,6 +2202,44 @@ html body {
|
|
|
2168
2202
|
font-size: 18px;
|
|
2169
2203
|
}
|
|
2170
2204
|
|
|
2205
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2206
|
+
display: var(--a1wfy30z-0);
|
|
2207
|
+
}
|
|
2208
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2209
|
+
padding: 4px 11px;
|
|
2210
|
+
display: inline-flex;
|
|
2211
|
+
line-height: 1.5715;
|
|
2212
|
+
height: inherit;
|
|
2213
|
+
}
|
|
2214
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2215
|
+
content: var(--a1wfy30z-1);
|
|
2216
|
+
display: var(--a1wfy30z-2);
|
|
2217
|
+
flex: none;
|
|
2218
|
+
align-items: center;
|
|
2219
|
+
margin-left: 4px;
|
|
2220
|
+
}
|
|
2221
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2222
|
+
content: var(--a1wfy30z-3);
|
|
2223
|
+
display: var(--a1wfy30z-4);
|
|
2224
|
+
flex: none;
|
|
2225
|
+
align-items: center;
|
|
2226
|
+
margin-right: 4px;
|
|
2227
|
+
cursor: auto;
|
|
2228
|
+
}
|
|
2229
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
2230
|
+
padding: 0;
|
|
2231
|
+
margin: 0;
|
|
2232
|
+
height: auto;
|
|
2233
|
+
font-size: inherit;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.E_atcz0kf .ant-input-suffix {
|
|
2237
|
+
margin-left: 8px;
|
|
2238
|
+
}
|
|
2239
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2240
|
+
padding: 2px 7px 2px 12px;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2171
2243
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
2172
2244
|
display: var(--ai7qkf2-0);
|
|
2173
2245
|
}
|
|
@@ -2228,24 +2300,6 @@ html body {
|
|
|
2228
2300
|
padding: 2px 8px;
|
|
2229
2301
|
}
|
|
2230
2302
|
|
|
2231
|
-
.E_iouxfgt {
|
|
2232
|
-
display: inline-flex;
|
|
2233
|
-
align-items: center;
|
|
2234
|
-
}
|
|
2235
|
-
.E_iouxfgt .icon-inner {
|
|
2236
|
-
display: inline-flex;
|
|
2237
|
-
align-items: center;
|
|
2238
|
-
justify-content: center;
|
|
2239
|
-
}
|
|
2240
|
-
.E_iouxfgt .icon-inner + span,
|
|
2241
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
2242
|
-
margin-left: 4px;
|
|
2243
|
-
}
|
|
2244
|
-
.E_iouxfgt.is-rotate img,
|
|
2245
|
-
.E_iouxfgt.is-rotate svg {
|
|
2246
|
-
animation: rotate 680ms linear infinite;
|
|
2247
|
-
}
|
|
2248
|
-
|
|
2249
2303
|
.E_i1inqkme {
|
|
2250
2304
|
height: 18px;
|
|
2251
2305
|
line-height: 18px;
|
|
@@ -2259,119 +2313,22 @@ html body {
|
|
|
2259
2313
|
margin-right: 4px;
|
|
2260
2314
|
}
|
|
2261
2315
|
|
|
2262
|
-
.
|
|
2263
|
-
width: 100%;
|
|
2264
|
-
margin-bottom: 0 !important;
|
|
2265
|
-
flex-flow: nowrap !important;
|
|
2266
|
-
line-break: auto;
|
|
2267
|
-
}
|
|
2268
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
2269
|
-
text-align: left !important;
|
|
2270
|
-
padding-bottom: 0 !important;
|
|
2271
|
-
}
|
|
2272
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
2273
|
-
min-height: 32px;
|
|
2274
|
-
height: auto;
|
|
2275
|
-
font-size: 13px;
|
|
2276
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2277
|
-
white-space: normal;
|
|
2278
|
-
}
|
|
2279
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
2280
|
-
border-color: #ff4d4f !important;
|
|
2281
|
-
}
|
|
2282
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
2283
|
-
border-color: #ff4d4f !important;
|
|
2284
|
-
}
|
|
2285
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
2286
|
-
margin-top: 4px;
|
|
2287
|
-
font-size: 12px;
|
|
2288
|
-
min-height: 0px;
|
|
2289
|
-
}
|
|
2290
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
2291
|
-
font-size: 12px;
|
|
2292
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2293
|
-
min-height: 0px;
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
2297
|
-
display: var(--a1wfy30z-0);
|
|
2298
|
-
}
|
|
2299
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
2300
|
-
padding: 4px 11px;
|
|
2301
|
-
display: inline-flex;
|
|
2302
|
-
line-height: 1.5715;
|
|
2303
|
-
height: inherit;
|
|
2304
|
-
}
|
|
2305
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
2306
|
-
content: var(--a1wfy30z-1);
|
|
2307
|
-
display: var(--a1wfy30z-2);
|
|
2308
|
-
flex: none;
|
|
2309
|
-
align-items: center;
|
|
2310
|
-
margin-left: 4px;
|
|
2311
|
-
}
|
|
2312
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
2313
|
-
content: var(--a1wfy30z-3);
|
|
2314
|
-
display: var(--a1wfy30z-4);
|
|
2315
|
-
flex: none;
|
|
2316
|
-
align-items: center;
|
|
2317
|
-
margin-right: 4px;
|
|
2318
|
-
cursor: auto;
|
|
2319
|
-
}
|
|
2320
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
2321
|
-
padding: 0;
|
|
2322
|
-
margin: 0;
|
|
2323
|
-
height: auto;
|
|
2324
|
-
font-size: inherit;
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
.E_atcz0kf .ant-input-suffix {
|
|
2328
|
-
margin-left: 8px;
|
|
2329
|
-
}
|
|
2330
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2331
|
-
padding: 2px 7px 2px 12px;
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
.E_m196gn1d {
|
|
2335
|
-
min-width: 1280px;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
2316
|
+
.E_iouxfgt {
|
|
2339
2317
|
display: inline-flex;
|
|
2340
2318
|
align-items: center;
|
|
2341
|
-
justify-content: center;
|
|
2342
|
-
color: #fff;
|
|
2343
|
-
font-weight: bold;
|
|
2344
|
-
font-size: 12px;
|
|
2345
|
-
width: 24px;
|
|
2346
|
-
height: 24px;
|
|
2347
|
-
border-radius: 50%;
|
|
2348
|
-
background: var(--a1b5xrg3-0);
|
|
2349
2319
|
}
|
|
2350
|
-
.
|
|
2351
|
-
transition: all 160ms ease;
|
|
2352
|
-
cursor: pointer;
|
|
2353
|
-
width: 56px;
|
|
2354
|
-
height: 40px;
|
|
2320
|
+
.E_iouxfgt .icon-inner {
|
|
2355
2321
|
display: inline-flex;
|
|
2356
2322
|
align-items: center;
|
|
2357
2323
|
justify-content: center;
|
|
2358
|
-
border-radius: 6px;
|
|
2359
|
-
}
|
|
2360
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
2361
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2362
|
-
}
|
|
2363
|
-
.E_a1b5xrg3.btn-item:active {
|
|
2364
|
-
transform: translateY(2px);
|
|
2365
|
-
transition: all 320ms ease;
|
|
2366
2324
|
}
|
|
2367
|
-
|
|
2368
|
-
.
|
|
2369
|
-
|
|
2325
|
+
.E_iouxfgt .icon-inner + span,
|
|
2326
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
2327
|
+
margin-left: 4px;
|
|
2370
2328
|
}
|
|
2371
|
-
|
|
2372
|
-
.
|
|
2373
|
-
|
|
2374
|
-
position: absolute;
|
|
2329
|
+
.E_iouxfgt.is-rotate img,
|
|
2330
|
+
.E_iouxfgt.is-rotate svg {
|
|
2331
|
+
animation: rotate 680ms linear infinite;
|
|
2375
2332
|
}
|
|
2376
2333
|
|
|
2377
2334
|
.E_dsnbhzf {
|
|
@@ -2849,25 +2806,68 @@ html body {
|
|
|
2849
2806
|
line-height: 12px;
|
|
2850
2807
|
}
|
|
2851
2808
|
|
|
2852
|
-
.
|
|
2853
|
-
|
|
2854
|
-
flex-direction: column;
|
|
2809
|
+
.E_m196gn1d {
|
|
2810
|
+
min-width: 1280px;
|
|
2855
2811
|
}
|
|
2856
2812
|
|
|
2857
|
-
.
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2813
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
2814
|
+
display: inline-flex;
|
|
2815
|
+
align-items: center;
|
|
2816
|
+
justify-content: center;
|
|
2817
|
+
color: #fff;
|
|
2818
|
+
font-weight: bold;
|
|
2819
|
+
font-size: 12px;
|
|
2820
|
+
width: 24px;
|
|
2821
|
+
height: 24px;
|
|
2822
|
+
border-radius: 50%;
|
|
2823
|
+
background: var(--a1b5xrg3-0);
|
|
2862
2824
|
}
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
width:
|
|
2867
|
-
|
|
2868
|
-
display: flex;
|
|
2825
|
+
.E_a1b5xrg3.btn-item {
|
|
2826
|
+
transition: all 160ms ease;
|
|
2827
|
+
cursor: pointer;
|
|
2828
|
+
width: 56px;
|
|
2829
|
+
height: 40px;
|
|
2830
|
+
display: inline-flex;
|
|
2831
|
+
align-items: center;
|
|
2832
|
+
justify-content: center;
|
|
2833
|
+
border-radius: 6px;
|
|
2869
2834
|
}
|
|
2870
|
-
.
|
|
2835
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
2836
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
2837
|
+
}
|
|
2838
|
+
.E_a1b5xrg3.btn-item:active {
|
|
2839
|
+
transform: translateY(2px);
|
|
2840
|
+
transition: all 320ms ease;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.E_owd0kml {
|
|
2844
|
+
display: inline-block;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.E_h1jsgezc {
|
|
2848
|
+
visibility: hidden;
|
|
2849
|
+
position: absolute;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
.E_cnujxq2 {
|
|
2853
|
+
display: flex;
|
|
2854
|
+
flex-direction: column;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
.E_m7s48ia {
|
|
2858
|
+
max-width: 1120px;
|
|
2859
|
+
width: 100%;
|
|
2860
|
+
margin: 0 auto;
|
|
2861
|
+
height: 100%;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
.E_wt5zbg6 {
|
|
2865
|
+
max-width: 1120px;
|
|
2866
|
+
width: 100%;
|
|
2867
|
+
margin: 0 auto;
|
|
2868
|
+
display: flex;
|
|
2869
|
+
}
|
|
2870
|
+
.E_wt5zbg6 .left,
|
|
2871
2871
|
.E_wt5zbg6 .right {
|
|
2872
2872
|
flex-grow: 0;
|
|
2873
2873
|
flex-shrink: 0;
|
|
@@ -3763,6 +3763,41 @@ input.E_rf8rlle.ant-input {
|
|
|
3763
3763
|
opacity: 0.8;
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
3767
|
+
margin-right: 2px;
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
3771
|
+
padding-left: 8px;
|
|
3772
|
+
padding-right: 8px;
|
|
3773
|
+
font-size: 12px;
|
|
3774
|
+
}
|
|
3775
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
3776
|
+
border-radius: 4px;
|
|
3777
|
+
}
|
|
3778
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3779
|
+
border-radius: 4px;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
3783
|
+
padding-left: 12px;
|
|
3784
|
+
padding-right: 12px;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
|
+
.E_ckld275 {
|
|
3788
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
3789
|
+
}
|
|
3790
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3791
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
3792
|
+
color: rgba(44, 56, 82, 0.75);
|
|
3793
|
+
}
|
|
3794
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
3795
|
+
background-color: transparent;
|
|
3796
|
+
}
|
|
3797
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
3798
|
+
background-color: transparent;
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3766
3801
|
.E_suhck3k {
|
|
3767
3802
|
height: 24px;
|
|
3768
3803
|
width: 24px;
|
|
@@ -3829,35 +3864,6 @@ input.E_rf8rlle.ant-input {
|
|
|
3829
3864
|
margin-top: 8px;
|
|
3830
3865
|
}
|
|
3831
3866
|
|
|
3832
|
-
.E_m5foqp8 {
|
|
3833
|
-
--footer-height: 96px;
|
|
3834
|
-
--modal-content-width: 720px;
|
|
3835
|
-
--modal-content-min-height: 200px;
|
|
3836
|
-
--modal-header-padding: 40px 60px 8px;
|
|
3837
|
-
--modal-content-padding-top: 24px;
|
|
3838
|
-
--modal-content-padding-bottom: 32px;
|
|
3839
|
-
--modal-content-padding-x: 60px;
|
|
3840
|
-
--modal-footer-padding: 0 60px;
|
|
3841
|
-
}
|
|
3842
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
3843
|
-
height: calc(100vh - 80px);
|
|
3844
|
-
width: calc(100vw - 160px);
|
|
3845
|
-
}
|
|
3846
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
3847
|
-
width: 100%;
|
|
3848
|
-
height: 100%;
|
|
3849
|
-
max-width: unset;
|
|
3850
|
-
max-height: unset;
|
|
3851
|
-
display: flex;
|
|
3852
|
-
flex-direction: column;
|
|
3853
|
-
}
|
|
3854
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
3855
|
-
flex: 1;
|
|
3856
|
-
}
|
|
3857
|
-
.E_m5foqp8 .initializing-title {
|
|
3858
|
-
height: 32px;
|
|
3859
|
-
}
|
|
3860
|
-
|
|
3861
3867
|
.E_hrhfj7c {
|
|
3862
3868
|
display: none;
|
|
3863
3869
|
}
|
|
@@ -4077,6 +4083,35 @@ input.E_rf8rlle.ant-input {
|
|
|
4077
4083
|
font-size: 14px;
|
|
4078
4084
|
}
|
|
4079
4085
|
|
|
4086
|
+
.E_m5foqp8 {
|
|
4087
|
+
--footer-height: 96px;
|
|
4088
|
+
--modal-content-width: 720px;
|
|
4089
|
+
--modal-content-min-height: 200px;
|
|
4090
|
+
--modal-header-padding: 40px 60px 8px;
|
|
4091
|
+
--modal-content-padding-top: 24px;
|
|
4092
|
+
--modal-content-padding-bottom: 32px;
|
|
4093
|
+
--modal-content-padding-x: 60px;
|
|
4094
|
+
--modal-footer-padding: 0 60px;
|
|
4095
|
+
}
|
|
4096
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
4097
|
+
height: calc(100vh - 80px);
|
|
4098
|
+
width: calc(100vw - 160px);
|
|
4099
|
+
}
|
|
4100
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
4101
|
+
width: 100%;
|
|
4102
|
+
height: 100%;
|
|
4103
|
+
max-width: unset;
|
|
4104
|
+
max-height: unset;
|
|
4105
|
+
display: flex;
|
|
4106
|
+
flex-direction: column;
|
|
4107
|
+
}
|
|
4108
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
4109
|
+
flex: 1;
|
|
4110
|
+
}
|
|
4111
|
+
.E_m5foqp8 .initializing-title {
|
|
4112
|
+
height: 32px;
|
|
4113
|
+
}
|
|
4114
|
+
|
|
4080
4115
|
.E_h12yihis {
|
|
4081
4116
|
height: 50px;
|
|
4082
4117
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -4305,287 +4340,427 @@ input.E_rf8rlle.ant-input {
|
|
|
4305
4340
|
width: 1px;
|
|
4306
4341
|
}
|
|
4307
4342
|
|
|
4308
|
-
.
|
|
4309
|
-
|
|
4343
|
+
.E_tc97u5y {
|
|
4344
|
+
height: 100%;
|
|
4310
4345
|
}
|
|
4311
4346
|
|
|
4312
|
-
.
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4347
|
+
.E_efzf37v .ant-table-content,
|
|
4348
|
+
.E_efzf37v .ant-table-body {
|
|
4349
|
+
overflow: visible !important;
|
|
4350
|
+
height: 100%;
|
|
4316
4351
|
}
|
|
4317
|
-
.
|
|
4318
|
-
|
|
4352
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4353
|
+
height: 100%;
|
|
4319
4354
|
}
|
|
4320
|
-
.
|
|
4321
|
-
|
|
4355
|
+
.E_efzf37v table {
|
|
4356
|
+
width: 100% !important;
|
|
4357
|
+
height: 100%;
|
|
4322
4358
|
}
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
padding-left: 12px;
|
|
4326
|
-
padding-right: 12px;
|
|
4359
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4360
|
+
padding: 15px 0;
|
|
4327
4361
|
}
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4362
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
4363
|
+
display: none;
|
|
4331
4364
|
}
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4365
|
+
|
|
4366
|
+
.E_t1fisho6 {
|
|
4367
|
+
height: 100%;
|
|
4335
4368
|
}
|
|
4336
|
-
.
|
|
4337
|
-
|
|
4369
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
4370
|
+
padding-top: 6px;
|
|
4371
|
+
padding-bottom: 6px;
|
|
4338
4372
|
}
|
|
4339
|
-
.
|
|
4340
|
-
|
|
4373
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
4374
|
+
font-weight: 700;
|
|
4341
4375
|
}
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4345
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4346
|
-
font-size: 12px;
|
|
4347
|
-
line-height: 18px;
|
|
4348
|
-
height: 18px;
|
|
4376
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
4377
|
+
font-weight: 700;
|
|
4349
4378
|
}
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
color: #0080FF;
|
|
4353
|
-
height: unset;
|
|
4379
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
4380
|
+
height: 100%;
|
|
4354
4381
|
}
|
|
4355
|
-
|
|
4356
|
-
|
|
4382
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
4383
|
+
height: 100%;
|
|
4384
|
+
overflow: visible;
|
|
4357
4385
|
}
|
|
4358
|
-
|
|
4359
|
-
|
|
4386
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
4387
|
+
max-height: none;
|
|
4360
4388
|
}
|
|
4361
|
-
|
|
4362
|
-
|
|
4389
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
4390
|
+
background: transparent;
|
|
4363
4391
|
}
|
|
4364
|
-
|
|
4365
|
-
|
|
4392
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
4393
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
4394
|
+
background: #fff;
|
|
4395
|
+
padding: 0 !important;
|
|
4366
4396
|
}
|
|
4367
|
-
|
|
4368
|
-
|
|
4397
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
4398
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
4399
|
+
display: flex;
|
|
4400
|
+
align-items: center;
|
|
4401
|
+
height: 100%;
|
|
4402
|
+
padding: 8px;
|
|
4369
4403
|
}
|
|
4370
|
-
|
|
4371
|
-
|
|
4404
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
4405
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
4406
|
+
overflow: hidden;
|
|
4407
|
+
text-overflow: ellipsis;
|
|
4408
|
+
width: 100%;
|
|
4372
4409
|
}
|
|
4373
|
-
|
|
4374
|
-
|
|
4410
|
+
.E_t1fisho6 .ant-table-container {
|
|
4411
|
+
height: 100%;
|
|
4375
4412
|
}
|
|
4376
|
-
|
|
4377
|
-
|
|
4413
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
4414
|
+
box-shadow: none !important;
|
|
4378
4415
|
}
|
|
4379
|
-
|
|
4380
|
-
|
|
4416
|
+
.E_t1fisho6 div.ant-table {
|
|
4417
|
+
border-radius: 0px;
|
|
4418
|
+
border-left: none;
|
|
4419
|
+
border-right: none;
|
|
4420
|
+
border-bottom: none;
|
|
4421
|
+
height: 100%;
|
|
4422
|
+
font-size: 12px;
|
|
4423
|
+
background: transparent;
|
|
4381
4424
|
}
|
|
4382
|
-
|
|
4383
|
-
|
|
4425
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
4426
|
+
position: relative;
|
|
4427
|
+
z-index: 3;
|
|
4428
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4429
|
+
margin-bottom: -1px;
|
|
4384
4430
|
}
|
|
4385
|
-
|
|
4386
|
-
|
|
4431
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
4432
|
+
.E_t1fisho6 div.ant-table .value {
|
|
4433
|
+
color: #2d3a56;
|
|
4387
4434
|
}
|
|
4388
|
-
|
|
4389
|
-
|
|
4435
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
4436
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
4437
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4390
4438
|
}
|
|
4391
|
-
|
|
4392
|
-
|
|
4439
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
4440
|
+
position: unset;
|
|
4441
|
+
text-align: center;
|
|
4393
4442
|
}
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4443
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
4444
|
+
background: #fff;
|
|
4445
|
+
}
|
|
4446
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
4447
|
+
cursor: pointer;
|
|
4448
|
+
position: absolute;
|
|
4449
|
+
top: 50%;
|
|
4450
|
+
right: 12px;
|
|
4451
|
+
transform: translateY(-50%);
|
|
4452
|
+
}
|
|
4453
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
4454
|
+
box-shadow: none;
|
|
4455
|
+
width: 1px;
|
|
4456
|
+
background: rgba(213, 219, 227, 0.6);
|
|
4457
|
+
}
|
|
4458
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
4459
|
+
box-shadow: none;
|
|
4460
|
+
width: 1px;
|
|
4461
|
+
background: rgba(213, 219, 227, 0.6);
|
|
4462
|
+
}
|
|
4463
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
4397
4464
|
position: relative;
|
|
4398
4465
|
}
|
|
4399
|
-
.
|
|
4466
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
4467
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4468
|
+
border-bottom: 1px solid white;
|
|
4469
|
+
height: 40px;
|
|
4470
|
+
vertical-align: middle;
|
|
4471
|
+
transition: background 0ms;
|
|
4400
4472
|
color: #00122e;
|
|
4401
|
-
word-break: break-word;
|
|
4402
|
-
margin-bottom: 4px;
|
|
4403
|
-
display: block;
|
|
4404
4473
|
}
|
|
4405
|
-
.
|
|
4406
|
-
|
|
4407
|
-
|
|
4474
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
4475
|
+
background: #f2f5fa;
|
|
4476
|
+
border-bottom-color: #f2f5fa;
|
|
4408
4477
|
}
|
|
4409
|
-
.
|
|
4410
|
-
|
|
4478
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
4479
|
+
height: auto;
|
|
4480
|
+
color: #00122e;
|
|
4481
|
+
font-size: 12px;
|
|
4482
|
+
text-align: left;
|
|
4483
|
+
transition: none;
|
|
4484
|
+
overflow: hidden;
|
|
4485
|
+
text-overflow: ellipsis;
|
|
4486
|
+
white-space: nowrap;
|
|
4411
4487
|
}
|
|
4412
|
-
.
|
|
4413
|
-
|
|
4414
|
-
margin-top: 8px;
|
|
4488
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
4489
|
+
color: #0096ff;
|
|
4415
4490
|
}
|
|
4416
|
-
.
|
|
4417
|
-
|
|
4418
|
-
|
|
4491
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
4492
|
+
overflow: hidden;
|
|
4493
|
+
text-overflow: ellipsis;
|
|
4494
|
+
width: 100%;
|
|
4495
|
+
vertical-align: middle;
|
|
4419
4496
|
}
|
|
4420
|
-
.
|
|
4421
|
-
|
|
4422
|
-
border-radius: 4px;
|
|
4423
|
-
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
4424
|
-
background: rgba(237, 241, 250, 0.6);
|
|
4425
|
-
display: flex;
|
|
4426
|
-
flex-direction: column;
|
|
4427
|
-
align-items: center;
|
|
4497
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
4498
|
+
line-height: 0px;
|
|
4428
4499
|
}
|
|
4429
|
-
.
|
|
4430
|
-
|
|
4500
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
4501
|
+
padding-right: 25px;
|
|
4431
4502
|
}
|
|
4432
|
-
.
|
|
4433
|
-
color:
|
|
4503
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
4504
|
+
border-top-color: transparent;
|
|
4434
4505
|
}
|
|
4435
|
-
.
|
|
4436
|
-
|
|
4506
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
4507
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4508
|
+
border-color: transparent transparent white;
|
|
4437
4509
|
}
|
|
4438
|
-
.
|
|
4439
|
-
|
|
4440
|
-
flex-direction: row;
|
|
4441
|
-
justify-content: center;
|
|
4442
|
-
align-items: flex-start;
|
|
4510
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
4511
|
+
border-radius: 8px 0 0 8px;
|
|
4443
4512
|
}
|
|
4444
|
-
.
|
|
4445
|
-
|
|
4513
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
4514
|
+
border-radius: 8px 0 0 8px;
|
|
4446
4515
|
}
|
|
4447
|
-
.
|
|
4448
|
-
|
|
4449
|
-
|
|
4516
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
4517
|
+
content: "";
|
|
4518
|
+
width: 4px;
|
|
4519
|
+
top: -1px;
|
|
4520
|
+
bottom: -1px;
|
|
4521
|
+
background: white;
|
|
4450
4522
|
}
|
|
4451
|
-
.
|
|
4452
|
-
|
|
4453
|
-
text-align: left;
|
|
4523
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
4524
|
+
border-radius: 0 8px 8px 0;
|
|
4454
4525
|
}
|
|
4455
|
-
.
|
|
4456
|
-
|
|
4526
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
4527
|
+
border-radius: 0;
|
|
4528
|
+
background: white;
|
|
4529
|
+
border-top: none;
|
|
4457
4530
|
}
|
|
4458
|
-
.
|
|
4459
|
-
|
|
4460
|
-
|
|
4531
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
4532
|
+
border-top: 1px solid transparent;
|
|
4533
|
+
border-radius: 0 8px 8px 0;
|
|
4534
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4461
4535
|
}
|
|
4462
|
-
.
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
align-items: flex-start;
|
|
4466
|
-
justify-content: space-between;
|
|
4467
|
-
line-height: 24px;
|
|
4468
|
-
word-break: break-all;
|
|
4536
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
4537
|
+
background: white;
|
|
4538
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4469
4539
|
}
|
|
4470
|
-
.
|
|
4471
|
-
|
|
4540
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
4541
|
+
display: flex;
|
|
4542
|
+
align-items: center;
|
|
4543
|
+
height: 100%;
|
|
4544
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4472
4545
|
}
|
|
4473
|
-
.
|
|
4474
|
-
|
|
4475
|
-
|
|
4546
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
4547
|
+
background: white;
|
|
4548
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4476
4549
|
}
|
|
4477
|
-
.
|
|
4550
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
4478
4551
|
display: flex;
|
|
4479
|
-
|
|
4480
|
-
|
|
4552
|
+
align-items: center;
|
|
4553
|
+
height: 100%;
|
|
4554
|
+
background: rgba(225, 230, 241, 0.6);
|
|
4481
4555
|
}
|
|
4482
|
-
.
|
|
4483
|
-
|
|
4556
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
4557
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4484
4558
|
}
|
|
4485
|
-
.
|
|
4486
|
-
|
|
4487
|
-
|
|
4559
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
4560
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
4561
|
+
border-radius: 8px;
|
|
4488
4562
|
}
|
|
4489
|
-
.
|
|
4490
|
-
border-color:
|
|
4491
|
-
background: rgba(0, 136, 255, 0.1);
|
|
4563
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
4564
|
+
border-top-color: white;
|
|
4492
4565
|
}
|
|
4493
|
-
.
|
|
4494
|
-
|
|
4566
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
4567
|
+
background: rgba(0, 136, 255, 0.1);
|
|
4568
|
+
border-bottom-color: transparent;
|
|
4569
|
+
border-top-color: transparent;
|
|
4495
4570
|
}
|
|
4496
|
-
.
|
|
4497
|
-
|
|
4571
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
4572
|
+
border-radius: 8px 0 0 8px;
|
|
4498
4573
|
}
|
|
4499
|
-
.
|
|
4500
|
-
|
|
4501
|
-
color: #f0483e;
|
|
4574
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
4575
|
+
border-radius: 0 8px 8px 0;
|
|
4502
4576
|
}
|
|
4503
|
-
.
|
|
4504
|
-
|
|
4505
|
-
display: flex;
|
|
4506
|
-
flex-direction: column;
|
|
4577
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
4578
|
+
background: rgba(0, 136, 255, 0.1);
|
|
4507
4579
|
}
|
|
4508
|
-
.
|
|
4509
|
-
|
|
4580
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
4581
|
+
background: #fff;
|
|
4582
|
+
font-weight: 400;
|
|
4583
|
+
position: relative;
|
|
4584
|
+
border-bottom: none;
|
|
4585
|
+
color: #00122e;
|
|
4586
|
+
transition: none;
|
|
4587
|
+
padding: 14px 8px 14px 8px;
|
|
4588
|
+
line-height: 20px;
|
|
4510
4589
|
}
|
|
4511
|
-
.
|
|
4512
|
-
|
|
4590
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
4591
|
+
content: "";
|
|
4592
|
+
width: 1px;
|
|
4593
|
+
top: 0;
|
|
4594
|
+
bottom: 0;
|
|
4595
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4596
|
+
position: absolute;
|
|
4597
|
+
right: 0;
|
|
4513
4598
|
}
|
|
4514
|
-
.
|
|
4515
|
-
|
|
4516
|
-
margin-bottom: 4px;
|
|
4599
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
4600
|
+
padding: unset;
|
|
4517
4601
|
}
|
|
4518
|
-
.
|
|
4519
|
-
display:
|
|
4520
|
-
align-items: flex-start;
|
|
4602
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
4603
|
+
display: none;
|
|
4521
4604
|
}
|
|
4522
|
-
.
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4605
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
4606
|
+
width: 100%;
|
|
4607
|
+
overflow: hidden;
|
|
4608
|
+
white-space: nowrap;
|
|
4609
|
+
text-overflow: ellipsis;
|
|
4526
4610
|
}
|
|
4527
|
-
.
|
|
4528
|
-
|
|
4611
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
4612
|
+
overflow: hidden;
|
|
4613
|
+
text-overflow: ellipsis;
|
|
4614
|
+
flex: 1;
|
|
4529
4615
|
}
|
|
4530
|
-
.
|
|
4531
|
-
|
|
4616
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
4617
|
+
padding: 15px 25px 15px 8px;
|
|
4532
4618
|
}
|
|
4533
|
-
.
|
|
4534
|
-
|
|
4619
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
4620
|
+
padding: 0;
|
|
4535
4621
|
}
|
|
4536
|
-
.
|
|
4537
|
-
|
|
4538
|
-
|
|
4622
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
4623
|
+
position: absolute;
|
|
4624
|
+
right: 6px;
|
|
4625
|
+
top: 50%;
|
|
4626
|
+
transform: translateY(-50%);
|
|
4627
|
+
height: 16px;
|
|
4628
|
+
display: none;
|
|
4629
|
+
transition: transform 320ms ease;
|
|
4539
4630
|
}
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
width: 100%;
|
|
4544
|
-
flex-direction: row;
|
|
4545
|
-
background: rgba(237, 241, 250, 0.6);
|
|
4546
|
-
padding: 7px 8px;
|
|
4547
|
-
border-radius: 4px;
|
|
4548
|
-
gap: 4px;
|
|
4549
|
-
align-items: self-start;
|
|
4550
|
-
color: #00122e;
|
|
4631
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
4632
|
+
display: block;
|
|
4633
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
4551
4634
|
}
|
|
4552
|
-
.
|
|
4553
|
-
|
|
4554
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4635
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
4636
|
+
display: block;
|
|
4555
4637
|
}
|
|
4556
|
-
.
|
|
4557
|
-
|
|
4558
|
-
overflow: hidden;
|
|
4638
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
4639
|
+
display: none;
|
|
4559
4640
|
}
|
|
4560
|
-
.
|
|
4561
|
-
|
|
4562
|
-
cursor: pointer;
|
|
4641
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
4642
|
+
transform: translateY(-50%);
|
|
4563
4643
|
}
|
|
4564
|
-
.
|
|
4565
|
-
|
|
4644
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
4645
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
4566
4646
|
}
|
|
4567
|
-
.
|
|
4568
|
-
background:
|
|
4647
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
4648
|
+
background: #f2f5fa;
|
|
4569
4649
|
}
|
|
4570
|
-
.
|
|
4571
|
-
|
|
4650
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
4651
|
+
display: block;
|
|
4652
|
+
}
|
|
4653
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
4654
|
+
padding-right: 25px;
|
|
4655
|
+
}
|
|
4656
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
4657
|
+
padding: 0 !important;
|
|
4658
|
+
}
|
|
4659
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
4660
|
+
position: absolute;
|
|
4661
|
+
left: 50%;
|
|
4662
|
+
top: 50%;
|
|
4663
|
+
transform: translate(-50%, -50%);
|
|
4664
|
+
}
|
|
4665
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
4666
|
+
display: none;
|
|
4667
|
+
}
|
|
4668
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
4669
|
+
background: #fff;
|
|
4670
|
+
}
|
|
4671
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
4672
|
+
background: inherit;
|
|
4673
|
+
}
|
|
4674
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
4675
|
+
position: static;
|
|
4676
|
+
border: none;
|
|
4677
|
+
background: inherit !important;
|
|
4678
|
+
height: 100px;
|
|
4679
|
+
vertical-align: middle;
|
|
4680
|
+
}
|
|
4681
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
4682
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
4683
|
+
font-weight: bold;
|
|
4684
|
+
font-size: 20px;
|
|
4685
|
+
color: rgba(10, 37, 85, 0.6);
|
|
4686
|
+
}
|
|
4687
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
4688
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
4689
|
+
z-index: 10;
|
|
4690
|
+
}
|
|
4691
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
4692
|
+
padding: 0 !important;
|
|
4693
|
+
position: relative;
|
|
4694
|
+
background: #fff;
|
|
4695
|
+
}
|
|
4696
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
4697
|
+
height: 100%;
|
|
4698
|
+
display: flex;
|
|
4699
|
+
align-items: center;
|
|
4700
|
+
justify-content: flex-end;
|
|
4701
|
+
padding-right: 8px;
|
|
4702
|
+
}
|
|
4703
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
4704
|
+
width: 24px;
|
|
4705
|
+
height: 24px;
|
|
4706
|
+
cursor: pointer;
|
|
4707
|
+
justify-content: center;
|
|
4708
|
+
border-radius: 4px;
|
|
4709
|
+
}
|
|
4710
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
4711
|
+
background: #fff;
|
|
4572
4712
|
}
|
|
4573
4713
|
|
|
4574
|
-
.
|
|
4575
|
-
|
|
4714
|
+
button.E_l48ei06.ant-btn,
|
|
4715
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
4716
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
4717
|
+
font-size: 12px;
|
|
4718
|
+
line-height: 18px;
|
|
4719
|
+
height: 18px;
|
|
4576
4720
|
}
|
|
4577
4721
|
|
|
4578
|
-
.
|
|
4579
|
-
|
|
4580
|
-
|
|
4722
|
+
button.E_l48ei06 {
|
|
4723
|
+
color: #0080FF;
|
|
4724
|
+
height: unset;
|
|
4581
4725
|
}
|
|
4582
|
-
.
|
|
4583
|
-
|
|
4726
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
4727
|
+
margin-right: 4px;
|
|
4584
4728
|
}
|
|
4585
|
-
.
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4729
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
4730
|
+
margin-left: 4px;
|
|
4731
|
+
}
|
|
4732
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
4733
|
+
color: #009DFF;
|
|
4734
|
+
}
|
|
4735
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
4736
|
+
color: #005ED1;
|
|
4737
|
+
}
|
|
4738
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
4739
|
+
color: #0080FF;
|
|
4740
|
+
}
|
|
4741
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
4742
|
+
color: #00122E;
|
|
4743
|
+
}
|
|
4744
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
4745
|
+
color: #0080FF;
|
|
4746
|
+
}
|
|
4747
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
4748
|
+
color: #005ED1;
|
|
4749
|
+
}
|
|
4750
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
4751
|
+
color: #00122E;
|
|
4752
|
+
}
|
|
4753
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
4754
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4755
|
+
}
|
|
4756
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
4757
|
+
color: #0080FF;
|
|
4758
|
+
}
|
|
4759
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
4760
|
+
color: #005ED1;
|
|
4761
|
+
}
|
|
4762
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
4763
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
4589
4764
|
}
|
|
4590
4765
|
|
|
4591
4766
|
.E_sddwhm6 {
|
|
@@ -4663,702 +4838,596 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
4663
4838
|
display: inline-block;
|
|
4664
4839
|
}
|
|
4665
4840
|
|
|
4666
|
-
.
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
overflow: visible !important;
|
|
4673
|
-
height: 100%;
|
|
4674
|
-
}
|
|
4675
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
4676
|
-
height: 100%;
|
|
4841
|
+
.E_c1kghdax {
|
|
4842
|
+
color: #2d3a56;
|
|
4843
|
+
padding: 7px 12px;
|
|
4844
|
+
display: flex;
|
|
4845
|
+
justify-content: space-between;
|
|
4846
|
+
align-items: center;
|
|
4677
4847
|
}
|
|
4678
|
-
.
|
|
4679
|
-
|
|
4680
|
-
height: 100%;
|
|
4848
|
+
.E_c1kghdax.has-arrow {
|
|
4849
|
+
padding-left: 10px;
|
|
4681
4850
|
}
|
|
4682
|
-
.
|
|
4683
|
-
|
|
4851
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
4852
|
+
cursor: pointer;
|
|
4853
|
+
color: #00122e;
|
|
4684
4854
|
}
|
|
4685
|
-
.
|
|
4686
|
-
|
|
4855
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
4856
|
+
color: #2d3a56;
|
|
4857
|
+
font-weight: 600;
|
|
4687
4858
|
}
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
height: 100%;
|
|
4859
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4860
|
+
transform: rotate(90deg);
|
|
4691
4861
|
}
|
|
4692
|
-
.
|
|
4693
|
-
|
|
4694
|
-
|
|
4862
|
+
.E_c1kghdax .sub-info {
|
|
4863
|
+
font-size: 12px;
|
|
4864
|
+
line-height: 18px;
|
|
4695
4865
|
}
|
|
4696
|
-
.
|
|
4866
|
+
.E_c1kghdax .title-wrapper {
|
|
4867
|
+
display: flex;
|
|
4868
|
+
align-items: center;
|
|
4869
|
+
user-select: none;
|
|
4870
|
+
flex-grow: 1;
|
|
4871
|
+
font-size: 12px;
|
|
4872
|
+
line-height: 18px;
|
|
4873
|
+
color: #2d3a56;
|
|
4697
4874
|
font-weight: 700;
|
|
4698
4875
|
}
|
|
4699
|
-
.
|
|
4700
|
-
|
|
4876
|
+
.E_c1kghdax .collapse-arrow {
|
|
4877
|
+
transition: all 50ms ease-out 0ms;
|
|
4878
|
+
margin-right: 2px;
|
|
4701
4879
|
}
|
|
4702
|
-
|
|
4703
|
-
|
|
4880
|
+
|
|
4881
|
+
.E_b14q2gmw {
|
|
4882
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4704
4883
|
}
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4884
|
+
|
|
4885
|
+
.E_c1eym6el {
|
|
4886
|
+
border-radius: 8px;
|
|
4887
|
+
background-color: white;
|
|
4708
4888
|
}
|
|
4709
|
-
.
|
|
4710
|
-
|
|
4889
|
+
.E_c1eym6el.hoverable {
|
|
4890
|
+
cursor: pointer;
|
|
4711
4891
|
}
|
|
4712
|
-
.
|
|
4713
|
-
|
|
4892
|
+
.E_c1eym6el.hoverable:hover {
|
|
4893
|
+
transition: all 200ms ease;
|
|
4894
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
4895
|
+
transform: translateY(-4px);
|
|
4714
4896
|
}
|
|
4715
|
-
|
|
4716
|
-
.
|
|
4717
|
-
|
|
4718
|
-
|
|
4897
|
+
|
|
4898
|
+
.E_ckui4s7 {
|
|
4899
|
+
color: #2d3a56;
|
|
4900
|
+
line-height: 22px;
|
|
4901
|
+
display: inline-flex;
|
|
4719
4902
|
}
|
|
4720
|
-
.
|
|
4721
|
-
|
|
4903
|
+
.E_ckui4s7 .ant-checkbox {
|
|
4904
|
+
height: 22px;
|
|
4722
4905
|
display: flex;
|
|
4723
4906
|
align-items: center;
|
|
4724
|
-
|
|
4725
|
-
padding: 8px;
|
|
4726
|
-
}
|
|
4727
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
4728
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
4729
|
-
overflow: hidden;
|
|
4730
|
-
text-overflow: ellipsis;
|
|
4731
|
-
width: 100%;
|
|
4732
|
-
}
|
|
4733
|
-
.E_t1fisho6 .ant-table-container {
|
|
4734
|
-
height: 100%;
|
|
4735
|
-
}
|
|
4736
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
4737
|
-
box-shadow: none !important;
|
|
4738
|
-
}
|
|
4739
|
-
.E_t1fisho6 div.ant-table {
|
|
4740
|
-
border-radius: 0px;
|
|
4741
|
-
border-left: none;
|
|
4742
|
-
border-right: none;
|
|
4743
|
-
border-bottom: none;
|
|
4744
|
-
height: 100%;
|
|
4745
|
-
font-size: 12px;
|
|
4746
|
-
background: transparent;
|
|
4747
|
-
}
|
|
4748
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
4749
|
-
position: relative;
|
|
4750
|
-
z-index: 3;
|
|
4751
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4752
|
-
margin-bottom: -1px;
|
|
4753
|
-
}
|
|
4754
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
4755
|
-
.E_t1fisho6 div.ant-table .value {
|
|
4756
|
-
color: #2d3a56;
|
|
4757
|
-
}
|
|
4758
|
-
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
4759
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
4760
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4761
|
-
}
|
|
4762
|
-
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
4763
|
-
position: unset;
|
|
4764
|
-
text-align: center;
|
|
4765
|
-
}
|
|
4766
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
4767
|
-
background: #fff;
|
|
4768
|
-
}
|
|
4769
|
-
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
4770
|
-
cursor: pointer;
|
|
4771
|
-
position: absolute;
|
|
4772
|
-
top: 50%;
|
|
4773
|
-
right: 12px;
|
|
4774
|
-
transform: translateY(-50%);
|
|
4775
|
-
}
|
|
4776
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
4777
|
-
box-shadow: none;
|
|
4778
|
-
width: 1px;
|
|
4779
|
-
background: rgba(213, 219, 227, 0.6);
|
|
4780
|
-
}
|
|
4781
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
4782
|
-
box-shadow: none;
|
|
4783
|
-
width: 1px;
|
|
4784
|
-
background: rgba(213, 219, 227, 0.6);
|
|
4785
|
-
}
|
|
4786
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
4787
|
-
position: relative;
|
|
4788
|
-
}
|
|
4789
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
4790
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4791
|
-
border-bottom: 1px solid white;
|
|
4792
|
-
height: 40px;
|
|
4793
|
-
vertical-align: middle;
|
|
4794
|
-
transition: background 0ms;
|
|
4795
|
-
color: #00122e;
|
|
4796
|
-
}
|
|
4797
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
4798
|
-
background: #f2f5fa;
|
|
4799
|
-
border-bottom-color: #f2f5fa;
|
|
4907
|
+
top: 0;
|
|
4800
4908
|
}
|
|
4801
|
-
.
|
|
4802
|
-
|
|
4803
|
-
color: #00122e;
|
|
4804
|
-
font-size: 12px;
|
|
4805
|
-
text-align: left;
|
|
4806
|
-
transition: none;
|
|
4807
|
-
overflow: hidden;
|
|
4808
|
-
text-overflow: ellipsis;
|
|
4809
|
-
white-space: nowrap;
|
|
4909
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
4910
|
+
border: none;
|
|
4810
4911
|
}
|
|
4811
|
-
.
|
|
4812
|
-
color: #
|
|
4912
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
4913
|
+
border-color: #0080ff;
|
|
4813
4914
|
}
|
|
4814
|
-
.
|
|
4815
|
-
|
|
4816
|
-
text-overflow: ellipsis;
|
|
4817
|
-
width: 100%;
|
|
4818
|
-
vertical-align: middle;
|
|
4915
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
4916
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
4819
4917
|
}
|
|
4820
|
-
.
|
|
4821
|
-
|
|
4918
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4919
|
+
border: 1px solid #0080ff;
|
|
4822
4920
|
}
|
|
4823
|
-
.
|
|
4824
|
-
|
|
4921
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
4922
|
+
background: #0080ff;
|
|
4825
4923
|
}
|
|
4826
|
-
.
|
|
4827
|
-
|
|
4924
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4925
|
+
background-color: #fff;
|
|
4926
|
+
height: 2px;
|
|
4927
|
+
width: 10px;
|
|
4928
|
+
border-radius: 2px;
|
|
4828
4929
|
}
|
|
4829
|
-
.
|
|
4830
|
-
|
|
4831
|
-
border-color: transparent transparent white;
|
|
4930
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
4931
|
+
opacity: 0.5;
|
|
4832
4932
|
}
|
|
4833
|
-
.
|
|
4834
|
-
|
|
4933
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
4934
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4935
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
4835
4936
|
}
|
|
4836
|
-
.
|
|
4837
|
-
border-
|
|
4937
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
4938
|
+
border-color: #2d3a56;
|
|
4838
4939
|
}
|
|
4839
|
-
.
|
|
4840
|
-
|
|
4841
|
-
width: 4px;
|
|
4842
|
-
top: -1px;
|
|
4843
|
-
bottom: -1px;
|
|
4844
|
-
background: white;
|
|
4940
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
4941
|
+
background: #2d3a56;
|
|
4845
4942
|
}
|
|
4846
|
-
.
|
|
4847
|
-
|
|
4943
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
4944
|
+
padding: 0;
|
|
4848
4945
|
}
|
|
4849
|
-
.
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4946
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
4947
|
+
display: inline-block;
|
|
4948
|
+
margin-left: 12px;
|
|
4949
|
+
color: #2d3a56;
|
|
4853
4950
|
}
|
|
4854
|
-
.
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4951
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
4952
|
+
margin-left: 28px;
|
|
4953
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4858
4954
|
}
|
|
4859
|
-
.
|
|
4860
|
-
|
|
4861
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
4955
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
4956
|
+
margin-left: 8px;
|
|
4862
4957
|
}
|
|
4863
|
-
.
|
|
4864
|
-
|
|
4865
|
-
align-items: center;
|
|
4866
|
-
height: 100%;
|
|
4867
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4958
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
4959
|
+
margin-left: 24px;
|
|
4868
4960
|
}
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4961
|
+
|
|
4962
|
+
.E_c1yd35n {
|
|
4963
|
+
padding: 0 12px 14px 12px;
|
|
4872
4964
|
}
|
|
4873
|
-
|
|
4965
|
+
|
|
4966
|
+
.E_lht19u8 {
|
|
4967
|
+
width: 64px;
|
|
4968
|
+
height: 64px;
|
|
4874
4969
|
display: flex;
|
|
4875
4970
|
align-items: center;
|
|
4876
|
-
|
|
4877
|
-
background: rgba(225, 230, 241, 0.6);
|
|
4878
|
-
}
|
|
4879
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
4880
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
4881
|
-
}
|
|
4882
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
4883
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
4884
|
-
border-radius: 8px;
|
|
4885
|
-
}
|
|
4886
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
4887
|
-
border-top-color: white;
|
|
4888
|
-
}
|
|
4889
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
4890
|
-
background: rgba(0, 136, 255, 0.1);
|
|
4891
|
-
border-bottom-color: transparent;
|
|
4892
|
-
border-top-color: transparent;
|
|
4893
|
-
}
|
|
4894
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
4895
|
-
border-radius: 8px 0 0 8px;
|
|
4896
|
-
}
|
|
4897
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
4898
|
-
border-radius: 0 8px 8px 0;
|
|
4899
|
-
}
|
|
4900
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
4901
|
-
background: rgba(0, 136, 255, 0.1);
|
|
4902
|
-
}
|
|
4903
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
4904
|
-
background: #fff;
|
|
4905
|
-
font-weight: 400;
|
|
4971
|
+
justify-content: center;
|
|
4906
4972
|
position: relative;
|
|
4907
|
-
|
|
4908
|
-
color: #00122e;
|
|
4909
|
-
transition: none;
|
|
4910
|
-
padding: 14px 8px 14px 8px;
|
|
4911
|
-
line-height: 20px;
|
|
4973
|
+
opacity: 0.2;
|
|
4912
4974
|
}
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
width: 1px;
|
|
4916
|
-
top: 0;
|
|
4917
|
-
bottom: 0;
|
|
4918
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4975
|
+
|
|
4976
|
+
.E_lk3gkp4 {
|
|
4919
4977
|
position: absolute;
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
width: 100%;
|
|
4930
|
-
overflow: hidden;
|
|
4931
|
-
white-space: nowrap;
|
|
4932
|
-
text-overflow: ellipsis;
|
|
4933
|
-
}
|
|
4934
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
4935
|
-
overflow: hidden;
|
|
4936
|
-
text-overflow: ellipsis;
|
|
4937
|
-
flex: 1;
|
|
4938
|
-
}
|
|
4939
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
4940
|
-
padding: 15px 25px 15px 8px;
|
|
4978
|
+
width: 5px;
|
|
4979
|
+
height: 48px;
|
|
4980
|
+
left: 9.33px;
|
|
4981
|
+
top: 40.5px;
|
|
4982
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4983
|
+
border-radius: 5px;
|
|
4984
|
+
transform: rotate(-128deg);
|
|
4985
|
+
transform-origin: top left;
|
|
4986
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
4941
4987
|
}
|
|
4942
|
-
|
|
4943
|
-
|
|
4988
|
+
|
|
4989
|
+
.E_ll4n94n {
|
|
4990
|
+
position: absolute;
|
|
4991
|
+
width: 5px;
|
|
4992
|
+
height: 48px;
|
|
4993
|
+
left: 40.8px;
|
|
4994
|
+
top: 8.4px;
|
|
4995
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
4996
|
+
border-radius: 5px;
|
|
4997
|
+
transform: rotate(-8deg);
|
|
4998
|
+
transform-origin: top left;
|
|
4999
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
4944
5000
|
}
|
|
4945
|
-
|
|
5001
|
+
|
|
5002
|
+
.E_l17lbdo6 {
|
|
4946
5003
|
position: absolute;
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
5004
|
+
width: 5px;
|
|
5005
|
+
height: 48px;
|
|
5006
|
+
left: 52.9px;
|
|
5007
|
+
top: 51.8px;
|
|
5008
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5009
|
+
border-radius: 5px;
|
|
5010
|
+
transform: rotate(112deg);
|
|
5011
|
+
transform-origin: top left;
|
|
5012
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
4953
5013
|
}
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
5014
|
+
|
|
5015
|
+
.E_u3l9ivi {
|
|
5016
|
+
width: 100%;
|
|
5017
|
+
position: relative;
|
|
4957
5018
|
}
|
|
4958
|
-
.
|
|
5019
|
+
.E_u3l9ivi .upload-label {
|
|
5020
|
+
color: #00122e;
|
|
5021
|
+
word-break: break-word;
|
|
5022
|
+
margin-bottom: 4px;
|
|
4959
5023
|
display: block;
|
|
4960
5024
|
}
|
|
4961
|
-
.
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
4965
|
-
transform: translateY(-50%);
|
|
5025
|
+
.E_u3l9ivi .upload-description {
|
|
5026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5027
|
+
word-break: break-word;
|
|
4966
5028
|
}
|
|
4967
|
-
.
|
|
4968
|
-
|
|
5029
|
+
.E_u3l9ivi .upload-button {
|
|
5030
|
+
display: block;
|
|
4969
5031
|
}
|
|
4970
|
-
.
|
|
4971
|
-
|
|
5032
|
+
.E_u3l9ivi .upload-button:not(:first-child),
|
|
5033
|
+
.E_u3l9ivi .upload-drag:not(:first-child) {
|
|
5034
|
+
margin-top: 8px;
|
|
4972
5035
|
}
|
|
4973
|
-
.
|
|
4974
|
-
|
|
5036
|
+
.E_u3l9ivi .upload-button:not(:last-child),
|
|
5037
|
+
.E_u3l9ivi .upload-drag:not(:last-child) {
|
|
5038
|
+
margin-bottom: 8px;
|
|
4975
5039
|
}
|
|
4976
|
-
.
|
|
4977
|
-
padding
|
|
5040
|
+
.E_u3l9ivi .upload-drag-area {
|
|
5041
|
+
padding: 32px 16px;
|
|
5042
|
+
border-radius: 4px;
|
|
5043
|
+
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
5044
|
+
background: rgba(237, 241, 250, 0.6);
|
|
5045
|
+
display: flex;
|
|
5046
|
+
flex-direction: column;
|
|
5047
|
+
align-items: center;
|
|
4978
5048
|
}
|
|
4979
|
-
.
|
|
4980
|
-
|
|
5049
|
+
.E_u3l9ivi .upload-drag-area .upload-drag-text {
|
|
5050
|
+
text-align: center;
|
|
4981
5051
|
}
|
|
4982
|
-
.
|
|
4983
|
-
|
|
4984
|
-
left: 50%;
|
|
4985
|
-
top: 50%;
|
|
4986
|
-
transform: translate(-50%, -50%);
|
|
5052
|
+
.E_u3l9ivi .upload-drag-area .ant-upload-drag-container {
|
|
5053
|
+
color: #00122e;
|
|
4987
5054
|
}
|
|
4988
|
-
.
|
|
4989
|
-
|
|
5055
|
+
.E_u3l9ivi .upload-drag-area.has-file {
|
|
5056
|
+
padding: 16px;
|
|
4990
5057
|
}
|
|
4991
|
-
.
|
|
4992
|
-
|
|
5058
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container {
|
|
5059
|
+
display: flex;
|
|
5060
|
+
flex-direction: row;
|
|
5061
|
+
justify-content: center;
|
|
5062
|
+
align-items: flex-start;
|
|
4993
5063
|
}
|
|
4994
|
-
.
|
|
4995
|
-
|
|
5064
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
5065
|
+
height: 24px;
|
|
4996
5066
|
}
|
|
4997
|
-
.
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
background: inherit !important;
|
|
5001
|
-
height: 100px;
|
|
5002
|
-
vertical-align: middle;
|
|
5067
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link[disabled] {
|
|
5068
|
+
color: #00122e;
|
|
5069
|
+
opacity: 1;
|
|
5003
5070
|
}
|
|
5004
|
-
.
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
font-size: 20px;
|
|
5008
|
-
color: rgba(10, 37, 85, 0.6);
|
|
5071
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text {
|
|
5072
|
+
margin-left: 8px;
|
|
5073
|
+
text-align: left;
|
|
5009
5074
|
}
|
|
5010
|
-
.
|
|
5011
|
-
|
|
5012
|
-
z-index: 10;
|
|
5075
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text .ant-btn.ant-btn-link {
|
|
5076
|
+
height: 24px;
|
|
5013
5077
|
}
|
|
5014
|
-
.
|
|
5015
|
-
padding:
|
|
5016
|
-
|
|
5017
|
-
background: #fff;
|
|
5078
|
+
.E_u3l9ivi .upload-drag-area.has-file.single {
|
|
5079
|
+
padding: 12px;
|
|
5080
|
+
line-height: 24px;
|
|
5018
5081
|
}
|
|
5019
|
-
.
|
|
5020
|
-
height: 100%;
|
|
5082
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container {
|
|
5021
5083
|
display: flex;
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5084
|
+
flex-direction: row;
|
|
5085
|
+
align-items: flex-start;
|
|
5086
|
+
justify-content: space-between;
|
|
5087
|
+
line-height: 24px;
|
|
5088
|
+
word-break: break-all;
|
|
5025
5089
|
}
|
|
5026
|
-
.
|
|
5027
|
-
width: 24px;
|
|
5090
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
5028
5091
|
height: 24px;
|
|
5029
|
-
cursor: pointer;
|
|
5030
|
-
justify-content: center;
|
|
5031
|
-
border-radius: 4px;
|
|
5032
5092
|
}
|
|
5033
|
-
.
|
|
5034
|
-
|
|
5093
|
+
.E_u3l9ivi .upload-drag-area.file-error.single {
|
|
5094
|
+
border-color: #f0483e;
|
|
5095
|
+
background: rgba(255, 74, 74, 0.1);
|
|
5035
5096
|
}
|
|
5036
|
-
|
|
5037
|
-
.E_c1kghdax {
|
|
5038
|
-
color: #2d3a56;
|
|
5039
|
-
padding: 7px 12px;
|
|
5097
|
+
.E_u3l9ivi .upload-drag-area .file-info {
|
|
5040
5098
|
display: flex;
|
|
5041
|
-
|
|
5042
|
-
align-items:
|
|
5099
|
+
cursor: default;
|
|
5100
|
+
align-items: flex-start;
|
|
5043
5101
|
}
|
|
5044
|
-
.
|
|
5045
|
-
|
|
5102
|
+
.E_u3l9ivi .upload-drag-area .file-info .icon-wrapper {
|
|
5103
|
+
margin: 4px 0;
|
|
5046
5104
|
}
|
|
5047
|
-
.
|
|
5048
|
-
|
|
5049
|
-
|
|
5105
|
+
.E_u3l9ivi .upload-drag-area .file-info .file-name {
|
|
5106
|
+
margin: 3px 4px;
|
|
5107
|
+
text-align: left;
|
|
5050
5108
|
}
|
|
5051
|
-
.
|
|
5052
|
-
color: #
|
|
5053
|
-
|
|
5109
|
+
.E_u3l9ivi .upload-drag-area:not(.ant-upload-disabled):not(.file-error):hover {
|
|
5110
|
+
border-color: #0080ff;
|
|
5111
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5054
5112
|
}
|
|
5055
|
-
.
|
|
5056
|
-
|
|
5113
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled {
|
|
5114
|
+
opacity: 0.5;
|
|
5057
5115
|
}
|
|
5058
|
-
.
|
|
5059
|
-
|
|
5060
|
-
line-height: 18px;
|
|
5116
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled.reach-max-count {
|
|
5117
|
+
color: rgba(0, 21, 64, 0.3);
|
|
5061
5118
|
}
|
|
5062
|
-
.
|
|
5119
|
+
.E_u3l9ivi .upload-error {
|
|
5120
|
+
margin-top: 8px;
|
|
5121
|
+
color: #f0483e;
|
|
5122
|
+
}
|
|
5123
|
+
.E_u3l9ivi .upload-file-info-list {
|
|
5124
|
+
gap: 4px;
|
|
5063
5125
|
display: flex;
|
|
5064
|
-
|
|
5065
|
-
user-select: none;
|
|
5066
|
-
flex-grow: 1;
|
|
5067
|
-
font-size: 12px;
|
|
5068
|
-
line-height: 18px;
|
|
5069
|
-
color: #2d3a56;
|
|
5070
|
-
font-weight: 700;
|
|
5126
|
+
flex-direction: column;
|
|
5071
5127
|
}
|
|
5072
|
-
.
|
|
5073
|
-
|
|
5074
|
-
margin-right: 2px;
|
|
5128
|
+
.E_u3l9ivi .upload-file-list {
|
|
5129
|
+
width: 100%;
|
|
5075
5130
|
}
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
color: #2d3a56;
|
|
5079
|
-
line-height: 22px;
|
|
5080
|
-
display: inline-flex;
|
|
5131
|
+
.E_u3l9ivi .upload-file-list .upload-file-item {
|
|
5132
|
+
padding-bottom: 4px;
|
|
5081
5133
|
}
|
|
5082
|
-
.
|
|
5083
|
-
|
|
5134
|
+
.E_u3l9ivi .upload-file-list .upload-file-item:not(:last-child) {
|
|
5135
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5136
|
+
margin-bottom: 4px;
|
|
5137
|
+
}
|
|
5138
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info {
|
|
5084
5139
|
display: flex;
|
|
5085
|
-
align-items:
|
|
5086
|
-
top: 0;
|
|
5140
|
+
align-items: flex-start;
|
|
5087
5141
|
}
|
|
5088
|
-
.
|
|
5089
|
-
|
|
5142
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info {
|
|
5143
|
+
display: flex;
|
|
5144
|
+
align-items: flex-start;
|
|
5145
|
+
width: calc(100% - 25px);
|
|
5090
5146
|
}
|
|
5091
|
-
.
|
|
5092
|
-
|
|
5147
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .validating {
|
|
5148
|
+
color: rgba(0, 21, 64, 0.3);
|
|
5093
5149
|
}
|
|
5094
|
-
.
|
|
5095
|
-
|
|
5150
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .icon-wrapper {
|
|
5151
|
+
margin: 0 4px;
|
|
5096
5152
|
}
|
|
5097
|
-
.
|
|
5098
|
-
|
|
5153
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .remove-button {
|
|
5154
|
+
margin-left: auto;
|
|
5155
|
+
}
|
|
5156
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-error {
|
|
5157
|
+
color: #e75a3a;
|
|
5158
|
+
margin-left: 24px;
|
|
5159
|
+
}
|
|
5160
|
+
|
|
5161
|
+
.E_ftdwz1g {
|
|
5162
|
+
display: flex;
|
|
5163
|
+
width: 100%;
|
|
5164
|
+
flex-direction: row;
|
|
5165
|
+
background: rgba(237, 241, 250, 0.6);
|
|
5166
|
+
padding: 7px 8px;
|
|
5167
|
+
border-radius: 4px;
|
|
5168
|
+
gap: 4px;
|
|
5169
|
+
align-items: self-start;
|
|
5170
|
+
color: #00122e;
|
|
5171
|
+
}
|
|
5172
|
+
.E_ftdwz1g .file-size,
|
|
5173
|
+
.E_ftdwz1g .file-size-unit {
|
|
5174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5175
|
+
}
|
|
5176
|
+
.E_ftdwz1g .file-info {
|
|
5177
|
+
flex-grow: 1;
|
|
5178
|
+
overflow: hidden;
|
|
5179
|
+
}
|
|
5180
|
+
.E_ftdwz1g .icon-wrapper {
|
|
5181
|
+
margin-top: 2px;
|
|
5182
|
+
cursor: pointer;
|
|
5099
5183
|
}
|
|
5100
|
-
.
|
|
5101
|
-
|
|
5184
|
+
.E_ftdwz1g .upload-file-error {
|
|
5185
|
+
color: #f0483e;
|
|
5102
5186
|
}
|
|
5103
|
-
.
|
|
5104
|
-
background
|
|
5105
|
-
height: 2px;
|
|
5106
|
-
width: 10px;
|
|
5107
|
-
border-radius: 2px;
|
|
5187
|
+
.E_ftdwz1g.file-error-wrapper {
|
|
5188
|
+
background: rgba(255, 74, 74, 0.1);
|
|
5108
5189
|
}
|
|
5109
|
-
.
|
|
5190
|
+
.E_ftdwz1g.disabled {
|
|
5110
5191
|
opacity: 0.5;
|
|
5111
5192
|
}
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
}
|
|
5116
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
5117
|
-
border-color: #2d3a56;
|
|
5193
|
+
|
|
5194
|
+
.E_w7ob4th.outside-tag {
|
|
5195
|
+
padding-left: 0;
|
|
5118
5196
|
}
|
|
5119
|
-
.
|
|
5120
|
-
|
|
5197
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
5198
|
+
border-radius: 4px 0 0 4px;
|
|
5199
|
+
padding-right: 4px;
|
|
5200
|
+
margin-right: 4px;
|
|
5121
5201
|
}
|
|
5122
|
-
|
|
5123
|
-
|
|
5202
|
+
|
|
5203
|
+
.E_i1g85yz3 {
|
|
5204
|
+
margin-right: 4px;
|
|
5205
|
+
height: 16px;
|
|
5124
5206
|
}
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5207
|
+
|
|
5208
|
+
.E_slr2ynn {
|
|
5209
|
+
padding: 0 8px;
|
|
5210
|
+
height: 18px;
|
|
5129
5211
|
}
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5212
|
+
|
|
5213
|
+
.E_m140wbb6 {
|
|
5214
|
+
padding: 2px 8px;
|
|
5215
|
+
height: 24px;
|
|
5133
5216
|
}
|
|
5134
|
-
|
|
5135
|
-
|
|
5217
|
+
|
|
5218
|
+
.E_t1fozc1i {
|
|
5219
|
+
margin: 0;
|
|
5136
5220
|
}
|
|
5137
|
-
|
|
5138
|
-
|
|
5221
|
+
|
|
5222
|
+
.E_i1vxv4ln {
|
|
5223
|
+
margin-right: 4px;
|
|
5224
|
+
height: 16px;
|
|
5139
5225
|
}
|
|
5140
5226
|
|
|
5141
|
-
.
|
|
5142
|
-
|
|
5227
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
5228
|
+
font-weight: 700;
|
|
5229
|
+
color: #00122e;
|
|
5230
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5231
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5232
|
+
word-break: break-all;
|
|
5233
|
+
display: inline;
|
|
5234
|
+
white-space: normal;
|
|
5143
5235
|
}
|
|
5144
5236
|
|
|
5145
|
-
.
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
display: flex;
|
|
5149
|
-
align-items: center;
|
|
5150
|
-
justify-content: center;
|
|
5151
|
-
position: relative;
|
|
5152
|
-
opacity: 0.2;
|
|
5237
|
+
.E_t1dtlqs1 {
|
|
5238
|
+
margin-bottom: 4px;
|
|
5239
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5153
5240
|
}
|
|
5154
5241
|
|
|
5155
|
-
.
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
height:
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5242
|
+
.E_s1ese5oy {
|
|
5243
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5244
|
+
line-height: 32px;
|
|
5245
|
+
height: 32px;
|
|
5246
|
+
margin-bottom: 0;
|
|
5247
|
+
}
|
|
5248
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5249
|
+
color: #0080ff;
|
|
5250
|
+
}
|
|
5251
|
+
.E_s1ese5oy.warning {
|
|
5252
|
+
color: #ffa500;
|
|
5253
|
+
}
|
|
5254
|
+
.E_s1ese5oy.success {
|
|
5255
|
+
color: #00ba5d;
|
|
5256
|
+
}
|
|
5257
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
5258
|
+
color: #f0483e;
|
|
5259
|
+
}
|
|
5260
|
+
.E_s1ese5oy.normal {
|
|
5261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5166
5262
|
}
|
|
5167
5263
|
|
|
5168
|
-
.
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
height: 48px;
|
|
5172
|
-
left: 40.8px;
|
|
5173
|
-
top: 8.4px;
|
|
5174
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5175
|
-
border-radius: 5px;
|
|
5176
|
-
transform: rotate(-8deg);
|
|
5177
|
-
transform-origin: top left;
|
|
5178
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
5264
|
+
.E_b1ibis43 {
|
|
5265
|
+
margin-bottom: 0;
|
|
5266
|
+
color: #00122e;
|
|
5179
5267
|
}
|
|
5180
5268
|
|
|
5181
|
-
.
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
height: 48px;
|
|
5185
|
-
left: 52.9px;
|
|
5186
|
-
top: 51.8px;
|
|
5187
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
5188
|
-
border-radius: 5px;
|
|
5189
|
-
transform: rotate(112deg);
|
|
5190
|
-
transform-origin: top left;
|
|
5191
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
5269
|
+
.E_b11xxjd2 {
|
|
5270
|
+
line-height: 32px;
|
|
5271
|
+
margin-right: 6px;
|
|
5192
5272
|
}
|
|
5193
5273
|
|
|
5194
|
-
.
|
|
5195
|
-
|
|
5274
|
+
.E_bsub5bw.with-description {
|
|
5275
|
+
height: 24px;
|
|
5196
5276
|
flex: 1;
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
}
|
|
5200
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
5201
|
-
height: 32px;
|
|
5277
|
+
position: relative;
|
|
5278
|
+
top: -7px;
|
|
5202
5279
|
}
|
|
5203
|
-
.
|
|
5204
|
-
|
|
5280
|
+
.E_bsub5bw p {
|
|
5281
|
+
width: 100%;
|
|
5282
|
+
overflow: hidden;
|
|
5283
|
+
text-overflow: ellipsis;
|
|
5284
|
+
white-space: nowrap;
|
|
5205
5285
|
}
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
border
|
|
5209
|
-
border-
|
|
5210
|
-
|
|
5211
|
-
padding-left: 16px;
|
|
5212
|
-
font-size: 16px;
|
|
5286
|
+
|
|
5287
|
+
.E_tmoyoag {
|
|
5288
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5289
|
+
border-radius: 8px;
|
|
5290
|
+
overflow: auto;
|
|
5213
5291
|
}
|
|
5214
|
-
.
|
|
5215
|
-
|
|
5292
|
+
.E_tmoyoag .ant-list {
|
|
5293
|
+
position: relative;
|
|
5216
5294
|
}
|
|
5217
|
-
.
|
|
5218
|
-
|
|
5295
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5296
|
+
border-bottom: none;
|
|
5219
5297
|
}
|
|
5220
|
-
.
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
padding
|
|
5298
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5299
|
+
position: sticky;
|
|
5300
|
+
top: 0;
|
|
5301
|
+
z-index: 2;
|
|
5302
|
+
display: flex;
|
|
5303
|
+
padding: 8px;
|
|
5304
|
+
flex-wrap: nowrap;
|
|
5305
|
+
justify-content: flex-start;
|
|
5306
|
+
background: #f2f5fa;
|
|
5226
5307
|
font-size: 14px;
|
|
5308
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5309
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5227
5310
|
}
|
|
5228
|
-
.
|
|
5229
|
-
|
|
5230
|
-
display: flex;
|
|
5231
|
-
place-items: center;
|
|
5232
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5311
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5312
|
+
align-items: inherit;
|
|
5233
5313
|
}
|
|
5234
|
-
.
|
|
5235
|
-
|
|
5314
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5315
|
+
margin-bottom: 0;
|
|
5316
|
+
}
|
|
5317
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5236
5318
|
display: flex;
|
|
5237
|
-
|
|
5319
|
+
justify-content: flex-start;
|
|
5320
|
+
align-items: flex-start;
|
|
5321
|
+
flex-wrap: wrap;
|
|
5322
|
+
padding: 8px;
|
|
5323
|
+
border: none;
|
|
5238
5324
|
}
|
|
5239
|
-
.
|
|
5240
|
-
|
|
5325
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5326
|
+
flex-basis: 100%;
|
|
5327
|
+
margin: 12px 0 0;
|
|
5328
|
+
order: 99;
|
|
5329
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5241
5330
|
}
|
|
5242
|
-
.
|
|
5243
|
-
|
|
5244
|
-
|
|
5331
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5332
|
+
color: #f0483e;
|
|
5333
|
+
flex-basis: 100%;
|
|
5334
|
+
order: 98;
|
|
5335
|
+
margin: 12px 0 0;
|
|
5245
5336
|
}
|
|
5246
|
-
.
|
|
5247
|
-
|
|
5248
|
-
width: 1px;
|
|
5249
|
-
height: 24px;
|
|
5250
|
-
background: rgba(172, 186, 211, 0.6);
|
|
5251
|
-
position: absolute;
|
|
5252
|
-
left: -6px;
|
|
5253
|
-
top: 50%;
|
|
5254
|
-
transform: translateY(-50%);
|
|
5337
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5338
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5255
5339
|
}
|
|
5256
|
-
.
|
|
5257
|
-
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5340
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5341
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
5342
|
+
}
|
|
5343
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5344
|
+
flex: 1 0 0;
|
|
5345
|
+
overflow: hidden;
|
|
5346
|
+
}
|
|
5347
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5348
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5349
|
+
margin: 0;
|
|
5263
5350
|
}
|
|
5264
|
-
.
|
|
5265
|
-
|
|
5266
|
-
color: #0080ff;
|
|
5267
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
5351
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5352
|
+
text-align: center;
|
|
5268
5353
|
}
|
|
5269
|
-
.
|
|
5270
|
-
|
|
5354
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5355
|
+
text-align: center;
|
|
5271
5356
|
}
|
|
5272
|
-
.
|
|
5273
|
-
|
|
5274
|
-
height: 16px;
|
|
5275
|
-
padding: 0;
|
|
5276
|
-
border-radius: 2px;
|
|
5277
|
-
margin-left: 8px;
|
|
5357
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5358
|
+
text-align: left;
|
|
5278
5359
|
}
|
|
5279
|
-
.
|
|
5280
|
-
|
|
5360
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5361
|
+
text-align: left;
|
|
5281
5362
|
}
|
|
5282
|
-
.
|
|
5283
|
-
|
|
5284
|
-
background: rgba(0, 136, 255, 0.1);
|
|
5285
|
-
color: #0080ff;
|
|
5363
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
5364
|
+
text-align: right;
|
|
5286
5365
|
}
|
|
5287
|
-
.
|
|
5288
|
-
|
|
5366
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5367
|
+
text-align: right;
|
|
5289
5368
|
}
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
color: #0080ff;
|
|
5293
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5369
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5370
|
+
margin-right: 8px;
|
|
5294
5371
|
}
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5372
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5373
|
+
padding: 4px;
|
|
5374
|
+
width: 24px;
|
|
5375
|
+
height: 24px;
|
|
5376
|
+
overflow: hidden;
|
|
5298
5377
|
}
|
|
5299
|
-
.
|
|
5300
|
-
|
|
5301
|
-
max-width: 400px;
|
|
5302
|
-
padding: 6px;
|
|
5303
|
-
background: #fff;
|
|
5304
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5305
|
-
border-radius: 8px;
|
|
5306
|
-
max-height: calc(100vh - 250px);
|
|
5307
|
-
overflow: auto;
|
|
5378
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5379
|
+
padding: 0;
|
|
5308
5380
|
}
|
|
5309
|
-
.
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
width: var(--itemWidth);
|
|
5381
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5382
|
+
cursor: not-allowed;
|
|
5383
|
+
opacity: 0.5;
|
|
5313
5384
|
}
|
|
5314
|
-
.
|
|
5315
|
-
margin
|
|
5385
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5386
|
+
margin: 0;
|
|
5316
5387
|
}
|
|
5317
|
-
.
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
|
|
5388
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
5389
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
5390
|
+
border-radius: 5px;
|
|
5391
|
+
font-size: 12px;
|
|
5321
5392
|
}
|
|
5322
|
-
.
|
|
5323
|
-
font-
|
|
5324
|
-
font-style: normal;
|
|
5325
|
-
font-weight: bold !important;
|
|
5393
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
5394
|
+
font-size: inherit;
|
|
5326
5395
|
}
|
|
5327
|
-
.
|
|
5328
|
-
|
|
5329
|
-
|
|
5396
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
5397
|
+
min-height: 24px;
|
|
5398
|
+
font-size: 12px;
|
|
5399
|
+
position: relative;
|
|
5330
5400
|
}
|
|
5331
|
-
.
|
|
5332
|
-
|
|
5333
|
-
background: rgba(211, 218, 235, 0.6);
|
|
5401
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
5402
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5334
5403
|
}
|
|
5335
|
-
.
|
|
5336
|
-
|
|
5337
|
-
flex: 1;
|
|
5338
|
-
overflow: hidden;
|
|
5339
|
-
text-overflow: ellipsis;
|
|
5340
|
-
white-space: nowrap;
|
|
5404
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
5405
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
5341
5406
|
}
|
|
5342
5407
|
|
|
5343
|
-
.
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
margin-right: 3px;
|
|
5408
|
+
.E_a138syjm {
|
|
5409
|
+
display: flex;
|
|
5410
|
+
align-items: center;
|
|
5411
|
+
margin-top: 8px;
|
|
5412
|
+
gap: 8px;
|
|
5349
5413
|
}
|
|
5350
|
-
.
|
|
5351
|
-
|
|
5352
|
-
height:
|
|
5414
|
+
.E_a138syjm button.ant-btn {
|
|
5415
|
+
padding: 2px 8px;
|
|
5416
|
+
height: 24px;
|
|
5353
5417
|
}
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5418
|
+
.E_a138syjm > span.maximum-desc {
|
|
5419
|
+
display: none;
|
|
5420
|
+
color: rgba(44, 56, 82, 0.6);
|
|
5357
5421
|
}
|
|
5358
|
-
.
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5422
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
5423
|
+
display: inline;
|
|
5424
|
+
}
|
|
5425
|
+
|
|
5426
|
+
.E_d77i8u0 {
|
|
5427
|
+
width: 24px;
|
|
5428
|
+
height: 24px;
|
|
5429
|
+
padding: 4px;
|
|
5430
|
+
margin-right: 8px;
|
|
5362
5431
|
}
|
|
5363
5432
|
|
|
5364
5433
|
.E_sjob3jg {
|
|
@@ -5556,101 +5625,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5556
5625
|
justify-content: center;
|
|
5557
5626
|
}
|
|
5558
5627
|
|
|
5559
|
-
.
|
|
5560
|
-
|
|
5561
|
-
|
|
5628
|
+
.E_t1tbywr9 {
|
|
5629
|
+
width: 100%;
|
|
5630
|
+
flex: 1;
|
|
5631
|
+
display: flex;
|
|
5632
|
+
flex-direction: column;
|
|
5562
5633
|
}
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5634
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
5635
|
+
height: 32px;
|
|
5636
|
+
}
|
|
5637
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
5638
|
+
height: 32px;
|
|
5639
|
+
}
|
|
5640
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
5641
|
+
height: 32px;
|
|
5642
|
+
border-top-left-radius: 6px;
|
|
5643
|
+
border-top-right-radius: 6px;
|
|
5644
|
+
padding-right: 16px;
|
|
5645
|
+
padding-left: 16px;
|
|
5646
|
+
font-size: 16px;
|
|
5647
|
+
}
|
|
5648
|
+
.E_t1tbywr9.small .tab-bar {
|
|
5566
5649
|
height: 24px;
|
|
5567
5650
|
}
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
margin: 0;
|
|
5651
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
5652
|
+
height: 24px;
|
|
5571
5653
|
}
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5654
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
5655
|
+
height: 24px;
|
|
5656
|
+
border-top-left-radius: 4px;
|
|
5657
|
+
border-top-right-radius: 4px;
|
|
5658
|
+
padding-right: 12px;
|
|
5659
|
+
padding-left: 12px;
|
|
5660
|
+
font-size: 14px;
|
|
5576
5661
|
}
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5583
|
-
word-break: break-all;
|
|
5584
|
-
display: inline;
|
|
5585
|
-
white-space: normal;
|
|
5662
|
+
.E_t1tbywr9 .tab-bar {
|
|
5663
|
+
max-width: 100%;
|
|
5664
|
+
display: flex;
|
|
5665
|
+
place-items: center;
|
|
5666
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
5586
5667
|
}
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
margin: 0;
|
|
5590
|
-
border-radius: 20px;
|
|
5591
|
-
padding: 2px 10px;
|
|
5592
|
-
height: 22px;
|
|
5668
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
5669
|
+
overflow: hidden;
|
|
5593
5670
|
display: flex;
|
|
5594
|
-
|
|
5671
|
+
place-items: center;
|
|
5595
5672
|
}
|
|
5596
|
-
.
|
|
5597
|
-
|
|
5673
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
5674
|
+
padding-left: 0px;
|
|
5598
5675
|
}
|
|
5599
|
-
.
|
|
5676
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
5677
|
+
margin-left: 12px;
|
|
5678
|
+
position: relative;
|
|
5679
|
+
}
|
|
5680
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
5681
|
+
content: "";
|
|
5682
|
+
width: 1px;
|
|
5683
|
+
height: 24px;
|
|
5684
|
+
background: rgba(172, 186, 211, 0.6);
|
|
5685
|
+
position: absolute;
|
|
5686
|
+
left: -6px;
|
|
5687
|
+
top: 50%;
|
|
5688
|
+
transform: translateY(-50%);
|
|
5689
|
+
}
|
|
5690
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
5691
|
+
flex-shrink: 0;
|
|
5692
|
+
display: flex;
|
|
5693
|
+
place-items: center;
|
|
5600
5694
|
cursor: pointer;
|
|
5695
|
+
color: rgba(44, 56, 82, 0.75);
|
|
5696
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
5601
5697
|
}
|
|
5602
|
-
.
|
|
5603
|
-
|
|
5698
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
5699
|
+
padding-left: 16px;
|
|
5700
|
+
color: #0080ff;
|
|
5701
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
5604
5702
|
}
|
|
5605
|
-
.
|
|
5606
|
-
margin-
|
|
5703
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
5704
|
+
margin-left: 2px;
|
|
5705
|
+
}
|
|
5706
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
5707
|
+
width: 16px;
|
|
5708
|
+
height: 16px;
|
|
5709
|
+
padding: 0;
|
|
5710
|
+
border-radius: 2px;
|
|
5711
|
+
margin-left: 8px;
|
|
5712
|
+
}
|
|
5713
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
5714
|
+
margin-left: 8px;
|
|
5715
|
+
}
|
|
5716
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
5717
|
+
padding-left: 16px;
|
|
5718
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5719
|
+
color: #0080ff;
|
|
5720
|
+
}
|
|
5721
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
5722
|
+
display: none;
|
|
5607
5723
|
}
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
color:
|
|
5724
|
+
|
|
5725
|
+
.E_ti12z2.ant-dropdown-open {
|
|
5726
|
+
color: #0080ff;
|
|
5727
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5611
5728
|
}
|
|
5612
|
-
|
|
5613
|
-
|
|
5729
|
+
|
|
5730
|
+
.E_m19lu3v {
|
|
5731
|
+
cursor: default;
|
|
5614
5732
|
}
|
|
5615
|
-
.
|
|
5616
|
-
|
|
5733
|
+
.E_m19lu3v .menu-wrapper {
|
|
5734
|
+
min-width: 160px;
|
|
5735
|
+
max-width: 400px;
|
|
5736
|
+
padding: 6px;
|
|
5737
|
+
background: #fff;
|
|
5738
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
5739
|
+
border-radius: 8px;
|
|
5740
|
+
max-height: calc(100vh - 250px);
|
|
5741
|
+
overflow: auto;
|
|
5617
5742
|
}
|
|
5618
|
-
.
|
|
5619
|
-
|
|
5743
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
5744
|
+
display: flex;
|
|
5745
|
+
place-items: center;
|
|
5746
|
+
width: var(--itemWidth);
|
|
5620
5747
|
}
|
|
5621
|
-
.
|
|
5622
|
-
|
|
5748
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
5749
|
+
margin-top: 8px;
|
|
5623
5750
|
}
|
|
5624
|
-
.
|
|
5625
|
-
|
|
5751
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
5752
|
+
padding: 6px;
|
|
5753
|
+
background: rgba(0, 136, 255, 0.1);
|
|
5754
|
+
color: #0080ff;
|
|
5626
5755
|
}
|
|
5627
|
-
.
|
|
5628
|
-
|
|
5756
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
5757
|
+
font-family: Inter;
|
|
5758
|
+
font-style: normal;
|
|
5759
|
+
font-weight: bold !important;
|
|
5629
5760
|
}
|
|
5630
|
-
.
|
|
5631
|
-
|
|
5761
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
5762
|
+
padding: 5px 12px;
|
|
5763
|
+
border-radius: 4px;
|
|
5632
5764
|
}
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
height: 8px;
|
|
5637
|
-
border-radius: 50%;
|
|
5638
|
-
display: inline-block;
|
|
5765
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
5766
|
+
color: #0080ff;
|
|
5767
|
+
background: rgba(211, 218, 235, 0.6);
|
|
5639
5768
|
}
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
|
|
5769
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
5770
|
+
text-align: left;
|
|
5771
|
+
flex: 1;
|
|
5772
|
+
overflow: hidden;
|
|
5773
|
+
text-overflow: ellipsis;
|
|
5774
|
+
white-space: nowrap;
|
|
5646
5775
|
}
|
|
5647
5776
|
|
|
5648
|
-
.
|
|
5649
|
-
|
|
5777
|
+
.E_i1bmwe2m {
|
|
5778
|
+
margin: auto;
|
|
5779
|
+
cursor: pointer;
|
|
5780
|
+
line-height: normal;
|
|
5781
|
+
height: 16px;
|
|
5782
|
+
margin-right: 3px;
|
|
5650
5783
|
}
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5784
|
+
.E_i1bmwe2m .icon-inner {
|
|
5785
|
+
display: block;
|
|
5786
|
+
height: 16px;
|
|
5654
5787
|
}
|
|
5655
5788
|
|
|
5656
5789
|
.E_r77hffu {
|
|
@@ -5672,205 +5805,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5672
5805
|
margin-inline-end: unset;
|
|
5673
5806
|
}
|
|
5674
5807
|
|
|
5675
|
-
.
|
|
5676
|
-
margin
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5683
|
-
}
|
|
5684
|
-
|
|
5685
|
-
.E_s1ese5oy {
|
|
5686
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5687
|
-
line-height: 32px;
|
|
5688
|
-
height: 32px;
|
|
5689
|
-
margin-bottom: 0;
|
|
5690
|
-
}
|
|
5691
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
5692
|
-
color: #0080ff;
|
|
5693
|
-
}
|
|
5694
|
-
.E_s1ese5oy.warning {
|
|
5695
|
-
color: #ffa500;
|
|
5696
|
-
}
|
|
5697
|
-
.E_s1ese5oy.success {
|
|
5698
|
-
color: #00ba5d;
|
|
5808
|
+
.E_l1ucdodl {
|
|
5809
|
+
margin: 0;
|
|
5810
|
+
border-radius: 20px;
|
|
5811
|
+
padding: 2px 10px;
|
|
5812
|
+
height: 22px;
|
|
5813
|
+
display: flex;
|
|
5814
|
+
align-items: center;
|
|
5699
5815
|
}
|
|
5700
|
-
.
|
|
5701
|
-
color: #
|
|
5816
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
5817
|
+
color: #FFFFFF;
|
|
5702
5818
|
}
|
|
5703
|
-
.
|
|
5704
|
-
|
|
5819
|
+
.E_l1ucdodl.tag-hover {
|
|
5820
|
+
cursor: pointer;
|
|
5705
5821
|
}
|
|
5706
|
-
|
|
5707
|
-
.E_b1ibis43 {
|
|
5708
|
-
margin-bottom: 0;
|
|
5822
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
5709
5823
|
color: #00122e;
|
|
5710
5824
|
}
|
|
5711
|
-
|
|
5712
|
-
.E_b11xxjd2 {
|
|
5713
|
-
line-height: 32px;
|
|
5825
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
5714
5826
|
margin-right: 6px;
|
|
5715
5827
|
}
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
height: 24px;
|
|
5719
|
-
flex: 1;
|
|
5720
|
-
position: relative;
|
|
5721
|
-
top: -7px;
|
|
5722
|
-
}
|
|
5723
|
-
.E_bsub5bw p {
|
|
5724
|
-
width: 100%;
|
|
5725
|
-
overflow: hidden;
|
|
5726
|
-
text-overflow: ellipsis;
|
|
5727
|
-
white-space: nowrap;
|
|
5728
|
-
}
|
|
5729
|
-
|
|
5730
|
-
.E_tmoyoag {
|
|
5731
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
5732
|
-
border-radius: 8px;
|
|
5733
|
-
overflow: auto;
|
|
5734
|
-
}
|
|
5735
|
-
.E_tmoyoag .ant-list {
|
|
5736
|
-
position: relative;
|
|
5737
|
-
}
|
|
5738
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
5739
|
-
border-bottom: none;
|
|
5740
|
-
}
|
|
5741
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5742
|
-
position: sticky;
|
|
5743
|
-
top: 0;
|
|
5744
|
-
z-index: 2;
|
|
5745
|
-
display: flex;
|
|
5746
|
-
padding: 8px;
|
|
5747
|
-
flex-wrap: nowrap;
|
|
5748
|
-
justify-content: flex-start;
|
|
5749
|
-
background: #f2f5fa;
|
|
5750
|
-
font-size: 14px;
|
|
5751
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5752
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
5753
|
-
}
|
|
5754
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
5755
|
-
align-items: inherit;
|
|
5756
|
-
}
|
|
5757
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
5758
|
-
margin-bottom: 0;
|
|
5759
|
-
}
|
|
5760
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
5761
|
-
display: flex;
|
|
5762
|
-
justify-content: flex-start;
|
|
5763
|
-
align-items: flex-start;
|
|
5764
|
-
flex-wrap: wrap;
|
|
5765
|
-
padding: 8px;
|
|
5766
|
-
border: none;
|
|
5767
|
-
}
|
|
5768
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
5769
|
-
flex-basis: 100%;
|
|
5770
|
-
margin: 12px 0 0;
|
|
5771
|
-
order: 99;
|
|
5772
|
-
color: rgba(44, 56, 82, 0.6);
|
|
5773
|
-
}
|
|
5774
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
5775
|
-
color: #f0483e;
|
|
5776
|
-
flex-basis: 100%;
|
|
5777
|
-
order: 98;
|
|
5778
|
-
margin: 12px 0 0;
|
|
5779
|
-
}
|
|
5780
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
5781
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
5782
|
-
}
|
|
5783
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
5784
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
5785
|
-
}
|
|
5786
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
5787
|
-
flex: 1 0 0;
|
|
5788
|
-
overflow: hidden;
|
|
5789
|
-
}
|
|
5790
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
5828
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
5829
|
+
margin-left: 8px;
|
|
5791
5830
|
color: rgba(44, 56, 82, 0.6);
|
|
5792
|
-
margin: 0;
|
|
5793
|
-
}
|
|
5794
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
5795
|
-
text-align: center;
|
|
5796
|
-
}
|
|
5797
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
5798
|
-
text-align: center;
|
|
5799
|
-
}
|
|
5800
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
5801
|
-
text-align: left;
|
|
5802
|
-
}
|
|
5803
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
5804
|
-
text-align: left;
|
|
5805
5831
|
}
|
|
5806
|
-
.
|
|
5807
|
-
|
|
5808
|
-
}
|
|
5809
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
5810
|
-
text-align: right;
|
|
5811
|
-
}
|
|
5812
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
5813
|
-
margin-right: 8px;
|
|
5814
|
-
}
|
|
5815
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
5816
|
-
padding: 4px;
|
|
5817
|
-
width: 24px;
|
|
5818
|
-
height: 24px;
|
|
5819
|
-
overflow: hidden;
|
|
5820
|
-
}
|
|
5821
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
5822
|
-
padding: 0;
|
|
5823
|
-
}
|
|
5824
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
5825
|
-
cursor: not-allowed;
|
|
5826
|
-
opacity: 0.5;
|
|
5827
|
-
}
|
|
5828
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
5829
|
-
margin: 0;
|
|
5832
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
5833
|
+
color: #FFFFFF;
|
|
5830
5834
|
}
|
|
5831
|
-
.
|
|
5832
|
-
|
|
5833
|
-
border-radius: 5px;
|
|
5834
|
-
font-size: 12px;
|
|
5835
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
5836
|
+
background-color: #0080ff;
|
|
5835
5837
|
}
|
|
5836
|
-
.
|
|
5837
|
-
|
|
5838
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
5839
|
+
background-color: #f0483e;
|
|
5838
5840
|
}
|
|
5839
|
-
.
|
|
5840
|
-
|
|
5841
|
-
font-size: 12px;
|
|
5842
|
-
position: relative;
|
|
5841
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
5842
|
+
background-color: #fea008;
|
|
5843
5843
|
}
|
|
5844
|
-
.
|
|
5845
|
-
|
|
5844
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
5845
|
+
background-color: #00ba5d;
|
|
5846
5846
|
}
|
|
5847
|
-
.
|
|
5848
|
-
background-color:
|
|
5847
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5848
|
+
background-color: #6b7d99;
|
|
5849
|
+
}
|
|
5850
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
5851
|
+
background-color: #7E41FF;
|
|
5849
5852
|
}
|
|
5850
5853
|
|
|
5851
|
-
.
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
|
|
5855
|
-
|
|
5854
|
+
.E_s1qj66nc {
|
|
5855
|
+
width: 8px;
|
|
5856
|
+
height: 8px;
|
|
5857
|
+
border-radius: 50%;
|
|
5858
|
+
display: inline-block;
|
|
5856
5859
|
}
|
|
5857
|
-
|
|
5858
|
-
|
|
5859
|
-
|
|
5860
|
+
|
|
5861
|
+
.E_s5x1boq {
|
|
5862
|
+
width: 8px;
|
|
5863
|
+
height: 8px;
|
|
5864
|
+
border-radius: 2px;
|
|
5865
|
+
display: inline-block;
|
|
5860
5866
|
}
|
|
5861
|
-
|
|
5862
|
-
|
|
5867
|
+
|
|
5868
|
+
.E_c1xm185 {
|
|
5863
5869
|
color: rgba(44, 56, 82, 0.6);
|
|
5864
5870
|
}
|
|
5865
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
5866
|
-
display: inline;
|
|
5867
|
-
}
|
|
5868
5871
|
|
|
5869
|
-
.
|
|
5870
|
-
|
|
5871
|
-
height: 24px;
|
|
5872
|
-
padding: 4px;
|
|
5873
|
-
margin-right: 8px;
|
|
5872
|
+
.E_c1x5l5qc {
|
|
5873
|
+
flex: 1;
|
|
5874
5874
|
}
|
|
5875
5875
|
|
|
5876
5876
|
.E_t13ef470 {
|
|
@@ -5903,7 +5903,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5903
5903
|
background: rgba(163, 180, 204, 0.18);
|
|
5904
5904
|
}
|
|
5905
5905
|
|
|
5906
|
-
.
|
|
5906
|
+
.E_m11nzl2x {
|
|
5907
5907
|
color: rgba(44, 56, 82, 0.6);
|
|
5908
5908
|
text-align: center;
|
|
5909
5909
|
display: flex;
|
|
@@ -5912,159 +5912,213 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
5912
5912
|
flex-direction: column;
|
|
5913
5913
|
height: 100%;
|
|
5914
5914
|
}
|
|
5915
|
-
.
|
|
5915
|
+
.E_m11nzl2x .link {
|
|
5916
5916
|
color: #0080ff;
|
|
5917
5917
|
cursor: pointer;
|
|
5918
5918
|
}
|
|
5919
5919
|
|
|
5920
|
-
.
|
|
5920
|
+
.E_mn7joto {
|
|
5921
5921
|
width: 100%;
|
|
5922
5922
|
height: 100%;
|
|
5923
5923
|
display: flex;
|
|
5924
5924
|
flex-direction: column;
|
|
5925
5925
|
}
|
|
5926
|
-
.
|
|
5926
|
+
.E_mn7joto .name-toolbar {
|
|
5927
5927
|
width: 100%;
|
|
5928
5928
|
display: flex;
|
|
5929
5929
|
line-height: 30px;
|
|
5930
|
-
padding: 0 16px;
|
|
5931
5930
|
justify-content: space-between;
|
|
5932
5931
|
}
|
|
5933
|
-
.
|
|
5932
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
5934
5933
|
display: flex;
|
|
5935
5934
|
font-size: 12px;
|
|
5936
5935
|
align-items: center;
|
|
5937
5936
|
}
|
|
5938
|
-
.
|
|
5937
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
5939
5938
|
color: #a3b4cc;
|
|
5940
5939
|
}
|
|
5941
|
-
.
|
|
5940
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
5942
5941
|
margin-left: 10px;
|
|
5943
5942
|
}
|
|
5944
|
-
.
|
|
5943
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
5945
5944
|
margin-left: 10px;
|
|
5946
5945
|
cursor: pointer;
|
|
5947
5946
|
}
|
|
5948
|
-
.
|
|
5947
|
+
.E_mn7joto .content {
|
|
5949
5948
|
flex: 1;
|
|
5950
5949
|
width: 100%;
|
|
5951
5950
|
display: flex;
|
|
5952
5951
|
justify-content: center;
|
|
5953
5952
|
align-items: center;
|
|
5954
5953
|
}
|
|
5955
|
-
.
|
|
5954
|
+
.E_mn7joto .single-content {
|
|
5956
5955
|
height: 65px;
|
|
5957
5956
|
}
|
|
5958
5957
|
|
|
5959
|
-
.
|
|
5958
|
+
.E_l1bifhon {
|
|
5960
5959
|
display: flex;
|
|
5961
5960
|
align-items: center;
|
|
5962
5961
|
white-space: nowrap;
|
|
5963
5962
|
overflow: hidden;
|
|
5964
5963
|
width: 100%;
|
|
5965
5964
|
}
|
|
5966
|
-
.
|
|
5967
|
-
margin-left: auto;
|
|
5965
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
5968
5966
|
font-size: 12px;
|
|
5967
|
+
margin-left: 8px;
|
|
5969
5968
|
}
|
|
5970
5969
|
|
|
5971
|
-
.
|
|
5970
|
+
.E_ltthzck {
|
|
5972
5971
|
display: flex;
|
|
5973
5972
|
justify-content: flex-start;
|
|
5974
5973
|
align-items: center;
|
|
5975
5974
|
font-size: 12px;
|
|
5976
5975
|
cursor: pointer;
|
|
5977
5976
|
}
|
|
5978
|
-
.
|
|
5979
|
-
margin-
|
|
5977
|
+
.E_ltthzck:not(:first-child) {
|
|
5978
|
+
margin-left: 8px;
|
|
5980
5979
|
}
|
|
5981
|
-
.
|
|
5982
|
-
opacity: 0.
|
|
5980
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
5981
|
+
opacity: 0.3;
|
|
5983
5982
|
}
|
|
5984
|
-
.
|
|
5983
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
5985
5984
|
background: #b4beca !important;
|
|
5985
|
+
border-radius: 2px;
|
|
5986
|
+
}
|
|
5987
|
+
.E_ltthzck.hoverering-self {
|
|
5988
|
+
opacity: 1;
|
|
5989
|
+
}
|
|
5990
|
+
.E_ltthzck .dropdown-trigger {
|
|
5991
|
+
margin-left: 12px;
|
|
5992
|
+
}
|
|
5993
|
+
.E_ltthzck .legend-name {
|
|
5994
|
+
color: #00122e;
|
|
5995
|
+
}
|
|
5996
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
5997
|
+
display: flex;
|
|
5998
|
+
align-items: center;
|
|
5999
|
+
margin-left: 4px;
|
|
5986
6000
|
}
|
|
5987
6001
|
|
|
5988
|
-
.
|
|
6002
|
+
.E_l1mumj7o {
|
|
6003
|
+
display: flex;
|
|
6004
|
+
justify-content: flex-start;
|
|
6005
|
+
align-items: center;
|
|
6006
|
+
font-size: 12px;
|
|
6007
|
+
cursor: pointer;
|
|
6008
|
+
}
|
|
6009
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
6010
|
+
opacity: 0.3;
|
|
6011
|
+
}
|
|
6012
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
6013
|
+
background: #b4beca !important;
|
|
6014
|
+
border-radius: 2px;
|
|
6015
|
+
}
|
|
6016
|
+
.E_l1mumj7o .legend-name {
|
|
6017
|
+
color: #00122e;
|
|
6018
|
+
}
|
|
6019
|
+
.E_l1mumj7o.hoverering-self {
|
|
6020
|
+
opacity: 1;
|
|
6021
|
+
}
|
|
6022
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
6023
|
+
margin-left: 4px;
|
|
6024
|
+
display: flex;
|
|
6025
|
+
align-items: center;
|
|
6026
|
+
}
|
|
6027
|
+
|
|
6028
|
+
.E_c14rn6j5 {
|
|
5989
6029
|
display: inline-block;
|
|
5990
6030
|
height: 8px;
|
|
5991
6031
|
width: 8px;
|
|
5992
|
-
margin-right:
|
|
6032
|
+
margin-right: 6px;
|
|
6033
|
+
border-radius: 2px;
|
|
5993
6034
|
}
|
|
5994
6035
|
|
|
5995
|
-
.
|
|
6036
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
5996
6037
|
display: flex;
|
|
5997
6038
|
align-items: center;
|
|
5998
6039
|
font-size: 12px;
|
|
5999
6040
|
margin: 0;
|
|
6000
6041
|
}
|
|
6001
6042
|
|
|
6002
|
-
.
|
|
6043
|
+
.E_lqeaosa {
|
|
6003
6044
|
position: relative;
|
|
6004
6045
|
}
|
|
6005
|
-
.
|
|
6046
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
6006
6047
|
bottom: -12px;
|
|
6007
6048
|
}
|
|
6008
|
-
.
|
|
6049
|
+
.E_lqeaosa .metric-toolbar {
|
|
6009
6050
|
display: flex;
|
|
6010
6051
|
justify-content: space-between;
|
|
6011
6052
|
line-height: 30px;
|
|
6012
|
-
margin: 0 16px;
|
|
6013
6053
|
}
|
|
6014
|
-
.
|
|
6054
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
6015
6055
|
display: flex;
|
|
6056
|
+
flex-shrink: 0;
|
|
6016
6057
|
font-size: 12px;
|
|
6017
6058
|
align-items: center;
|
|
6018
6059
|
}
|
|
6019
|
-
.
|
|
6060
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
6020
6061
|
color: #a3b4cc;
|
|
6021
6062
|
}
|
|
6022
|
-
.
|
|
6063
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
6023
6064
|
margin-left: 10px;
|
|
6024
6065
|
}
|
|
6025
|
-
.
|
|
6066
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
6026
6067
|
margin-left: 10px;
|
|
6027
6068
|
cursor: pointer;
|
|
6028
6069
|
}
|
|
6029
|
-
.
|
|
6070
|
+
.E_lqeaosa .recharts-xAxis {
|
|
6030
6071
|
font-size: 12px;
|
|
6031
6072
|
}
|
|
6032
|
-
.
|
|
6073
|
+
.E_lqeaosa .pointer-wrapper {
|
|
6033
6074
|
position: absolute;
|
|
6034
6075
|
bottom: 10px;
|
|
6035
6076
|
padding: 0 8px;
|
|
6036
|
-
border-radius: 4px;
|
|
6037
6077
|
font-size: 12px;
|
|
6038
6078
|
color: #fff;
|
|
6039
|
-
background: rgba(0, 0, 0, 0.75);
|
|
6040
6079
|
transform: translateX(-50%);
|
|
6041
6080
|
}
|
|
6042
6081
|
|
|
6043
|
-
.
|
|
6082
|
+
.E_t2pr38p {
|
|
6044
6083
|
min-width: 200px;
|
|
6084
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
6085
|
+
border-radius: 4px;
|
|
6086
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
6087
|
+
padding: 8px;
|
|
6045
6088
|
}
|
|
6046
6089
|
|
|
6047
|
-
.
|
|
6090
|
+
.E_tecdsj7 {
|
|
6048
6091
|
display: flex;
|
|
6049
6092
|
align-items: center;
|
|
6093
|
+
background-color: unset;
|
|
6094
|
+
color: #FFFFFF;
|
|
6050
6095
|
justify-content: space-between;
|
|
6051
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
6052
|
-
color: #b4beca;
|
|
6053
6096
|
font-size: 12px;
|
|
6054
|
-
padding:
|
|
6097
|
+
padding-top: 6px;
|
|
6055
6098
|
}
|
|
6056
|
-
.
|
|
6099
|
+
.E_tecdsj7:first-child {
|
|
6057
6100
|
padding-top: 3px;
|
|
6058
6101
|
}
|
|
6059
|
-
.
|
|
6102
|
+
.E_tecdsj7:last-child {
|
|
6060
6103
|
padding-bottom: 3px;
|
|
6061
6104
|
}
|
|
6062
|
-
.
|
|
6063
|
-
color: #
|
|
6105
|
+
.E_tecdsj7 .column-value {
|
|
6106
|
+
color: #FFFFFF;
|
|
6064
6107
|
margin-left: 8px;
|
|
6065
6108
|
}
|
|
6066
6109
|
|
|
6067
|
-
.
|
|
6110
|
+
.E_ljhvvia {
|
|
6111
|
+
display: inline-block;
|
|
6112
|
+
height: 8px;
|
|
6113
|
+
width: 8px;
|
|
6114
|
+
margin-right: 8px;
|
|
6115
|
+
border-radius: 2px;
|
|
6116
|
+
}
|
|
6117
|
+
.E_ljhvvia.borderd {
|
|
6118
|
+
border: 1px solid #fff;
|
|
6119
|
+
}
|
|
6120
|
+
|
|
6121
|
+
.E_msn7nxt {
|
|
6068
6122
|
color: rgba(44, 56, 82, 0.6);
|
|
6069
6123
|
text-align: center;
|
|
6070
6124
|
display: flex;
|
|
@@ -6073,212 +6127,158 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6073
6127
|
flex-direction: column;
|
|
6074
6128
|
height: 100%;
|
|
6075
6129
|
}
|
|
6076
|
-
.
|
|
6130
|
+
.E_msn7nxt .link {
|
|
6077
6131
|
color: #0080ff;
|
|
6078
6132
|
cursor: pointer;
|
|
6079
6133
|
}
|
|
6080
6134
|
|
|
6081
|
-
.
|
|
6135
|
+
.E_mp64wfi {
|
|
6082
6136
|
width: 100%;
|
|
6083
6137
|
height: 100%;
|
|
6084
6138
|
display: flex;
|
|
6085
6139
|
flex-direction: column;
|
|
6086
6140
|
}
|
|
6087
|
-
.
|
|
6141
|
+
.E_mp64wfi .name-toolbar {
|
|
6088
6142
|
width: 100%;
|
|
6089
6143
|
display: flex;
|
|
6090
6144
|
line-height: 30px;
|
|
6145
|
+
padding: 0 16px;
|
|
6091
6146
|
justify-content: space-between;
|
|
6092
6147
|
}
|
|
6093
|
-
.
|
|
6148
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
6094
6149
|
display: flex;
|
|
6095
6150
|
font-size: 12px;
|
|
6096
6151
|
align-items: center;
|
|
6097
6152
|
}
|
|
6098
|
-
.
|
|
6153
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
6099
6154
|
color: #a3b4cc;
|
|
6100
6155
|
}
|
|
6101
|
-
.
|
|
6102
|
-
margin-left: 10px;
|
|
6103
|
-
}
|
|
6104
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
6105
|
-
margin-left: 10px;
|
|
6106
|
-
cursor: pointer;
|
|
6107
|
-
}
|
|
6108
|
-
.E_mn7joto .content {
|
|
6109
|
-
flex: 1;
|
|
6110
|
-
width: 100%;
|
|
6111
|
-
display: flex;
|
|
6112
|
-
justify-content: center;
|
|
6113
|
-
align-items: center;
|
|
6114
|
-
}
|
|
6115
|
-
.E_mn7joto .single-content {
|
|
6116
|
-
height: 65px;
|
|
6117
|
-
}
|
|
6118
|
-
|
|
6119
|
-
.E_l1bifhon {
|
|
6120
|
-
display: flex;
|
|
6121
|
-
align-items: center;
|
|
6122
|
-
white-space: nowrap;
|
|
6123
|
-
overflow: hidden;
|
|
6124
|
-
width: 100%;
|
|
6125
|
-
}
|
|
6126
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
6127
|
-
font-size: 12px;
|
|
6128
|
-
margin-left: 8px;
|
|
6129
|
-
}
|
|
6130
|
-
|
|
6131
|
-
.E_ltthzck {
|
|
6132
|
-
display: flex;
|
|
6133
|
-
justify-content: flex-start;
|
|
6134
|
-
align-items: center;
|
|
6135
|
-
font-size: 12px;
|
|
6136
|
-
cursor: pointer;
|
|
6137
|
-
}
|
|
6138
|
-
.E_ltthzck:not(:first-child) {
|
|
6139
|
-
margin-left: 8px;
|
|
6140
|
-
}
|
|
6141
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
6142
|
-
opacity: 0.3;
|
|
6143
|
-
}
|
|
6144
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
6145
|
-
background: #b4beca !important;
|
|
6146
|
-
border-radius: 2px;
|
|
6156
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
6157
|
+
margin-left: 10px;
|
|
6147
6158
|
}
|
|
6148
|
-
.
|
|
6149
|
-
|
|
6159
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
6160
|
+
margin-left: 10px;
|
|
6161
|
+
cursor: pointer;
|
|
6150
6162
|
}
|
|
6151
|
-
.
|
|
6152
|
-
|
|
6163
|
+
.E_mp64wfi .content {
|
|
6164
|
+
flex: 1;
|
|
6165
|
+
width: 100%;
|
|
6166
|
+
display: flex;
|
|
6167
|
+
justify-content: center;
|
|
6168
|
+
align-items: center;
|
|
6153
6169
|
}
|
|
6154
|
-
.
|
|
6155
|
-
|
|
6170
|
+
.E_mp64wfi .single-content {
|
|
6171
|
+
height: 65px;
|
|
6156
6172
|
}
|
|
6157
|
-
|
|
6173
|
+
|
|
6174
|
+
.E_l1oyigan {
|
|
6158
6175
|
display: flex;
|
|
6159
6176
|
align-items: center;
|
|
6160
|
-
|
|
6177
|
+
white-space: nowrap;
|
|
6178
|
+
overflow: hidden;
|
|
6179
|
+
width: 100%;
|
|
6180
|
+
}
|
|
6181
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
6182
|
+
margin-left: auto;
|
|
6183
|
+
font-size: 12px;
|
|
6161
6184
|
}
|
|
6162
6185
|
|
|
6163
|
-
.
|
|
6186
|
+
.E_l1noi4n1 {
|
|
6164
6187
|
display: flex;
|
|
6165
6188
|
justify-content: flex-start;
|
|
6166
6189
|
align-items: center;
|
|
6167
6190
|
font-size: 12px;
|
|
6168
6191
|
cursor: pointer;
|
|
6169
6192
|
}
|
|
6170
|
-
.
|
|
6171
|
-
|
|
6172
|
-
}
|
|
6173
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
6174
|
-
background: #b4beca !important;
|
|
6175
|
-
border-radius: 2px;
|
|
6176
|
-
}
|
|
6177
|
-
.E_l1mumj7o .legend-name {
|
|
6178
|
-
color: #00122e;
|
|
6193
|
+
.E_l1noi4n1:not(:last-child) {
|
|
6194
|
+
margin-right: 20px;
|
|
6179
6195
|
}
|
|
6180
|
-
.
|
|
6181
|
-
opacity:
|
|
6196
|
+
.E_l1noi4n1.deselected {
|
|
6197
|
+
opacity: 0.4;
|
|
6182
6198
|
}
|
|
6183
|
-
.
|
|
6184
|
-
|
|
6185
|
-
display: flex;
|
|
6186
|
-
align-items: center;
|
|
6199
|
+
.E_l1noi4n1.deselected .color-block {
|
|
6200
|
+
background: #b4beca !important;
|
|
6187
6201
|
}
|
|
6188
6202
|
|
|
6189
|
-
.
|
|
6203
|
+
.E_cz19rz6 {
|
|
6190
6204
|
display: inline-block;
|
|
6191
6205
|
height: 8px;
|
|
6192
6206
|
width: 8px;
|
|
6193
|
-
margin-right:
|
|
6194
|
-
border-radius: 2px;
|
|
6207
|
+
margin-right: 8px;
|
|
6195
6208
|
}
|
|
6196
6209
|
|
|
6197
|
-
.
|
|
6210
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
6198
6211
|
display: flex;
|
|
6199
6212
|
align-items: center;
|
|
6200
6213
|
font-size: 12px;
|
|
6201
6214
|
margin: 0;
|
|
6202
6215
|
}
|
|
6203
6216
|
|
|
6204
|
-
.
|
|
6217
|
+
.E_m1y1hhnr {
|
|
6205
6218
|
position: relative;
|
|
6206
6219
|
}
|
|
6207
|
-
.
|
|
6220
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
6208
6221
|
bottom: -12px;
|
|
6209
6222
|
}
|
|
6210
|
-
.
|
|
6223
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
6211
6224
|
display: flex;
|
|
6212
6225
|
justify-content: space-between;
|
|
6213
6226
|
line-height: 30px;
|
|
6227
|
+
margin: 0 16px;
|
|
6214
6228
|
}
|
|
6215
|
-
.
|
|
6229
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
6216
6230
|
display: flex;
|
|
6217
|
-
flex-shrink: 0;
|
|
6218
6231
|
font-size: 12px;
|
|
6219
6232
|
align-items: center;
|
|
6220
6233
|
}
|
|
6221
|
-
.
|
|
6234
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
6222
6235
|
color: #a3b4cc;
|
|
6223
6236
|
}
|
|
6224
|
-
.
|
|
6237
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
6225
6238
|
margin-left: 10px;
|
|
6226
6239
|
}
|
|
6227
|
-
.
|
|
6240
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
6228
6241
|
margin-left: 10px;
|
|
6229
6242
|
cursor: pointer;
|
|
6230
6243
|
}
|
|
6231
|
-
.
|
|
6244
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
6232
6245
|
font-size: 12px;
|
|
6233
6246
|
}
|
|
6234
|
-
.
|
|
6247
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
6235
6248
|
position: absolute;
|
|
6236
6249
|
bottom: 10px;
|
|
6237
6250
|
padding: 0 8px;
|
|
6251
|
+
border-radius: 4px;
|
|
6238
6252
|
font-size: 12px;
|
|
6239
6253
|
color: #fff;
|
|
6254
|
+
background: rgba(0, 0, 0, 0.75);
|
|
6240
6255
|
transform: translateX(-50%);
|
|
6241
6256
|
}
|
|
6242
6257
|
|
|
6243
|
-
.
|
|
6258
|
+
.E_tnvijvs {
|
|
6244
6259
|
min-width: 200px;
|
|
6245
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
6246
|
-
border-radius: 4px;
|
|
6247
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
6248
|
-
padding: 8px;
|
|
6249
6260
|
}
|
|
6250
6261
|
|
|
6251
|
-
.
|
|
6262
|
+
.E_t1ub2aex {
|
|
6252
6263
|
display: flex;
|
|
6253
6264
|
align-items: center;
|
|
6254
|
-
background-color: unset;
|
|
6255
|
-
color: #FFFFFF;
|
|
6256
6265
|
justify-content: space-between;
|
|
6266
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
6267
|
+
color: #b4beca;
|
|
6257
6268
|
font-size: 12px;
|
|
6258
|
-
padding
|
|
6269
|
+
padding: 3px 6px;
|
|
6259
6270
|
}
|
|
6260
|
-
.
|
|
6271
|
+
.E_t1ub2aex:first-child {
|
|
6261
6272
|
padding-top: 3px;
|
|
6262
6273
|
}
|
|
6263
|
-
.
|
|
6274
|
+
.E_t1ub2aex:last-child {
|
|
6264
6275
|
padding-bottom: 3px;
|
|
6265
6276
|
}
|
|
6266
|
-
.
|
|
6267
|
-
color: #
|
|
6277
|
+
.E_t1ub2aex .column-value {
|
|
6278
|
+
color: #fff;
|
|
6268
6279
|
margin-left: 8px;
|
|
6269
6280
|
}
|
|
6270
6281
|
|
|
6271
|
-
.E_ljhvvia {
|
|
6272
|
-
display: inline-block;
|
|
6273
|
-
height: 8px;
|
|
6274
|
-
width: 8px;
|
|
6275
|
-
margin-right: 8px;
|
|
6276
|
-
border-radius: 2px;
|
|
6277
|
-
}
|
|
6278
|
-
.E_ljhvvia.borderd {
|
|
6279
|
-
border: 1px solid #fff;
|
|
6280
|
-
}
|
|
6281
|
-
|
|
6282
6282
|
.E_bpgac8u {
|
|
6283
6283
|
color: #FFFFFF;
|
|
6284
6284
|
display: flex;
|
|
@@ -6306,6 +6306,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6306
6306
|
background-color: #E07F00;
|
|
6307
6307
|
}
|
|
6308
6308
|
|
|
6309
|
+
.E_t59qhqp {
|
|
6310
|
+
padding: 0px;
|
|
6311
|
+
padding-top: 5px;
|
|
6312
|
+
padding-left: 5px;
|
|
6313
|
+
}
|
|
6314
|
+
.E_t59qhqp .ant-timeline-item {
|
|
6315
|
+
margin-bottom: 16px;
|
|
6316
|
+
padding-bottom: 0px;
|
|
6317
|
+
}
|
|
6318
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
6319
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6320
|
+
margin-bottom: 0;
|
|
6321
|
+
}
|
|
6322
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
6323
|
+
margin-bottom: 12px;
|
|
6324
|
+
}
|
|
6325
|
+
.E_t59qhqp .info-action {
|
|
6326
|
+
align-self: baseline;
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
6330
|
+
margin-left: 18px;
|
|
6331
|
+
}
|
|
6332
|
+
.E_t2e44lg .item-time {
|
|
6333
|
+
display: flex;
|
|
6334
|
+
flex-direction: column;
|
|
6335
|
+
gap: 4px;
|
|
6336
|
+
margin-top: 4px;
|
|
6337
|
+
}
|
|
6338
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6339
|
+
padding-bottom: 0;
|
|
6340
|
+
}
|
|
6341
|
+
|
|
6342
|
+
.E_e14ua30y {
|
|
6343
|
+
display: flex;
|
|
6344
|
+
flex-direction: column;
|
|
6345
|
+
align-items: center;
|
|
6346
|
+
justify-content: center;
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
.E_s1ikqzph {
|
|
6350
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
.E_i15astnl {
|
|
6354
|
+
color: #00122E;
|
|
6355
|
+
}
|
|
6356
|
+
|
|
6309
6357
|
.E_b1jaupqb {
|
|
6310
6358
|
color: #F0483E;
|
|
6311
6359
|
}
|
|
@@ -6507,83 +6555,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6507
6555
|
font-weight: bold;
|
|
6508
6556
|
}
|
|
6509
6557
|
|
|
6510
|
-
.E_t59qhqp {
|
|
6511
|
-
padding: 0px;
|
|
6512
|
-
padding-top: 5px;
|
|
6513
|
-
padding-left: 5px;
|
|
6514
|
-
}
|
|
6515
|
-
.E_t59qhqp .ant-timeline-item {
|
|
6516
|
-
margin-bottom: 16px;
|
|
6517
|
-
padding-bottom: 0px;
|
|
6518
|
-
}
|
|
6519
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
6520
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
6521
|
-
margin-bottom: 0;
|
|
6522
|
-
}
|
|
6523
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
6524
|
-
margin-bottom: 12px;
|
|
6525
|
-
}
|
|
6526
|
-
.E_t59qhqp .info-action {
|
|
6527
|
-
align-self: baseline;
|
|
6528
|
-
}
|
|
6529
|
-
|
|
6530
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
6531
|
-
margin-left: 18px;
|
|
6532
|
-
}
|
|
6533
|
-
.E_t2e44lg .item-time {
|
|
6534
|
-
display: flex;
|
|
6535
|
-
flex-direction: column;
|
|
6536
|
-
gap: 4px;
|
|
6537
|
-
margin-top: 4px;
|
|
6538
|
-
}
|
|
6539
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
6540
|
-
padding-bottom: 0;
|
|
6541
|
-
}
|
|
6542
|
-
|
|
6543
|
-
.E_e14ua30y {
|
|
6544
|
-
display: flex;
|
|
6545
|
-
flex-direction: column;
|
|
6546
|
-
align-items: center;
|
|
6547
|
-
justify-content: center;
|
|
6548
|
-
}
|
|
6549
|
-
|
|
6550
|
-
.E_s1ikqzph {
|
|
6551
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
6552
|
-
}
|
|
6553
|
-
|
|
6554
|
-
.E_i15astnl {
|
|
6555
|
-
color: #00122E;
|
|
6556
|
-
}
|
|
6557
|
-
|
|
6558
|
-
.E_s20iney.skeleton-box {
|
|
6559
|
-
display: flex;
|
|
6560
|
-
align-items: center;
|
|
6561
|
-
justify-content: center;
|
|
6562
|
-
position: relative;
|
|
6563
|
-
border-radius: 2px;
|
|
6564
|
-
background: rgba(225, 230, 241, 0.6);
|
|
6565
|
-
overflow: hidden;
|
|
6566
|
-
}
|
|
6567
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6568
|
-
width: 200%;
|
|
6569
|
-
height: 200%;
|
|
6570
|
-
transform: rotate(15deg);
|
|
6571
|
-
position: absolute;
|
|
6572
|
-
top: -50%;
|
|
6573
|
-
flex-shrink: 0;
|
|
6574
|
-
opacity: 0.8;
|
|
6575
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6576
|
-
animation: shimmer 1100ms infinite;
|
|
6577
|
-
}
|
|
6578
|
-
@keyframes shimmer {
|
|
6579
|
-
from {
|
|
6580
|
-
left: -120%;
|
|
6581
|
-
}
|
|
6582
|
-
to {
|
|
6583
|
-
left: 100%;
|
|
6584
|
-
}
|
|
6585
|
-
}
|
|
6586
|
-
|
|
6587
6558
|
.E_sqv6dmy {
|
|
6588
6559
|
display: flex;
|
|
6589
6560
|
justify-content: flex-end;
|
|
@@ -6613,9 +6584,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6613
6584
|
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
6614
6585
|
background: rgba(225, 230, 241, 0.6);
|
|
6615
6586
|
}
|
|
6616
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6617
|
-
background: rgba(172, 186, 211, 0.6);
|
|
6618
|
-
border-radius: 8px;
|
|
6587
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
6588
|
+
background: rgba(172, 186, 211, 0.6);
|
|
6589
|
+
border-radius: 8px;
|
|
6590
|
+
}
|
|
6591
|
+
|
|
6592
|
+
.E_s20iney.skeleton-box {
|
|
6593
|
+
display: flex;
|
|
6594
|
+
align-items: center;
|
|
6595
|
+
justify-content: center;
|
|
6596
|
+
position: relative;
|
|
6597
|
+
border-radius: 2px;
|
|
6598
|
+
background: rgba(225, 230, 241, 0.6);
|
|
6599
|
+
overflow: hidden;
|
|
6600
|
+
}
|
|
6601
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
6602
|
+
width: 200%;
|
|
6603
|
+
height: 200%;
|
|
6604
|
+
transform: rotate(15deg);
|
|
6605
|
+
position: absolute;
|
|
6606
|
+
top: -50%;
|
|
6607
|
+
flex-shrink: 0;
|
|
6608
|
+
opacity: 0.8;
|
|
6609
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
6610
|
+
animation: shimmer 1100ms infinite;
|
|
6611
|
+
}
|
|
6612
|
+
@keyframes shimmer {
|
|
6613
|
+
from {
|
|
6614
|
+
left: -120%;
|
|
6615
|
+
}
|
|
6616
|
+
to {
|
|
6617
|
+
left: 100%;
|
|
6618
|
+
}
|
|
6619
6619
|
}
|
|
6620
6620
|
|
|
6621
6621
|
.E_dxyv8bv {
|
|
@@ -6807,10 +6807,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6807
6807
|
column-gap: var(--a1ji6r68-0);
|
|
6808
6808
|
}
|
|
6809
6809
|
|
|
6810
|
-
.E_t1616y1o {
|
|
6811
|
-
color: #fff;
|
|
6812
|
-
}
|
|
6813
|
-
|
|
6814
6810
|
.E_f16blduf.ant-form-item {
|
|
6815
6811
|
margin-bottom: 0;
|
|
6816
6812
|
}
|
|
@@ -6830,6 +6826,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6830
6826
|
display: block;
|
|
6831
6827
|
}
|
|
6832
6828
|
|
|
6829
|
+
.E_t1616y1o {
|
|
6830
|
+
color: #fff;
|
|
6831
|
+
}
|
|
6832
|
+
|
|
6833
6833
|
.E_a9y3flr {
|
|
6834
6834
|
margin-left: 8px;
|
|
6835
6835
|
}
|
|
@@ -6882,69 +6882,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
6882
6882
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
6883
6883
|
}
|
|
6884
6884
|
|
|
6885
|
-
.E_skwah65 {
|
|
6886
|
-
height: 8px;
|
|
6887
|
-
box-sizing: border-box;
|
|
6888
|
-
border-radius: 2px;
|
|
6889
|
-
background: #f5f7fa;
|
|
6890
|
-
display: flex;
|
|
6891
|
-
width: 100%;
|
|
6892
|
-
overflow: hidden;
|
|
6893
|
-
}
|
|
6894
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
6895
|
-
margin-left: 1px;
|
|
6896
|
-
}
|
|
6897
|
-
|
|
6898
|
-
.E_c18bcrac {
|
|
6899
|
-
display: inline-block;
|
|
6900
|
-
width: 100%;
|
|
6901
|
-
}
|
|
6902
|
-
.E_c18bcrac .recharts-wrapper {
|
|
6903
|
-
margin-left: 4px;
|
|
6904
|
-
}
|
|
6905
|
-
|
|
6906
|
-
.E_cro7kg2 {
|
|
6907
|
-
padding: 4px;
|
|
6908
|
-
}
|
|
6909
|
-
.E_cro7kg2 .unit {
|
|
6910
|
-
color: white;
|
|
6911
|
-
}
|
|
6912
|
-
|
|
6913
|
-
.E_c14wcxf0 {
|
|
6914
|
-
display: flex;
|
|
6915
|
-
justify-content: space-between;
|
|
6916
|
-
align-items: center;
|
|
6917
|
-
font-size: 13px;
|
|
6918
|
-
line-height: 24px;
|
|
6919
|
-
color: #cccccc;
|
|
6920
|
-
white-space: nowrap;
|
|
6921
|
-
}
|
|
6922
|
-
.E_c14wcxf0 label {
|
|
6923
|
-
margin-right: 32px;
|
|
6924
|
-
}
|
|
6925
|
-
|
|
6926
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
6927
|
-
font-weight: bold;
|
|
6928
|
-
color: white;
|
|
6929
|
-
}
|
|
6930
|
-
|
|
6931
|
-
.E_s11212zy {
|
|
6932
|
-
width: 8px;
|
|
6933
|
-
height: 8px;
|
|
6934
|
-
border-radius: 2px;
|
|
6935
|
-
display: inline-block;
|
|
6936
|
-
background: var(--s11212zy-0);
|
|
6937
|
-
border: 1px solid #fff;
|
|
6938
|
-
box-sizing: content-box;
|
|
6939
|
-
margin-right: 6px;
|
|
6940
|
-
}
|
|
6941
|
-
|
|
6942
|
-
.E_p1lyky6c > :first-child {
|
|
6943
|
-
font-weight: bold;
|
|
6944
|
-
color: white;
|
|
6945
|
-
margin-right: 4px;
|
|
6946
|
-
}
|
|
6947
|
-
|
|
6948
6885
|
.E_s1ebs0ra {
|
|
6949
6886
|
display: flex;
|
|
6950
6887
|
align-items: center;
|
|
@@ -7006,6 +6943,66 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7006
6943
|
background: #fff;
|
|
7007
6944
|
}
|
|
7008
6945
|
|
|
6946
|
+
.E_c18bcrac {
|
|
6947
|
+
display: inline-block;
|
|
6948
|
+
width: 100%;
|
|
6949
|
+
}
|
|
6950
|
+
.E_c18bcrac .recharts-wrapper {
|
|
6951
|
+
margin-left: 4px;
|
|
6952
|
+
}
|
|
6953
|
+
|
|
6954
|
+
.E_cro7kg2 {
|
|
6955
|
+
padding: 4px;
|
|
6956
|
+
}
|
|
6957
|
+
.E_cro7kg2 .unit {
|
|
6958
|
+
color: white;
|
|
6959
|
+
}
|
|
6960
|
+
|
|
6961
|
+
.E_c14wcxf0 {
|
|
6962
|
+
display: flex;
|
|
6963
|
+
justify-content: space-between;
|
|
6964
|
+
align-items: center;
|
|
6965
|
+
font-size: 13px;
|
|
6966
|
+
line-height: 24px;
|
|
6967
|
+
color: #cccccc;
|
|
6968
|
+
white-space: nowrap;
|
|
6969
|
+
}
|
|
6970
|
+
.E_c14wcxf0 label {
|
|
6971
|
+
margin-right: 32px;
|
|
6972
|
+
}
|
|
6973
|
+
|
|
6974
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
6975
|
+
font-weight: bold;
|
|
6976
|
+
color: white;
|
|
6977
|
+
}
|
|
6978
|
+
|
|
6979
|
+
.E_s11212zy {
|
|
6980
|
+
width: 8px;
|
|
6981
|
+
height: 8px;
|
|
6982
|
+
border-radius: 2px;
|
|
6983
|
+
display: inline-block;
|
|
6984
|
+
background: var(--s11212zy-0);
|
|
6985
|
+
border: 1px solid #fff;
|
|
6986
|
+
box-sizing: content-box;
|
|
6987
|
+
margin-right: 6px;
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6990
|
+
.E_p1lyky6c > :first-child {
|
|
6991
|
+
font-weight: bold;
|
|
6992
|
+
color: white;
|
|
6993
|
+
margin-right: 4px;
|
|
6994
|
+
}
|
|
6995
|
+
|
|
6996
|
+
.E_gmyahx3 {
|
|
6997
|
+
cursor: pointer;
|
|
6998
|
+
}
|
|
6999
|
+
.E_gmyahx3 .link-text {
|
|
7000
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7001
|
+
}
|
|
7002
|
+
.E_gmyahx3:hover .link-text {
|
|
7003
|
+
color: #0080ff;
|
|
7004
|
+
}
|
|
7005
|
+
|
|
7009
7006
|
.E_clm1wy1 {
|
|
7010
7007
|
width: 192px;
|
|
7011
7008
|
height: 246px;
|
|
@@ -7035,82 +7032,208 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
7035
7032
|
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
7036
7033
|
width: 22px;
|
|
7037
7034
|
}
|
|
7038
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
7039
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
7040
|
-
padding: 0;
|
|
7035
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
7036
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
7037
|
+
padding: 0;
|
|
7038
|
+
}
|
|
7039
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
7040
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7041
|
+
opacity: 0.4;
|
|
7042
|
+
}
|
|
7043
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
7044
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7045
|
+
opacity: 1;
|
|
7046
|
+
}
|
|
7047
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
7048
|
+
color: #3e4652;
|
|
7049
|
+
}
|
|
7050
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
7051
|
+
pointer-events: none;
|
|
7052
|
+
}
|
|
7053
|
+
|
|
7054
|
+
.E_t1tsm00v {
|
|
7055
|
+
color: rgba(129, 138, 153, 0.6);
|
|
7056
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
7057
|
+
backdrop-filter: blur(10px);
|
|
7058
|
+
padding: 7px 10px;
|
|
7059
|
+
}
|
|
7060
|
+
|
|
7061
|
+
.E_c167wnad {
|
|
7062
|
+
color: rgba(62, 70, 82, 0.6);
|
|
7063
|
+
display: flex;
|
|
7064
|
+
justify-content: space-between;
|
|
7065
|
+
align-items: center;
|
|
7066
|
+
padding: 8px 16px;
|
|
7067
|
+
}
|
|
7068
|
+
.E_c167wnad .anticon {
|
|
7069
|
+
cursor: pointer;
|
|
7070
|
+
}
|
|
7071
|
+
.E_c167wnad .anticon:hover {
|
|
7072
|
+
color: #0096ff;
|
|
7073
|
+
}
|
|
7074
|
+
|
|
7075
|
+
.E_cxhf7dh {
|
|
7076
|
+
text-align: center;
|
|
7077
|
+
}
|
|
7078
|
+
.E_cxhf7dh .dots {
|
|
7079
|
+
display: flex;
|
|
7080
|
+
justify-content: center;
|
|
7081
|
+
}
|
|
7082
|
+
.E_cxhf7dh .dot {
|
|
7083
|
+
display: inline-block;
|
|
7084
|
+
width: 2px;
|
|
7085
|
+
height: 2px;
|
|
7086
|
+
border-radius: 1px;
|
|
7087
|
+
background: #0096ff;
|
|
7088
|
+
}
|
|
7089
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
7090
|
+
margin-right: 2px;
|
|
7091
|
+
}
|
|
7092
|
+
.E_cxhf7dh .bar {
|
|
7093
|
+
width: 9px;
|
|
7094
|
+
height: 2px;
|
|
7095
|
+
background: #0096ff;
|
|
7096
|
+
border-radius: 2px;
|
|
7097
|
+
}
|
|
7098
|
+
|
|
7099
|
+
.E_ou7iq30 {
|
|
7100
|
+
overflow: hidden;
|
|
7101
|
+
text-overflow: ellipsis;
|
|
7102
|
+
}
|
|
7103
|
+
|
|
7104
|
+
.E_s1tui002 {
|
|
7105
|
+
white-space: nowrap;
|
|
7106
|
+
}
|
|
7107
|
+
|
|
7108
|
+
.E_mxrc2zg {
|
|
7109
|
+
display: -webkit-box;
|
|
7110
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7111
|
+
-webkit-box-orient: vertical;
|
|
7112
|
+
word-break: break-all;
|
|
7113
|
+
}
|
|
7114
|
+
|
|
7115
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
7116
|
+
display: none;
|
|
7117
|
+
}
|
|
7118
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
7119
|
+
background: rgba(23, 38, 64, 0.8);
|
|
7120
|
+
border-radius: 4px;
|
|
7121
|
+
}
|
|
7122
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
7123
|
+
visibility: hidden;
|
|
7124
|
+
}
|
|
7125
|
+
|
|
7126
|
+
span.E_tqjc4ui {
|
|
7127
|
+
margin: 0 2px;
|
|
7128
|
+
}
|
|
7129
|
+
|
|
7130
|
+
.E_t1sqg15u {
|
|
7131
|
+
background: white;
|
|
7132
|
+
}
|
|
7133
|
+
.E_t1sqg15u.inline .table-row {
|
|
7134
|
+
flex-direction: column;
|
|
7135
|
+
}
|
|
7136
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
7137
|
+
padding: 0 16px 7px 0;
|
|
7138
|
+
}
|
|
7139
|
+
.E_t1sqg15u.has-border .table-header {
|
|
7140
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7141
|
+
}
|
|
7142
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7143
|
+
border-top: none !important;
|
|
7041
7144
|
}
|
|
7042
|
-
.
|
|
7043
|
-
|
|
7044
|
-
opacity: 0.4;
|
|
7145
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7146
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7045
7147
|
}
|
|
7046
|
-
.
|
|
7047
|
-
|
|
7048
|
-
opacity: 1;
|
|
7148
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7149
|
+
padding-bottom: 0;
|
|
7049
7150
|
}
|
|
7050
|
-
.
|
|
7051
|
-
|
|
7151
|
+
.E_t1sqg15u.align-right .content {
|
|
7152
|
+
text-align: right;
|
|
7052
7153
|
}
|
|
7053
|
-
.
|
|
7054
|
-
|
|
7154
|
+
.E_t1sqg15u .uuid-row {
|
|
7155
|
+
display: flex;
|
|
7156
|
+
justify-content: space-between;
|
|
7055
7157
|
}
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
backdrop-filter: blur(10px);
|
|
7061
|
-
padding: 7px 10px;
|
|
7158
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
7159
|
+
white-space: nowrap;
|
|
7160
|
+
overflow: hidden;
|
|
7161
|
+
text-overflow: ellipsis;
|
|
7062
7162
|
}
|
|
7063
7163
|
|
|
7064
|
-
.
|
|
7065
|
-
color: rgba(62, 70, 82, 0.6);
|
|
7164
|
+
.E_t4zczcp {
|
|
7066
7165
|
display: flex;
|
|
7067
7166
|
justify-content: space-between;
|
|
7068
7167
|
align-items: center;
|
|
7069
|
-
padding: 8px
|
|
7168
|
+
padding: 8px;
|
|
7169
|
+
min-height: 32px;
|
|
7070
7170
|
}
|
|
7071
|
-
.
|
|
7072
|
-
|
|
7171
|
+
.E_t4zczcp .table-title {
|
|
7172
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7173
|
+
font-weight: 600;
|
|
7174
|
+
font-size: 12px;
|
|
7175
|
+
line-height: 8px;
|
|
7073
7176
|
}
|
|
7074
|
-
.
|
|
7075
|
-
|
|
7177
|
+
.E_t4zczcp .edit-icon {
|
|
7178
|
+
font-size: 16px;
|
|
7179
|
+
color: rgba(10, 37, 85, 0.6);
|
|
7180
|
+
cursor: pointer;
|
|
7076
7181
|
}
|
|
7077
7182
|
|
|
7078
|
-
.
|
|
7079
|
-
|
|
7183
|
+
.E_t1s7goww {
|
|
7184
|
+
font-size: 12px;
|
|
7185
|
+
line-height: 18px;
|
|
7080
7186
|
}
|
|
7081
|
-
|
|
7187
|
+
|
|
7188
|
+
.E_t93e4cf {
|
|
7082
7189
|
display: flex;
|
|
7083
|
-
|
|
7190
|
+
padding: 8px 0;
|
|
7191
|
+
color: #2d3a56;
|
|
7084
7192
|
}
|
|
7085
|
-
.
|
|
7086
|
-
display:
|
|
7087
|
-
width: 2px;
|
|
7088
|
-
height: 2px;
|
|
7089
|
-
border-radius: 1px;
|
|
7090
|
-
background: #0096ff;
|
|
7193
|
+
.E_t93e4cf .hidden {
|
|
7194
|
+
display: none;
|
|
7091
7195
|
}
|
|
7092
|
-
.
|
|
7093
|
-
|
|
7196
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7197
|
+
height: auto;
|
|
7094
7198
|
}
|
|
7095
|
-
.
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7199
|
+
.E_t93e4cf .content {
|
|
7200
|
+
overflow: hidden;
|
|
7201
|
+
overflow-x: auto;
|
|
7202
|
+
width: 100%;
|
|
7203
|
+
white-space: pre-wrap;
|
|
7204
|
+
}
|
|
7205
|
+
.E_t93e4cf .content .ant-btn {
|
|
7206
|
+
white-space: pre-wrap;
|
|
7207
|
+
text-align: left;
|
|
7208
|
+
}
|
|
7209
|
+
.E_t93e4cf .content .unit-chart {
|
|
7210
|
+
justify-content: flex-start;
|
|
7100
7211
|
}
|
|
7101
7212
|
|
|
7102
|
-
|
|
7103
|
-
|
|
7213
|
+
.E_rhz2uv5 {
|
|
7214
|
+
width: var(--rhz2uv5-0);
|
|
7215
|
+
flex-shrink: 0;
|
|
7216
|
+
color: rgba(44, 56, 82, 0.6);
|
|
7217
|
+
padding-right: 12px;
|
|
7104
7218
|
}
|
|
7105
7219
|
|
|
7106
|
-
.
|
|
7107
|
-
|
|
7220
|
+
.E_n12mqh7z {
|
|
7221
|
+
display: flex;
|
|
7222
|
+
align-items: center;
|
|
7223
|
+
font-size: 12px;
|
|
7224
|
+
line-height: 18px;
|
|
7108
7225
|
}
|
|
7109
|
-
.
|
|
7110
|
-
|
|
7226
|
+
.E_n12mqh7z:not(:last-child) {
|
|
7227
|
+
margin-bottom: 4px;
|
|
7111
7228
|
}
|
|
7112
|
-
|
|
7113
|
-
|
|
7229
|
+
|
|
7230
|
+
.E_tf5bynu {
|
|
7231
|
+
margin: 0 3px;
|
|
7232
|
+
}
|
|
7233
|
+
|
|
7234
|
+
.E_tcckoz1 {
|
|
7235
|
+
max-height: 400px;
|
|
7236
|
+
overflow: auto;
|
|
7114
7237
|
}
|
|
7115
7238
|
|
|
7116
7239
|
.E_c1up1pdz {
|
|
@@ -7242,190 +7365,59 @@ span.E_tqjc4ui {
|
|
|
7242
7365
|
width: 110px;
|
|
7243
7366
|
margin-top: 4px;
|
|
7244
7367
|
}
|
|
7245
|
-
.E_wpbf4pq .month-day-option {
|
|
7246
|
-
width: 32px;
|
|
7247
|
-
padding: 0;
|
|
7248
|
-
margin-bottom: 8px;
|
|
7249
|
-
}
|
|
7250
|
-
.E_wpbf4pq .month-day-option.active {
|
|
7251
|
-
background-color: #0096ff;
|
|
7252
|
-
border-color: #0096ff;
|
|
7253
|
-
color: #fff;
|
|
7254
|
-
}
|
|
7255
|
-
|
|
7256
|
-
.E_n12mqh7z {
|
|
7257
|
-
display: flex;
|
|
7258
|
-
align-items: center;
|
|
7259
|
-
font-size: 12px;
|
|
7260
|
-
line-height: 18px;
|
|
7261
|
-
}
|
|
7262
|
-
.E_n12mqh7z:not(:last-child) {
|
|
7263
|
-
margin-bottom: 4px;
|
|
7264
|
-
}
|
|
7265
|
-
|
|
7266
|
-
.E_tf5bynu {
|
|
7267
|
-
margin: 0 3px;
|
|
7268
|
-
}
|
|
7269
|
-
|
|
7270
|
-
.E_tcckoz1 {
|
|
7271
|
-
max-height: 400px;
|
|
7272
|
-
overflow: auto;
|
|
7273
|
-
}
|
|
7274
|
-
|
|
7275
|
-
.E_wg1tsps {
|
|
7276
|
-
display: flex;
|
|
7277
|
-
align-items: center;
|
|
7278
|
-
justify-content: flex-end;
|
|
7279
|
-
}
|
|
7280
|
-
|
|
7281
|
-
.E_b1ctd5xy {
|
|
7282
|
-
display: flex;
|
|
7283
|
-
align-items: center;
|
|
7284
|
-
width: calc(100% - 40px);
|
|
7285
|
-
}
|
|
7286
|
-
.E_b1ctd5xy .chart {
|
|
7287
|
-
display: inline-block;
|
|
7288
|
-
width: 100%;
|
|
7289
|
-
}
|
|
7290
|
-
|
|
7291
|
-
.E_u1p8acpn {
|
|
7292
|
-
min-width: 40px;
|
|
7293
|
-
}
|
|
7294
|
-
.E_u1p8acpn .unit {
|
|
7295
|
-
color: #00122e !important;
|
|
7296
|
-
}
|
|
7297
|
-
|
|
7298
|
-
.E_t1sqg15u {
|
|
7299
|
-
background: white;
|
|
7300
|
-
}
|
|
7301
|
-
.E_t1sqg15u.inline .table-row {
|
|
7302
|
-
flex-direction: column;
|
|
7303
|
-
}
|
|
7304
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
7305
|
-
padding: 0 16px 7px 0;
|
|
7306
|
-
}
|
|
7307
|
-
.E_t1sqg15u.has-border .table-header {
|
|
7308
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
7309
|
-
}
|
|
7310
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
7311
|
-
border-top: none !important;
|
|
7312
|
-
}
|
|
7313
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
7314
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
7315
|
-
}
|
|
7316
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
7317
|
-
padding-bottom: 0;
|
|
7318
|
-
}
|
|
7319
|
-
.E_t1sqg15u.align-right .content {
|
|
7320
|
-
text-align: right;
|
|
7321
|
-
}
|
|
7322
|
-
.E_t1sqg15u .uuid-row {
|
|
7323
|
-
display: flex;
|
|
7324
|
-
justify-content: space-between;
|
|
7325
|
-
}
|
|
7326
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
7327
|
-
white-space: nowrap;
|
|
7328
|
-
overflow: hidden;
|
|
7329
|
-
text-overflow: ellipsis;
|
|
7330
|
-
}
|
|
7331
|
-
|
|
7332
|
-
.E_t4zczcp {
|
|
7333
|
-
display: flex;
|
|
7334
|
-
justify-content: space-between;
|
|
7335
|
-
align-items: center;
|
|
7336
|
-
padding: 8px;
|
|
7337
|
-
min-height: 32px;
|
|
7338
|
-
}
|
|
7339
|
-
.E_t4zczcp .table-title {
|
|
7340
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7341
|
-
font-weight: 600;
|
|
7342
|
-
font-size: 12px;
|
|
7343
|
-
line-height: 8px;
|
|
7344
|
-
}
|
|
7345
|
-
.E_t4zczcp .edit-icon {
|
|
7346
|
-
font-size: 16px;
|
|
7347
|
-
color: rgba(10, 37, 85, 0.6);
|
|
7348
|
-
cursor: pointer;
|
|
7349
|
-
}
|
|
7350
|
-
|
|
7351
|
-
.E_t1s7goww {
|
|
7352
|
-
font-size: 12px;
|
|
7353
|
-
line-height: 18px;
|
|
7354
|
-
}
|
|
7355
|
-
|
|
7356
|
-
.E_t93e4cf {
|
|
7357
|
-
display: flex;
|
|
7358
|
-
padding: 8px 0;
|
|
7359
|
-
color: #2d3a56;
|
|
7360
|
-
}
|
|
7361
|
-
.E_t93e4cf .hidden {
|
|
7362
|
-
display: none;
|
|
7363
|
-
}
|
|
7364
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
7365
|
-
height: auto;
|
|
7366
|
-
}
|
|
7367
|
-
.E_t93e4cf .content {
|
|
7368
|
-
overflow: hidden;
|
|
7369
|
-
overflow-x: auto;
|
|
7370
|
-
width: 100%;
|
|
7371
|
-
white-space: pre-wrap;
|
|
7372
|
-
}
|
|
7373
|
-
.E_t93e4cf .content .ant-btn {
|
|
7374
|
-
white-space: pre-wrap;
|
|
7375
|
-
text-align: left;
|
|
7376
|
-
}
|
|
7377
|
-
.E_t93e4cf .content .unit-chart {
|
|
7378
|
-
justify-content: flex-start;
|
|
7379
|
-
}
|
|
7380
|
-
|
|
7381
|
-
.E_rhz2uv5 {
|
|
7382
|
-
width: var(--rhz2uv5-0);
|
|
7383
|
-
flex-shrink: 0;
|
|
7384
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7385
|
-
padding-right: 12px;
|
|
7368
|
+
.E_wpbf4pq .month-day-option {
|
|
7369
|
+
width: 32px;
|
|
7370
|
+
padding: 0;
|
|
7371
|
+
margin-bottom: 8px;
|
|
7386
7372
|
}
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7373
|
+
.E_wpbf4pq .month-day-option.active {
|
|
7374
|
+
background-color: #0096ff;
|
|
7375
|
+
border-color: #0096ff;
|
|
7376
|
+
color: #fff;
|
|
7391
7377
|
}
|
|
7392
7378
|
|
|
7393
|
-
.
|
|
7394
|
-
|
|
7379
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
7380
|
+
display: flex;
|
|
7381
|
+
align-items: center;
|
|
7395
7382
|
}
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
display: -webkit-box;
|
|
7399
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
7400
|
-
-webkit-box-orient: vertical;
|
|
7401
|
-
word-break: break-all;
|
|
7383
|
+
.E_s1iv0tp1 .enabled-text {
|
|
7384
|
+
margin-right: 8px;
|
|
7402
7385
|
}
|
|
7403
7386
|
|
|
7404
|
-
.
|
|
7405
|
-
display:
|
|
7387
|
+
.E_wg1tsps {
|
|
7388
|
+
display: flex;
|
|
7389
|
+
align-items: center;
|
|
7390
|
+
justify-content: flex-end;
|
|
7406
7391
|
}
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7392
|
+
|
|
7393
|
+
.E_b1ctd5xy {
|
|
7394
|
+
display: flex;
|
|
7395
|
+
align-items: center;
|
|
7396
|
+
width: calc(100% - 40px);
|
|
7410
7397
|
}
|
|
7411
|
-
.
|
|
7412
|
-
|
|
7398
|
+
.E_b1ctd5xy .chart {
|
|
7399
|
+
display: inline-block;
|
|
7400
|
+
width: 100%;
|
|
7413
7401
|
}
|
|
7414
7402
|
|
|
7415
|
-
.
|
|
7416
|
-
|
|
7417
|
-
}
|
|
7418
|
-
.E_u15heuvq.content.link {
|
|
7419
|
-
cursor: pointer !important;
|
|
7403
|
+
.E_u1p8acpn {
|
|
7404
|
+
min-width: 40px;
|
|
7420
7405
|
}
|
|
7421
|
-
.
|
|
7422
|
-
color: #
|
|
7406
|
+
.E_u1p8acpn .unit {
|
|
7407
|
+
color: #00122e !important;
|
|
7423
7408
|
}
|
|
7424
|
-
|
|
7425
|
-
|
|
7409
|
+
|
|
7410
|
+
.E_skwah65 {
|
|
7411
|
+
height: 8px;
|
|
7412
|
+
box-sizing: border-box;
|
|
7413
|
+
border-radius: 2px;
|
|
7414
|
+
background: #f5f7fa;
|
|
7415
|
+
display: flex;
|
|
7416
|
+
width: 100%;
|
|
7417
|
+
overflow: hidden;
|
|
7426
7418
|
}
|
|
7427
|
-
.
|
|
7428
|
-
|
|
7419
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
7420
|
+
margin-left: 1px;
|
|
7429
7421
|
}
|
|
7430
7422
|
|
|
7431
7423
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -7541,12 +7533,20 @@ span.E_tqjc4ui {
|
|
|
7541
7533
|
text-align: left;
|
|
7542
7534
|
}
|
|
7543
7535
|
|
|
7544
|
-
.
|
|
7545
|
-
|
|
7546
|
-
align-items: center;
|
|
7536
|
+
.E_u15heuvq.content {
|
|
7537
|
+
cursor: default !important;
|
|
7547
7538
|
}
|
|
7548
|
-
.
|
|
7549
|
-
|
|
7539
|
+
.E_u15heuvq.content.link {
|
|
7540
|
+
cursor: pointer !important;
|
|
7541
|
+
}
|
|
7542
|
+
.E_u15heuvq.content.link:hover {
|
|
7543
|
+
color: #0080ff;
|
|
7544
|
+
}
|
|
7545
|
+
.E_u15heuvq.content.black {
|
|
7546
|
+
color: #00122e;
|
|
7547
|
+
}
|
|
7548
|
+
.E_u15heuvq.content.gray {
|
|
7549
|
+
color: rgba(44, 56, 82, 0.75);
|
|
7550
7550
|
}
|
|
7551
7551
|
|
|
7552
7552
|
.E_t160l1cm {
|
|
@@ -7800,10 +7800,24 @@ span.E_tqjc4ui {
|
|
|
7800
7800
|
.E_c157gu4z .ant-list-item {
|
|
7801
7801
|
display: flex;
|
|
7802
7802
|
flex-direction: row;
|
|
7803
|
+
align-items: flex-start;
|
|
7804
|
+
}
|
|
7805
|
+
.E_c157gu4z .icon-wrapper {
|
|
7806
|
+
align-self: flex-start;
|
|
7807
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
7803
7808
|
}
|
|
7804
7809
|
.E_c157gu4z .description {
|
|
7805
|
-
flex
|
|
7810
|
+
flex: 1 1 0;
|
|
7811
|
+
min-width: 0;
|
|
7806
7812
|
margin-left: 8px;
|
|
7813
|
+
word-break: break-word;
|
|
7814
|
+
overflow-wrap: break-word;
|
|
7815
|
+
}
|
|
7816
|
+
.E_c157gu4z .ant-space,
|
|
7817
|
+
.E_c157gu4z .ant-flex {
|
|
7818
|
+
flex-shrink: 0;
|
|
7819
|
+
align-self: flex-start;
|
|
7820
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
7807
7821
|
}
|
|
7808
7822
|
|
|
7809
7823
|
.E_eu1sysj {
|
|
@@ -7813,10 +7827,45 @@ span.E_tqjc4ui {
|
|
|
7813
7827
|
justify-content: center;
|
|
7814
7828
|
}
|
|
7815
7829
|
|
|
7816
|
-
.
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7830
|
+
.E_i5w779o {
|
|
7831
|
+
padding: 8px 0;
|
|
7832
|
+
}
|
|
7833
|
+
.E_i5w779o .col-label {
|
|
7834
|
+
flex-shrink: unset;
|
|
7835
|
+
}
|
|
7836
|
+
.E_i5w779o .col-label * {
|
|
7837
|
+
line-height: 18px;
|
|
7838
|
+
}
|
|
7839
|
+
.E_i5w779o .col-content {
|
|
7840
|
+
flex: 1 1 0;
|
|
7841
|
+
display: flex;
|
|
7842
|
+
align-items: center;
|
|
7843
|
+
}
|
|
7844
|
+
.E_i5w779o .col-content * {
|
|
7845
|
+
line-height: 18px;
|
|
7846
|
+
}
|
|
7847
|
+
|
|
7848
|
+
.E_l18dja44 {
|
|
7849
|
+
padding: 6px 0;
|
|
7850
|
+
}
|
|
7851
|
+
.E_l18dja44 .col-label * {
|
|
7852
|
+
font-size: 13px;
|
|
7853
|
+
line-height: 20px;
|
|
7854
|
+
}
|
|
7855
|
+
.E_l18dja44 .col-content * {
|
|
7856
|
+
font-size: 14px;
|
|
7857
|
+
line-height: 20px;
|
|
7858
|
+
}
|
|
7859
|
+
|
|
7860
|
+
.E_c8c2hys {
|
|
7861
|
+
display: flex;
|
|
7862
|
+
justify-content: space-between;
|
|
7863
|
+
flex: 1;
|
|
7864
|
+
min-width: 0;
|
|
7865
|
+
}
|
|
7866
|
+
|
|
7867
|
+
.E_n4m6c4d {
|
|
7868
|
+
color: rgba(0, 21, 64, 0.3);
|
|
7820
7869
|
}
|
|
7821
7870
|
|
|
7822
7871
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -7882,78 +7931,10 @@ span.E_tqjc4ui {
|
|
|
7882
7931
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
7883
7932
|
}
|
|
7884
7933
|
|
|
7885
|
-
.
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
flex-shrink: unset;
|
|
7890
|
-
}
|
|
7891
|
-
.E_i5w779o .col-label * {
|
|
7892
|
-
line-height: 18px;
|
|
7893
|
-
}
|
|
7894
|
-
.E_i5w779o .col-content {
|
|
7895
|
-
flex: 1 1 0;
|
|
7896
|
-
display: flex;
|
|
7897
|
-
align-items: center;
|
|
7898
|
-
}
|
|
7899
|
-
.E_i5w779o .col-content * {
|
|
7900
|
-
line-height: 18px;
|
|
7901
|
-
}
|
|
7902
|
-
|
|
7903
|
-
.E_l18dja44 {
|
|
7904
|
-
padding: 6px 0;
|
|
7905
|
-
}
|
|
7906
|
-
.E_l18dja44 .col-label * {
|
|
7907
|
-
font-size: 13px;
|
|
7908
|
-
line-height: 20px;
|
|
7909
|
-
}
|
|
7910
|
-
.E_l18dja44 .col-content * {
|
|
7911
|
-
font-size: 14px;
|
|
7912
|
-
line-height: 20px;
|
|
7913
|
-
}
|
|
7914
|
-
|
|
7915
|
-
.E_c8c2hys {
|
|
7916
|
-
display: flex;
|
|
7917
|
-
justify-content: space-between;
|
|
7918
|
-
flex: 1;
|
|
7919
|
-
min-width: 0;
|
|
7920
|
-
}
|
|
7921
|
-
|
|
7922
|
-
.E_n4m6c4d {
|
|
7923
|
-
color: rgba(0, 21, 64, 0.3);
|
|
7924
|
-
}
|
|
7925
|
-
|
|
7926
|
-
.E_l12xdkhl {
|
|
7927
|
-
width: 64px;
|
|
7928
|
-
height: 64px;
|
|
7929
|
-
max-width: 64px;
|
|
7930
|
-
max-height: 64px;
|
|
7931
|
-
overflow: hidden;
|
|
7932
|
-
display: flex;
|
|
7933
|
-
align-items: center;
|
|
7934
|
-
justify-content: center;
|
|
7935
|
-
position: relative;
|
|
7936
|
-
opacity: 0.6;
|
|
7937
|
-
}
|
|
7938
|
-
.E_l12xdkhl .icon-wrapper {
|
|
7939
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
7940
|
-
}
|
|
7941
|
-
@keyframes rotate {
|
|
7942
|
-
from {
|
|
7943
|
-
transform: rotate(0deg);
|
|
7944
|
-
}
|
|
7945
|
-
to {
|
|
7946
|
-
transform: rotate(360deg);
|
|
7947
|
-
}
|
|
7948
|
-
}
|
|
7949
|
-
|
|
7950
|
-
.E_cevhqx7 {
|
|
7951
|
-
color: #00122e;
|
|
7952
|
-
}
|
|
7953
|
-
|
|
7954
|
-
.E_snbqlt4 {
|
|
7955
|
-
margin-top: 8px;
|
|
7956
|
-
color: rgba(44, 56, 82, 0.6);
|
|
7934
|
+
.E_h1ol2wl7 {
|
|
7935
|
+
font-weight: bold;
|
|
7936
|
+
background-color: unset;
|
|
7937
|
+
padding: unset;
|
|
7957
7938
|
}
|
|
7958
7939
|
|
|
7959
7940
|
.E_c14ouk5o {
|
|
@@ -8541,4 +8522,37 @@ span.E_tqjc4ui {
|
|
|
8541
8522
|
height: 1px;
|
|
8542
8523
|
background: #e4e9f2;
|
|
8543
8524
|
margin: 16px 0;
|
|
8525
|
+
}
|
|
8526
|
+
|
|
8527
|
+
.E_l12xdkhl {
|
|
8528
|
+
width: 64px;
|
|
8529
|
+
height: 64px;
|
|
8530
|
+
max-width: 64px;
|
|
8531
|
+
max-height: 64px;
|
|
8532
|
+
overflow: hidden;
|
|
8533
|
+
display: flex;
|
|
8534
|
+
align-items: center;
|
|
8535
|
+
justify-content: center;
|
|
8536
|
+
position: relative;
|
|
8537
|
+
opacity: 0.6;
|
|
8538
|
+
}
|
|
8539
|
+
.E_l12xdkhl .icon-wrapper {
|
|
8540
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
8541
|
+
}
|
|
8542
|
+
@keyframes rotate {
|
|
8543
|
+
from {
|
|
8544
|
+
transform: rotate(0deg);
|
|
8545
|
+
}
|
|
8546
|
+
to {
|
|
8547
|
+
transform: rotate(360deg);
|
|
8548
|
+
}
|
|
8549
|
+
}
|
|
8550
|
+
|
|
8551
|
+
.E_cevhqx7 {
|
|
8552
|
+
color: #00122e;
|
|
8553
|
+
}
|
|
8554
|
+
|
|
8555
|
+
.E_snbqlt4 {
|
|
8556
|
+
margin-top: 8px;
|
|
8557
|
+
color: rgba(44, 56, 82, 0.6);
|
|
8544
8558
|
}
|