echarts滚动效果
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user