echarts滚动效果

This commit is contained in:
Teo
2025-05-12 18:31:23 +08:00
parent 8890fcfd95
commit 055a87d2c2
12 changed files with 591 additions and 309 deletions

View File

@ -28,8 +28,12 @@ onMounted(async () => {
</script>
<style lang="scss" scoped>
@import '../css/gis.scss';
.ol-map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100vh - 123px);
height: calc(100vh);
}
</style>