src/components/view/equipmentmaintain.vue
@@ -261,8 +261,8 @@ <!-- 主体右 --> <div class="right"> <el-table height="calc(90vh - 200px)" :data="tableData" style="width: 100%;margin-bottom: 20px;height: 600px;overflow: auto;" row-key="rowId" border @select-all="selectAll" @@ -776,7 +776,9 @@ .thing .right { width: calc(100% - 305px); height: calc(100% - 25px); overflow: hidden; /* overflow: hidden; */ overflow-y: scroll; overflow-x: scroll; padding: 10px; }