Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-06-28 11:13:37 +0800
Commit
74dc124024bb37601e29688ae072a48d76c1db52
2 parents
0da83587
056e1b51
Merge branch 'release/2.0' into 'master'
iframe css See merge request
!13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
app/components/global/iframe.vue
app/components/global/iframe.vue
View file @
74dc124
...
...
@@ -24,10 +24,20 @@ export default {
.iframe-box {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}
</style>
...
...
Please
register
or
login
to post a comment