style: Table样式修改

This commit is contained in:
kailong321200875 2023-08-05 11:00:25 +08:00
parent 411c0f792a
commit 5fc57bdb08
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ const getIconifyStyle = computed(() => {
.iconify {
&:hover {
:deep(svg) {
// prettier-ignore
color: v-bind(hovercolor) !important;
// stylelint-disable-next-line
color: v-bind(hoverColor) !important;
}
}
}