fixing bottom nav
This commit is contained in:
parent
11f7e06bde
commit
65d4f3d12a
4 changed files with 32 additions and 23 deletions
|
@ -6,12 +6,10 @@
|
|||
:loadTilesWhileAnimating="true"
|
||||
:loadTilesWhileInteracting="true"
|
||||
style=
|
||||
"
|
||||
height: 100%;
|
||||
"height: 89%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
|
||||
"
|
||||
position: fixed;
|
||||
"
|
||||
>
|
||||
<ol-view
|
||||
ref="view"
|
||||
|
@ -39,4 +37,10 @@ const center = ref([100.538611, 13.764722]);
|
|||
const projection = ref("EPSG:4326");
|
||||
const zoom = ref(19);
|
||||
const rotation = ref(0);
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.ol-zoom{
|
||||
top: 40px;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue