cesium-alpha-earth 1.0.21 → 1.0.22
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/cesium-alpha-earth.css +534 -43
- package/dist/index.js +2454 -173
- package/dist/types/components/AreaMeasurement/index.d.ts +2 -0
- package/dist/types/components/AreaMeasurement/index.js +7 -0
- package/dist/types/components/AreaMeasurement/index.js.map +1 -0
- package/dist/types/components/DistanceMeasurement/index.d.ts +2 -0
- package/dist/types/components/DistanceMeasurement/index.js +7 -0
- package/dist/types/components/DistanceMeasurement/index.js.map +1 -0
- package/dist/types/components/HeightMeasurement/index.d.ts +2 -0
- package/dist/types/components/HeightMeasurement/index.js +7 -0
- package/dist/types/components/HeightMeasurement/index.js.map +1 -0
- package/dist/types/components/LayerController/index.d.ts +2 -0
- package/dist/types/components/LayerController/index.js +7 -0
- package/dist/types/components/LayerController/index.js.map +1 -0
- package/dist/types/components/SceneController/index.d.ts +2 -0
- package/dist/types/components/SceneController/index.js +7 -0
- package/dist/types/components/SceneController/index.js.map +1 -0
- package/dist/types/components/Search/index.d.ts +2 -0
- package/dist/types/components/Search/index.js +7 -0
- package/dist/types/components/Search/index.js.map +1 -0
- package/dist/types/components/toolBar/index.d.ts +2 -0
- package/dist/types/components/toolBar/index.js +8 -0
- package/dist/types/components/toolBar/index.js.map +1 -0
- package/dist/types/core/CesiumAlphaGeoJsonLayer/index.d.ts +1 -0
- package/dist/types/core/CesiumAlphaGeoJsonLayer/index.js +6 -3
- package/dist/types/core/CesiumAlphaGeoJsonLayer/index.js.map +1 -1
- package/dist/types/core/CesiumAlphaGeoJsonLayer/method/createGraphic.js +6 -4
- package/dist/types/core/CesiumAlphaGeoJsonLayer/method/createGraphic.js.map +1 -1
- package/dist/types/core/CesiumAlphaMeasure/MeasureArea.d.ts +41 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureArea.js +271 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureArea.js.map +1 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureDistance.d.ts +32 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureDistance.js +233 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureDistance.js.map +1 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureHeight.d.ts +25 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureHeight.js +147 -0
- package/dist/types/core/CesiumAlphaMeasure/MeasureHeight.js.map +1 -0
- package/dist/types/core/CesiumAlphaViewer/index.d.ts +2 -0
- package/dist/types/core/CesiumAlphaViewer/index.js +6 -0
- package/dist/types/core/CesiumAlphaViewer/index.js.map +1 -1
- package/dist/types/index.js +8 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/util/analysisMethods/index.d.ts +1 -0
- package/dist/types/util/analysisMethods/index.js +8 -1
- package/dist/types/util/analysisMethods/index.js.map +1 -1
- package/dist/types/util/tooltip/index.d.ts +1 -1
- package/dist/types/util/tooltip/index.js +1 -1
- package/dist/types/util/tooltip/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1341,7 +1341,7 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1341
1341
|
|
|
1342
1342
|
/* packages/widgets/Source/widgets.css */
|
|
1343
1343
|
|
|
1344
|
-
.component-ui[data-v-
|
|
1344
|
+
.component-ui[data-v-cca60a3d] {
|
|
1345
1345
|
border-radius: 4px;
|
|
1346
1346
|
padding: 10px;
|
|
1347
1347
|
position: absolute;
|
|
@@ -1359,20 +1359,20 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1359
1359
|
max-height: 70vh;
|
|
1360
1360
|
overflow-y: scroll;
|
|
1361
1361
|
}
|
|
1362
|
-
.header[data-v-
|
|
1362
|
+
.header[data-v-cca60a3d] {
|
|
1363
1363
|
width: 100%;
|
|
1364
1364
|
display: flex;
|
|
1365
1365
|
justify-content: space-between;
|
|
1366
1366
|
font-size: 16px;
|
|
1367
1367
|
align-items: center;
|
|
1368
1368
|
}
|
|
1369
|
-
.header .clostBth[data-v-
|
|
1369
|
+
.header .clostBth[data-v-cca60a3d] {
|
|
1370
1370
|
width: 18px;
|
|
1371
1371
|
height: 18px;
|
|
1372
1372
|
margin-left: 50px;
|
|
1373
1373
|
cursor: pointer;
|
|
1374
1374
|
}
|
|
1375
|
-
.container[data-v-
|
|
1375
|
+
.container[data-v-cca60a3d] {
|
|
1376
1376
|
display: flex;
|
|
1377
1377
|
justify-content: center;
|
|
1378
1378
|
align-items: center;
|
|
@@ -1381,34 +1381,34 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1381
1381
|
text-align: right;
|
|
1382
1382
|
font-size: 14px;
|
|
1383
1383
|
}
|
|
1384
|
-
.moveingSection[data-v-
|
|
1384
|
+
.moveingSection[data-v-cca60a3d] {
|
|
1385
1385
|
display: flex;
|
|
1386
1386
|
margin-top: 15px;
|
|
1387
1387
|
width: 300px;
|
|
1388
1388
|
justify-content: space-around;
|
|
1389
1389
|
}
|
|
1390
|
-
.moveingSection img[data-v-
|
|
1390
|
+
.moveingSection img[data-v-cca60a3d] {
|
|
1391
1391
|
width: 20px;
|
|
1392
1392
|
height: 20px;
|
|
1393
1393
|
cursor: pointer;
|
|
1394
1394
|
}
|
|
1395
|
-
.load3DTiles[data-v-
|
|
1395
|
+
.load3DTiles[data-v-cca60a3d] {
|
|
1396
1396
|
width: 100%;
|
|
1397
1397
|
display: flex;
|
|
1398
1398
|
align-items: center;
|
|
1399
1399
|
margin-top: 15px;
|
|
1400
1400
|
justify-content: right;
|
|
1401
1401
|
}
|
|
1402
|
-
.load3DTiles span[data-v-
|
|
1402
|
+
.load3DTiles span[data-v-cca60a3d] {
|
|
1403
1403
|
min-width: 100px;
|
|
1404
1404
|
text-align: right;
|
|
1405
1405
|
}
|
|
1406
|
-
.load3DTiles .loadBth[data-v-
|
|
1406
|
+
.load3DTiles .loadBth[data-v-cca60a3d] {
|
|
1407
1407
|
height: 20px;
|
|
1408
1408
|
width: 50px;
|
|
1409
1409
|
margin-left: 5px;
|
|
1410
1410
|
}
|
|
1411
|
-
.load3DTiles .modelUrl[data-v-
|
|
1411
|
+
.load3DTiles .modelUrl[data-v-cca60a3d] {
|
|
1412
1412
|
width: 150px;
|
|
1413
1413
|
background-color: #fff;
|
|
1414
1414
|
height: 20px;
|
|
@@ -1416,18 +1416,18 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1416
1416
|
color: black;
|
|
1417
1417
|
text-align: center;
|
|
1418
1418
|
}
|
|
1419
|
-
.importShp[data-v-
|
|
1419
|
+
.importShp[data-v-cca60a3d] {
|
|
1420
1420
|
width: 100%;
|
|
1421
1421
|
display: flex;
|
|
1422
1422
|
align-items: center;
|
|
1423
1423
|
margin-top: 15px;
|
|
1424
1424
|
justify-content: right;
|
|
1425
1425
|
}
|
|
1426
|
-
.importShp span[data-v-
|
|
1426
|
+
.importShp span[data-v-cca60a3d] {
|
|
1427
1427
|
min-width: 100px;
|
|
1428
1428
|
text-align: right;
|
|
1429
1429
|
}
|
|
1430
|
-
.importShp .fileNameContainer[data-v-
|
|
1430
|
+
.importShp .fileNameContainer[data-v-cca60a3d] {
|
|
1431
1431
|
width: 150px;
|
|
1432
1432
|
background-color: #fff;
|
|
1433
1433
|
height: 20px;
|
|
@@ -1437,161 +1437,161 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1437
1437
|
overflow: hidden;
|
|
1438
1438
|
text-overflow: ellipsis;
|
|
1439
1439
|
}
|
|
1440
|
-
.importShp .loadBth[data-v-
|
|
1440
|
+
.importShp .loadBth[data-v-cca60a3d] {
|
|
1441
1441
|
width: 50px;
|
|
1442
1442
|
height: 20px;
|
|
1443
1443
|
margin-left: 5px;
|
|
1444
1444
|
}
|
|
1445
|
-
.samplingInterval[data-v-
|
|
1445
|
+
.samplingInterval[data-v-cca60a3d] {
|
|
1446
1446
|
width: 100%;
|
|
1447
1447
|
display: flex;
|
|
1448
1448
|
justify-content: right;
|
|
1449
1449
|
align-items: center;
|
|
1450
1450
|
margin-top: 15px;
|
|
1451
1451
|
}
|
|
1452
|
-
.samplingInterval .numberInput[data-v-
|
|
1452
|
+
.samplingInterval .numberInput[data-v-cca60a3d] {
|
|
1453
1453
|
width: 205px;
|
|
1454
1454
|
}
|
|
1455
|
-
.samplingInterval span[data-v-
|
|
1455
|
+
.samplingInterval span[data-v-cca60a3d] {
|
|
1456
1456
|
min-width: 100px;
|
|
1457
1457
|
text-align: right;
|
|
1458
1458
|
}
|
|
1459
|
-
.colorPicke[data-v-
|
|
1459
|
+
.colorPicke[data-v-cca60a3d] {
|
|
1460
1460
|
margin-top: 15px;
|
|
1461
1461
|
width: 100%;
|
|
1462
1462
|
display: flex;
|
|
1463
1463
|
justify-content: right;
|
|
1464
1464
|
align-items: center;
|
|
1465
1465
|
}
|
|
1466
|
-
.colorPicke span[data-v-
|
|
1466
|
+
.colorPicke span[data-v-cca60a3d] {
|
|
1467
1467
|
text-align: right;
|
|
1468
1468
|
min-width: 100px;
|
|
1469
1469
|
}
|
|
1470
|
-
.colorPicke[data-v-
|
|
1470
|
+
.colorPicke[data-v-cca60a3d] .el-color-picker__trigger {
|
|
1471
1471
|
width: 205px;
|
|
1472
1472
|
}
|
|
1473
|
-
.buttonDiv[data-v-
|
|
1473
|
+
.buttonDiv[data-v-cca60a3d] {
|
|
1474
1474
|
width: 100%;
|
|
1475
1475
|
margin-top: 15px;
|
|
1476
1476
|
display: flex;
|
|
1477
1477
|
justify-content: space-around;
|
|
1478
1478
|
align-items: center;
|
|
1479
1479
|
}
|
|
1480
|
-
.infoBox[data-v-
|
|
1480
|
+
.infoBox[data-v-cca60a3d] {
|
|
1481
1481
|
width: 100%;
|
|
1482
1482
|
display: flex;
|
|
1483
1483
|
flex-direction: column;
|
|
1484
1484
|
}
|
|
1485
|
-
.infoBox section[data-v-
|
|
1485
|
+
.infoBox section[data-v-cca60a3d] {
|
|
1486
1486
|
margin-top: 15px;
|
|
1487
1487
|
display: flex;
|
|
1488
1488
|
justify-content: right;
|
|
1489
1489
|
}
|
|
1490
|
-
.infoBox section span[data-v-
|
|
1490
|
+
.infoBox section span[data-v-cca60a3d] {
|
|
1491
1491
|
text-align: right;
|
|
1492
1492
|
min-width: 100px;
|
|
1493
1493
|
}
|
|
1494
|
-
.infoBox section div[data-v-
|
|
1494
|
+
.infoBox section div[data-v-cca60a3d] {
|
|
1495
1495
|
width: 205px;
|
|
1496
1496
|
border-radius: 5px;
|
|
1497
1497
|
color: #fff;
|
|
1498
1498
|
text-align: center;
|
|
1499
1499
|
}
|
|
1500
|
-
.sildloop[data-v-
|
|
1500
|
+
.sildloop[data-v-cca60a3d] {
|
|
1501
1501
|
display: flex;
|
|
1502
1502
|
width: 100%;
|
|
1503
1503
|
justify-content: right;
|
|
1504
1504
|
align-items: center;
|
|
1505
1505
|
margin-top: 15px;
|
|
1506
1506
|
}
|
|
1507
|
-
.sildloop span[data-v-
|
|
1507
|
+
.sildloop span[data-v-cca60a3d] {
|
|
1508
1508
|
text-align: right;
|
|
1509
1509
|
min-width: 100px;
|
|
1510
1510
|
}
|
|
1511
|
-
.sildloop div[data-v-
|
|
1511
|
+
.sildloop div[data-v-cca60a3d] {
|
|
1512
1512
|
display: flex;
|
|
1513
1513
|
justify-content: center;
|
|
1514
1514
|
width: 205px;
|
|
1515
1515
|
}
|
|
1516
|
-
.roadPlan[data-v-
|
|
1516
|
+
.roadPlan[data-v-cca60a3d] {
|
|
1517
1517
|
display: flex;
|
|
1518
1518
|
width: 100%;
|
|
1519
1519
|
justify-content: right;
|
|
1520
1520
|
align-items: center;
|
|
1521
1521
|
margin-top: 15px;
|
|
1522
1522
|
}
|
|
1523
|
-
.roadPlan span[data-v-
|
|
1523
|
+
.roadPlan span[data-v-cca60a3d] {
|
|
1524
1524
|
text-align: right;
|
|
1525
1525
|
min-width: 100px;
|
|
1526
1526
|
}
|
|
1527
|
-
.roadPlan div[data-v-
|
|
1527
|
+
.roadPlan div[data-v-cca60a3d] {
|
|
1528
1528
|
display: flex;
|
|
1529
1529
|
justify-content: center;
|
|
1530
1530
|
width: 205px;
|
|
1531
1531
|
}
|
|
1532
|
-
.showLine[data-v-
|
|
1532
|
+
.showLine[data-v-cca60a3d] {
|
|
1533
1533
|
display: flex;
|
|
1534
1534
|
width: 100%;
|
|
1535
1535
|
justify-content: right;
|
|
1536
1536
|
align-items: center;
|
|
1537
1537
|
margin-top: 15px;
|
|
1538
1538
|
}
|
|
1539
|
-
.showLine span[data-v-
|
|
1539
|
+
.showLine span[data-v-cca60a3d] {
|
|
1540
1540
|
text-align: right;
|
|
1541
1541
|
min-width: 100px;
|
|
1542
1542
|
}
|
|
1543
|
-
.showLine div[data-v-
|
|
1543
|
+
.showLine div[data-v-cca60a3d] {
|
|
1544
1544
|
display: flex;
|
|
1545
1545
|
justify-content: center;
|
|
1546
1546
|
width: 205px;
|
|
1547
1547
|
}
|
|
1548
|
-
.showLine div[data-v-
|
|
1548
|
+
.showLine div[data-v-cca60a3d] .el-switch__label {
|
|
1549
1549
|
color: #fff;
|
|
1550
1550
|
}
|
|
1551
|
-
.polygonPosition[data-v-
|
|
1551
|
+
.polygonPosition[data-v-cca60a3d] {
|
|
1552
1552
|
display: flex;
|
|
1553
1553
|
width: 100%;
|
|
1554
1554
|
justify-content: right;
|
|
1555
1555
|
align-items: center;
|
|
1556
1556
|
margin-top: 15px;
|
|
1557
1557
|
}
|
|
1558
|
-
.polygonPosition > div[data-v-
|
|
1558
|
+
.polygonPosition > div[data-v-cca60a3d] {
|
|
1559
1559
|
display: flex;
|
|
1560
1560
|
justify-content: center;
|
|
1561
1561
|
width: 205px;
|
|
1562
1562
|
}
|
|
1563
|
-
.polygonPosition > div .positionInput[data-v-
|
|
1563
|
+
.polygonPosition > div .positionInput[data-v-cca60a3d] {
|
|
1564
1564
|
height: 20px;
|
|
1565
1565
|
width: 150px;
|
|
1566
1566
|
}
|
|
1567
|
-
.polygonPosition > div .moveBth[data-v-
|
|
1567
|
+
.polygonPosition > div .moveBth[data-v-cca60a3d] {
|
|
1568
1568
|
width: 50px;
|
|
1569
1569
|
height: 20px;
|
|
1570
1570
|
margin-left: 5px;
|
|
1571
1571
|
}
|
|
1572
1572
|
/* 设置滚动条的宽度 */
|
|
1573
|
-
.component-ui[data-v-
|
|
1573
|
+
.component-ui[data-v-cca60a3d]::-webkit-scrollbar {
|
|
1574
1574
|
width: 5px;
|
|
1575
1575
|
/* 设置滚动条的宽度 */
|
|
1576
1576
|
height: 12px;
|
|
1577
1577
|
/* 设置水平滚动条的高度 */
|
|
1578
1578
|
}
|
|
1579
1579
|
/* 设置滚动条的滑块样式 */
|
|
1580
|
-
.component-ui[data-v-
|
|
1580
|
+
.component-ui[data-v-cca60a3d]::-webkit-scrollbar-thumb {
|
|
1581
1581
|
background-color: #888;
|
|
1582
1582
|
/* 设置滑块的颜色 */
|
|
1583
1583
|
border-radius: 10px;
|
|
1584
1584
|
/* 设置滑块的圆角 */
|
|
1585
1585
|
}
|
|
1586
1586
|
/* 设置滚动条轨道的样式 */
|
|
1587
|
-
.component-ui[data-v-
|
|
1587
|
+
.component-ui[data-v-cca60a3d]::-webkit-scrollbar-track {
|
|
1588
1588
|
background: #f1f1f1;
|
|
1589
1589
|
/* 设置轨道的背景色 */
|
|
1590
1590
|
border-radius: 10px;
|
|
1591
1591
|
/* 设置轨道的圆角 */
|
|
1592
1592
|
}
|
|
1593
1593
|
/* 设置滑块悬停时的样式 */
|
|
1594
|
-
.component-ui[data-v-
|
|
1594
|
+
.component-ui[data-v-cca60a3d]::-webkit-scrollbar-thumb:hover {
|
|
1595
1595
|
background-color: #555;
|
|
1596
1596
|
/* 设置悬停时滑块的颜色 */
|
|
1597
1597
|
}
|
|
@@ -1711,4 +1711,495 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1711
1711
|
/* 设置滑块悬停时的样式 */
|
|
1712
1712
|
.main-result[data-v-a7c79e0c]::-webkit-scrollbar-thumb:hover {
|
|
1713
1713
|
background-color: transparent;
|
|
1714
|
+
}
|
|
1715
|
+
.toolListContainer {
|
|
1716
|
+
padding: 5px;
|
|
1717
|
+
display: flex;
|
|
1718
|
+
align-items: center;
|
|
1719
|
+
position: relative;
|
|
1720
|
+
pointer-events: all;
|
|
1721
|
+
}
|
|
1722
|
+
.leftArrow,
|
|
1723
|
+
.rightArrow {
|
|
1724
|
+
display: flex;
|
|
1725
|
+
justify-content: center;
|
|
1726
|
+
align-items: center;
|
|
1727
|
+
font-size: 24px;
|
|
1728
|
+
cursor: pointer;
|
|
1729
|
+
background-color: rgba(64, 59, 50, 0.925);
|
|
1730
|
+
border-radius: 5px;
|
|
1731
|
+
color: #fff;
|
|
1732
|
+
padding: 2px;
|
|
1733
|
+
box-sizing: border-box;
|
|
1734
|
+
margin: 5px;
|
|
1735
|
+
}
|
|
1736
|
+
.toolContent {
|
|
1737
|
+
display: flex;
|
|
1738
|
+
align-items: center;
|
|
1739
|
+
background-color: rgba(70, 62, 48, 0.774);
|
|
1740
|
+
padding: 8px;
|
|
1741
|
+
border-radius: 10px;
|
|
1742
|
+
max-width: 500px;
|
|
1743
|
+
overflow: hidden;
|
|
1744
|
+
}
|
|
1745
|
+
.sectionStyle {
|
|
1746
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1747
|
+
border-radius: 5px;
|
|
1748
|
+
display: flex;
|
|
1749
|
+
flex-direction: column;
|
|
1750
|
+
align-items: center;
|
|
1751
|
+
justify-content: space-around;
|
|
1752
|
+
color: #fff;
|
|
1753
|
+
margin-left: 5px;
|
|
1754
|
+
margin-right: 5px;
|
|
1755
|
+
font-size: 16px;
|
|
1756
|
+
padding: 10px;
|
|
1757
|
+
cursor: pointer;
|
|
1758
|
+
white-space: nowrap;
|
|
1759
|
+
}
|
|
1760
|
+
.sectionStyle img {
|
|
1761
|
+
width: 20px;
|
|
1762
|
+
height: 20px;
|
|
1763
|
+
}
|
|
1764
|
+
.isActive {
|
|
1765
|
+
background-color: rgba(17, 151, 204, 0.329);
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
/* 下面我们会解释这些 class 是做什么的 */
|
|
1769
|
+
.v-enter-active,
|
|
1770
|
+
.v-leave-active {
|
|
1771
|
+
transition: opacity 0.5s ease;
|
|
1772
|
+
}
|
|
1773
|
+
.v-enter-from,
|
|
1774
|
+
.v-leave-to {
|
|
1775
|
+
opacity: 0;
|
|
1776
|
+
}.measurement-ui[data-v-48647ecc] {
|
|
1777
|
+
border-radius: 4px;
|
|
1778
|
+
padding: 10px;
|
|
1779
|
+
position: absolute;
|
|
1780
|
+
z-index: 1800;
|
|
1781
|
+
pointer-events: all;
|
|
1782
|
+
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.9) 0%, rgba(58, 68, 82, 0.9) 50%, rgba(53, 53, 53, 0.9) 100%);
|
|
1783
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
1784
|
+
box-sizing: border-box;
|
|
1785
|
+
color: white;
|
|
1786
|
+
display: flex;
|
|
1787
|
+
justify-content: center;
|
|
1788
|
+
align-items: center;
|
|
1789
|
+
flex-direction: column;
|
|
1790
|
+
white-space: nowrap;
|
|
1791
|
+
}
|
|
1792
|
+
.header[data-v-48647ecc] {
|
|
1793
|
+
display: flex;
|
|
1794
|
+
justify-content: space-between;
|
|
1795
|
+
font-size: 16px;
|
|
1796
|
+
align-items: center;
|
|
1797
|
+
width: 100%;
|
|
1798
|
+
min-width: 200px;
|
|
1799
|
+
}
|
|
1800
|
+
.header .closeBth[data-v-48647ecc] {
|
|
1801
|
+
width: 18px;
|
|
1802
|
+
height: 18px;
|
|
1803
|
+
cursor: pointer;
|
|
1804
|
+
}
|
|
1805
|
+
.container[data-v-48647ecc] {
|
|
1806
|
+
display: flex;
|
|
1807
|
+
justify-content: center;
|
|
1808
|
+
align-items: center;
|
|
1809
|
+
flex-direction: column;
|
|
1810
|
+
white-space: nowrap;
|
|
1811
|
+
font-size: 14px;
|
|
1812
|
+
}
|
|
1813
|
+
.actionSection[data-v-48647ecc] {
|
|
1814
|
+
margin: 0;
|
|
1815
|
+
margin-top: 10px;
|
|
1816
|
+
display: flex;
|
|
1817
|
+
align-items: center;
|
|
1818
|
+
}.component-ui[data-v-738655d9] {
|
|
1819
|
+
pointer-events: all;
|
|
1820
|
+
border-radius: 4px;
|
|
1821
|
+
padding: 10px;
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
z-index: 1800;
|
|
1824
|
+
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.9) 0%, rgba(58, 68, 82, 0.9) 50%, rgba(53, 53, 53, 0.9) 100%);
|
|
1825
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
1826
|
+
box-sizing: border-box;
|
|
1827
|
+
color: white;
|
|
1828
|
+
display: flex;
|
|
1829
|
+
justify-content: center;
|
|
1830
|
+
align-items: center;
|
|
1831
|
+
flex-direction: column;
|
|
1832
|
+
white-space: nowrap;
|
|
1833
|
+
}
|
|
1834
|
+
.header[data-v-738655d9] {
|
|
1835
|
+
display: flex;
|
|
1836
|
+
justify-content: space-between;
|
|
1837
|
+
font-size: 16px;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
width: 100%;
|
|
1840
|
+
min-width: 200px;
|
|
1841
|
+
}
|
|
1842
|
+
.header .closeBth[data-v-738655d9] {
|
|
1843
|
+
width: 18px;
|
|
1844
|
+
height: 18px;
|
|
1845
|
+
cursor: pointer;
|
|
1846
|
+
}
|
|
1847
|
+
.container[data-v-738655d9] {
|
|
1848
|
+
display: flex;
|
|
1849
|
+
justify-content: center;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
flex-direction: column;
|
|
1852
|
+
white-space: nowrap;
|
|
1853
|
+
font-size: 14px;
|
|
1854
|
+
}
|
|
1855
|
+
.actionSection[data-v-738655d9] {
|
|
1856
|
+
margin: 0;
|
|
1857
|
+
margin-top: 10px;
|
|
1858
|
+
display: flex;
|
|
1859
|
+
align-items: center;
|
|
1860
|
+
}.component-ui[data-v-93920b20] {
|
|
1861
|
+
pointer-events: all;
|
|
1862
|
+
border-radius: 4px;
|
|
1863
|
+
padding: 10px;
|
|
1864
|
+
position: absolute;
|
|
1865
|
+
z-index: 1800;
|
|
1866
|
+
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.9) 0%, rgba(58, 68, 82, 0.9) 50%, rgba(53, 53, 53, 0.9) 100%);
|
|
1867
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
1868
|
+
box-sizing: border-box;
|
|
1869
|
+
color: white;
|
|
1870
|
+
display: flex;
|
|
1871
|
+
justify-content: center;
|
|
1872
|
+
align-items: center;
|
|
1873
|
+
flex-direction: column;
|
|
1874
|
+
white-space: nowrap;
|
|
1875
|
+
}
|
|
1876
|
+
.header[data-v-93920b20] {
|
|
1877
|
+
display: flex;
|
|
1878
|
+
justify-content: space-between;
|
|
1879
|
+
font-size: 16px;
|
|
1880
|
+
align-items: center;
|
|
1881
|
+
width: 100%;
|
|
1882
|
+
min-width: 200px;
|
|
1883
|
+
}
|
|
1884
|
+
.header .closeBth[data-v-93920b20] {
|
|
1885
|
+
width: 18px;
|
|
1886
|
+
height: 18px;
|
|
1887
|
+
cursor: pointer;
|
|
1888
|
+
}
|
|
1889
|
+
.container[data-v-93920b20] {
|
|
1890
|
+
display: flex;
|
|
1891
|
+
justify-content: center;
|
|
1892
|
+
align-items: center;
|
|
1893
|
+
flex-direction: column;
|
|
1894
|
+
white-space: nowrap;
|
|
1895
|
+
font-size: 14px;
|
|
1896
|
+
}
|
|
1897
|
+
.actionSection[data-v-93920b20] {
|
|
1898
|
+
margin: 0;
|
|
1899
|
+
margin-top: 10px;
|
|
1900
|
+
display: flex;
|
|
1901
|
+
align-items: center;
|
|
1902
|
+
}
|
|
1903
|
+
.slide-fade-enter-active[data-v-93920b20] {
|
|
1904
|
+
transition: all 0.3s ease-out;
|
|
1905
|
+
}
|
|
1906
|
+
.slide-fade-leave-active[data-v-93920b20] {
|
|
1907
|
+
transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
|
|
1908
|
+
}
|
|
1909
|
+
.slide-fade-enter-from[data-v-93920b20],
|
|
1910
|
+
.slide-fade-leave-to[data-v-93920b20] {
|
|
1911
|
+
transform: translateX(20px);
|
|
1912
|
+
opacity: 0;
|
|
1913
|
+
}.component-ui[data-v-a2447328] {
|
|
1914
|
+
position: absolute;
|
|
1915
|
+
z-index: 1800;
|
|
1916
|
+
display: flex;
|
|
1917
|
+
flex-direction: column;
|
|
1918
|
+
}
|
|
1919
|
+
.component-ui section[data-v-a2447328] {
|
|
1920
|
+
background-color: rgba(53, 53, 53, 0.9);
|
|
1921
|
+
padding: 2px;
|
|
1922
|
+
border-radius: 5px;
|
|
1923
|
+
display: flex;
|
|
1924
|
+
justify-content: center;
|
|
1925
|
+
align-items: center;
|
|
1926
|
+
cursor: pointer;
|
|
1927
|
+
}
|
|
1928
|
+
.component-ui .icon[data-v-a2447328] {
|
|
1929
|
+
width: 30px;
|
|
1930
|
+
height: 30px;
|
|
1931
|
+
color: rgb(255, 255, 255);
|
|
1932
|
+
}
|
|
1933
|
+
.component-ui .box-item[data-v-a2447328] {
|
|
1934
|
+
margin-top: 5px;
|
|
1935
|
+
}
|
|
1936
|
+
.slide-fade-enter-active[data-v-a2447328] {
|
|
1937
|
+
transition: all 0.4s ease-out;
|
|
1938
|
+
}
|
|
1939
|
+
.slide-fade-leave-active[data-v-a2447328] {
|
|
1940
|
+
transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
|
|
1941
|
+
}
|
|
1942
|
+
.slide-fade-enter-from[data-v-a2447328],
|
|
1943
|
+
.slide-fade-leave-to[data-v-a2447328] {
|
|
1944
|
+
transform: translateY(-20px);
|
|
1945
|
+
opacity: 0;
|
|
1946
|
+
}
|
|
1947
|
+
.component-ui[data-v-1bb73d0e] {
|
|
1948
|
+
pointer-events: all;
|
|
1949
|
+
border-radius: 4px;
|
|
1950
|
+
padding: 10px;
|
|
1951
|
+
position: absolute;
|
|
1952
|
+
z-index: 1800;
|
|
1953
|
+
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.9) 0%, rgba(58, 68, 82, 0.9) 50%, rgba(53, 53, 53, 0.9) 100%);
|
|
1954
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
1955
|
+
box-sizing: border-box;
|
|
1956
|
+
color: white;
|
|
1957
|
+
display: flex;
|
|
1958
|
+
justify-content: center;
|
|
1959
|
+
align-items: center;
|
|
1960
|
+
flex-direction: column;
|
|
1961
|
+
white-space: nowrap;
|
|
1962
|
+
}
|
|
1963
|
+
.header[data-v-1bb73d0e] {
|
|
1964
|
+
display: flex;
|
|
1965
|
+
justify-content: space-between;
|
|
1966
|
+
font-size: 16px;
|
|
1967
|
+
align-items: center;
|
|
1968
|
+
width: 100%;
|
|
1969
|
+
}
|
|
1970
|
+
.header .closeBth[data-v-1bb73d0e] {
|
|
1971
|
+
width: 18px;
|
|
1972
|
+
height: 18px;
|
|
1973
|
+
cursor: pointer;
|
|
1974
|
+
}
|
|
1975
|
+
.searchComponent[data-v-1bb73d0e] {
|
|
1976
|
+
width: 200px;
|
|
1977
|
+
height: 24px;
|
|
1978
|
+
}
|
|
1979
|
+
.container[data-v-1bb73d0e] {
|
|
1980
|
+
display: flex;
|
|
1981
|
+
justify-content: center;
|
|
1982
|
+
align-items: center;
|
|
1983
|
+
flex-direction: column;
|
|
1984
|
+
white-space: nowrap;
|
|
1985
|
+
font-size: 14px;
|
|
1986
|
+
}
|
|
1987
|
+
.layerContainer[data-v-1bb73d0e] {
|
|
1988
|
+
box-sizing: border-box;
|
|
1989
|
+
background-color: rgba(255, 255, 255, 0.089);
|
|
1990
|
+
border-radius: 15px;
|
|
1991
|
+
padding: 5px;
|
|
1992
|
+
box-sizing: border-box;
|
|
1993
|
+
width: 100%;
|
|
1994
|
+
max-height: 400px;
|
|
1995
|
+
overflow-y: scroll;
|
|
1996
|
+
display: flex;
|
|
1997
|
+
flex-direction: column;
|
|
1998
|
+
margin-top: 15px;
|
|
1999
|
+
}
|
|
2000
|
+
.layerContainer .section[data-v-1bb73d0e] {
|
|
2001
|
+
display: flex;
|
|
2002
|
+
justify-content: space-between;
|
|
2003
|
+
align-items: center;
|
|
2004
|
+
}
|
|
2005
|
+
.layerContainer .bth[data-v-1bb73d0e] {
|
|
2006
|
+
width: 80px;
|
|
2007
|
+
height: 20px;
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
/* 设置滚动条的宽度 */
|
|
2011
|
+
.layerContainer[data-v-1bb73d0e]::-webkit-scrollbar {
|
|
2012
|
+
width: 5px;
|
|
2013
|
+
/* 设置滚动条的宽度 */
|
|
2014
|
+
height: 12px;
|
|
2015
|
+
/* 设置水平滚动条的高度 */
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
/* 设置滚动条的滑块样式 */
|
|
2019
|
+
.layerContainer[data-v-1bb73d0e]::-webkit-scrollbar-thumb {
|
|
2020
|
+
background-color: #888;
|
|
2021
|
+
/* 设置滑块的颜色 */
|
|
2022
|
+
border-radius: 10px;
|
|
2023
|
+
/* 设置滑块的圆角 */
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
/* 设置滚动条轨道的样式 */
|
|
2027
|
+
.layerContainer[data-v-1bb73d0e]::-webkit-scrollbar-track {
|
|
2028
|
+
background: #f1f1f1;
|
|
2029
|
+
/* 设置轨道的背景色 */
|
|
2030
|
+
border-radius: 10px;
|
|
2031
|
+
/* 设置轨道的圆角 */
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
/* 设置滑块悬停时的样式 */
|
|
2035
|
+
.layerContainer[data-v-1bb73d0e]::-webkit-scrollbar-thumb:hover {
|
|
2036
|
+
background-color: #555;
|
|
2037
|
+
/* 设置悬停时滑块的颜色 */
|
|
2038
|
+
}
|
|
2039
|
+
.layerInfoSection[data-v-1bb73d0e] {
|
|
2040
|
+
display: flex;
|
|
2041
|
+
font-size: 16px;
|
|
2042
|
+
}
|
|
2043
|
+
.checkboxStyle[data-v-1bb73d0e] {
|
|
2044
|
+
box-sizing: border-box;
|
|
2045
|
+
height: 30px;
|
|
2046
|
+
margin: 5px;
|
|
2047
|
+
color: #fff;
|
|
2048
|
+
}
|
|
2049
|
+
.actionSection[data-v-1bb73d0e] {
|
|
2050
|
+
margin: 0;
|
|
2051
|
+
margin-top: 10px;
|
|
2052
|
+
display: flex;
|
|
2053
|
+
align-items: center;
|
|
2054
|
+
font-size: 14px;
|
|
2055
|
+
}
|
|
2056
|
+
.searchInput[data-v-1bb73d0e] {
|
|
2057
|
+
display: flex;
|
|
2058
|
+
align-items: center;
|
|
2059
|
+
margin-top: 15px;
|
|
2060
|
+
font-size: 16px;
|
|
2061
|
+
}
|
|
2062
|
+
.container[data-v-6d886800] {
|
|
2063
|
+
pointer-events: all;
|
|
2064
|
+
position: fixed;
|
|
2065
|
+
z-index: 1800;
|
|
2066
|
+
border-radius: 50px;
|
|
2067
|
+
display: flex;
|
|
2068
|
+
height: 50px;
|
|
2069
|
+
box-sizing: border-box;
|
|
2070
|
+
}
|
|
2071
|
+
.container .leftSelect[data-v-6d886800] {
|
|
2072
|
+
width: 100px;
|
|
2073
|
+
box-sizing: border-box;
|
|
2074
|
+
padding: 10px;
|
|
2075
|
+
display: flex;
|
|
2076
|
+
justify-content: center;
|
|
2077
|
+
align-items: center;
|
|
2078
|
+
white-space: nowrap;
|
|
2079
|
+
font-size: 14px;
|
|
2080
|
+
font-weight: normal;
|
|
2081
|
+
color: #a1a2a5;
|
|
2082
|
+
cursor: pointer;
|
|
2083
|
+
border-radius: 50px 0 0 50px;
|
|
2084
|
+
background-color: rgb(71, 67, 67);
|
|
2085
|
+
position: relative;
|
|
2086
|
+
}
|
|
2087
|
+
.container .leftSelect .textSpan[data-v-6d886800] {
|
|
2088
|
+
text-overflow: ellipsis;
|
|
2089
|
+
overflow-x: hidden;
|
|
2090
|
+
}
|
|
2091
|
+
.container .leftSelect .dropDownLayer[data-v-6d886800] {
|
|
2092
|
+
position: absolute;
|
|
2093
|
+
left: -50px;
|
|
2094
|
+
top: 50px;
|
|
2095
|
+
min-width: 150px;
|
|
2096
|
+
max-height: 300px;
|
|
2097
|
+
background-color: #e7e7e7;
|
|
2098
|
+
box-sizing: border-box;
|
|
2099
|
+
overflow: hidden;
|
|
2100
|
+
cursor: default;
|
|
2101
|
+
overflow-y: scroll;
|
|
2102
|
+
}
|
|
2103
|
+
.container .leftSelect .dropDownLayer .layerInfoContainer[data-v-6d886800] {
|
|
2104
|
+
padding: 10px;
|
|
2105
|
+
box-sizing: border-box;
|
|
2106
|
+
border-bottom: 1px solid darkgray;
|
|
2107
|
+
background-color: rgb(71, 67, 67);
|
|
2108
|
+
width: 100%;
|
|
2109
|
+
height: 50px;
|
|
2110
|
+
display: flex;
|
|
2111
|
+
color: #a39f9f;
|
|
2112
|
+
justify-content: center;
|
|
2113
|
+
align-items: center;
|
|
2114
|
+
font-size: 16px;
|
|
2115
|
+
cursor: pointer;
|
|
2116
|
+
}
|
|
2117
|
+
.container .leftSelect .dropDownLayer .layerInfoContainer[data-v-6d886800]:hover {
|
|
2118
|
+
background-color: #e7e7e7;
|
|
2119
|
+
}
|
|
2120
|
+
.container .leftSelect .icon[data-v-6d886800] {
|
|
2121
|
+
width: 14px;
|
|
2122
|
+
height: 14px;
|
|
2123
|
+
}
|
|
2124
|
+
.container .rightInput[data-v-6d886800] {
|
|
2125
|
+
box-sizing: border-box;
|
|
2126
|
+
width: 300px;
|
|
2127
|
+
height: 50px;
|
|
2128
|
+
background-color: rgb(71, 67, 67);
|
|
2129
|
+
border-left: 1px solid #706d6d;
|
|
2130
|
+
}
|
|
2131
|
+
.container .rightInput .elSelect[data-v-6d886800] {
|
|
2132
|
+
width: 100%;
|
|
2133
|
+
height: 50px;
|
|
2134
|
+
}
|
|
2135
|
+
.container .rightInput .elSelect[data-v-6d886800] ::placeholder {
|
|
2136
|
+
color: #fff;
|
|
2137
|
+
}
|
|
2138
|
+
.container .rightInput .elSelect[data-v-6d886800] .el-select__wrapper {
|
|
2139
|
+
width: 100%;
|
|
2140
|
+
height: 50px;
|
|
2141
|
+
background-color: rgb(71, 67, 67);
|
|
2142
|
+
border: 0;
|
|
2143
|
+
border: none;
|
|
2144
|
+
outline: none;
|
|
2145
|
+
/* 去除焦点时的外轮廓 */
|
|
2146
|
+
box-shadow: none;
|
|
2147
|
+
border-radius: 0;
|
|
2148
|
+
}
|
|
2149
|
+
.container .rightInput .elSelect[data-v-6d886800] .el-select__wrapper ::placeholder {
|
|
2150
|
+
color: #fff;
|
|
2151
|
+
}
|
|
2152
|
+
.container .rightInput .elSelect[data-v-6d886800] .el-select__wrapper :focus-visible {
|
|
2153
|
+
outline: none;
|
|
2154
|
+
}
|
|
2155
|
+
.container .rightInput .elSelect[data-v-6d886800] .el-select__input {
|
|
2156
|
+
color: #fff;
|
|
2157
|
+
}
|
|
2158
|
+
.container .rightInput .elSelect[data-v-6d886800] .el-select__input ::placeholder {
|
|
2159
|
+
color: #fff;
|
|
2160
|
+
}
|
|
2161
|
+
.container .endSearchBth[data-v-6d886800] {
|
|
2162
|
+
box-sizing: border-box;
|
|
2163
|
+
padding: 10px;
|
|
2164
|
+
display: flex;
|
|
2165
|
+
justify-content: center;
|
|
2166
|
+
align-items: center;
|
|
2167
|
+
background-color: rgb(235, 10, 10);
|
|
2168
|
+
border-radius: 0 50px 50px 0;
|
|
2169
|
+
color: #fff;
|
|
2170
|
+
cursor: pointer;
|
|
2171
|
+
}
|
|
2172
|
+
.container .endSearchBth .icon[data-v-6d886800] {
|
|
2173
|
+
width: 18px;
|
|
2174
|
+
height: 18px;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
/* 设置滚动条的宽度 */
|
|
2178
|
+
.dropDownLayer[data-v-6d886800]::-webkit-scrollbar {
|
|
2179
|
+
width: 5px;
|
|
2180
|
+
/* 设置滚动条的宽度 */
|
|
2181
|
+
height: 12px;
|
|
2182
|
+
/* 设置水平滚动条的高度 */
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
/* 设置滚动条的滑块样式 */
|
|
2186
|
+
.dropDownLayer[data-v-6d886800]::-webkit-scrollbar-thumb {
|
|
2187
|
+
background-color: #888;
|
|
2188
|
+
/* 设置滑块的颜色 */
|
|
2189
|
+
border-radius: 10px;
|
|
2190
|
+
/* 设置滑块的圆角 */
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
/* 设置滚动条轨道的样式 */
|
|
2194
|
+
.dropDownLayer[data-v-6d886800]::-webkit-scrollbar-track {
|
|
2195
|
+
background-color: rgb(71, 67, 67);
|
|
2196
|
+
/* 设置轨道的背景色 */
|
|
2197
|
+
border-radius: 10px;
|
|
2198
|
+
/* 设置轨道的圆角 */
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
/* 设置滑块悬停时的样式 */
|
|
2202
|
+
.dropDownLayer[data-v-6d886800]::-webkit-scrollbar-thumb:hover {
|
|
2203
|
+
background-color: #555;
|
|
2204
|
+
/* 设置悬停时滑块的颜色 */
|
|
1714
2205
|
}
|