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

This commit is contained in:
2betop 2020-08-10 17:54:25 +08:00
parent b53c2094b9
commit b7681c0e0d
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;