修复上下滑动 bug
This commit is contained in:
parent
f9a58fb4aa
commit
a9c76d5972
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
.Qr-item-image {
|
.Qr-item-image {
|
||||||
/*padding: 23px;*/
|
/*padding: 23px;*/
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: calc((100vw - 56px) / 2);
|
width: calc((100vw - 56px) / 2);
|
||||||
|
|
Loading…
Reference in New Issue