细微调整
This commit is contained in:
parent
a1a6c62ef3
commit
746072eb6a
|
@ -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;
|
||||
|
|
|
@ -189,5 +189,5 @@ export default RendererResImage
|
|||
|
||||
|
||||
RendererResImage.detail = (
|
||||
<div>满满科技感的重采样二值化像素点阵,有点东西</div>
|
||||
<div>满满科技感的重采样二值化像素点阵,有点东西。建议增大容错率、URL 长度以提高像素采样信息的丰富度</div>
|
||||
);
|
Loading…
Reference in New Issue