中扬CRM客户关系管理系统
LSH
2023-07-26 0e504a7e2d5d7affa0f1ad96c340dbe21f480646
src/main/webapp/static/js/common.js
@@ -203,9 +203,10 @@
}(this);
function requireTip(el) {
    let oldBorderByCss = el.css("border");
    el.css("border", "1px solid #FF5722");
    setTimeout(function () {
        el.css("border", "0px none rgb(89, 89, 89)");
        el.css("border", oldBorderByCss);
    }, 2000)
}