Skip to content

Commit

Permalink
fix: image-viewer组件页脚样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuo committed Jun 12, 2024
1 parent ea40b70 commit 0a682f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vantui/src/image-viewer/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.van-image-viewer-main {
position: fixed;
left: 0;
top: 0;
bottom: 0;
width: 100vw;
height: 100vh;
z-index: 2000;
Expand Down Expand Up @@ -33,8 +33,8 @@

.page-desc {
position: absolute;
bottom: 0;
right: 0;
bottom: 28px;
right: 10px;
width: 92px;
height: 44px;
background: rgba(0, 0, 0, 0.33);
Expand All @@ -44,4 +44,4 @@
font-size: 28px;
}
}
}
}

0 comments on commit 0a682f0

Please sign in to comment.