fix(我的券、我的订单):修复css列表过长展示不完整且无法滚动问题

This commit is contained in:
wangsongsole 2022-09-29 15:28:21 +08:00
parent bb7022bcd0
commit 972d2e544a
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,7 @@ body,
padding: 0.52rem 0.1rem 1rem;
height: 100%;
box-sizing: border-box;
overflow: auto;
}
.content-box {

View File

@ -37,9 +37,10 @@ body,
}
.content {
padding-bottom: 0.5rem;
padding-bottom: 0.52rem;
box-sizing: border-box;
height: 100%;
overflow: auto;
}
.content-item {