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 @@