From f876b863e7e84d7fa8fb9c0b8ace13bbd1d18839 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sat, 21 Nov 2020 13:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=8D=A2=E6=BA=90=E6=97=B6?= =?UTF-8?q?=E5=8F=AF=E9=9A=90=E8=97=8F=E9=A2=91=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/theme/dark.scss | 8 ++++++++ src/assets/scss/theme/green.scss | 8 ++++++++ src/assets/scss/theme/light.scss | 8 ++++++++ src/assets/scss/theme/pink.scss | 8 ++++++++ src/components/Play.vue | 29 ++++++++++++++++++++++++----- 5 files changed, 56 insertions(+), 5 deletions(-) diff --git a/src/assets/scss/theme/dark.scss b/src/assets/scss/theme/dark.scss index 398c029..7240b37 100644 --- a/src/assets/scss/theme/dark.scss +++ b/src/assets/scss/theme/dark.scss @@ -207,6 +207,14 @@ } } } + .list-channels{ + .btn{ + color: var(--d-fc-1); + &:hover{ + text-decoration:underline; + } + } + } .list-history{ li{ .title{ diff --git a/src/assets/scss/theme/green.scss b/src/assets/scss/theme/green.scss index ad4f05f..e5a43a5 100644 --- a/src/assets/scss/theme/green.scss +++ b/src/assets/scss/theme/green.scss @@ -207,6 +207,14 @@ } } } + .list-channels{ + .btn{ + color: var(--g-fc-1); + &:hover{ + text-decoration:underline; + } + } + } .list-history{ li{ .title{ diff --git a/src/assets/scss/theme/light.scss b/src/assets/scss/theme/light.scss index 8880668..8ebb330 100644 --- a/src/assets/scss/theme/light.scss +++ b/src/assets/scss/theme/light.scss @@ -207,6 +207,14 @@ } } } + .list-channels{ + .btn{ + color: var(--l-fc-1); + &:hover{ + text-decoration:underline; + } + } + } .list-history{ li{ .title{ diff --git a/src/assets/scss/theme/pink.scss b/src/assets/scss/theme/pink.scss index 6ad7645..8e747e4 100644 --- a/src/assets/scss/theme/pink.scss +++ b/src/assets/scss/theme/pink.scss @@ -207,6 +207,14 @@ } } } + .list-channels{ + .btn{ + color: var(--p-fc-1); + &:hover{ + text-decoration:underline; + } + } + } .list-history{ li{ .title{ diff --git a/src/components/Play.vue b/src/components/Play.vue index 705cf68..fc61b14 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -111,7 +111,7 @@ - + 换源 @@ -173,14 +173,17 @@
  • 无数据
  • {{m.name}} - [{{m.site.name}}]
  • -