Skip to content

Commit

Permalink
fix: 修复放大缩小按钮鼠标移入时,不变色的问题。和全屏退出全屏不一致
Browse files Browse the repository at this point in the history
  • Loading branch information
胡正 authored and Qiu-Jun committed Sep 30, 2024
1 parent 593bd86 commit 320b7ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/zoom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,11 @@ const setViewport = () => {
position: absolute;
right: 10px;
bottom: 10px;

:deep(.ivu-btn:hover) {
svg {
fill: #57a3f3;
}
}
}
</style>

0 comments on commit 320b7ae

Please sign in to comment.