Browse Source

1月2三点的项目

cuijunkai 9 tháng trước cách đây
mục cha
commit
e6e935e185
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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 */
 }