修复 transfer 把外面高度撑开的问题

This commit is contained in:
2betop 2020-08-10 17:54:25 +08:00
parent f0b611b01d
commit a28048e7b2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
flex-direction: row;
flex-wrap: wrap;
min-height: px2rem(300px);
position: relative;
&--inline {
display: inline-flex;