Commit 6275535c authored by yun's avatar yun

修改全屏幕后工具条

parent 72d9fbad
......@@ -8,7 +8,7 @@
<div style="position: relative;height: 100%;width: 100%">
<img
v-if="showLoading"
:class="['full-img', isCourseTrainOut? 'full-img-out' : '']"
:class="['full-img', 'full-img-out']"
@click.stop="toFullScreen"
:src="fullState ? exitFull : fullScreen"
>
......
......@@ -7,7 +7,7 @@
>
<img
v-if="showLoading"
:class="['full-img', isCourseTrainOut? 'full-img-out' : '']"
:class="['full-img', 'full-img-out']"
@click="toFullScreen"
:src="fullState ? exitFull : fullScreen"
>
......
......@@ -7,7 +7,7 @@
>
<img
v-if="showLoading"
:class="['full-img', isCourseTrainOut? 'full-img-out' : '']"
:class="['full-img', 'full-img-out']"
@click="toFullScreen"
:src="fullState ? exitFull : fullScreen"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment