更新listpage样式

This commit is contained in:
haiyangcui
2020-10-17 13:55:04 +02:00
parent e6d1698d62
commit 98b019be5f
5 changed files with 3 additions and 32 deletions

View File

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

View File

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

View File

@@ -364,9 +364,6 @@
}
}
.listpage-body{
.el-table::before{
height: 0px;
}
/* 设置el-table的样式*/
.el-table{
color: var(--g-fc-1);

View File

@@ -364,9 +364,6 @@
}
}
.listpage-body{
.el-table::before{
height: 0px;
}
/* 设置el-table的样式*/
.el-table{
color: var(--l-fc-1);

View File

@@ -363,9 +363,6 @@
}
}
.listpage-body{
.el-table::before{
height: 0px;
}
/* 设置el-table的样式*/
.el-table{
color: var(--p-fc-1);