fix(GCG): 修复空白

This commit is contained in:
BTMuli
2023-03-28 17:06:20 +08:00
parent 1475dae018
commit 5e9d739cbf

View File

@@ -175,6 +175,11 @@ async function searchCard() {
z-index: -1;
}
.GCG-cover img {
height: 240px;
width: auto;
}
.GCG-grid :hover {
cursor: pointer;
}