@@ -247,7 +247,7 @@ export default {
}
/deep/ .table-area {
width: 100%;
- height: calc(100% - 125px);
+ height: calc(100% - 71px);
margin-bottom: 10px;
td div {
white-space: nowrap;
@@ -248,7 +248,7 @@ export default {
@@ -26,7 +26,7 @@
</el-tooltip>
</div>
</el-row>
- <div v-show="typeList.length" style="height: 100%;">
+ <div v-show="typeList.length" style="height: calc(100% - 54px);">
<!-- 设备 -->
<equipRules v-if="curType=='设备'" ref="equip" :typeName="curType" @refresh="refreshTabs" :isPending="isPending"></equipRules>
<!-- 部件 -->