소스 검색

土地闲置

maxiaoxiao 6 달 전
부모
커밋
f987ca8447
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/Idleland/components/list.vue
  2. 1 0
      src/views/Idleland/components/tjzl.vue

+ 6 - 1
src/views/Idleland/components/list.vue

@@ -289,7 +289,7 @@ export default {
   }
   .tablePage0,
   .tablePage1 {
-    height: calc(100% - 160px);
+    height: calc(100% - 165px);
   }
   .tablePage2 {
     height: calc(100% - 120px);
@@ -318,5 +318,10 @@ export default {
   .el-col {
     padding-right: 0 !important;
   }
+  .el-table {
+    height: calc(100% - 40px);
+    overflow-x: hidden;
+    overflow-y: auto;
+  }
 }
 </style>

+ 1 - 0
src/views/Idleland/components/tjzl.vue

@@ -142,6 +142,7 @@ export default {
 <style lang="scss" scoped>
 .thzl {
   height: 100%;
+  padding-top: 10px;
   .content {
     width: 100%;
     height: 140px;