diff --git a/package.json b/package.json
index 3ce4fc4..9838219 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "iview",
- "version": "0.9.5-rc-8",
+ "version": "0.9.5-rc-9",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",
diff --git a/styles/components/poptip.less b/styles/components/poptip.less
index a006e57..be199e0 100644
--- a/styles/components/poptip.less
+++ b/styles/components/poptip.less
@@ -25,7 +25,21 @@
}
&-body{
- overflow: auto;
+ padding: 8px 16px;
+
+ &-content{
+ overflow: auto;
+ }
+ }
+
+ &-inner{
+ width: 100%;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 1px solid @border-color-split;
+ border-radius: @border-radius-small;
+ box-shadow: @shadow-base;
+ white-space: nowrap;
}
&-popper{
@@ -66,17 +80,6 @@
}
}
- &-inner{
- width: 100%;
- padding: 8px 16px;
- background-color: #fff;
- background-clip: padding-box;
- border: 1px solid @border-color-split;
- border-radius: @border-radius-small;
- box-shadow: @shadow-base;
- white-space: nowrap;
- }
-
&-arrow{
&, &:after{
display: block;
@@ -100,10 +103,10 @@
}
&-confirm &-inner{
white-space: normal;
- padding: 16px 16px 8px;
}
&-confirm &-body{
+ padding: 16px 16px 8px;
.ivu-icon{
color: @warning-color;
line-height: 17px;
@@ -117,7 +120,7 @@
&-confirm &-footer{
text-align: right;
- padding: 16px 0 8px 0;
+ padding: 8px 16px 16px;
button {
margin-left: 4px;
}
--
libgit2 0.21.4