louhangfei 11 месяцев назад
Родитель
Сommit
70650087bb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/todo/todo.vue

+ 2 - 1
src/views/todo/todo.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div class="flex flex-col justify-center page-container">
+  <div class="page-container">
     <div class="text-center">
     <div class="text-center">
       <img src="~@/assets/images/exception/403.svg" alt="" />
       <img src="~@/assets/images/exception/403.svg" alt="" />
     </div>
     </div>
@@ -23,6 +23,7 @@
     width: 100%;
     width: 100%;
     border-radius: 4px;
     border-radius: 4px;
     padding-top: 100px;
     padding-top: 100px;
+    text-align: center;
 
 
     .text-center {
     .text-center {
       h1 {
       h1 {