Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM_4-1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
JM_4-1
Commits
302f5456
Commit
302f5456
authored
Aug 16, 2021
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 自幕版 滑动不了
parent
15a5a5e8
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
25 deletions
+59
-25
play.component.html
src/app/play/play.component.html
+1
-1
play.component.ts
src/app/play/play.component.ts
+52
-24
index.html
src/index.html
+6
-0
No files found.
src/app/play/play.component.html
View file @
302f5456
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
#
iframeContent
style=
"position: absolute; top: 0; overflow: hidden; "
>
<div
#
iframeContent
style=
"position: absolute; top: 0; overflow: hidden; "
>
<div
*
ngFor=
"let t of templateArr; let i = index"
>
<div
*
ngFor=
"let t of templateArr; let i = index"
>
<iframe
*
ngIf=
"!t.isHide"
[
style
.
left
]="
t
?.
leftOff
||
'
10
0vw
'"
[
src
]="
t
?.
playUrl
||
safeDefaultUrl
"
style=
"position: fixed; width: 100vw; height: 100vh; border: 0px solid #ccc; "
frameborder=
"0"
>
<iframe
*
ngIf=
"!t.isHide"
[
style
.
width
]="
t
?.
leftOff
||
'
0vw
'"
[
src
]="
t
?.
playUrl
||
safeDefaultUrl
"
style=
"position: fixed; width: 100vw; height: 100vh; border: 0px solid #ccc; "
frameborder=
"0"
>
</iframe>
</iframe>
</div>
</div>
</div>
</div>
...
...
src/app/play/play.component.ts
View file @
302f5456
This diff is collapsed.
Click to expand it.
src/index.html
View file @
302f5456
...
@@ -9,6 +9,12 @@
...
@@ -9,6 +9,12 @@
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<script
type=
"text/javascript"
src=
"https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air_online_open.js"
></script>
<script
type=
"text/javascript"
src=
"https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air_online_open.js"
></script>
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.9.0/vconsole.min.js"></script>
<script>
// init vConsole
var vConsole = new VConsole();
console.log('Hello world');
</script> -->
</head>
</head>
<body>
<body>
<app-root></app-root>
<app-root></app-root>
...
...
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