update popper animation

This commit is contained in:
huanghong 2018-04-11 22:06:53 +08:00
parent eed5708494
commit dab9c3f601
4 changed files with 359 additions and 18 deletions

View file

@ -2,7 +2,7 @@
<div style="margin: 200px">
<Tabs value="name1">
<TabPane label="标签一" name="name1">
<div style="width: 200px;height:300px">
<div style="width: 200px;height:300px;overflow: auto;">
<Poptip title="提示标题" content="标签一的内容" placement="left" transfer >
<Button id="aaa">左边</Button>
</Poptip>