publish Tooltip component
publish Tooltip component
This commit is contained in:
parent
755df66c00
commit
4dfacfca66
5 changed files with 7 additions and 8 deletions
2
dist/styles/iview.all.css
vendored
2
dist/styles/iview.all.css
vendored
File diff suppressed because one or more lines are too long
2
dist/styles/iview.css
vendored
2
dist/styles/iview.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue