JavaScript heap out of memory

This commit is contained in:
670788339
2025-10-31 17:49:07 +08:00
parent e0db15c85d
commit a5279210c7

View File

@@ -2715,17 +2715,17 @@ a.custom2 {
border-radius: 5px; border-radius: 5px;
} }
/* 响应式调整,当屏幕较小时减小标签间距 */ ///* 响应式调整,当屏幕较小时减小标签间距 */
@media (max-width: 1600px) { //@media (max-width: 1600px) {
.hot-tags-wrapper { // .hot-tags-wrapper {
gap: 10px; // gap: 10px;
} // }
} //}
//
@media (max-width: 1400px) { //@media (max-width: 1400px) {
.hot-tags-wrapper { // .hot-tags-wrapper {
gap: 5px; // gap: 5px;
} // }
} //}
/* ---end--- */ /* ---end--- */
</style> </style>