leekbillow

Results 7 issues of leekbillow

# 2022/07/08更新了写法(往下翻翻),原内容已过时 # 以下为原内容 --- 2018年就有相关提问,最后似乎作者似乎也没有把这个问题解决?好像也不怎么更新维护了 最近折腾这个问题提供一个方案: 1.**src/store/modules/tagsView.js**中修改ADD_CACHED_VIEW方法,将二级菜单加入缓存 ```js ADD_CACHED_VIEW: (state, view) => { if (state.cachedViews.includes(view.name)) return; const { matched, meta, name } = view; if (!meta.noCache) { if (matched.length...

### What problem does this feature solve? 目前`tooltip`不支持`rich`,`renderMode:'richText'`似乎是一个没用的选项,在没有dom的微信小程序里,没办法自定义不同的样式。 Currently, `rich`is not supported by`tooltip`, and`renderMode:'richText'`seems to be a useless option. In wechat applets without DOM, there is no way to customize...

### What problem does this feature solve? 希望x轴标签间距的自动计算可以把宽度设置考虑进去,否则即使`xAxis.axisLabel.width`设置得很小,依然会有标签不显示浪费空间。 It is hoped that the automatic calculation of the X-axis label spacing takes into account the width Settings, otherwise even if `xAxis.axisLabel.width`...

new-feature
pending
stale
waiting-for: community

### Existing Component 是 ### Component Name el-table-column ### Description 在某些动态情况下,`prop`属性也是动态的,例如3月份每日的金额prop如果是`3-1.amount`则正常取值,如果prop是`3.1.amount`却可能造成取值错误,而支持`['3.1','amount']`格式的prop就可以解决,在Element Plus中也一样。 In some dynamic situations, the `prop` attribute is also dynamic. For example, if the daily amount prop in...

### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. 使用`dataZoom`,设置`dataZoom.filterMode:'none'` 2. 拖动dataZoom手柄,缩小范围至1个数据 --- 1. Use `dataZoom`,set`dataZoom.filterMode:'none'` 2. Drag the dataZoom handle to reduce the...

bug
pending
stale
waiting-for: community

Please make sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you follow Element's contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). *...

## 提问前应该做的事 请确保提问前做了以下事,将完成的项目的 `[]` 改为 `[x]`: - [x] 我已通读过 [README](https://github.com/ecomfe/echarts-for-weixin/blob/master/README.md) - [x] 我已阅读过 [FAQ](https://github.com/ecomfe/echarts-for-weixin/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Afaq+) ## 需提供的信息 ### 简单描述问题: 目前有提供ts支持吗?自定义构建版本有吗? ### 预期效果: 提供类型信息,最好自定义构建的版本也能提供 ### 实际效果: 没有类型信息 ![image](https://github.com/ecomfe/echarts-for-weixin/assets/43409097/c813218a-4996-4812-bc61-93f76dc4b363) ### 复现环境: - 编辑器:vscode...