mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 修复特定情况下y轴溢出
This commit is contained in:
@@ -320,8 +320,8 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.pool-icon {
|
||||
max-width: 60px;
|
||||
max-height: 60px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
transition: all ease-in-out 0.3s;
|
||||
}
|
||||
|
||||
@@ -331,9 +331,10 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.pool-icon img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 8px;
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user