# up height 100%
This commit is contained in:
parent
d779e9b324
commit
6d69ca3948
|
@ -14,8 +14,10 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
.amap-wrapper {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue