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