posted @ 2020-09-24 11:41
09 2020 档案
摘要:我之前的css写的是 .expand{ transition: all .5s; transform: rotate(90deg); } 发现1是原始的,2是旋转之后,图片的清晰度下降 经过搜索 .expand{ transition: all .5s; transform: rotate(90de
阅读全文
摘要:在main.js下添加以下代码 import Router from 'vue-router' const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return or
阅读全文
posted @ 2020-09-17 19:10
摘要:每次都忘,索性记下来 要让modal框点击背景不消失,加两个属性就好了 <div class="modal " id="addDataModal" modal-type="add" aria-hidden="true" data-backdrop="static">
阅读全文
posted @ 2020-09-10 11:08
摘要:package.json "dependencies": { "echarts-liquidfill": "^2.0.4", "echarts-wordcloud": "^1.1.3", "element-ui": "^2.5.2", "normalize.css": "^8.0.0", "qs":
阅读全文
posted @ 2020-09-09 15:19
摘要:setExcelLogFn: async function(){ let this_ = this; var obj={ dt_json:JSON.stringify({ advance:[] }), time_range:JSON.stringify(this.time_range) }; let
阅读全文
posted @ 2020-09-08 15:14
摘要:jquery版 效果 HTML 1 <button type="button" class="btn btn-primary selectfile mrb10" datatype="add">选择文件</button> 2 <p class="filename dib"> 3 <span></spa
阅读全文
posted @ 2020-09-08 15:09
摘要:将页面上的click事件用touchstart替换 然后将所有的touchend事件进行阻断 $('body').on('touchend',function(e) { e.preventDefault(); }); 至于html上 <!DOCTYPE html PUBLIC "-//WAPFORU
阅读全文
posted @ 2020-09-01 10:27
浙公网安备 33010602011771号