20200211lljV1
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user