fix(工具箱/二维码解析和生成): 优化界面样式,解决图片显示超出的问题

This commit is contained in:
2025-02-23 17:16:04 +08:00
parent c2a496b228
commit eeb72097e5

View File

@@ -307,6 +307,8 @@ function handleSelectQrImage(options) {
.n-image {
margin: auto;
width: 100%;
height: 100%;
}
}
@@ -336,6 +338,8 @@ function handleSelectQrImage(options) {
.n-image {
margin: auto;
width: 100%;
height: 100%;
image-rendering: pixelated;
}
}