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,9 +1199,17 @@ export default { ...@@ -1207,9 +1199,17 @@ export default {
} }
} }
.el-table {
th,
td {
.cell {
font-size: 12px;
}
}
.enterprise-name-row { .enterprise-name-row {
&:hover { &.hover-row {
.enterprise-name-column { .cell {
.renling-btn { .renling-btn {
opacity: 1; opacity: 1;
} }
...@@ -1217,6 +1217,7 @@ export default { ...@@ -1217,6 +1217,7 @@ export default {
} }
} }
} }
}
.table-item1 { .table-item1 {
::v-deep .el-table__body-wrapper { ::v-deep .el-table__body-wrapper {
color: #232323; color: #232323;
......
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