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