修改品种单价排行榜模块的边距问题

This commit is contained in:
2026-01-05 10:11:52 +08:00
parent 70a77de2d1
commit c3ca829eb6

View File

@@ -234,8 +234,8 @@
display: flex;
flex-direction: column;
gap: 8px;
padding: 10px;
height: 250px; /* 设置固定高度 */
padding: 10px 10px clamp(6px, 1.6vh, 14px) 10px;
height: auto;
overflow-y: auto;
position: relative;
}
@@ -424,6 +424,8 @@
}
.price-ranking-panel .species-price-table {
padding-top: 0;
flex: 1;
min-height: 0;
}
.panel-header h3 {