厨房:修复今日排名溢出问题

This commit is contained in:
Dragon
2023-03-07 15:18:48 +08:00
parent 141a589b69
commit 642c383576
2 changed files with 4 additions and 2 deletions

View File

@@ -901,9 +901,10 @@ body {
overflow: auto;
position: absolute;
width: 100%;
height: 7.2rem;
height: 6.7rem;
padding: 0.4rem 0.2666666667rem 0;
box-sizing: border-box;
margin-top: 0.25rem;
}
.wrap .shade-mask-rank .shade-content-rank .other-rank li {
width: 90%;

View File

@@ -1178,10 +1178,11 @@ body {
overflow: auto;
position: absolute;
width: 100%;
height: px2rem(540);
height: 6.7rem;
// background-color: white;
padding: px2rem(30) px2rem(20) 0;
box-sizing: border-box;
margin-top: 0.25rem;
li {
width: 90%;