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>
|
<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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue