Michael Wang 4 лет назад
Родитель
Сommit
7c4918c7ad
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      src/features/inspect/MarkHistory.vue
  2. 1 1
      src/features/mark/MarkHistory.vue

+ 2 - 2
src/features/inspect/MarkHistory.vue

@@ -27,9 +27,9 @@
         </div>
       </div>
     </div>
-    <div class="tw-flex tw-justify-between">
+    <div class="tw-flex tw-justify-between tw-place-content-center tw-mt-2">
       <div @click="previousPage">上一页</div>
-      <div>第{{ currentPage }}页</div>
+      <div style="line-height: 30px">第{{ currentPage }}页</div>
       <div @click="nextPage">下一页</div>
     </div>
   </div>

+ 1 - 1
src/features/mark/MarkHistory.vue

@@ -41,7 +41,7 @@
         </div>
       </div>
     </div>
-    <div class="tw-flex tw-justify-between tw-place-content-center">
+    <div class="tw-flex tw-justify-between tw-place-content-center tw-mt-2">
       <a-button @click="previousPage">上一页</a-button>
       <div style="line-height: 30px">第{{ currentPage }}页</div>
       <a-button @click="nextPage">下一页</a-button>