d09ebd64 by 刘远

优化 cesium

1 parent 60b11e18
......@@ -7,5 +7,8 @@
</template>
<style>
* {
margin: 0px;
padding: 0px;
}
</style>
......
<template>
<div class="home">
<div id="cesiumContainer" style="width: 1000px; height:600px"></div>
<div id="cesiumContainer" style="width: 100%; height:100%"></div>
</div>
</template>
<script>
......