style: Table样式修改

This commit is contained in:
kailong321200875 2023-08-05 10:54:20 +08:00
parent 7f5078a436
commit c7d21e36d0
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ const getIconifyStyle = computed(() => {
.iconify {
&:hover {
:deep(svg) {
// @prettier-ignore
color: v-bind(hovercolor) !important;
}
}