🪄 优化移动端效果

This commit is contained in:
hi2hi 2025-01-24 04:12:07 +00:00
parent 3d6e25d352
commit ad1b53786e

View File

@ -224,6 +224,17 @@ const platformLogoIconClassName = computed(() => hostUtils.getPlatformLogoIconCl
.cpu-model-num {
color: #c7eeff;
}
@media screen and (max-width: 500px) {
padding-left: 0;
margin-top: -7px;
line-height: 16px;
.cpu-company {
height: 16px;
line-height: 16px;
padding: 0 3px;
}
}
}
}
</style>