From 259934394382f8cf53241ab709e957f04ce43659 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Sun, 1 Nov 2020 14:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9B=B3=20=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=20=E4=BF=AE=E5=A4=8Dfilm=20table=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/style.scss | 5 ++--- src/components/Film.vue | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 3146a10..acd9043 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -258,14 +258,13 @@ .show-table{ height: 100%; width: 100%; - overflow-y: auto; .el-table::before{ height: 0px; } .el-table{ height: 100%; width: 100%; - overflow-y: auto; + overflow: hidden; font-size: 1rem; } .el-table__body-wrapper{ @@ -317,7 +316,7 @@ } .rate{ position: absolute; - top: 5%; + top: 3%; right: -40%; width: 100%; background-color: #111111aa; diff --git a/src/components/Film.vue b/src/components/Film.vue index 04c9a3b..258bb74 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -60,7 +60,6 @@