in a vue project, the local running code localhost:8080 is different from the server ip address in ie11 browser and 360browser, as follows
Local style
ie11360
if I click anywhere on the page on the server or move the mouse into the navigation bar area, it will return to normal
here is the code
html
< li class= "col-md-2 offset-md-2" > < router-link to= "/" class= "sel index" > Home < / router-link >
css
.router-link-exact-active {
background: -sharp008fd7;
color: -sharpfff3cd;
}
nav ul li .sel {
display: inline-block;
padding: 0 .3rem;
}
I tried to clear the cache, compatibility, and so on, but didn"t solve it. But I do not think it is a compatibility problem, if it is a compatibility problem, then there will be a style problem locally, but the local is good, the problem appears in the server style, when I click on the review element on the server, as long as I click on the page to return to normal, it is not convenient to view the style, tried a lot of methods have not been solved, who knows what is going on or there is a solution? Thank you very much