样式修改

This commit is contained in:
yj 2024-10-28 14:24:02 +08:00
parent 2c15e96c77
commit 830dc551e6
1 changed files with 6 additions and 0 deletions

View File

@ -169,3 +169,9 @@
} }
} }
} }
@media screen and (max-width: 1366px) {
.indexContentListItem {
width: calc(98% / 2) !important;
}
}