# up height 100%

This commit is contained in:
xianfuxing 2018-08-27 16:02:16 +08:00
parent d779e9b324
commit 6d69ca3948
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@ export default {
<style lang="scss">
.amap-wrapper {
width: 500px;
height: 500px;
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
}
</style>