mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 视频播放器样式优化
This commit is contained in:
parent
f73b531d93
commit
aa0a88e93e
@ -206,6 +206,5 @@ export default {
|
||||
app.component('IconVolumeMute', VolumeMute)
|
||||
app.component('IconVolumeNotice', VolumeNotice)
|
||||
app.component('IconVolumeSmall', VolumeSmall)
|
||||
app.component('IconCycleOne', CycleOne)
|
||||
}
|
||||
}
|
@ -87,7 +87,7 @@
|
||||
</div>
|
||||
<div class="loop" @click="toggleLoop()">
|
||||
<div class="icon loop-icon" :class="{ 'active': loop }">
|
||||
<span class="icon-content"><IconCycleOne /></span>
|
||||
<span class="icon-content">循环</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -191,8 +191,10 @@
|
||||
color: #fff;
|
||||
}
|
||||
&.loop-icon {
|
||||
font-size: 12px;
|
||||
|
||||
.icon-content {
|
||||
opacity: 0.6;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
&.speed-icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user