Skip to content

Commit

Permalink
fix(popover): 修复 popup 样式问题 (#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 25, 2024
1 parent f45e3bc commit 5326141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/__VUE/popover/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display: inline-block;
word-break: normal;

&-arrow {
.nut-popover-arrow {
position: absolute;
width: 0;
height: 0;
Expand Down Expand Up @@ -85,7 +85,7 @@
}
}

&-content {
.nut-popover-content {
position: absolute;
z-index: 9999;
background: #fff;
Expand Down

0 comments on commit 5326141

Please sign in to comment.