样式优化, 修复film table 错误提示

This commit is contained in:
hunlongyu
2020-11-01 14:57:49 +08:00
parent 0fb5903416
commit 2599343943
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -60,7 +60,6 @@
<el-table size="mini"
:data="list.filter(res => !setting.excludeR18Films || !containsR18Keywords(res.type))"
height="100%"
row-key="id"
@row-click="(row) => detailEvent(site, row)"
style="width: 100%">
<el-table-column