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 ...
function test () { var a = 1; setTimeout(function () { alert(a); a=3; },1000); a=2; setTimeout(function(){ alert(a); a=4; },3000) } test() alert(0) :0,2,3 -sharp-sharp-sharp sources of topic...
Vue.component( lottery-tab , { template: ` <ul class="clearfix lottery-tab-list"> <li class="fl lottery-tab-item" v-for="(tab, index) in tabsArr" @click="switchTab(tab.en)" :class...
setTimeout(() => { console.log(1) }, 1000) new Promise(resolve => { setTimeout(() => { resolve(2) }, 1000) }).then(data => { console.log(data); then }); console.log(3) then new Promise(resolve => { console.log( 1 ); f...
SVN project directory rep -| trunk-sharp backbone -| branches-sharp branch -| login-model-sharp login module the operation flow login module completes the development and basic testing, then submits it and merges it into trunk. two codes are sto...
question: why does float automatically change to double as shown in the following figure Why does it become double when it is added to 2.3? ...