梁灏
68248367cb
typo #807
2021-01-14 14:49:18 +08:00
Aresn
77c8c66b35
typo
2021-01-14 14:43:57 +08:00
zhowiny
91e7f7f7e3
fix: 修复avatar组件在部分缩放比例下出现页面卡死 #116
...
修复调整缩放比例,刷新页面,导致无限更新this.scale,出现卡死状况
2021-01-12 11:12:29 +08:00
梁灏
6ee13b133a
Fix the memory leak of Select component
2021-01-12 09:38:18 +08:00
Aresn
caf1918915
Merge pull request #757 from dellenshang/master
...
fix #728 当Select 有 OptionGroup时 开启 filterable, 再次打开只显示了当前选中的这项的bug
2021-01-11 15:43:22 +08:00
Aresn
2f29929654
Update select.vue
...
typo
2021-01-11 15:42:37 +08:00
Aresn
9295257383
Merge pull request #763 from WoolenWang/new_bug_fix_761
...
修复dragable的新窗口弹出被dragable父组件遮挡
2021-01-11 15:19:54 +08:00
梁灏
b76a3c5d7a
fix ColorPicker bug, https://github.com/iview/iview/issues/6480
2021-01-11 12:17:25 +08:00
woolen
ba76a41e34
修复dragable的新窗口弹出被dragable父组件遮挡
2020-11-22 20:57:38 +08:00
dellen shang
a80dcf468e
fix #728
2020-11-18 18:38:12 +09:00
梁灏
efa895a6ba
Tree add new props selectNode & expandNode
2020-10-15 11:32:38 +08:00
Aresn
cd3f1a1fe7
Update scroll.vue
2020-10-15 09:56:03 +08:00
dengyuqing
0285837c09
fix scroll list shaking
2020-10-14 20:24:03 +08:00
梁灏
c716d4b441
fix #674
2020-10-13 14:38:48 +08:00
梁灏
bcff25e73c
fix #685
2020-10-10 10:07:18 +08:00
Aresn
f06997e18c
Merge pull request #593 from rudyLittleLove/master
...
DatePicker capture 设置为false 点击年、月、日异常关闭下拉框bug修复
2020-09-18 15:55:35 +08:00
梁灏
bd95effa76
fix #675
2020-09-18 11:40:10 +08:00
梁灏
462eff37c5
Select add defaultLabel prop
2020-09-18 09:57:11 +08:00
Aresn
5be6584f09
Merge pull request #616 from huarxia/issues#615
...
fix#615 表格表头分组 点击头部最顶层报错
2020-09-14 14:43:46 +08:00
Aresn
20b79de43e
Merge pull request #661 from lesliele/master
...
Dropdown组件嵌套使用trigger
2020-09-14 11:09:38 +08:00
Aresn
2d3d71ea93
Update dropdown.vue
2020-09-14 11:09:14 +08:00
梁灏
3bdbdc063e
Modal, $Modal, Drawer, Spin add new prop lockScroll, close #667
2020-09-14 10:45:23 +08:00
lesliele
749011c645
fix trigger
2020-09-04 00:21:11 +08:00
梁灏
af8c2e5e59
Upload add new prop webkitdirectory
2020-09-02 11:10:00 +08:00
梁灏
0a3ea18b48
Optimize Tabs contextMenu
2020-09-02 11:02:59 +08:00
梁灏
e3d2e05598
Optimize Tree contextMenu
2020-09-02 10:58:26 +08:00
梁灏
baa83cac60
Optimize Table contextMenu
2020-09-02 10:54:49 +08:00
梁灏
6f7dc71800
Poptip add prop transfer-class-name
2020-09-02 10:44:12 +08:00
梁灏
d239b5a43f
Tooltip add prop transfer-class-name
2020-09-02 10:38:53 +08:00
梁灏
5ed3ab10af
ColorPicker add prop transfer-class-name
2020-09-02 10:28:14 +08:00
梁灏
970505fe65
Cascader add new prop transfer-class-name
2020-09-02 10:25:06 +08:00
梁灏
d7625e4770
DatePicker & TimePicker add transfer-class-name prop
2020-09-02 10:21:54 +08:00
梁灏
a0e78c8b34
AutoComplete add transferClassName prop
2020-09-02 10:12:21 +08:00
梁灏
178da724e6
fix #603
2020-09-02 10:02:40 +08:00
花夏
b03217ee50
fix#615 表格表头分组 点击头部最顶层报错
2020-08-05 18:10:30 +08:00
zhouyu
dff1eb1a14
DatePicker capture 设置为false 点击年、月、日异常关闭下拉框bug修复
2020-07-21 16:03:45 +08:00
webpack
3db31406a8
dropdown.vue: fix Pooper created multiple times
...
Fix the issue that the select component watch selectOptions causes Pooper to repeatedly create multiple times (the bound scroll event cannot be cleared), and the select component watch selectOptions is recommended to be throttled.
2020-07-21 14:26:07 +08:00
webpack
f137032eed
fix popper.js: Turn off scroll event monitoring to solve the problem of scroll lag
...
When there are more Tooltip components on the page, it is easy to cause the page scrolling to be severely stuck. It is recommended to close it by default.
2020-07-21 11:36:14 +08:00
webpack
cd50fbddd8
Update dropdown.vue
...
It is recommended to turn off scroll event monitoring for popper plug-in configuration, otherwise, if there are too many such components in a single page, the scroll bar of the page will be severely stuck; in fact, it only needs to be updated when the pop-up layer is displayed, and it does not need to be invisible or to update the position.
2020-07-21 11:18:14 +08:00
梁灏
39ce074f96
fix #573 #579
2020-07-13 09:30:30 +08:00
梁灏
b15d9455cc
fix Select bug that multiple options disalbed
2020-07-03 12:02:27 +08:00
梁灏
df671ae8c3
fix Button to bug
2020-07-03 11:23:53 +08:00
梁灏
a0cc40dd91
Tabs add draggable prop, and @on-drag-drop event
2020-07-02 15:00:25 +08:00
梁灏
604cf463ac
Update table-body.vue
2020-07-02 10:03:56 +08:00
梁灏
83e7c64fec
update Tree
2020-07-02 09:51:06 +08:00
梁灏
ffb3729603
update Tabs
2020-07-02 09:44:45 +08:00
梁灏
888fa5c407
Tree support contextMenu
2020-07-02 09:16:00 +08:00
梁灏
3e80a192cb
Tabs add event @on-dblclick
2020-07-01 17:22:59 +08:00
Aresn
b212b25537
Revert "fix: disabled node can be checked"
2020-07-01 15:14:18 +08:00
梁灏
6a2cf0fe77
Update table.vue
2020-07-01 11:52:44 +08:00