mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-04 10:54:42 +08:00
更新listpage样式
This commit is contained in:
@@ -219,6 +219,9 @@
|
||||
.listpage-body{
|
||||
height: calc(100% - 40px);
|
||||
overflow-y: auto;
|
||||
.el-table::before{
|
||||
height: 0px;
|
||||
}
|
||||
.el-table__body td,.el-table__body th{
|
||||
height: 50px;
|
||||
border-bottom: 1px solid;
|
||||
|
||||
@@ -71,26 +71,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
/* 设置el-table的样式*/
|
||||
.el-table{
|
||||
color: var(--d-fc-1);
|
||||
background-color: var(--d-bgc-1);
|
||||
}
|
||||
.el-table__header th, .el-table__header tr, .el-table__body td,.el-table__body th{
|
||||
color: var(--d-fc-1);
|
||||
background-color: var(--d-bgc-1);
|
||||
border-bottom-color: var(--d-c-2);
|
||||
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
||||
&:hover{
|
||||
box-shadow: var(--d-bsc-hover);
|
||||
}
|
||||
}
|
||||
.el-button{
|
||||
color: var(--d-fc-1);
|
||||
&:hover{
|
||||
color: var(--d-fc-3)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.zy-scroll{
|
||||
@@ -386,9 +366,6 @@
|
||||
}
|
||||
}
|
||||
.listpage-body{
|
||||
.el-table::before{
|
||||
height: 0px;
|
||||
}
|
||||
/* 设置el-table的样式*/
|
||||
.el-table{
|
||||
color: var(--d-fc-1);
|
||||
|
||||
@@ -364,9 +364,6 @@
|
||||
}
|
||||
}
|
||||
.listpage-body{
|
||||
.el-table::before{
|
||||
height: 0px;
|
||||
}
|
||||
/* 设置el-table的样式*/
|
||||
.el-table{
|
||||
color: var(--g-fc-1);
|
||||
|
||||
@@ -364,9 +364,6 @@
|
||||
}
|
||||
}
|
||||
.listpage-body{
|
||||
.el-table::before{
|
||||
height: 0px;
|
||||
}
|
||||
/* 设置el-table的样式*/
|
||||
.el-table{
|
||||
color: var(--l-fc-1);
|
||||
|
||||
@@ -363,9 +363,6 @@
|
||||
}
|
||||
}
|
||||
.listpage-body{
|
||||
.el-table::before{
|
||||
height: 0px;
|
||||
}
|
||||
/* 设置el-table的样式*/
|
||||
.el-table{
|
||||
color: var(--p-fc-1);
|
||||
|
||||
Reference in New Issue
Block a user