|
@@ -1,13 +1,12 @@
|
|
|
<template>
|
|
<template>
|
|
|
<a-config-provider :locale="locale">
|
|
<a-config-provider :locale="locale">
|
|
|
- <div class="demo-app">
|
|
|
|
|
|
|
+ <div class="app">
|
|
|
<router-view />
|
|
<router-view />
|
|
|
<!-- <div class="map-wrapper">
|
|
<!-- <div class="map-wrapper">
|
|
|
- <GMap/>
|
|
|
|
|
- </div> -->
|
|
|
|
|
|
|
+ <GMap />
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
</a-config-provider>
|
|
</a-config-provider>
|
|
|
-
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
@@ -29,8 +28,9 @@ export default defineComponent({
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
</script>
|
|
</script>
|
|
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
-.demo-app {
|
|
|
|
|
|
|
+.app {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
|
|
@@ -42,8 +42,8 @@ export default defineComponent({
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
-#demo-app {
|
|
|
|
|
|
|
+#root {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%
|
|
height: 100%
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|