I have the following configuration in nginx.conf: server { listen 80; server_name www.jt.com; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For ...
in ie and edge, after displaying fixed columns, when there is too much data (only a few hundred rows), scrolling table is very stuck, and sometimes there are wrong rows, and sometimes you reply after scrolling again, and sometimes no matter how you rol...
because of the paging function in the page and the use of overflow:auto, there is a change in the length of the scroll bar when the amount of data in the page is different. However, under edge, when the scroll bar changes from short to long, you cannot u...
Vue does the web project, there are several pages open in Microsoft Edge error report! It works well in other browsers. What s the problem? reported error: Vue.js version: 2.1.10 ([Vue warn]: Property or method " * this* " is not defined on the ...
The button component encapsulated in element-ui contains a span element, which will still trigger an event after clicking on the text contained in span. Other browsers will not, only Edge browsers have this problem. At present, by judging the conditions ...
The page uses rem to make a responsive layout. One problem is that although resize modifies the font size of the html tag, the width and height of the page content (controlled by rem) remain unchanged, but open the console and select a tag. That tag ...
introduced babel-polyfill conf.js in main.js in that case, the compatibility of axios URLSearchParams IE and Edge browsers has not been solved Please tell me what else needs to be done ...