Browse Source

Merge branch 'master' of http://173.18.12.196:3000/front/self-constructing_graph

yangdr 3 tuần trước cách đây
mục cha
commit
df84137ece
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. BIN
      src/assets/images/logo.png
  2. 2 2
      src/components/LayoutHeader.vue

BIN
src/assets/images/logo.png


+ 2 - 2
src/components/LayoutHeader.vue

@@ -190,12 +190,12 @@ onBeforeUnmount(() => {
   // padding-bottom: 10px;
 
   .logo {
-    width: 200px;
+    width: 80px;
     // height: 60px;
     // border: 1px solid skyblue;
     flex: 0 0 auto;
     margin-right: 50px;
-    background: url('../assets/images/logo.jpg') no-repeat center;
+    background: url('../assets/images/logo.png') no-repeat center;
     background-size: 100% 100%;
   }