09 2020 档案

摘要:我之前的css写的是 .expand{ transition: all .5s; transform: rotate(90deg); } 发现1是原始的,2是旋转之后,图片的清晰度下降 经过搜索 .expand{ transition: all .5s; transform: rotate(90de 阅读全文

posted @ 2020-09-24 11:41 凡凡0410 阅读(1132) 评论(0) 推荐(0) 编辑 |

摘要:在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 凡凡0410 阅读(455) 评论(0) 推荐(0) 编辑 |

摘要:每次都忘,索性记下来 要让modal框点击背景不消失,加两个属性就好了 <div class="modal " id="addDataModal" modal-type="add" aria-hidden="true" data-backdrop="static"> 阅读全文

posted @ 2020-09-10 11:08 凡凡0410 阅读(452) 评论(0) 推荐(0) 编辑 |

摘要: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 凡凡0410 阅读(414) 评论(0) 推荐(0) 编辑 |

摘要: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 凡凡0410 阅读(229) 评论(0) 推荐(0) 编辑 |

摘要: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 凡凡0410 阅读(999) 评论(0) 推荐(0) 编辑 |

摘要:将页面上的click事件用touchstart替换 然后将所有的touchend事件进行阻断 $('body').on('touchend',function(e) { e.preventDefault(); }); 至于html上 <!DOCTYPE html PUBLIC "-//WAPFORU 阅读全文

posted @ 2020-09-01 10:27 凡凡0410 阅读(738) 评论(0) 推荐(0) 编辑 |

随笔 - 116, 文章 - 0, 评论 - 6, 阅读 - 19万

Copyright © 2025 凡凡0410
Powered by .NET 9.0 on Kubernetes

点击右上角即可分享
微信分享提示