1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 06:39:01 +08:00

style: 调整logo样式

This commit is contained in:
zclzone 2024-05-10 16:52:49 +08:00
parent e73c138892
commit 88288bc2c4
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
- Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top - Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top
---------------------------------> --------------------------------->
<template> <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" /> <img src="@/assets/images/isme.png" alt="Logo" />
</div> </div>
</template> </template>

View File

@ -8,8 +8,7 @@
<template> <template>
<router-link class="h-60 f-c-c" to="/"> <router-link class="h-60 f-c-c" to="/">
<!-- <img src="@/assets/images/logo.png" class="h-40" /> --> <TheLogo />
<TheLogo class="rounded-8!" />
<h2 <h2
v-show="!appStore.collapsed" v-show="!appStore.collapsed"
class="ml-10 max-w-140 flex-shrink-0 text-16 color-primary font-bold" class="ml-10 max-w-140 flex-shrink-0 text-16 color-primary font-bold"