使用elementPlus去除下拉框蓝色边框

// 下拉框去除蓝色边框
.el-select {
  --el-select-input-focus-border-color: none !important;
}

你可能感兴趣的:(vue.js,javascript,前端)