forward
This commit is contained in:
parent
e494376855
commit
ff21d975a9
6 changed files with 5 additions and 5 deletions
|
@ -59,4 +59,4 @@ notification.vue 的 key 改为了 name,style 改为 styles
|
|||
## Popper
|
||||
移除了 visible,使用 value 受控,可能涉及到的组件:Poptip、Tooltip
|
||||
## Poptip
|
||||
增加了 popperStyle,使得 Poptip 能够支持动态样式,主要用于场地看板处的性能优化,实现一个公用 Poptip 通过动态 style 来控制 Poptip 位置的功能
|
||||
增加了 reference,使得 Poptip 能够显示在 reference 所对应的位置
|
2
dist/iview.min.js
vendored
2
dist/iview.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/iview.min.js.gz
vendored
BIN
dist/iview.min.js.gz
vendored
Binary file not shown.
2
dist/iview.min.js.map
vendored
2
dist/iview.min.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -104,8 +104,8 @@
|
|||
popperClass: {
|
||||
type: String
|
||||
},
|
||||
popperStyle: {
|
||||
type: String
|
||||
reference: {
|
||||
type: Object
|
||||
},
|
||||
wordWrap: {
|
||||
type: Boolean,
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue