mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-09 12:17:29 +08:00
fix: 移动端勋章展示有点异常 #485
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user