即将取消网格布局

This commit is contained in:
zhcnyuyang 2025-04-30 21:57:14 +08:00
parent 3533de7ee2
commit 03a5472ee6

View File

@ -97,7 +97,7 @@ export default {
max-width: 304px;
min-height: 614px;
grid-template-columns: repeat(1, 1fr); /* 1列等分 */
grid-template-rows: repeat(8,minmax(60px,1fr)); /* 8行高度120px */
grid-template-rows: repeat(8,90px); /* 8行高度120px */
}
}