简体   繁体   中英

Angular Material, Bootstrap

I am developing UI using angular material and Bootstrap in Angular 6. For Some components I am using Bootstrap for Styling and for others angular Matrerial. But in angular material I am facing below issue.

截屏

YHou can try to add style to your input. Like this:

input {
 outline: none
}

If dont work try :

input {
 outline: none!important
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM