From aa0a88e93e39fc4b9a6ac22eb4f1dbbe0e3dd8b7 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Mon, 1 Nov 2021 15:13:00 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=99=A8=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/icon.ts | 1 - .../components/element/VideoElement/VideoPlayer/index.vue | 2 +- .../components/element/VideoElement/VideoPlayer/style.scss | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/plugins/icon.ts b/src/plugins/icon.ts index c97a7ef4..51736b92 100644 --- a/src/plugins/icon.ts +++ b/src/plugins/icon.ts @@ -206,6 +206,5 @@ export default { app.component('IconVolumeMute', VolumeMute) app.component('IconVolumeNotice', VolumeNotice) app.component('IconVolumeSmall', VolumeSmall) - app.component('IconCycleOne', CycleOne) } } \ No newline at end of file diff --git a/src/views/components/element/VideoElement/VideoPlayer/index.vue b/src/views/components/element/VideoElement/VideoPlayer/index.vue index ed343d87..036403b1 100644 --- a/src/views/components/element/VideoElement/VideoPlayer/index.vue +++ b/src/views/components/element/VideoElement/VideoPlayer/index.vue @@ -87,7 +87,7 @@
- + 循环
diff --git a/src/views/components/element/VideoElement/VideoPlayer/style.scss b/src/views/components/element/VideoElement/VideoPlayer/style.scss index 620fc87a..301c43d6 100644 --- a/src/views/components/element/VideoElement/VideoPlayer/style.scss +++ b/src/views/components/element/VideoElement/VideoPlayer/style.scss @@ -191,8 +191,10 @@ color: #fff; } &.loop-icon { + font-size: 12px; + .icon-content { - opacity: 0.6; + opacity: 0.5; } } &.speed-icon {