1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 15:40:21 +08:00

fix: logo 宽高异常

This commit is contained in:
zclzone
2024-03-12 09:38:08 +08:00
parent 0520cd015a
commit fd9480e92f
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<div class="w-320 flex-col px-20 py-32">
<h2 class="f-c-c text-24 text-#6a6a6a font-normal">
<img src="@/assets/images/logo.png" height="50" class="mr-12" />
<img src="@/assets/images/logo.png" class="mr-12 h-50" />
{{ title }}
</h2>
<n-input