Commit 3a9ccb6f authored by tianhongyang's avatar tianhongyang

查业主列表行 hover

parent 15ec14d8
...@@ -1111,14 +1111,6 @@ export default { ...@@ -1111,14 +1111,6 @@ export default {
font-size: 14px; font-size: 14px;
} }
} }
.el-table {
th,
td {
.cell {
font-size: 12px;
}
}
}
padding: 0px 16px; padding: 0px 16px;
.list-titel-a { .list-titel-a {
color: #0081ff; color: #0081ff;
...@@ -1207,11 +1199,20 @@ export default { ...@@ -1207,11 +1199,20 @@ export default {
} }
} }
.enterprise-name-row { .el-table {
&:hover { th,
.enterprise-name-column { td {
.renling-btn { .cell {
opacity: 1; font-size: 12px;
}
}
.enterprise-name-row {
&.hover-row {
.cell {
.renling-btn {
opacity: 1;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment