<style scoped lang="scss">
.cesiumMap {
width: 100%;
height: 100%;
position: absolute;
}
// 删除页面上不需要的控件
:deep(.mars3d-compass) {
display: none;
}
:deep(.mars3d-distance-legend) {
display: none;
}
:deep(.mars3d-locationbar) {
display: none;
}
:deep(.cesium-viewer-toolbar) {
display: none;
}
:deep(.mars3d-mousedownview) {
display: none;
}
</style>