mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
JavaScript heap out of memory
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user