mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
tweak popover arrow style detail
This commit is contained in:
parent
5fd4139661
commit
814ee7365a
@ -111,7 +111,7 @@
|
||||
&-placement-top > &-content > &-arrow,
|
||||
&-placement-topLeft > &-content > &-arrow,
|
||||
&-placement-topRight > &-content > &-arrow {
|
||||
bottom: @popover-distance - @popover-arrow-width + 2px;
|
||||
bottom: @popover-distance - @popover-arrow-width + 1px;
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
&-placement-top > &-content > &-arrow {
|
||||
@ -146,7 +146,7 @@
|
||||
&-placement-bottomLeft > &-content > &-arrow,
|
||||
&-placement-bottomRight > &-content > &-arrow {
|
||||
top: @popover-distance - @popover-arrow-width + 2px;
|
||||
box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.06);
|
||||
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
&-placement-bottom > &-content > &-arrow {
|
||||
left: 50%;
|
||||
|
@ -288,7 +288,7 @@
|
||||
//** Popover maximum width
|
||||
@popover-min-width: 177px;
|
||||
//** Popover arrow width
|
||||
@popover-arrow-width: 5px;
|
||||
@popover-arrow-width: 6px;
|
||||
//** Popover arrow color
|
||||
@popover-arrow-color: @popover-bg;
|
||||
//** Popover outer arrow width
|
||||
|
Loading…
Reference in New Issue
Block a user