数据校验-显示错误的这个标志能改动吗,不够明显
这个大小按定位的,改起来实在麻烦。给你一个方案把图片改成全红的方块吧
加载结束事件:
const style = document.createElement('style');
style.innerText = ` .verify-error-img {background: red !important; }`;
document.head.appendChild(style);
这个还不够明显?不应该呀。现在只能是这样
你可以自己写JS试试