style: Table样式修改

This commit is contained in:
kailong321200875 2023-08-05 10:59:23 +08:00
parent d487c6a93e
commit 411c0f792a
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) {
// @stylelint-disable-next-line // prettier-ignore
color: v-bind(hovercolor) !important; color: v-bind(hovercolor) !important;
} }
} }