wxParser-plugin icon indicating copy to clipboard operation
wxParser-plugin copied to clipboard

wxParser for minapp plugin

Results 24 wxParser-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.3.4 to 7.5.4. Release notes Sourced from semver's releases. v7.5.4 7.5.4 (2023-07-07) Bug Fixes cc6fde2 #588 trim each range set before parsing (@​lukekarrys) 99d8287 #583 correctly parse...

dependencies

在只有图片的富文本内,即使设置了image-lazy-load,还是加载了所有的图片 ![image](https://user-images.githubusercontent.com/20389826/150927516-882c95c8-645f-4a4f-9a6d-0c83bc290e6f.png)

我们需要的是类似这样子的,各行之间比较紧凑。 ![ok](https://user-images.githubusercontent.com/4917466/57989849-63a5a900-7ad3-11e9-8315-f7a5900f4d2c.png) 实际得到的是下面这样子的,各行之间距离非常大。 ![iffy_pic](https://user-images.githubusercontent.com/4917466/57989762-402e2e80-7ad2-11e9-91c9-783351a9f8f0.png) 下面的附件snippet.txt是我们的测试代码 : ![code](https://user-images.githubusercontent.com/4917466/57989906-e464a500-7ad3-11e9-8c4f-f4db0747fa2d.png) [snippet.txt](https://github.com/ifanrx/wxParser-plugin/files/3195767/11.txt) 请问该如何才能显示正常呢? 多谢~!~

![image](https://user-images.githubusercontent.com/43196431/125297612-f52e9f80-e359-11eb-82d5-4cd527ba242f.png) template部分 `` js部分 ` async getGraphValidationCode() { const res = await this.$api.common.getGraphCode(); this.graphCodeImg = res.data ? res.data.svg : ''; } ` graphCodeImg为后端返回的字符串类型的svg元素

图片高度因为有小数,导致会有缝隙,例如838.4px ![image](https://user-images.githubusercontent.com/39690226/121155764-aed9b280-c87a-11eb-878b-c8e596220a4e.png)

图片加载完成未触发bindImgLoad