fix(我的券、我的订单):修复css列表过长展示不完整且无法滚动问题
This commit is contained in:
parent
bb7022bcd0
commit
972d2e544a
|
@ -67,6 +67,7 @@ body,
|
||||||
padding: 0.52rem 0.1rem 1rem;
|
padding: 0.52rem 0.1rem 1rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-box {
|
.content-box {
|
||||||
|
|
|
@ -37,9 +37,10 @@ body,
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.52rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-item {
|
.content-item {
|
||||||
|
|
Loading…
Reference in New Issue