소스 검색

修改样式

chenrui  2 년 전
부모
커밋
9486e6f9a4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/dataQuery/components/DataQueryView/index.vue
  2. 1 1
      src/views/dataQuery/message/index.vue

+ 1 - 1
src/views/dataQuery/components/DataQueryView/index.vue

@@ -187,7 +187,7 @@
         layout="total, prev, pager, next, jumper"
         :total="tableData.length"
         :page-size="pagesize"
-        style="position: absolute; right: 0; bottom: 10px"
+        style="position: absolute; right: 19px; bottom: 10px"
       >
       </el-pagination>
     </div>

+ 1 - 1
src/views/dataQuery/message/index.vue

@@ -100,7 +100,7 @@
         layout="prev, pager, next, jumper"
         :total="tableData.length"
         :page-size="pagesize"
-        style="position: absolute; right: 0; bottom: 10px"
+        style="position: absolute; right: 19px; bottom: 10px"
       >
       </el-pagination>
     </div>