mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 06:50:53 +08:00
fix: 移动端勋章展示有点异常 #485
This commit is contained in:
@@ -130,6 +130,7 @@ const selectMedal = async (medal) => {
|
||||
.achievements-list-item-description {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.not_completed {
|
||||
@@ -162,7 +163,10 @@ const selectMedal = async (medal) => {
|
||||
}
|
||||
|
||||
.achievements-list-item {
|
||||
min-width: calc(50% - 30px);
|
||||
width: calc(50% - 27px);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user