修复IPTV页面高度问题

This commit is contained in:
haiyangcui
2020-10-09 17:34:04 +02:00
parent ee62ae0c8f
commit 235e894f66

View File

@@ -269,7 +269,7 @@ export default {
}
}
.detail-body{
height: calc(100% - 50px);
height: calc(100% - 100px);
overflow-y: auto;
}
}