李嘉铖

Results 4 issues of 李嘉铖

``` e.g. subtract(2.12, 0.01) that get result 2.1100000000000003 it's a error result ``` and in the Chinese Document (https://www.lodashjs.com/docs/lodash.subtract), there is one error that is '亮数相减',that should be '两数相减'

### version main ### Link to minimal reproduction _No response_ ### Steps to reproduce 现象:打印出来的字体显示效果是模糊的 调优:手动在打印时,调高canvas的scale缩放比例,可以提高清晰度,但是太高了会导致空白,稍微调高一些也只是改善而没有彻底解决。 ### What is expected? 类似Office或者腾讯在线文档,打印出来的字笔画是清晰正常的。 看起来可能时toDataUrl时生成图片的清晰度问题,不知道有没有什么更好的解决方案。 ### What is actually happening? 打印字体模糊 ### System...

enhancement

构造函数中: ``` // 获取dom并绑定事件 const dom = typeof config.el === 'string' ? document.querySelector(config.el) : config.el dom?.addEventListener('contextmenu', (e) => { const res = typeof options === 'function' ? options(e, config) :...

### Environment win10专业版,Chrome 90.0.4430.72(正式版本) (64 位) ### Reproduction link [https://www.iviewui.com/view-ui-plus/component/form/cascader#filterable](https://www.iviewui.com/view-ui-plus/component/form/cascader#filterable) ### Steps to reproduce iview官网 / 组件 / Cascader / 搜索 ### What is expected? 1. 鼠标经过时显示边框颜色效果; 2. 再次点击组件时下拉弹窗缩回; ###...