优化布局

This commit is contained in:
CN-JS-HuiBai
2026-04-05 18:30:58 +08:00
parent 7c1f0d4e63
commit e91dcc8c02
2 changed files with 5 additions and 4 deletions

View File

@@ -1288,7 +1288,7 @@ input:checked+.slider:before {
.detail-info-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(4, 1fr);
gap: 1px;
background: var(--border-color);
margin-top: 10px;