JavaScript heap out of memory

This commit is contained in:
670788339
2025-10-31 17:54:17 +08:00
parent a5279210c7
commit 4f74216c6e

View File

@@ -2687,7 +2687,7 @@ a.custom2 {
color: white !important;
}
* 添加热点标签容器样式支持换行 */
/* 添加热点标签容器样式,支持换行 */
.hot-tags-wrapper {
display: flex;
flex-wrap: wrap;
@@ -2715,17 +2715,17 @@ a.custom2 {
border-radius: 5px;
}
///* 响应式调整,当屏幕较小时减小标签间距 */
//@media (max-width: 1600px) {
// .hot-tags-wrapper {
// gap: 10px;
// }
//}
//
//@media (max-width: 1400px) {
// .hot-tags-wrapper {
// gap: 5px;
// }
//}
/* 响应式调整,当屏幕较小时减小标签间距 */
@media (max-width: 1600px) {
.hot-tags-wrapper {
gap: 10px;
}
}
@media (max-width: 1400px) {
.hot-tags-wrapper {
gap: 5px;
}
}
/* ---end--- */
</style>