Skip to content

Commit

Permalink
fix: 修复预览弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 17, 2024
1 parent bcb48df commit b9f8ef6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.67",
"version": "2.14.68",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 3 additions & 0 deletions src/views/CompareTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,9 @@
}
.compare-page-wrapper {
top: 0;
left: 0;
position: absolute;
width: 100vw;
height: 100vh;
z-index: 1000;
Expand Down
3 changes: 3 additions & 0 deletions src/views/FilePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
}
.compare-page-wrapper {
top: 0;
left: 0;
position: absolute;
width: 100vw;
height: 100vh;
z-index: 1000;
Expand Down

0 comments on commit b9f8ef6

Please sign in to comment.