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