Skip to content

Commit b7aee26

Browse files
committed
style: 修复宽屏设备下节点信息面板二维码样式问题
增加overflow: auto
1 parent 4e2076f commit b7aee26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.14.325",
3+
"version": "2.14.326",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/assets/styles/global.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ img {
8787
left: 50%;
8888
transform: translateX(-50%) translateY(-50%);
8989
z-index: 1100;
90-
max-height: 90vh;
90+
max-height: 95vh;
9191
max-width: 80vw;
9292
width: 80vw;
9393
border-radius: 8px;
94-
overflow: hidden;
94+
overflow: auto;
9595
padding-bottom: 24px;
9696
}
9797
.nut-button {

0 commit comments

Comments
 (0)