From cee338f18d22bbbb989d79c0add082fdb4e2b8ef Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 08 Sep 2023 11:09:00 +0800
Subject: [PATCH] store添加projectId
---
src/App.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index ef1496f..453e2a5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,5 @@
<template>
- <div id="demo-app" class="demo-app">
+ <div class="demo-app">
<router-view />
<!-- <div class="map-wrapper">
<GMap/>
@@ -26,9 +26,17 @@
.demo-app {
width: 100%;
height: 100%;
+
.map-wrapper {
height: 100%;
width: 100%;
}
}
</style>
+
+<style lang="scss">
+#demo-app {
+ width: 100%;
+ height: 100%
+}
+</style>
--
Gitblit v1.9.3