element icon indicating copy to clipboard operation
element copied to clipboard

deepexi customize element-ui

Results 11 element issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

## Describe the bug A clear and concise description of what the bug is. ## Screenshots If applicable, add screenshots to help explain your problem. ## To Reproduce Steps to...

## Describe the bug 经过排查,发现是对数据拍平函数,超过最大调用堆栈大小 对该方法进行了一些改进 ## Screenshots ![lQLPJxafgVfVCq_NAuDNBlywfA-4DIjKwEwDBmZS-sCJAA_1628_736](https://user-images.githubusercontent.com/22806915/186624658-dc11225c-11e1-425c-a908-a8c1435e56f7.png) tree.vue: `flattenTree(datas) { const conn = [] const flatten = arrs => arrs.forEach(data => { if (data.visible) conn.push(data) flatten(data.childNodes || [])...

## Describe the bug A clear and concise description of what the bug is. ## Screenshots If applicable, add screenshots to help explain your problem. ## To Reproduce Steps to...

我给el-tree设置一个固定宽度后,内部元素左侧没有对齐 ![image](https://user-images.githubusercontent.com/65535620/132436978-ea0f6e07-a467-4e08-98a9-44ee0280eb1b.png) 如果不设置宽度,右侧的滚动条位置就会根据内容变换,体验很不好,我是用原生element设置宽度没有问题,开启虚拟dom后就会出现显示问题 以下是正常样式,不设宽度或者使用原生element的。 ![image](https://user-images.githubusercontent.com/65535620/132437231-acb0d08d-c9e8-47df-bea6-d8aa13373806.png)

组件初始化正常,出如关键字查询,显示新的树,滚动树的滚动条,渐渐空白拉大。到底部几乎全部空白

## 受影响版本 @femessage/element-ui: ~2.12.1 对应官方 element-ui: 2.12.0 ## 原因 - 由于升级失误,导致本仓库的 npm 包比 element 官方的 npm 包,领先了几个 commit。 ## 暂时发现的问题 1. 如果基于官方 element-ui 2.12.0 生成的主题,配合 @femessage/element-ui 使用时,有部分组件的样式会不匹配。 2. 官方 element...

good first issue

## Describe the bug 如题,除了这个组件外应该还有其他组件的说明页面图片显示失败的 ## Screenshots ![image](https://user-images.githubusercontent.com/20970507/99038056-e2dc4600-25bf-11eb-9bf5-f7c8645726a1.png) ## To Reproduce 1. 访问 https://femessage.github.io/element/#/zh-CN/component/radio-img-button ## Expected behavior 正常展示图片

**Is your feature request related to a problem? Please describe.** 时间戳可以放在时间线的左边,右边放内容

## Describe the bug 当重新 setOptions 时,如果新的 options 匹配不到当前值,则会直接显示 value,给用户造成困扰 ## Screenshots ![ezgif-3-6692a35559eb](https://user-images.githubusercontent.com/27952659/83393513-7f9f9280-a429-11ea-9ea7-cdf6a3974b56.gif) ## To Reproduce 1. 随意选择一项 2. 通过 setOptions 传入其他的 options(此 options 所有项的 value 都不和第一步所选的值一致 3. 由于匹配不上,会直接显示 value...