Browse Source

fix:修改table鼠标指上颜色

temp
zhaohy 3 weeks ago
parent
commit
d94a29e9de
  1. 6
      hx-ai-intelligent/src/view/alarmManagement/alarmSettings/notificationManagement/index.vue
  2. 4
      hx-ai-intelligent/src/view/alarmManagement/alarmSettings/notificationManagement/linkPeople/index.vue
  3. 7
      lib/component/table/table.vue

6
hx-ai-intelligent/src/view/alarmManagement/alarmSettings/notificationManagement/index.vue

@ -349,4 +349,10 @@
border: 1px solid rgba(207, 212, 219, 1) !important;
margin-left: 6px !important;
}
:deep(
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover
) {
background: #f4f8ff !important;
}
</style>

4
hx-ai-intelligent/src/view/alarmManagement/alarmSettings/notificationManagement/linkPeople/index.vue

@ -371,6 +371,10 @@
border: 1px solid rgba(207, 212, 219, 1) !important;
margin-left: 6px !important;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
background: #f4f8ff !important;
}
}
.box-link {
width: 100%;

7
lib/component/table/table.vue

@ -759,4 +759,11 @@
word-break: break-word;
width: 100%;
}
//
:deep(
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover
) {
background: #f4f8ff !important;
}
</style>

Loading…
Cancel
Save