mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-15 08:40:43 +08:00
🪄 优化移动端效果
This commit is contained in:
parent
3d6e25d352
commit
ad1b53786e
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user