修复IOS14登录页显示bug

This commit is contained in:
叮叮当
2023-09-19 10:42:46 +08:00
parent 4d778e9ca9
commit b1635b0715

View File

@@ -130,7 +130,7 @@ onMounted(() => {
<VCardItem class="justify-center mb-7">
<template #prepend>
<div class="d-flex pe-0">
<VImg :src="logo" width="64" />
<VImg :src="logo" width="64" height="64" />
</div>
</template>