1
0
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:
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
--------------------------------->
<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>

View File

@ -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"