|
|
@@ -410,8 +410,15 @@ onMounted( async ()=>{
|
|
|
font-size: 16px !important;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
+ .number_relation_table{
|
|
|
+ :deep(.el-table){
|
|
|
+ .el-table__body tr:hover > td {
|
|
|
+ background-color: #EAF0FF !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.main_content {
|
|
|
@@ -435,6 +442,7 @@ onMounted( async ()=>{
|
|
|
height: 36px;
|
|
|
}
|
|
|
.teacher_table{
|
|
|
+
|
|
|
:deep(.el-table__body){
|
|
|
tr.active_row td
|
|
|
{
|