From 5c9e14a585bd6e56252b341e5f8772f3a13ebe43 Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 9 Mar 2023 15:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/Player/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97ee2f8..c81c416 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "github": "https://github.com/imsyy/home", "home": "https://imsyy.top", "private": true, - "version": "4.0.2", + "version": "4.0.3", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src/components/Player/index.vue b/src/components/Player/index.vue index 6ccb90c..0e7c2ed 100644 --- a/src/components/Player/index.vue +++ b/src/components/Player/index.vue @@ -223,7 +223,7 @@ defineExpose({ playToggle, changeVolume, changeSong }); .aplayer-info { margin-left: 0; background-color: #ffffff40; - border-color: transparent; + border-color: transparent !important; .aplayer-music { flex-grow: initial; margin-bottom: 2px;