fix: 移动端降低gap

This commit is contained in:
tim
2025-08-18 20:21:14 +08:00
parent bced24e47d
commit d3a2acb605

View File

@@ -419,5 +419,9 @@ onMounted(async () => {
.logo-text {
display: none;
}
.header-content-right {
gap: 15px;
}
}
</style>