$
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user