style: Table样式修改

This commit is contained in:
kailong321200875 2023-08-05 10:55:22 +08:00
parent c7d21e36d0
commit d487c6a93e
1 changed files with 1 additions and 1 deletions

View File

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