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