From f9d1d4b58892d5a66bac98a877aac6a3a8c5c063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Thu, 19 Oct 2023 01:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A7=E5=87=91=E5=B8=83=E5=B1=804x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/music.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/music.js b/src/music.js index 4f6a56f..2a40c18 100644 --- a/src/music.js +++ b/src/music.js @@ -47,6 +47,7 @@ export default class MusicList { maxWidth: '20rem', maxHeight: '70vh', overflow: 'hidden', boxShadow: '0 0 1rem #eee', display: 'flex', flexDirection: 'column', + fontSize: '12px' }, onclick: event => { this.ul.classList.toggle('disable')