fix wrong button style, add new option for popover to better deal with different layouts
This commit is contained in:
parent
e771fd8f13
commit
2137d6395a
5 changed files with 28 additions and 16 deletions
|
@ -2,8 +2,9 @@
|
|||
<Popover
|
||||
trigger="click"
|
||||
placement="top"
|
||||
:offset="{ y: -5 }"
|
||||
:offset="{ y: 5 }"
|
||||
:bound-to="{ x: 'container' }"
|
||||
remove-padding
|
||||
>
|
||||
<div
|
||||
slot="content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue