mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
style: 调整logo样式
This commit is contained in:
parent
e73c138892
commit
88288bc2c4
@ -6,7 +6,7 @@
|
||||
- Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top
|
||||
--------------------------------->
|
||||
<template>
|
||||
<div class="h-40 w-40 rounded-full bg-primary p-1/100">
|
||||
<div class="h-40 w-40 rounded-4 bg-primary p-1/100">
|
||||
<img src="@/assets/images/isme.png" alt="Logo" />
|
||||
</div>
|
||||
</template>
|
||||
|
@ -8,8 +8,7 @@
|
||||
|
||||
<template>
|
||||
<router-link class="h-60 f-c-c" to="/">
|
||||
<!-- <img src="@/assets/images/logo.png" class="h-40" /> -->
|
||||
<TheLogo class="rounded-8!" />
|
||||
<TheLogo />
|
||||
<h2
|
||||
v-show="!appStore.collapsed"
|
||||
class="ml-10 max-w-140 flex-shrink-0 text-16 color-primary font-bold"
|
||||
|
Loading…
x
Reference in New Issue
Block a user