<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[statfly的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/statfly</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; statfly]]></copyright><item><title><![CDATA[关于echarts 图表自适应]]></title><link>https://blog.csdn.net/statfly/article/details/130088572</link><guid>https://blog.csdn.net/statfly/article/details/130088572</guid><author>statfly</author><pubDate>Tue, 11 Apr 2023 17:15:10 +0800</pubDate><description><![CDATA[echars实例有resize方法可重绘canvas，所以我们只需要监听resize从而可以达到屏幕缩放图表自适应的效果。页面关闭的时候记得移除监听时间，销毁图表。]]></description><category></category></item><item><title><![CDATA[关于vue h函数的使用]]></title><link>https://blog.csdn.net/statfly/article/details/125995380</link><guid>https://blog.csdn.net/statfly/article/details/125995380</guid><author>statfly</author><pubDate>Tue, 26 Jul 2022 15:14:31 +0800</pubDate><description><![CDATA[vue h函数 绑定事件]]></description><category></category></item><item><title><![CDATA[a链接无跳转下载文件 ie兼容]]></title><link>https://blog.csdn.net/statfly/article/details/121230302</link><guid>https://blog.csdn.net/statfly/article/details/121230302</guid><author>statfly</author><pubDate>Tue, 09 Nov 2021 16:04:53 +0800</pubDate><description><![CDATA[a标签download是Html5新增属性，ie浏览器不兼容，解决方法：

isIE() {

      if(!!window.ActiveXObject || "ActiveXObject" in window){

      return true;

      }else{

      return false;

    　　 }

async exportBtnClick(){

     

     ...]]></description><category></category></item><item><title><![CDATA[vue 使用less 版本太高导致报错Syntax Error: TypeError: this.getOptions is not a function]]></title><link>https://blog.csdn.net/statfly/article/details/120974670</link><guid>https://blog.csdn.net/statfly/article/details/120974670</guid><author>statfly</author><pubDate>Tue, 26 Oct 2021 16:19:11 +0800</pubDate><description><![CDATA[npm install less less-loader --save-dev 默认安装版本过高，

应指定版本安装

"less": "^3.0.0",

 "less-loader": "^5.0.0",
]]></description><category></category></item><item><title><![CDATA[配置网页 process.env.NODE_ENV]]></title><link>https://blog.csdn.net/statfly/article/details/120118732</link><guid>https://blog.csdn.net/statfly/article/details/120118732</guid><author>statfly</author><pubDate>Sun, 05 Sep 2021 18:19:52 +0800</pubDate><description><![CDATA[在package.json 中 配置scripts 在原有的命令基础上

&amp;&amp;exportNODE_ENV=development"

&amp;&amp;setNODE_ENV=production"

建议写到命令前面 如：

"scripts":{

"serve":"vue-cli-serviceserve",

"build":"setNODE_ENV=production&amp;&amp;vue-cli-servicebuild...]]></description><category></category></item><item><title><![CDATA[QScrollBar 样式]]></title><link>https://blog.csdn.net/statfly/article/details/103470307</link><guid>https://blog.csdn.net/statfly/article/details/103470307</guid><author>statfly</author><pubDate>Tue, 10 Dec 2019 10:30:52 +0800</pubDate><description><![CDATA[QScrollBar{background:transparent; width: 6px;}//下拉框背景宽度

QScrollBar::handle{width:6px;background:#6C6C6C;border-radius:0px;} //下拉滑块的宽度 背景颜色 圆角

QScrollBar::add-line:vertical  {background:transparent...]]></description><category></category></item></channel></rss>