Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
new-sing
h5-base
Commits
8854ec97
Commit
8854ec97
authored
Aug 20, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
820
parent
2e1590c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
share.vue
src/components/newLesson/share.vue
+12
-2
video.vue
src/components/newLesson/video.vue
+1
-1
No files found.
src/components/newLesson/share.vue
View file @
8854ec97
...
...
@@ -849,7 +849,7 @@ export default {
left:-7 * @toVw;
right:-7 * @toVw;
background: white;
height: 3
0
vh;
height: 3
3
vh;
}
}
.borderDiv {
...
...
@@ -869,7 +869,7 @@ export default {
width: 100%;
min-height:100vh;
z-index:1300;
overflow:
auto
;
overflow:
hidden
;
}
.share-page {
position: fixed;
...
...
@@ -1207,6 +1207,16 @@ export default {
}
}
}
@media screen and (min-width: 600px) {
.box{
overflow:auto;
}
.white-pannel {
.trs {
height: 30vh;
}
}
}
</
style
>
<
style
lang=
"less"
>
@import "../../util/public";
...
...
src/components/newLesson/video.vue
View file @
8854ec97
...
...
@@ -104,7 +104,7 @@
</div>
</div>
</scroll>
<div
class=
"parent-finish"
>
<div
class=
"parent-finish"
v-if=
"!orientationchange"
>
<div
class=
"finish-block"
v-if=
"nowShow === 3"
>
<img
:src=
"finishStuat"
@
click=
"finishStudy"
/>
</div>
...
...
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