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 */
 }