소스 검색

1月2三点的项目

cuijunkai 9 달 전
부모
커밋
e6e935e185
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/components/examine.vue

+ 4 - 2
src/components/examine.vue

@@ -729,7 +729,7 @@ export default {
 <style scoped>
 .content {
   display: flex;
-  flex-direction: column;
+  /* flex-direction: column; */
   align-items: stretch;
   width: 100%;
 }
@@ -1211,7 +1211,9 @@ hr {
 
 /* 分页功能的样式 */
 .el-pagination {
-  margin-top: 50px;
+ position: absolute;
+ top: 810px;
+ left: 30%;
   /* 调整分页组件的顶部向上方距离50px */
 }