|
@@ -6,11 +6,11 @@
|
|
|
<div class="play" :class="[audio.loading ? 'loadBtn' : audio.playing ? 'playBtn' : 'pauseBtn']">
|
|
<div class="play" :class="[audio.loading ? 'loadBtn' : audio.playing ? 'playBtn' : 'pauseBtn']">
|
|
|
<SvgIcon
|
|
<SvgIcon
|
|
|
v-if="audio.playing"
|
|
v-if="audio.playing"
|
|
|
- size="24px"
|
|
|
|
|
|
|
+ size="24"
|
|
|
icon-class="pause-large-fill"
|
|
icon-class="pause-large-fill"
|
|
|
:style="{ color: attrib?.topic_color }"
|
|
:style="{ color: attrib?.topic_color }"
|
|
|
/>
|
|
/>
|
|
|
- <SvgIcon v-else size="24px" icon-class="play-large-fill" :style="{ color: attrib?.topic_color }" />
|
|
|
|
|
|
|
+ <SvgIcon v-else size="24" icon-class="play-large-fill" :style="{ color: attrib?.topic_color }" />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|