修复上下滑动 bug

This commit is contained in:
ciaochaos 2020-05-08 15:35:08 +08:00
parent f9a58fb4aa
commit a9c76d5972
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
.Qr-item-image {
/*padding: 23px;*/
overflow: auto;
overflow: hidden;
display: flex;
background-color: white;
width: calc((100vw - 56px) / 2);