This commit is contained in:
X1627315083
2024-05-22 11:05:17 +08:00
parent 498f69137a
commit 74ad98f515
6 changed files with 2 additions and 7 deletions

View File

@@ -1195,7 +1195,8 @@ export default defineComponent({
position: relative;
width: auto;
max-height: 100%;
max-width: 100%;
object-fit: contain;
top: 50%;
transform: translateY(-50%);
}