fix: 移动端勋章展示有点异常 #485

This commit is contained in:
tim
2025-08-12 01:21:39 +08:00
parent c7d99885dc
commit e2d812246a

View File

@@ -130,6 +130,7 @@ const selectMedal = async (medal) => {
.achievements-list-item-description { .achievements-list-item-description {
font-size: 14px; font-size: 14px;
color: #666; color: #666;
text-align: center;
} }
.not_completed { .not_completed {
@@ -162,7 +163,10 @@ const selectMedal = async (medal) => {
} }
.achievements-list-item { .achievements-list-item {
min-width: calc(50% - 30px); width: calc(50% - 27px);
align-items: center;
justify-content: center;
gap: 10px;
} }
} }
</style> </style>