@ -10,7 +10,6 @@ function paigeResize() {
var e = es[i];
if (e.offsetWidth !== w) {
e.style.width = w + "px";
console.log(e.style.width);
}