src/views/model/children/landerModel.vue
@@ -104,8 +104,6 @@ name: "Tom", address: "No. 189, Grove St, Los Angeles", }, ]; const handleCurrentChange = (val: number) => { @@ -121,7 +119,7 @@ .landerBox { width: 100%; height: 100%; .landerTopBox { display: flex; justify-content: space-between; @@ -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>