This commit is contained in:
pro.boooooo
2023-03-09 11:52:52 +01:00
parent 607729c848
commit d31043cce5
13 changed files with 168 additions and 134 deletions

View File

@@ -8,7 +8,7 @@
}
#main-container
#right, #left generalytics, #left etablanalytics {
#right, #left generalytics, #left etablanalytics, #left loc {
box-shadow: 0px 0px 9px 1px black;
background: #7A90A4;
}
@@ -30,12 +30,20 @@
#main-container
#left
generalytics {
margin-bottom: 1.5vw;
margin-bottom: 1.3vw;
margin-top: 1.3vw;
}
</style>
<script>
import * as riot from "riot";
import start from "../components/global/api/api.js"
export default {
onMounted() {
start()
}
}
riot.mount("selector", document.getElementById("right"))
riot.mount("loc", document.getElementById("left"))
@@ -49,7 +57,7 @@
</div>
<div id="left">
<loc id="loc" />
<loc />
<generalytics />
<etablanalytics />
</div>