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

View file

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

View file

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