|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<CountdownTimer v-if="timerlVisible" @close="timerlVisible = false" />
|
|
<CountdownTimer v-if="timerlVisible" @close="timerlVisible = false" />
|
|
|
|
|
|
- <div class="tools-left">
|
|
|
|
|
|
+ <div class="tools-left" v-if="screenStore.mode === 'pptEditor'">
|
|
<IconLeftTwo class="tool-btn" theme="two-tone" :fill="['#111', '#fff']" @click="execPrev()" />
|
|
<IconLeftTwo class="tool-btn" theme="two-tone" :fill="['#111', '#fff']" @click="execPrev()" />
|
|
<IconRightTwo class="tool-btn" theme="two-tone" :fill="['#111', '#fff']" @click="execNext()" />
|
|
<IconRightTwo class="tool-btn" theme="two-tone" :fill="['#111', '#fff']" @click="execNext()" />
|
|
</div>
|
|
</div>
|