publish Tooltip component

publish Tooltip component
This commit is contained in:
梁灏 2016-10-26 14:43:10 +08:00
parent 755df66c00
commit 4dfacfca66
5 changed files with 7 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,6 @@
<style>
.tooltip_out{
border: 1px solid #ccc;
padding: 50px;
padding: 150px;
}
body{
height: 1000px;
@ -13,8 +12,8 @@
123
</div>
<div class="tooltip_out">
<Tooltip content="Top23321" placement="left">
<Button>上面的左面</Button>
<Tooltip content="Tooltip 文字提示" placement="top">
<strong><a href="#">Link</a></strong>
</Tooltip>
</div>
<Row>

View file

@ -1,6 +1,6 @@
{
"name": "iview",
"version": "0.9.5-rc-4",
"version": "0.9.5-rc-5",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",

View file

@ -2,7 +2,7 @@
@col-prefix-cls: ~"@{css-prefix}col";
.make-row(@gutter: @grid-gutter-width) {
//position: relative;
position: relative;
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
height: auto;