Skip to content

Commit

Permalink
style: 修复宽屏设备下节点信息面板二维码样式问题
Browse files Browse the repository at this point in the history
增加overflow: auto
  • Loading branch information
hsingyin committed Jan 9, 2025
1 parent 4e2076f commit b7aee26
Show file tree
Hide file tree
Showing 2 changed files with 3 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.325",
"version": "2.14.326",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ img {
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 1100;
max-height: 90vh;
max-height: 95vh;
max-width: 80vw;
width: 80vw;
border-radius: 8px;
overflow: hidden;
overflow: auto;
padding-bottom: 24px;
}
.nut-button {
Expand Down

0 comments on commit b7aee26

Please sign in to comment.