This commit is contained in:
rhyme 2022-01-18 17:13:23 +08:00
parent e494376855
commit ff21d975a9
6 changed files with 5 additions and 5 deletions

View file

@ -59,4 +59,4 @@ notification.vue 的 key 改为了 namestyle 改为 styles
## Popper
移除了 visible使用 value 受控可能涉及到的组件Poptip、Tooltip
## Poptip
增加了 popperStyle使得 Poptip 能够支持动态样式,主要用于场地看板处的性能优化,实现一个公用 Poptip 通过动态 style 来控制 Poptip 位置的功能
增加了 reference使得 Poptip 能够显示在 reference 所对应的位置

2
dist/iview.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/iview.min.js.gz vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -104,8 +104,8 @@
popperClass: {
type: String
},
popperStyle: {
type: String
reference: {
type: Object
},
wordWrap: {
type: Boolean,

Binary file not shown.