Skip to content

Commit

Permalink
[StyleFix] 修正 Bubble 组件 css 对全局的影响
Browse files Browse the repository at this point in the history
  • Loading branch information
abchiyi committed Jun 13, 2022
1 parent 791e515 commit 66a827a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/jet-plan-ui/bubble/bubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ export default {
margin-right: 5px;
}
.right.j-transition-slide-enter-from,
.j-bubble .right.j-transition-slide-enter-from,
.right.j-transition-slide-leave-active {
transform: translate3d(-40px, 0, 0);
}
.left.j-transition-slide-enter-from,
.left.j-transition-slide-leave-active {
.j-bubble .left.j-transition-slide-enter-from,
.j-bubble .left.j-transition-slide-leave-active {
transform: translate3d(40px, 0, 0);
}
</style>

0 comments on commit 66a827a

Please sign in to comment.