拓展 Element UI
npm install element-ui-uwgd -S
具体更新属性说明,查阅 element/examples/docs/zh-CN/ 下相应文档
- select 组件添加
popper-prevent-overflow
属性
- 修复 message-box 回车不阻止事件传播 BUG
- ElTree 添加
base-indent
、show-index
属性 - tree.md 官网文档有误,将 indent 值修正为 18
- ElTabs 添加 active-bar-stretch 属性
- ElSelect 添加 borderWidth[String、Number]、showIcon 属性
- ElInput 添加 borderWidth 属性
- ElMenu 添加 activeBackgroundColor 属性
- 修复 ElContainer direction BUG