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

View File

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