# css bug fxied

This commit is contained in:
xianfuxing 2018-09-10 14:51:09 +08:00
parent 3b15c1f807
commit 08c55cf959
1 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="app-container">
<div class="map-wrapper">
<div id="map-container" tabindex="0"></div>
<div v-show="flag" id="geo-tip"></div>
<div v-show="flag" id="panel"></div>
@ -300,11 +300,7 @@ export default {
}
</script>
<style lang="css" scoped>
.app-container {
margin: 0;
padding: 0;
}
<style lang="css">
#map-container {
width: 100%;
height: 90%;