Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
0a7c876b
Commit
0a7c876b
authored
Jul 27, 2020
by
张豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能制图设置内边距为0
parent
06574eed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
src/pages/workbench/intelligent_drawing.vue
src/pages/workbench/intelligent_drawing.vue
+8
-3
No files found.
src/pages/workbench/intelligent_drawing.vue
View file @
0a7c876b
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</div>
</div>
<div
class=
"main-container"
>
<div
class=
"main-container"
>
<iframe
ref=
"intelligent_drawing_iframe"
width=
"100%"
height=
"100%"
scrolling=
"no"
src=
"https://apaasgis.wodcloud.com/portal/apaasplat/viewer/mapViewer.htm
l"
frameborder=
"0"
></iframe>
<iframe
ref=
"intelligent_drawing_iframe"
width=
"100%"
height=
"100%"
scrolling=
"no"
:src=
"ur
l"
frameborder=
"0"
></iframe>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -16,7 +16,9 @@
...
@@ -16,7 +16,9 @@
<
script
>
<
script
>
export
default
{
export
default
{
data
()
{
data
()
{
return
{};
return
{
url
:
'
https://zhangh.wodcloud.com/portal/apaasplat/viewer/mapViewer.html
'
};
},
},
mounted
()
{
mounted
()
{
// window.addEventListener('message',event =>{
// window.addEventListener('message',event =>{
...
@@ -43,7 +45,10 @@ export default {
...
@@ -43,7 +45,10 @@ export default {
height
:
calc
(
100vh
-
150px
-
43px
);
height
:
calc
(
100vh
-
150px
-
43px
);
border-radius
:
12px
;
border-radius
:
12px
;
background-color
:
#fff
;
background-color
:
#fff
;
padding
:
20px
;
padding
:
0px
;
}
.intelligent_drawing-container
.main-container
iframe
{
border-radius
:
12px
;
}
}
</
style
>
</
style
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment