Skip to content

Commit

Permalink
chore: 样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Nov 28, 2024
1 parent 0089446 commit d942b9c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.306",
"version": "2.14.307",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/File.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
left: '15px',
bottom: `${
bottomSafeArea +
48 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0)
48 + 36 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0)
}px`,
}"
>
Expand Down
4 changes: 2 additions & 2 deletions src/views/Sub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
left: '15px',
bottom: `${
bottomSafeArea +
48 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0)
48 + 36 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0)
}px`,
}"
>
Expand Down
4 changes: 2 additions & 2 deletions src/views/Sync.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
left: '15px',
bottom: `${
bottomSafeArea +
48 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0)
48 + 36 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0)
}px`,
}"
>
Expand Down
4 changes: 2 additions & 2 deletions src/views/share/Share.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
right: '16px',
bottom: `${
bottomSafeArea +
48 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 50 : 48) : 0)
48 + 36 +
(!isMobile() ? (appearanceSetting.isSimpleMode ? 44 : 48) : 0)
}px`,
}"
>
Expand Down

0 comments on commit d942b9c

Please sign in to comment.