QYF-GitLab1
2025-03-04 d958e1e0a3f9c1e051e803831552ec7d62e76da6
src/views/model/children/landerModel.vue
@@ -104,8 +104,6 @@
    name: "Tom",
    address: "No. 189, Grove St, Los Angeles",
  },
];
const handleCurrentChange = (val: number) => {
@@ -131,8 +129,10 @@
    box-sizing: border-box;
  }
  .landerContentBox {
    width: 100%;
    max-height: calc(100% - 120px);
    padding: 0 10px;
    box-sizing: border-box;
    .landerTable {
      height: 750px;
    }
@@ -143,7 +143,6 @@
    justify-content: flex-end;
    padding: 0 20px;
    background-color: #fff;
  }
}
</style>