mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-22 23:50:22 +08:00
fix: logo 宽高异常
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user