Selaa lähdekoodia

title为居中

louhangfei 1 vuosi sitten
vanhempi
commit
ee1e3aa0b7
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      src/layout/components/Logo/index.vue

+ 3 - 2
src/layout/components/Logo/index.vue

@@ -116,8 +116,9 @@
   }
 
   .titleWrapper {
-    justify-content: left;
-    margin-left: 20px;
+    // justify-content: left;
+    text-align: center;
+    margin-left: 12px;
     margin-right: 12px;
     overflow: hidden;
   }