Kevin Jiang 2 éve%!(EXTRA string=óta)
szülő
commit
4dc4b8f541

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 13 - 0
src/assets/logo-small.svg


BIN
src/assets/logo.png


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 5 - 11
src/assets/logo.svg


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 9 - 0
src/components/LogoComponent.vue


+ 4 - 1
src/views/RouteView.vue

@@ -2,6 +2,7 @@
 import { ref, watch, computed } from "vue";
 import { RouterView } from "vue-router";
 import NavMenu from "@/components/NavMenu.vue";
+import Logo from "@/components/LogoComponent.vue";
 import { useSideBarStore } from "@/stores/side-bar";
 
 const sideBarStore = useSideBarStore();
@@ -31,6 +32,8 @@ watch(
         <Transition name="slide-fade">
           <img src="@/assets/logo.png" width="50" v-if="collapsed" />
           <img src="@/assets/logo.png" width="120" v-else />
+          <!-- <Logo style="color: #0079C2" width="50px" v-if="collapsed" /> -->
+          <!-- <Logo style="color: #0079C2" width="120px" v-else /> -->
         </Transition>
       </div>
       <NavMenu class="sider-nav" />
@@ -64,7 +67,7 @@ watch(
   .sider-nav-bar-wrap {
     height: 100vh;
     .logo {
-      height: 32px;
+      /* height: 32px; */
       margin: 16px;
       text-align: center;
     }