1.0.19 • Published 5 years ago

element-ui-jd v1.0.19

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

优化以下内容

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

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago