From 235e894f6662a56ef936986db6cf3581d1131c89 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Fri, 9 Oct 2020 17:34:04 +0200 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DIPTV=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IPTV.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index e05c18e..58734a2 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -269,7 +269,7 @@ export default { } } .detail-body{ - height: calc(100% - 50px); + height: calc(100% - 100px); overflow-y: auto; } }