禁止按钮被选中

This commit is contained in:
2023-10-02 22:08:12 +08:00
parent 22bd4ff2a2
commit c8661e260c
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export default class MusicList {
border: none; border: none;
border-radius: 1em; border-radius: 1em;
cursor: pointer; cursor: pointer;
user-select: none;
font-size: .5rem; font-size: .5rem;
padding: 0 .5rem; padding: 0 .5rem;
color: #555555; color: #555555;