소스 검색

title为居中

louhangfei 1 년 전
부모
커밋
ee1e3aa0b7
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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;
   }