Skip to content

Commit

Permalink
细微调整
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaochaos committed Jun 22, 2020
1 parent a1a6c62 commit 746072e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Qrcode.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

.Qr-s {
overflow-x: scroll;
overflow-y: hidden;
overflow-y: hidden!important;
width: calc(100vw - var(--scrollbar-width));
white-space: nowrap;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/components/renderer/RendererResImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@ export default RendererResImage


RendererResImage.detail = (
<div>满满科技感的重采样二值化像素点阵,有点东西</div>
<div>满满科技感的重采样二值化像素点阵,有点东西。建议增大容错率、URL 长度以提高像素采样信息的丰富度</div>
);

0 comments on commit 746072e

Please sign in to comment.