Parcourir la source

Merge branch 'all-v4-lhf' into 'all-v4'

fix: 修改标题的title为居中

See merge request skyeye/skyeye_frontend/skyeye-admin!298
楼航飞 il y a 1 an
Parent
commit
82ef91616f
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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;
   }