logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Echart 地图 单独显示某个选中效果,高亮

最开始看网上说设置数据中的selected: true,但发现无效,然后下图是修改后代码,设置数据中的selected: true, 原本选中样式是写在geo里,然后coordinateSystem: ‘geo’, 这样引用,导致无法生效。事件名称() {let self = this;let myChart = echarts.init(this.$refs.myEchart); //这里是为了

vue动态改变css的值,改变placeholder的颜色。

以改变input的placeholder颜色为例子<div class="red_bg"><input ref="is" type="text" placeholder="请输入内容"></div>设置事件,动态更新css的值mounted() {// 解决input颜色问题this.$refs.is.style.setProperty('p.

#css
vue 缩放与移动(放大缩小“简单”动画)

需要进行缩放与移动的div<div ref="chmap" style="transform:scale(1)" @touchstart="touchstart($event)" @touchmove="touchmove($event)" @touchend="touchend($event)">、、内容</div>手势操作开始,手指触摸到屏幕// 手势操作开始touch

html2canvas 图片偏移+不全(vue,附有解决方法)

下面是我原来的写法,这个写法原来并没有问题,但后面出现图片不完整+ 白屏+ 偏移(下面附有解决方法)要截图的区域(截取<div ref="imageToFile" id="imageToFile"><van-col :span="24" class="topPage" :style="{backgroundImage:'url(' + backImg + ')'}" >&l

微信开放标签 wx-open-subscribe(复数模板)

以为wx-open-subscribe例子,先公众号设置-》功能设置绑定JS接口安全域名保证"weixin-js-sdk": “^1.6.0” 在1.6或以上html代码:(这里用的是vue,原生看看官网就行)<wx-open-subscribe style="width: 40vw;" @success="participateCJ" @error="subError" :template

#vue.js#前端#小程序 +1
到底了