Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
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
王旭
mt-education-mobile
Commits
923d2cec
Commit
923d2cec
authored
May 26, 2020
by
yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改全屏幕后工具条
parent
6275535c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
MtPdf.vue
src/components/MtPdf.vue
+2
-2
MtPdfPpt.vue
src/components/MtPdfPpt.vue
+2
-2
MtWord.vue
src/components/MtWord.vue
+2
-2
No files found.
src/components/MtPdf.vue
View file @
923d2cec
...
...
@@ -25,13 +25,13 @@
<b
v-else
>
{{
page
}}
</b>
/
{{
numPages
}}
</span>
<img
v-if=
"showLoading"
:class=
"['resize', 'small',
isCourseTrainOut? 'small-img-out' : '
']"
:class=
"['resize', 'small',
'small-img-out
']"
@
click=
"toLittle"
src=
"@/assets/images/small.png"
>
<img
v-if=
"showLoading"
:class=
"['resize', 'large',
isCourseTrainOut? 'large-img-out' : '
']"
:class=
"['resize', 'large',
'large-img-out
']"
@
click=
"toBig(true)"
src=
"@/assets/images/add.png"
>
...
...
src/components/MtPdfPpt.vue
View file @
923d2cec
...
...
@@ -24,13 +24,13 @@
<b
v-else
>
{{
page
}}
</b>
/
{{
numPages
}}
</span>
<img
v-if=
"showLoading"
:class=
"['resize', 'small',
isCourseTrainOut? 'small-img-out' : '
']"
:class=
"['resize', 'small',
'small-img-out
']"
@
click
.
stop=
"toLittle"
src=
"@/assets/images/small.png"
>
<img
v-if=
"showLoading"
:class=
"['resize', 'large',
isCourseTrainOut? 'large-img-out' : '
']"
:class=
"['resize', 'large',
'large-img-out
']"
@
click
.
stop=
"toBig(true)"
src=
"@/assets/images/add.png"
>
...
...
src/components/MtWord.vue
View file @
923d2cec
...
...
@@ -24,13 +24,13 @@
<b
v-else
>
{{
page
}}
</b>
/
{{
numPages
}}
</span>
<img
v-if=
"showLoading"
:class=
"['resize', 'small',
isCourseTrainOut? 'small-img-out' : '
']"
:class=
"['resize', 'small',
'small-img-out
']"
@
click
.
stop=
"toLittle"
src=
"@/assets/images/small.png"
>
<img
v-if=
"showLoading"
:class=
"['resize', 'large',
isCourseTrainOut? 'large-img-out' : '
']"
:class=
"['resize', 'large',
'large-img-out
']"
@
click
.
stop=
"toBig(true)"
src=
"@/assets/images/add.png"
>
...
...
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