Skip to content

Commit

Permalink
chore: 预览样式
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 31, 2024
1 parent 72a5c6e commit c777be3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.124",
"version": "2.14.125",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 3 additions & 1 deletion src/views/CompareTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
.compare-table-row {
padding: 0 var(--safe-area-side);
width: 100vw;
}
.compare-table-head {
Expand Down Expand Up @@ -518,7 +519,8 @@
width: 100vw;
height: 100vh;
z-index: 1000;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background: var(--background-color);
}
Expand Down
3 changes: 2 additions & 1 deletion src/views/FilePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@
width: 100vw;
height: 100vh;
z-index: 1000;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background: var(--background-color);
}
Expand Down

0 comments on commit c777be3

Please sign in to comment.