This commit is contained in:
maplemei 2019-11-26 15:50:59 +08:00
parent 08d30ae239
commit e6f84e68aa
2 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,8 @@
var demo1 = xmSelect.render({
el: '#demo1',
autoRow: true,
filterable: true,
paging: true,
pageSize: 2,
tree: {
strict: true,
show: false,

View File

@ -90,7 +90,8 @@
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| --------- | ----------------- | --------- | ------ | -------- |
| color | 主题颜色 | string | - | #009688 |
| maxColor | 选中上限闪烁边框颜色 | string | - | #e54d42 |
| maxColor | 选中上限闪烁边框颜色| string | - | #e54d42 |
| hover | 键盘操作的背景色 | string | - | #f2f2f2 |
### model