element-ui-jd
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published


基于element-ui作二次开发

优化以下内容

1、table滚动条均采用自定义滚动条

`增加属性 barBottomStyle 用于改底部滚动条样式

增加属性 emptyCellText 当td里的值是null或undefined时,显示的内容,默认是--

增加方法 doLayoutScrollbar() 用于当table变化时,重新生成scrollbar `

2、table中,如果cell的值为null,默认显示成--

3、navMenu-submenu添加滚动条

4、datepick 点击input togger显示日历

版本更新


v1.0.11 修复table中数据是异步时未调用elscrollbar里的update方法

v1.0.16 把滚动条宽度加1px ,fix某些情况出现白条问题

v1.0.17 table中bodyHeight当scrollY为true时,加上滚动条高度

v1.0.19 table中 去掉 gutter,因为去掉了原生滚动

Quick Start

import Vue from 'vue'
import Element from 'element-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

Dependencies (6)

Dev Dependencies (73)

Package Sidebar

Install

npm i element-ui-jd

Weekly Downloads

2

Version

1.0.19

License

MIT

Unpacked Size

6.25 MB

Total Files

812

Last publish

Collaborators

  • danealiu