20200211lljV1

This commit is contained in:
liulujia@meswork.com
2020-02-11 10:14:50 +08:00
parent 1c86b53a0a
commit f20a68306c
2 changed files with 5 additions and 5 deletions

View File

@@ -30,10 +30,10 @@
.el-table th{
background-color: #7eaced;
color: white;/*修改表格头部背景*/
line-height: 3em!important;
line-height: 35px!important;
}
.el-table__row td{
padding: 5px 0!important;
padding: 3px 0!important;
}
.el-tree-node__content>.el-tree-node__expand-icon{
@@ -47,7 +47,7 @@
//聚焦表格行变色
.hover-row td{
//background: RGB(236 245 255)!important;
background: red!important;
background: #d8e5f6!important;
}
.el-table--enable-row-hover .el-table__body tr:hover>td{

View File

@@ -146,7 +146,7 @@ el-card{
border-bottom-width: 0;
padding: 0;
background: white;
}s
}
.block{
margin-bottom: 3px;
}
@@ -297,7 +297,7 @@ h3 {
/* 设置表主体的高度 */
.el-table__body td,.el-table__body th{
padding:1px!important;
height: 25px!important;
height: 28px!important;
}
/* 设置表头的高度 */
.el-table__header td,.el-table__header th{