Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从Vue Materialmd-select的组件中删除下拉箭头?
md-select
ieto 以此为基础:
对此:
假设您的 md-select 的类是 md1,那么箭头是 md-select 的后代,您可以在您的 css 文件中执行以下操作:
md1 .md-select-icon { display: none; // rest of your style below }