赞
踩
说明:初始化的地图没有撑满全屏。
说明:css实现地图撑满整个全屏。
- <template>
- <div class="fullscreen-container">
- <vc-config-provider :cesium-path="vcConfig.cesiumPath">
- <vc-viewer></vc-viewer>
- </vc-config-provider>
- </div>
- </template>
-
- <style scoped>
- .fullscreen-container {
- width: 100vw;
- height: 100vh;
- }
-
- <style>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。