feat: 欢迎栏的调整

This commit is contained in:
2025-08-12 18:22:14 +08:00
parent 2ac8148f6a
commit 80fc947bbf

View File

@@ -54,7 +54,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0 32px; padding: 0 32px;
margin-bottom: -8px; margin-bottom: -6px;
} }
.top-item-left { .top-item-left {
@@ -65,6 +65,5 @@
.top-item-right { .top-item-right {
width: 130px; width: 130px;
height: 130px; height: 130px;
margin: -12px 0;
} }
</style> </style>