解決element-plus el-select在IOS下可清除狀態時有值時要點兩次才彈出選擇框問題

roadflow工作流引擎發表於2024-04-12

增加全域性樣式(在app.vue或者index.html中增加):

.el-input .el-input__suffix { display: contents; }

相關文章