From 0c070817accc40e6c8a2a1479fe2a9ee6f2f5d3e Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Fri, 08 Sep 2023 10:00:04 +0800
Subject: [PATCH] 修改基本功能、添加进入项目详情
---
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