You've already forked WhereToGoRedux
mirror of
https://github.com/Llloooggg/WhereToGoRedux.git
synced 2026-03-06 04:56:23 +03:00
[frontend]: Подобраны стили для компановки страницы с картой
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="app" class="app">
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
<body>
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="height: 7vh">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="/">WhereToGo</a>
|
<a class="navbar-brand" href="/">WhereToGo</a>
|
||||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||||
@@ -33,10 +34,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
|
<div class="container-fluid m-0 p-0" style="height: 93vh">
|
||||||
<router-view />
|
<router-view />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</body>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<l-map style="height: 300px" :zoom="zoom" :center="center">
|
<l-map :zoom="zoom" :center="center" style='width: 80vw'>
|
||||||
<l-tile-layer :url="url" :attribution="attribution"></l-tile-layer>
|
<l-tile-layer :url="url" :attribution="attribution"></l-tile-layer>
|
||||||
<l-marker :lat-lng="markerLatLng"></l-marker>
|
<l-marker :lat-lng="markerLatLng"></l-marker>
|
||||||
</l-map>
|
</l-map>
|
||||||
|
|||||||
Reference in New Issue
Block a user