mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
JavaScript heap out of memory
This commit is contained in:
@@ -2687,7 +2687,7 @@ a.custom2 {
|
|||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* 添加热点标签容器样式,支持换行 */
|
/* 添加热点标签容器样式,支持换行 */
|
||||||
.hot-tags-wrapper {
|
.hot-tags-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@@ -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