Is there a way to customize the arrow directions in ant-collapse vue?
I recently faced an issue where I couldn't change the arrow directions without using !important
(which I try to avoid). Fortunately, we found a workaround for this problem at my workplace thanks to Epuñan.
https://css-tricks.com/override-inline-styles-with-css/
Initially, when I used the ant-collapse component, I set the arrows as props - up and down. But now, I wanted to customize them further, and I succeeded! Here's how: