記錄一下遇到的問題
1.遇到問題:
????????使用到Vue3 + Ant Design of Vue 3.2.20,但因為項目需求樣式,各種查找資料都未能解決;
2.解決問題:
? ? ? ? ①我們審查元素可以看到,下拉框是在body中的;
? ? ? ? ①在a-select 元素上添加dropdownClassName='drop';
????????②找到項目的index.html文件,添加如下代碼:?
3.達成結果:
? ? ? ? 最終效果如下,可以改變下拉框樣式,親測有效;
踩個小坑,進個小步!