SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x

Home Page:https://vue-aplayer.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't override styles

umutbozdag opened this issue · comments

I want to override the width and height of aplayer-pic class but it doesn't work. It is only working from the browser console.

My code: .aplayer-pic { width: 90px !important; height: 90px !important; }

I found the solution! My css was scoped and i had to delete it in order to change the styles. :)