Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
刘远
/
3d_dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d09ebd64
authored
2020-07-28 10:41:15 +0800
by
刘远
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化 cesium
1 parent
60b11e18
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/App.vue
src/views/Home.vue
src/App.vue
View file @
d09ebd6
...
@@ -7,5 +7,8 @@
...
@@ -7,5 +7,8 @@
7
</
template
>
7
</
template
>
8
8
9
<
style
>
9
<
style
>
10
10
*
{
11
margin
:
0px
;
12
padding
:
0px
;
13
}
11
</
style
>
14
</
style
>
...
...
src/views/Home.vue
View file @
d09ebd6
1
<
template
>
1
<
template
>
2
<div
class=
"home"
>
2
<div
class=
"home"
>
3
<div
id=
"cesiumContainer"
style=
"width: 100
0px; height:600px
"
></div>
3
<div
id=
"cesiumContainer"
style=
"width: 100
%; height:100%
"
></div>
4
</div>
4
</div>
5
</
template
>
5
</
template
>
6
<
script
>
6
<
script
>
...
...
Please
register
or
sign in
to post a comment