update Poptip styles

update Poptip styles
This commit is contained in:
梁灏 2016-10-27 11:45:21 +08:00
parent 88bb7c923d
commit 9b7840163d
5 changed files with 69 additions and 6 deletions

View file

@ -25,7 +25,7 @@
}
&-body{
padding: 8px 16px;
overflow: auto;
}
&-popper{
@ -68,6 +68,7 @@
&-inner{
width: 100%;
padding: 8px 16px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid @border-color-split;
@ -99,10 +100,10 @@
}
&-confirm &-inner{
white-space: normal;
padding: 16px 16px 8px;
}
&-confirm &-body{
padding: 16px 16px 8px;
.ivu-icon{
color: @warning-color;
line-height: 17px;
@ -116,7 +117,7 @@
&-confirm &-footer{
text-align: right;
padding: 8px 16px 16px;
padding: 16px 0 8px 0;
button {
margin-left: 4px;
}